This might seem like a stupid question, but how do I enable the developer menu? Every time I use Unren, the game doesn't start and I get the following error.
I'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
File "game/screens/scene_gallery/scene_gallery_screen.rpy", line 5, in prepare_screen
Exception: Properties are not allowed here.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Potato\Umhm\CollegeKings2-5.0.0-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\Potato\Umhm\CollegeKings2-5.0.0-pc\renpy\main.py", line 635, in main
run(restart)
File "D:\Potato\Umhm\CollegeKings2-5.0.0-pc\renpy\main.py", line 94, in run
renpy.display.screen.prepare_screens()
File "D:\Potato\Umhm\CollegeKings2-5.0.0-pc\renpy\display\screen.py", line 1026, in prepare_screens
s.ast.prepare_screen()
File "game/screens/scene_gallery/scene_gallery_screen.rpy", line 5, in prepare_screen
File "D:\Potato\Umhm\CollegeKings2-5.0.0-pc\renpy\sl2\slast.py", line 481, in prepare
raise Exception("Properties are not allowed here.")
Exception: Properties are not allowed here.
Edit: The game starts up without issues if the developer menu isn't enabled.