priiloader icon indicating copy to clipboard operation
priiloader copied to clipboard

Hack Enable Status - Index Bug

Open Ingunar opened this issue 1 year ago • 5 comments

Describe the bug Changing the hack position or adding new hacks to the hacks_hash.ini will display the incorrect enabled or disabled status inside the System Menu Hacks section.

To Reproduce If you add new hacks or move the hacks anywhere except the bottom of the hacks_hash.ini list, the Priiloader reads the hack status based on the Index position previously set. (Hacks not compatible with the system menu version count too)

Version 0.10.0

Expected behavior The hacks enabled and disabled flags should match the previously set settings.

Additional context This leads to full confusion about what is happening when saving new settings.

Ingunar avatar Sep 18 '23 12:09 Ingunar

euh, adding a hack should show all hacks disabled iirc? or thats at least what the code should be doing :p

DacoTaco avatar Sep 18 '23 17:09 DacoTaco

Hmm trying to remember...

Does it check if you added/removed a hack with the same name? Since we added and removed some min/max versions.

Ingunar avatar Sep 19 '23 16:09 Ingunar

hacks_hash (1) hacks_hash (2)

From the Discord conversation:

I replaced the first one via FTP, and used WiiU Priiloader Forwarder, and checked the enabled/disabled flags

Ingunar avatar Sep 19 '23 16:09 Ingunar

if the amount of hacks stays the same it might be confused, but if the hacks amount changed they should all be disabled just to clarify

DacoTaco avatar Sep 19 '23 19:09 DacoTaco

Okay, we can be sure about these two cases:

  • If you change the hack order
  • If you add a new one in the place of the existing one. (Name and code can be changed)

Ingunar avatar Sep 20 '23 19:09 Ingunar