The easiest way to get dev mode is to use
URM. You can enable dev mode easily from the URM settings.
If you want to enable it the old way, then you need to navigate to the
game
directory in your Intertwined folder, find a file named
options.rpy
(If that file doesn't exist, create it in Notepad), then add the following code to the end of the document:
Code:
init python:
config.developer = True
There must be exactly four spaces before
config.developer
or else it won't work.
Once you've done that, then start the game and you should be able to open the dev console with the game running by typing Shift+O. If the game ever fails to start, then delete the
options.rpyc
file and then try starting it again.
Or just use URM. (
Psst... Just use URM)