Enbaar Technology Services

How To Edit Es3 Save File ((top))

Editing an ES3 save file (typically generated by the Easy Save 3 Unity asset) depends on whether the developer encrypted the data or left it as a standard JSON file. Method 1: Use a Direct Text Editor (Standard Files)

Android (if accessible):
/data/data/com.companyname.gamename/files/ (requires root or ADB backup) how to edit es3 save file

Open with Text Editor: Use a robust text editor like Notepad++. Editing an ES3 save file (typically generated by

Backup: Always create a copy of your save file before making changes to prevent permanent corruption. Backup first – Always copy the original

5. Pro Tips & Warnings

  • Backup first – Always copy the original .es3 file before editing.
  • Check for checksums – Some games verify save integrity. Changing values may trigger save corruption warnings.
  • Steam Cloud – Disable Steam Cloud sync while editing to avoid overwrites.
  • Use search – In JSON mode, search for keywords like health, money, level, or your in-game username.
  • Line endings – Use Unix (LF) line endings if the game was built for Linux/Mac.
  • Base64 values – Some fields may be base64-encoded (common for custom classes or textures). Decode first, edit, then re-encode.

Example script:

Back up your files: Copy your .ess files to a different folder before editing. ⚙️ Method 3: Using FallrimTools (Re-Saver)

Scroll to Top