StrikerXXX
New Member
- Jan 3, 2018
- 10
- 2
I did this but the console does not work.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.
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