-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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 |
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: |
@TheRouletteBoi can you take a look at it? Make it show only on xmb itself not while playing movies or while on web browser 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 |
Replace widget 'page_autooff_guide' with 'page_notification'
here is the sprx you can test. let me know if it works. https://file.io/BIjodnZ0JNlT |
@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 |
Can the overlays not overlap the impose screen? (The screen when you long press PS button)
The text was updated successfully, but these errors were encountered: