jacobverba
New Member
- Sep 18, 2019
- 4
- 11
- 42
First you need to turn on Debug Mode, in the game folder, go to the common folder, and find the file 00console.rpy, open it in a plain text editor like Notepad. Now you need to find the line where it says:Can someone please explain what I do with the cheat codes as listed? Usually, I can just load them into the appropriate folder and they will work. But these seem to be a different sort. So how do I use them? As an example, let's say I want to Raise my money to $1000 what do I do with the file? (For Dummies version, please- assume that I have NO previous programming experience.)
(I use a HP laptop with Windows 10.)
config.console = False
And change it so it says
config.console = True
Be sure you wrote "True" and not. "true". Save it and close the file. Now you can start the game, and press Ctrl and O to open the console in game. Do it while playing, not at the main screen.
Now you can type commands and the game will change immediately. So, write
player_money = 10000
And press ENTER. Now your money is 10,000. Easy as that. Press ESC to close the console and continue playing. Every cheat code listed is simply the name of the property you need to change, using the = sign and the correct amount. Remember not to go too far with it, if you change mom's corruption score to something out of bounds, like 100000, you'll probably break the game.