Create a file in /game called options.rpy with the following content
init -1:
python hide:
config.developer = True
In /Renpy/Common/00console.rpy
Set config.console variable to True (use capital T)
Save file
Create a file in /game called options.rpy with the following content
init -1:
python hide:
config.developer = True
In /Renpy/Common/00console.rpy
Set config.console variable to True (use capital T)
Save file