Files ending in .es3 are created by Easy Save 3, a popular Unity asset used in games like Supermarket Simulator, Supermarket Together, and Lethal Company. These files are often encrypted or serialized, making them look like gibberish in a standard text editor. 1. Locate Your Save File
The save file is typically found in your computer's LocalLow folder:
Path: %USERPROFILE%\AppData\LocalLow\[DeveloperName]\[GameName]\
Example for Supermarket Simulator: %USERPROFILE%\AppData\LocalLow\Nocta.games\Supermarket Simulator\SaveFile.es3 2. Use a Decryption Tool
Because ES3 files are usually encoded, you need a specialized tool to make them readable.
Web Editor: The most common community tool is the ES3 Save Editor, an online site where you can upload your .es3 file to view and edit its contents.
Passwords: Some games (like Supermarket Together or Lethal Company) require an encryption password to decrypt the file. Supermarket Together Password: g#asojrtg@omos)^yq
Finding other passwords: You can sometimes find these in community guides on the Steam Community. 3. Editing the Data
Once decrypted (often into a JSON format), you can use the web editor or a text editor like Notepad++ to modify values:
Money: Search (Ctrl+F) for "money" or "currentMoney" and change the numeric value. Level/XP: Look for tags like "level" or "storeLevel".
Unlocks: Items like licenses or skills are often listed as numbers or boolean values (true/false). 4. Save and Replace
Backup: Always copy your original .es3 file to a safe folder before editing. Download: Save the edited file from the web tool.
Overwrite: Move the new file back into the original save folder, replacing the old one. how to edit es3 save file
Cloud Sync: If the game uses Steam Cloud, you may need to disable it temporarily to prevent the game from overwriting your changes with an older cloud save.
Which specific game are you trying to edit? I can help you find the exact file path and any required passwords.
To edit an Easy Save 3 (ES3) save file, you must first locate the file on your device and determine if it is encrypted or compressed. Most .es3 files are stored in a human-readable JSON-like format unless the developer has enabled encryption or GZip compression. 1. Locate the Save File
By default, ES3 files are stored in Unity's Persistent Data Path.
Windows: %userprofile%\AppData\LocalLow\[CompanyName]\[ProductName]\.
Unity Editor Shortcut: You can open this folder directly by going to Tools > Easy Save 3 > Open Persistent Data Path. 2. Check for Encryption
Unencrypted: If the file opens in a text editor (like Notepad++ or VS Code) and looks like clear text/JSON, you can edit the values directly and save the file.
Encrypted: If the file appears as "gibberish," it is likely encrypted using AES-128. To edit these, you need the game's encryption password, which is often hardcoded in the game's scripts. 3. Use an Editor Tool
For games that use encryption, manually editing is difficult without a dedicated tool to decrypt and re-encrypt the data. EasySave3 Editor
How to Edit ES3 Save File: A Comprehensive Guide
ES3 save files are a type of game save file used by various games, including Pokémon, Yo-kai Watch, and more. These files contain crucial data that allows the game to remember your progress, characters, and achievements. However, there may be times when you want to edit an ES3 save file, whether it's to cheat, experiment with different game scenarios, or recover lost data. In this article, we'll walk you through the process of editing an ES3 save file, but before we dive in, let's discuss some essential precautions.
Warning: Editing ES3 Save Files Can Be Risky Files ending in
Editing ES3 save files can potentially damage your game data or even render your game unplayable. Therefore, it's crucial to take necessary precautions to avoid any losses:
Tools Needed to Edit ES3 Save Files
To edit ES3 save files, you'll need a few tools:
Step-by-Step Guide to Editing ES3 Save Files
Now that you have the necessary tools, let's walk through the process of editing an ES3 save file:
Using ES3 Save File Editors
ES3 save file editors provide a more user-friendly interface for editing ES3 save files. Here's how to use one:
Common Use Cases for Editing ES3 Save Files
Editing ES3 save files can be useful in various scenarios:
Conclusion
Editing ES3 save files can be a useful skill for gamers, but it requires caution and attention to detail. By following the steps outlined in this article and using reliable tools, you can safely edit ES3 save files and achieve your desired outcomes. Remember to always backup your original save file and understand the risks involved.
Additional Tips and Resources
By following these guidelines and taking the necessary precautions, you can successfully edit your ES3 save file and enjoy a more customized gaming experience.
Editing an .es3 save file (generated by the Easy Save 3 plugin for Unity) allows you to modify in-game stats like money, level, or inventory items. Depending on the game's security settings, these files can be straightforward text or encrypted "gibberish". 1. Locate the .es3 Save File
Most Unity games store .es3 files in the PersistentDataPath. Use the following paths to find your save folder:
Windows: %USERPROFILE%\AppData\LocalLow\[DeveloperName]\[GameName]\ macOS: ~/Library/Application Support/[GameName]/saves/ Linux: ~/.local/share/[GameName]/
Crucial Step: Create a backup of your .es3 file before editing. If the file becomes corrupted, the game may delete it or reset your progress. Getting Started with Easy Save 3 - Moodkie Docs
To edit an Easy Save 3 ( ) file, you must first locate it, determine if it is encrypted, and use a compatible editor to modify the JSON data. 1. Locate the Save File
By default, Unity games using Easy Save 3 store files in the Application.persistentDataPath
%USERPROFILE%\AppData\LocalLow\[Company Name]\[Product Name]\ Unity Editor: Tools > Easy Save 3 > Open Persistent Data Path to jump directly to the folder. 2. Determine the File Format Human-Readable (JSON):
If the file is not encrypted, you can open it with any text editor like . Search for keys like and change the value. Encrypted/Binary:
If the file looks like gibberish, it is likely encrypted. You will need a decryption tool or the game's specific password to edit it. 3. Recommended Editing Tools Getting Started with Easy Save 3 - Moodkie Docs
.es3 file before editing.health, money, level, or your in-game username.Binary ES3 files have proprietary headers and type tags. Without a specification, changing even one byte can corrupt the file.
TES3SaveEditor.exe.Saves folder and select the .ess file you want to edit.If you absolutely must edit something MSE doesn’t expose (e.g., a specific variable no tool reads), you can: Backup your original save file : Before attempting
Verdict: Don’t. Use MSE or Wrye Mash.