for the king save editor
ve game editor 1.2.4
This tool allows you to edit your Lore points as well as the gold and stats of your characters in your games.
Current release 1.2.4
The editor is pretty simple to use, to start using it first download the latest version from the releases page, or click here.
Then unzip the file and run the "ForTheKingSaveEdit.exe" you should see an ugly screen :( like this:
Enjoy!
The tool now also has commandline options for manual unpacking/packing of the run files:
ForTheKingSaveEdit.exe --unpack --input:"C:Users[username]AppDataLocalLowIronOak GamesFTKsavestory_2019_9_7_0.run" --output:"C:Temprawsave.json"
ForTheKingSaveEdit.exe --pack --input:"C:Temprawsave.json" --output:"C:Users[username]AppDataLocalLowIronOak GamesFTKsavestory_2019_9_7_0.run"
Make sure to backup your saves before editing, incase something goes wrong!
Note for devs: When you clone this project and try to build it from visual studio first run "Clean Solution" then Rebuild, without this it seems to have a problem with its SQLite nuget dependency.