If a player loads a game by double clicking the savegame file in their save game folder, does the game's game.script get run before the game is loaded?
I have certain things that need to be set before any game starts, and so I set them in the game.script, which is fine if the player loads their save from the load menu, so I'm just wondering if my settings will be still be set if they don't load their game from the load menu.
Thanks.