Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Impose Overlap #37

Open
LuanTeles opened this issue Nov 4, 2022 · 11 comments
Open

[Improvement] Impose Overlap #37

LuanTeles opened this issue Nov 4, 2022 · 11 comments

Comments

@LuanTeles
Copy link

LuanTeles commented Nov 4, 2022

Can the overlays not overlap the impose screen? (The screen when you long press PS button)

@TheRouletteBoi
Copy link
Owner

i'm not sure but an idea would be to make impose screen transparent then the background would be visible

@LuanTeles
Copy link
Author

LuanTeles commented Nov 17, 2022

i'm not sure but an idea would be to make impose screen transparent then the background would be visible

@jordywastaken made it by hooking the process in system_plugin.rco but when on XMB (to mimic the dex explorer_plugin behaviour, it hides ifself when needed, but the previous version worked on every XMB screen and hides only when on the impose screen) i don't know how it would be achived in-game

@LuanTeles
Copy link
Author

i'm not sure but an idea would be to make impose screen transparent then the background would be visible

About a transparent impose screen idk if it will be a good idea, i think it's kinda ugly

i made a transparent premo.rco and this is how it looks like

image

@TheRouletteBoi
Copy link
Owner

i'm not sure but an idea would be to make impose screen transparent then the background would be visible

@jordywastaken made it by hooking the process in system_plugin.rco but when on XMB (to mimic the dex explorer_plugin behaviour, it hides ifself when needed, but the previous version worked on every XMB screen and hides only when on the impose screen) i don't know how it would be achived in-game

is this for a particular use case?

@LuanTeles
Copy link
Author

i'm not sure but an idea would be to make impose screen transparent then the background would be visible

@jordywastaken made it by hooking the process in system_plugin.rco but when on XMB (to mimic the dex explorer_plugin behaviour, it hides ifself when needed, but the previous version worked on every XMB screen and hides only when on the impose screen) i don't know how it would be achived in-game

is this for a particular use case?

You mean @jordywastaken plugin? if so, yes for HEN users that want to customize the explorer_plugin.sprx (dex) ip information without the need of a remap and a xmb reload.

If you mean about the improviment request, no, I just think it would look better and get official behavior as the other overlays don't show up in the impose screen

@jordywastaken
Copy link

Can the overlays not overlap the impose screen? (The screen when you long press PS button)

Easiest way to do that is to change the fps counter parent widget, currently it uses 'page_autooff_guide' which is displayed on top of anything else. Each page in system_plugin has a different behavior, one of which has the behavior you described, it is 'page_notification'.

Long story short:
I recently noticed that the ccapi vsh menu isn't displayed on top of the impose screen, so with a bit of reverse engineering I found out it used 'page_notification' as a parent, did a quick test and the fps counter behaved exactly like the ccapi menu.

@LuanTeles
Copy link
Author

LuanTeles commented Jul 28, 2023

@TheRouletteBoi can you take a look at it?

Make it show only on xmb itself not while playing movies or while on web browser

Imagem do WhatsApp de 2023-07-27 à(s) 21 02 33

While watching a movie it is even more annoying. i think you should keep it only on the xmb using @jordywastaken suggestion

@TheRouletteBoi
Copy link
Owner

TheRouletteBoi commented Aug 2, 2023

@TheRouletteBoi can you take a look at it?

Make it show only on xmb itself not while playing movies or while on web browser

Imagem do WhatsApp de 2023-07-27 à(s) 21 02 33

While watching a movie it is even more annoying. i think you should keep it only on the xmb using @jordywastaken suggestion

is this for the fps counter or vsh menu?

@LuanTeles
Copy link
Author

@TheRouletteBoi can you take a look at it?
Make it show only on xmb itself not while playing movies or while on web browser
Imagem do WhatsApp de 2023-07-27 à(s) 21 02 33
While watching a movie it is even more annoying. i think you should keep it only on the xmb using @jordywastaken suggestion

is this for the fps counter or vsh menu?

FPS counter

TheRouletteBoi added a commit that referenced this issue Aug 3, 2023
Replace widget 'page_autooff_guide' with 'page_notification'
@TheRouletteBoi
Copy link
Owner

@TheRouletteBoi can you take a look at it?
Make it show only on xmb itself not while playing movies or while on web browser
Imagem do WhatsApp de 2023-07-27 à(s) 21 02 33
While watching a movie it is even more annoying. i think you should keep it only on the xmb using @jordywastaken suggestion

is this for the fps counter or vsh menu?

FPS counter

here is the sprx you can test. let me know if it works. https://file.io/BIjodnZ0JNlT

@LuanTeles
Copy link
Author

LuanTeles commented Aug 3, 2023

@TheRouletteBoi Thanks, it is not overlapping the impose screen anymore, that's great.

Can you make it to not overlap videos/music and web browser too? @jordywastaken made his ip_text plugin to disappear on those situations

i think on xmb @jordywastaken is using the page_xmb_indicator

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants