-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
No-Delete ...,RZDx
not working
#287
Comments
I speak French, and (for those that don't) that error message means "The copying of the data might have failed"see below for more details (or something similar). The file is probably corrupt. You might not have saved it correctly. The only deletion that Priiloader is fixing is the deletion on boot; if normal Twilight Hack copies correctly , I don't think this is a Priiloader issue. More information on that French sentence, because I like to flex :P
|
what happens if you put the save on an SD card , boot system menu and then insert the sd into the wii? its been too long since the creation of the twilight hack and i have no idea how system menu interacts with it. |
There is a check in later System Menu's to disallow the copy if the TP hack is detected, but it only applies to the first save in the pack, and was worked around by adding the hacked save into the third slot iirc, maybe make sure you are using the latest version of the hack? |
also, make sure you have a TP save already on your consoles' nand before trying to copy the exploit |
When I try to copy any file over an existing one, the menu won't allow me to copy the file over for any game or any save (hacked or original).
It shouldn't be corrupt, since I'm able to load the file through Dolphin and SaveGame Manager GX. I also verified the signature and the certificate and it's valid according to Dolphin's algorithm. Also, using the same algorithm, and using an other game's save, the modified save copies over to the console without a problem.
I made the script for the hack myself, and the current save I tried to use has the hack on the 3rd file already.
Even when I put the SD Card in after the boot menu, the problem lies when I try to copy the file over from the SD Card to the console. It basically throws the message above that the copy "might have failed". |
i don't know what to do with this one to be honest. the patch patches out a function call ( FUN @ 000379a8 ) which probably does the check & deletion. |
Describe the bug
The
No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx
option in the Settings menu does not allow for a modified Twilight Princess save file to be copied over to the console.To Reproduce
Steps to reproduce the behavior:
No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx
settingbase64 --decode data.txt > data.bin
data.bin
save file under/private/wii/title/RZDE/
folder of your SD CardLa copie des données a peut-être échouée
)Version
0.9.1
Expected behavior
The save file should copy over to the console without errors.
Additional context
I have been working with 2 other people on a program that would allow to load custom code into Twilight Princess (code RZDE). I have been told that Priiloader could (un)patch the fix from Nintendo that would prevent modified saves from getting copied over, but Using the latest release (0.9.1), I have not been able to load a save modified using the program, but I have been able to load a save from an other game, also modified in a similar way using the same script.
The text was updated successfully, but these errors were encountered: