File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,11 +87,12 @@ is autodetected through `Autodetect.py` files.
87874 . More core functionality and asset loading occurs.
88885 . The main loop starts.
89896 . ` Start.py ` 's ` OnLoad() ` method in the game's ` GUIScript ` directory is ran:
90- - ` GemRB.LoadGame(None) ` will set up a new game by loading the default ` GAM `
91- file and linked resources.
92- - Party members can be created with ` GemRB.CreatePlayer() ` .
90+ - ` GemRB.LoadGame(None) ` will set up a new game (` Game ` class) by loading the default ` GAM `
91+ file and linked resources. If a save game is passed, it will load that, set up the party
92+ and in general restore the state of the world.
93+ - Party members can be created with ` GemRB.CreatePlayer() ` .
9394 - ...
94- - ` GemRB.EnterGame() ` to start the ` GameControl ` and enter the map.
95+ - ` GemRB.EnterGame() ` to start the ` GameControl ` and enter the game with a loaded map ( ` Map ` ) .
95967 . ` Game.py ` 's ` EnterGame() ` is ran.
96977 . ` MessageWindow.py ` is ran.
97988 . Game is up and drawing.
You can’t perform that action at this time.
0 commit comments