How do I make a save slot load automatically instead of the load menu when the game launches?

From OHRRPGCE-Wiki
Jump to navigation Jump to search

Normally, when you open an RPG file and saved games are present, you see a menu allowing you to choose a saved game to continue. For some games, it may be more appropriate to automatically load a saved game.

Disable the load screen[edit]

First you must disable the automatic display of the load screen. From the Main Menu In CUSTOM, open the Edit General Game Data menu, and pick Preference Bitsets.

Turn on the bitset labelled Skip load screen

Now, when you open this game, it will always automatically start a new game.

Automatically load[edit]

In your new game plotscript, use the load from slot command to load one of the save slots. If the save slot does not exist yet, nothing will happen, and the newgame script will continue uninterrupted.