(if options.rpy already exists, simply rename your options.rpy to whatever name you prefer.) Enabling the Console Commands on Ren’py Games: Go togamename/Renpy/Common/00console.rpy Press Ctrl+F and enterconfig.console(Finding this term) Set it’s variable toTrue so it should look like, ...
Find“config.console”(use CTRL + F to find it). Change config.console = False to config.console = True. Open the console: Launch the game and press“SHIFT + O”. You can use the same steps to open the console in any other RenPy game. These are the console command codes and how ...
Go toStraitenedTimes-0.19.2-pc\renpyand search for the file00console.rpy Open it with notepad or notepad++ and search forconfig.console = False, change it toconfig.console = True Save the File Start the game and use shift+o, this will open up the console, then put in the console comm...