I Am Future: Cozy Apocalypse Survival – How to Modify Your Health, Hunger and Currency

Editing Health, Currency and Hunger

 

Intro

This shows you how to edit certain in-game items if you’re too lazy to go for them.

Editing

Go to : %USERPROFILE%\AppData\LocalLow\Mandragora\I Am Future\SaveData

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

To change how much currency you currently have, CTRL+F for “CurrentCurrency” and change the int value to whatever you want.

“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.

Related Posts:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

Leave a Comment