milaKonnichiwa
Member
- May 21, 2018
- 334
- 199
One of the scripts inside the rpa archives checks for a file in game/modules called developer.rpym. If this file is not present it disables the console and also the Shift+O shortcut.
You could create an empty developer.rpym file in game/modules and add a simple script to the game folder with following content:
(Or download and extract the attached file)Code:init 999 python: config.developer = True config.console = True
Be warned, only use the console inside the game, don't open it while you're in the book or any other menu, because the game will crash if you try to close the other menu...
Thanks for the assist. Couldn't get it to open but I managed to edit the save files via online save editor. I think I can replay the whole game with max stats, money and skills.