Tool Spotlight: SaveEditOnline.com
We have all been there. You are deep into a new release, enjoying the story and the "content," but suddenly you hit a wall. Maybe it is a boss fight that is just too hard, or perhaps the game demands hours of grinding for gold just to unlock the next scene.
If you don't want to mess with Cheat Engine or search for shady trainers, SaveEditOnline is a game-changer. It is a browser-based tool that lets you modify save files for a huge variety of games, including the engines most popular in our community: RPG Maker, Ren'Py, and Unity.
Cheatsheet: Where Are My Save Files?
Before you can edit a file, you have to find it. This is often the hardest part! Here is a breakdown of the usual save locations for the most common engines on Windows, Mac, and Linux.
๐ RPG Maker
File Types: .rpgsave, .rvdata2, .lsd
| OS | Usual Location |
|---|---|
| Windows | MV/MZ: Inside the game folder under www/save/ OR %LOCALAPPDATA%\User Data\Default\ VX/Ace: %USERPROFILE%\Documents\[Game Name]\ XP/2000: Inside the game's root folder. |
| Mac | Right-click the Game App โ Show Package Contents โ Contents/Resources/app.nw/save/ |
| Linux | Usually inside the game's root folder under www/save/ |
๐ Ren'Py
File Types: .save
| OS | Usual Location |
|---|---|
| Windows | %APPDATA%\RenPy\[Game Name]\ (Paste %APPDATA%\RenPy into your file explorer address bar) |
| Mac | ~/Library/RenPy/[Game Name]/ |
| Linux | ~/.renpy/[Game Name]/ |
๐ Unity
File Types: .dat, .json, .txt (Note: heavily dependent on the dev)
| OS | Usual Location |
|---|---|
| Windows | %USERPROFILE%\AppData\LocalLow\[Company Name]\[Game Name]\ |
| Mac | ~/Library/Application Support/[Company Name]/[Game Name]/ |
| Linux | ~/.config/unity3d/[Company Name]/[Game Name]/ |
๐ Flash
File Types: .sol
| OS | Usual Location |
|---|---|
| Windows | %APPDATA%\Macromedia\Flash Player\#SharedObjects\[RandomCode]\localhost\ |
| Mac | ~/Library/Preferences/Macromedia/Flash Player/#SharedObjects/ |
How to Use It
Using the site is straightforward, but follow these steps to ensure you don't corrupt your data.
1. Upload
Go to SaveEditOnline.com and click Upload File. Navigate to the location you found using the cheatsheet above.
2. Edit
The site will parse the file and show you a list of variables.
- Pro Tip: Use
Ctrl+Fto search for keywords like "Gold", "Money", "Exp", or "Coin". - For Ren'Py: Look for variables that control relationships or gallery unlocks (often named things like
love_pointsorgallery_unlock).
3. Replace
Scroll to the bottom, download the modified file, and rename it to match the original exactly.
- โ ๏ธ Always back up your original save file first! (e.g., rename
file1.rpgsavetofile1.rpgsave.bak). - Drag your new file into the save folder.
A Warning on "Complex" Edits
While changing money is safe 99% of the time, be careful with Quest Switches or Story Variables. Changing a variable that tracks your story progress (e.g., chapter_2_complete) without triggering the associated game events can lead to soft-locks where the game doesn't know what to do next.
Conclusion
For a free, browser-based tool that requires no installation, SaveEditOnline is an essential bookmark. It lets you skip the tedious parts and get straight to the content you actually want to see.
