Unity Lovely Craft Piston Trap [v0.2.9] [Crime]

4.10 star(s) 49 Votes

enderman24

Active Member
May 21, 2023
597
349
125
The save editor only works on game saves with the rpgm engine.
Hmm... So which tool I can edit, I have for example "spirit valley" it has ".json" file but it's complicated and another Unity game that has ".es3" save file
 

gakgami

Member
Jan 2, 2022
166
135
167
Hmm... So which tool I can edit, I have for example "spirit valley" it has ".json" file but it's complicated and another Unity game that has ".es3" save file
Depends on what libraries they used for the save file encryption.
You'd need to see if you can find the encryption key for the save files within the game code.

If it's IL2CPP you'll need Ghidra to get anywhere. If it's Mono just plot everything in the Managed folder in DnSpy.

From there you'd have to figure out how to decrypt the file using that decryption key, then re-encrypt it with that key so the game will find a match and load it.

Good luck. :)
 

enderman24

Active Member
May 21, 2023
597
349
125
Depends on what libraries they used for the save file encryption.
You'd need to see if you can find the encryption key for the save files within the game code.

If it's IL2CPP you'll need Ghidra to get anywhere. If it's Mono just plot everything in the Managed folder in DnSpy.

From there you'd have to figure out how to decrypt the file using that decryption key, then re-encrypt it with that key so the game will find a match and load it.

Good luck. :)
thanks, but.. i'm just noob like i don't know how to understand these. :HideThePain:
 
4.10 star(s) 49 Votes