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

Priiloader with USB Loader GX - Graphical Issue #348

Closed
EchoedMike opened this issue Aug 20, 2023 · 5 comments
Closed

Priiloader with USB Loader GX - Graphical Issue #348

EchoedMike opened this issue Aug 20, 2023 · 5 comments

Comments

@EchoedMike
Copy link

Describe the bug
When Priiloader is installed, the game tiles in USB Loader GX change appearance. The game tiles are no longer shaped like a Wii tile (corners are not rounded). When selecting a game, the options and play buttons are invisible but still work if you click in the same location.

To Reproduce
Steps to reproduce the behavior:
Installed Priiloader (no settings changed), Ran USB Loader GX

Harware
Wii U: wup 101(02)

Version
Priiloader: 0.10.0 RC3
USB Loader GX: 3.0 r1281
HBC: 1.1.3

Additional Info
Uninstalling Priiloader returns everything back to normal.

Screenshots

Without Priiloader
Without Priiloader 1
Without Priiloader 2

With Priiloader
With Priiloader 1
With Priiloader 2

@DacoTaco
Copy link
Owner

DacoTaco commented Aug 20, 2023

this sounds like a usbloader GX issue, and not priiloader. something for @wiidev, not me.
i'd recommend updating usbloader GX first

@Jacoby6000
Copy link

Just a heads up, I have a fix for this here: https://gbatemp.net/threads/usb-loader-gx-on-vwii-with-priiloader-fix.658777/#post-10467813

And I have a more robust fix in the works which I'll probably port over to dolphin so that it can work in vwii mode as well

@DacoTaco
Copy link
Owner

DacoTaco commented Aug 2, 2024

Just a heads up, I have a fix for this here: https://gbatemp.net/threads/usb-loader-gx-on-vwii-with-priiloader-fix.658777/#post-10467813

And I have a more robust fix in the works which I'll probably port over to dolphin so that it can work in vwii mode as well

just a tip : don't use content index to load the data. if anything would change in the future its broken again. the best fix would be to look for the u8 archive instead of using content index..

but im glad to see it finally fixed...

@Jacoby6000
Copy link

I have a commit in my local repo that I made last night to search by content id. I have a list of relevant content Ids for both wii and vWii and I search for that rather than index. I haven't tested it yet, so I didn't bother pushing it.

What do you mean by "look for the u8 archive"? I'm new here 😅

@DacoTaco
Copy link
Owner

DacoTaco commented Aug 2, 2024

I have a commit in my local repo that I made last night to search by content id. I have a list of relevant content Ids for both wii and vWii and I search for that rather than index. I haven't tested it yet, so I didn't bother pushing it.

What do you mean by "look for the u8 archive"? I'm new here 😅

afaik usbloader needs the u8 archive of system menu to load in all the textures etc.
it would be better to loop over all content and check if it is a u8 archive and contains the data you need
for more info about the fileformat : https://wiibrew.org/wiki/U8_archive

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