This guide will show you how to edit your save file to increase the amount of gold you have. This will allow you to purchase new characters or item cards and thus avoid the frustration caused by the progression system in this game.
Motivation
The progression system in this game can be very frustrating. In order to unlock new content (characters, item cards, etc.) for future runs, you need gold. To collect gold, you have very few options, none of which are consequences of a good run where you managed to get far.
One option is to pick the Stash card, which saves some gold for 2 points at the Fortune Teller, i.e. the checkpoint where you can pick a Tarot card, right after the level boss. I made the mistake of overlooking this card for a long time, so I want to make up for lost time here.
Another option is to flee the dungeon before you die, i.e. end your run early. I find this design choice frustrating because I want to see the end of my runs rather than choosing to end the current run to grind gold. This can happen with
- The Escape card at the fortune teller,
- The Teleport Scroll, which is not a guaranteed card.
Finally, half of your gold can be saved with the Tarot card called “The Empress“. This is not a guaranteed card, as you can choose any one of three cards at any time.
This guide will show you how to edit your save file to increase the amount of gold you have. This will allow you to purchase new characters or item cards and avoid the frustration caused by the game’s progression system.
Find your Save file
The game supports Steam Cloud, which means that saves are stored in a specific location on your PC, which is then backed up to the cloud. Find the location of your game folder for Steam Cloud. Typically
C:\Program Files (x86)\Steam\userdata\YOUR_ID\920680\remote\
where YOUR_ID is a number that identifies your Steam account. If you only have one account on your computer, there will only be one folder in Steam\userdata\, so it will be easy to figure out.
Edit your save file
In the above folder, the backup file is named UserProgress.
This is actually a JSON file that can be edited with any text editor. Rename the file to UserProgress.json and open it with Visual Studio, for example.
The top of the file should look like this:
{ "id": 16, "gold": 276, "dungeonLevel": 4, "fastMode": true, "hardMode": false,
Edit the value for “gold”. For example, use 9999, so it should look like this:
{ "id": 16, "gold": 9999, "dungeonLevel": 4, "fastMode": true, "hardMode": false,
Finally, rename the file from UserProgress.json to UserProgress and run the game!
Caveat
Here is the result of editing the save file. Note the 9999 in the lower left corner.
Note that progression is not entirely tied to gold, e.g. the Raider cannot be purchased here. You may be able to unlock this character by editing your save, but that is beyond the scope of this guide.
That's everything we are sharing today for this Fate Hunters guide. This guide was originally created and written by Wok. In case we fail to update this guide, you can find the latest update by following this link.