Save File Formats
Games use different file formats to store your progress. Understanding these formats helps you choose the right editor and successfully modify your saves.
RPG Maker Save
RPG Maker MV RPG Maker MZ RPG Maker XP/VX/VX Ace RPG Maker 2000/2003Modern RPG Maker JSON saves, Ruby Marshal legacy saves, and stable-limited RPG Maker 2000/2003 .lsd editing.
Ren'Py Save
Ren'PyPython pickle format containing visual novel state including story progress, choices made, and persistent data.
Unity PlayerPrefs
UnityPlatform-specific storage for Unity games. XML on Windows, plist on macOS, binary on mobile. Stores game settings and simple progress data.
Unreal Engine Save
Unreal Engine 4 Unreal Engine 5Binary GVAS format used by Unreal Engine. Contains serialized UObject data with property system preservation.
INI Configuration
GameMaker Studio CustomSimple key-value text format commonly used for game settings. Human-readable and easy to modify.
JSON Data
Unity GameMaker CustomUniversal JavaScript Object Notation format. Human-readable structured data used by many modern games.
NaniNovel Save
NaniNovel (Unity)Custom JSON-like format for NaniNovel visual novel engine. Stores script state, variables, and player choices.
XML Data
Unity CustomExtensible Markup Language format. Structured hierarchical data often used for complex save systems.
Property List
Unity (macOS/iOS) Native macOSApple property list format. Binary or XML structure used for macOS and iOS game saves.
Generic Inspector
Flash SQLite Unity CustomRead-only inspection for broad competitor formats. Decodes structure where safe and explains why export is disabled.
Not Sure Which Format?
Upload your save file and our tool will automatically detect the format and choose the right parser. No technical knowledge required!
Upload & Auto-DetectUnderstanding Game Save Formats
Game developers choose save file formats based on security needs, platform requirements, and data complexity. While some formats like JSON and INI are human-readable, others like GVAS and Ruby Marshal require specialized tools to decode.
Our SaveEditor.Online supports all major formats and can automatically detect which parser to use based on file content. Whether you're modifying an RPG Maker game, a Unity title, or an Unreal Engine masterpiece, we have you covered.
How to Find Your Save Files
- Windows: Check
%APPDATA%,Documents/My Games, or the game's installation folder - macOS: Look in
~/Library/Application Supportor~/Library/Preferences - Linux: Check
~/.local/shareor~/.config