-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Save class usage #48
Comments
save.read's first argument always starts with a |
OK, this seems to be my issue. Now second problem, I want to modify the save to replace the byte in position 0x29484 of the "/file" file of the save (this is used to bypass the first configuration menu) but again I think I miss something.
Even when I remove the line "save_file[0x29484] = byte_test[0]" (I don't know if I use it correctly here) the save doesn't work and the console doesn't launch anymore; but without this line this should rewrite the save with the same content so I don't understand something again. |
Looking at the output, it corrupts the save. I currently don't have a lot of time, but i'll take a proper look when i do |
looking further into this, the error happens here https://github.com/suchmememanyskill/TegraExplorer/blob/master/source/script/saveClass.c#L34 Seemingly save_data_file_write cannot take the amount of bytes being written to it (which is about 0.5mb) |
OK, thanks for the info, I will wait a fix if this can be fixed cause I'm not enough experimented to fix it by myself. |
I have a problem to understand how the save class work. I have a code like that (SYSTEM partition is already mounted, the save file exists and Minerva is used):
When the "save.read("file")" command is executed, the script exit with an error so I think I don't understand how the path in the save work so I need your help... again.
The text was updated successfully, but these errors were encountered: