Editing Health, Currency and Hunger
Intro
Editing
Find your NEWEST save, as there is an auto save system make sure its the newest otherwise it won’t work. Make sure you’re in the main menu or not in-game at all, if you’re on the Roof then the changes won’t take affect.
Open the json file in a file editor (vscode, notepad++, notepad (not the best for it, massive file))
Ctrl+F, replace the value with the value you want.
=========
Search Terms
=========
Health: Character Parameter – HP
Food/Hunger: Character Parameter – Satiety
Note: Higher is better
Inventory: IAmFuture.Data.Character.CharacterInventory
Note: Unsure of what you can and cannot change here, so be careful.
Currency: CurrentCurrency
Note: Higher is better
Example
“IAmFuture.Gameplay.Cryptocurrency.CryptocurrencyService”: {
“CurrentCurrency”: 70, // Change 70 to 9999 for instance
“$type”: “IAmFuture.Data.SaveLoad.Containers.CryptocurrencySaveData”
},
To change your current food level to 100 (so your belly is full)
CTRL+F for “Character Parameter – Satiety” and replace the “Value” int with 100.
{“Key”:{“ItemObjectID”:”Character Parameter – Satiety”},”Value”:100}
Thanks to Lame Boy Advance for his excellent guide; all credits belong to his effort. If this guide helps you, please support and rate it via Steam Community. Enjoy the game.