Grim Quest Save Editor //free\\ Jun 2026
For advanced users seeking specific manipulations (or those wary of uploading save files
Edit your character's stats, gold, or items in the resulting JSON data. Re-encode: JSON-to-Base64 grim quest save editor
A – or just a plain text editor (Notepad++, VS Code). The save is not encrypted, just structured in ES3 format. For advanced users seeking specific manipulations (or those
Accessing save files on mobile is more complex and often requires a rooted device or a file manager that can access internal app data. Look in Android/data/com.monomyth.grimquest/files or similar internal directories. How to Edit Your Save Data Accessing save files on mobile is more complex
: Since the save data is stored in plain text (JSON), you can open it with applications like Notepad++ to search for and change specific values.
to copy your save files before making any edits to prevent permanent data loss if a file becomes corrupted. Edit Values
| What | Key name | Value type | |------|----------|-------------| | Gold | "gold" | integer | | Skill points | "skillPoints" | int | | Character level | "level" | int | | Current HP/SP | "hp" , "sp" | int | | Equipment IDs | "weapon" , "armor" , "accessory" | string | | Inventory items | "itemList" | array |