- Jan 12, 2019
- 16
- 7
I've tried to modify the file using this suggestion, and when I opened the app, I got error like this:To turn on debug:
Go to
Lab_Rats(Folder)-renpy(Folder)-common(Folder) and then look for 00console.rpy and edit it with notepad++ or something similar (Make sure its 00console.rpy and not 00console.rpyc)
After opening 00console.rpy press CTRL+F on your keyboard and type in False, click find next twice and you should see
# If true, the console is enabled despite config.developer being False.
config.console = False
Change False to True. Save and open the game. To open the console in-game after enabling it, press SHIFT+O << The letter, not the number.
For cash type player_money = ### (Replace the hashtags with desired amount) Into the Console
There's probably a way to change relationship points or how much control you have over a character but I haven't figured out the variable name yet, Sorry.
You don't have permission to view the spoiler content.
Log in or register now.
Any suggestion or should I redownload the new files?