How To Edit Es3 Save File Guide
: Ensure you keep the JSON structure intact (don't delete quotes or brackets). Guide to editing Supermarket Together save files
Editing encrypted ES3 files requires finding the encryption key or using tools to unpack them. A. Finding the Key (If applicable)
If the __type says System.Int32 , do not enter a decimal point (e.g., change 150 to 99999 , but not 99999.5 ). Doing so will crash the game loader. how to edit es3 save file
: Change the numbers or strings inside the quotes. Ensure you do not delete commas, brackets, or quotation marks, as this breaks the JSON syntax.
"PlayerMoney" : "__type" : "int", "value" : 150 , "CurrentLevel" : "__type" : "int", "value" : 4 Use code with caution. : Ensure you keep the JSON structure intact
Once you find the save file (often named SaveFile.es3 or settings.es3 ), open it with a text editor like Notepad++ or VS Code.
When editing an ES3 file, you must respect its syntax rules. Ruining the syntax will result in a corrupted save file that the game will completely wipe or ignore. A typical ES3 data block looks like this: Finding the Key (If applicable) If the __type says System
ES3 typically saves data in a JSON structure. Encoding: Files are often encoded in UTF-8.