Requires manual downloading; sometimes requires basic knowledge of running executable or command-line scripts. Step-by-Step Guide: How to Edit Your Save Files
Are you looking to change or story progress (switches/quests) ?
What (gold, stats, items, quest progress) do you want to change? Share public link
Edit the numbers, click save, and download your modified file. rpg maker game save editor top
: Once edited, download the file from the editor (or save in the app) and drop it back into the game's save folder, overwriting the original. Pro-Tip: The "Text Editor" Method
: This is a widely used, browser-based tool compatible with almost all modern RPG Maker versions (MV, MZ, VX, VX Ace). It is the easiest to use as it requires no installation, though it can be limited when trying to unlock rare items or complex custom data. RPGMakerSaveEdit (Froggus)
This is a dedicated desktop app for Japanese RPG Maker MV (RPGツクールMV) save files, built with Electron. It provides a clean, code-free GUI. Share public link Edit the numbers, click save,
: Check the game’s main directory, then www/save or simply a folder named save . Files end in .rpgsave or .rmmzsave . RPG Maker VX Ace
: No installation required; works on mobile devices and cross-platform; constantly updated.
By understanding the unique strengths of each tool and always prioritizing safe backup practices, you can enjoy a fully customized and enriched RPG experience without fear of breaking your progress. Choose the editor that fits your technical comfort level and game version, and take full control of your adventure today. It is the easiest to use as it
: Setting your HP to 99,999 might bypass a boss, but it can also crash certain scripted events that expect you to take damage. Repack and Replace
: Before touching a single variable, copy your original save file to a separate folder. Locate the Variables
Follow these steps to safely modify your game data using a web-based editor.
| RPG Maker Version | Save Extension | Editor Support | |------------------|----------------|----------------| | 2000/2003 | .lsd | Partial (offline tools only) | | XP | .rxdata | Yes | | VX / VX Ace | .rvdata2 | Yes | | MV / MZ | .rpdata (JSON-like but marshaled) | Yes (online or RMModify) |
Before choosing an editing tool, you must identify which version of RPG Maker was used to develop your game. Each engine saves data using a unique file format. Look inside your game's directory (often in a folder named save , www/save , or directly in the root folder) to find your save files and check their extensions: Uses .rvdata or .rvdata2 files.