- Apr 25, 2022
- 2,689
- 9,426
- 637
The easiest way to get dev mode is to use URM. You can enable dev mode easily from the URM settings.I rember that there was a way to open the console of this game,but I foget how.Could someone please remind me?
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
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)