For players of the dark fantasy RPG Grim Quest , save editing can be used to modify character stats, gold, and progress. Because the game's save files are typically stored in a local data directory, they can often be edited using universal tools or manual methods. Locating Your Save Files
| 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 |
The save file for the PC version is located in the application data folder for your user profile: grim quest save editor
The most accessible method for the general player base is the use of online save editors. These tools automate the parsing of the JSON file.
A functional save editor will present you with clean text boxes. Here is what to look for: For players of the dark fantasy RPG Grim
Version Discrepancies: While the PC and mobile versions of the game share similar file formats, they are not officially cross-compatible, making manual transfers between Android and PC a "hassle" that often requires manual overwriting.
Windows Path: %USERPROFILE%\AppData\Roaming\Monomyth\Grim Quest\shared_preferences.json How to Edit the Save These tools automate the parsing of the JSON file
PC (Steam):
Steam\steamapps\common\Grim Quest\GrimQuest_Data\SaveFile.es3