Tutorial Unity How to edit/decrypt EasySave 3(.es3) Save Files

AkagiVoid

Member
Feb 12, 2020
408
283
New/old-ish way on how 2 make " " portable and work offline. :3
"Save Page As..." LUL, tested it offline and worked with no problem, as long as U have the password key codes it will work. X3
1709619953199.png I suggest making a new folder named "es3lol-portable" and save the webpage in dar. >w<
Also if U know how 2 edit html U can change+add mar key codes below key code input bar 2 further help you. :3
 
  • Like
Reactions: dragpz

Chatlaq

New Member
Apr 14, 2020
1
0
That game uses base64 and rijndael encryption, here i have written a program that can decrypt and encrypt your save file:
Just drop the save file besides my program and rename it to "save.json", then run the program and either decrypt or encrypt the file.
link broken
 

sane156

New Member
Apr 11, 2022
2
0
trying to get password for a game called "night runners", your plugin just throws an error and unity explorer is simply ignored by bepinex (no error, nothing - it completely ignores the dlls).
game runs on ill2cpp
ain't really a porn game, but it's unity, so yea.
 

sh4ad0ws

New Member
Jan 28, 2023
4
0
trying to get password for a game called "night runners", your plugin just throws an error and unity explorer is simply ignored by bepinex (no error, nothing - it completely ignores the dlls).
game runs on ill2cpp
ain't really a porn game, but it's unity, so yea.
I had gotten it to work with melon loader, the password is
15IiJlm7~W (don't know if this password still works or not but let me know.
 

LostMartell

New Member
Apr 30, 2024
2
0
Hi, can u look into Rogue with the dead android game? Can send apk
Its holding saves in /sdcard/android/data in .es3 and I hadn't find anything in the apk
 
Last edited:

ECN200600

New Member
Jul 23, 2023
1
0
Hello, in this thread i will guide you through the steps on how to edit your .es3 Save File.

Disclaimer: I am only gathering my knowledge here i know and i am no expert in this area.
If u notice any mistakes in my tutorial please do let me know!

is a tool in unity to save and load data and is used in many games even today.
Most of the time these save files are encrypted(AES) so you cannot directly tamper with these save files.

CHECK IF THE SAVE FILE IS ACTUALLY ENCRYPTED!
If not then you can skip everything and just edit your save file with notepad. The Save File is in a json Format.

If BepInEx(or Melonloader) cant be installed onto the game then my methods of obtaining the decryption key will not work for you (You may need to look around for a version that works for your game especially if its newer). I have left some keys i already know in this post.

First you gotta locate the save files, they are somewhere in your appdata(or in your Game_Data folder in some cases) folder. Also make sure the file extension is .es3.
Now we need to find out the password to decrypt this save file.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Good now you should have your Decryption password and you can follow the next step.

You don't have permission to view the spoiler content. Log in or register now.

Give this man some love for making the !
I don't know if it just me but the decryption password for NTR Massage Master doesn't work for me.
 

tipoima

Member
Jul 20, 2018
359
288
Thank you. This tutorial is great. I was able to find password for https://f95zone.to/threads/hypnosis-reimu-v1-13-pyon-pyon-pyon.204827/: 'reimu'
Which method did you use? Unity explorer just gave me "password" which clearly wasn't the actual password.


UPD: Password worked for decryption, but reencrypted save files aren't recognized by the game at all. Help plz

UPD2: Nevermind, apparently the game shits itself if you move a save from one slot to another. Putting it under the same slot works.
 
Last edited: