- Dec 9, 2018
- 4,771
- 6,103
A few more here, should you need them.There are the cheats I found so far, for player character
Money:
GG.money = 9999
Stamina:
GG.pep = 9999
Hunger:
GG.food = 9999
Water:
GG.water = 9999
Joy:
GG.joy = 9999
Immunity:
GG.immun = 9999
Efficency:
GG.eff = 9999
First you need to enable the console: Go to where you installed the game and to the folderHow do you enter the cheats?
\renpy\common\
. Look for the file 00console.rpy
and open it in an editor (Notepad++ or whatever you prefer). Look for the lines
Code:
# If true, the console is enabled despite config.developer being False.
config.console = False
False
to True
, save and exit.Now launch the game and the console should be available: Hit
Shift + O
to open it.