- Jul 10, 2017
- 14
- 11
OOconsole.rpy in renpy/common the game folder. Just open it in a text editor. Notepad++ is good for such things. but regular notepad will do it too.Which config file should I edit for it to work?
Look for
# If true, the console is enabled despite config.developer being False.
config.console = False
And change config.console = False to config.console = True