World Loader

From RPG Creation Kit
Revision as of 09:08, 12 February 2022 by Silvematt (talk | contribs) (Created page with "thumb|The content of the World Loader scene. The World Loader represents the Entry Point to your game and the Scene that prepares and setups everything upon loading a savegame. You can rapidly load the World Loader scene by clicking on File:Cellview wl b.png button inside the Cell View. The associated scene is called "'''_WorldLoader_'''", you should NOT rename it, and it should always be inside the Build Settings with the Index 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The content of the World Loader scene.

The World Loader represents the Entry Point to your game and the Scene that prepares and setups everything upon loading a savegame.

You can rapidly load the World Loader scene by clicking on Cellview wl b.png button inside the Cell View.

The associated scene is called "_WorldLoader_", you should NOT rename it, and it should always be inside the Build Settings with the Index 1.


The World Loader contains some of the most important Scripts that runs upon loading a new savegame, and the scripts that are responsible of managing the gameplay itself.