Hi.
Is anyone has any idea how to change scene on the fly (ex: from SpaceCenter to LaunchPad) ?
I tried to load a new game with "Game.Load()", after reading an existing save with "GamePersistence.LoadGameCfg()" method. Existing save was taken in the LaunchPad with an active vessel (starting scene is 7 = FLIGHT).
The game loading works perfectly but scene remains in SpaceCenter.
I tried:
"HighLogic.LoadScene", game crash.
"HighLogic.bufferedLoad", nothing happens.
Thank you for answers.