Hi guys, for the life of me I cannot get the console to open.
I have tried:
To enable Developer Console:
OPTION 1:
Download the options.rpy file at
You must be registered to see the links
it goes into the /renpy game xxx../game/ folder.
OPTION 2:
in "renpy game xxx" folder enter /game folder. create file "options.rpy"
type this text in it --
init -1:
python hide:
config.developer = True
--save and exit.
*Important!!!!! second line needs 4 spaces before python hide:
Third line needs 8 spaces before config.developer = True*
Now to enable Console Commands:
Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
in game press shift O (letter)
AND
Unren.bat 0.7
AND
Multiple options.rpy files
I either get script errors when using some options.rpy, or loading and CTL + o does nothing.
Does anyone have a fix?