- Apr 22, 2019
- 2,194
- 1,925
The same way you do in any ren'py game.How do you open the console?
First, you need to find the file 00console.rpy. It is in the renpy\common folder inside wherever you copied the game.
Edit it and look for the line 'config.console = False'. It's a bit over 100 lines in. Change it to 'config.console = True' and save the file.
Run the game. When the game is loaded, press SHIFT-O (O as in MNOP not a zero). The console should open.