theSpeare / RoverScience-Revisit

Revisit of RoverScience (compatibility + new features)
2 stars 5 forks source link

compatibility with KSP 1.2 (again) #29

Open theSpeare opened 8 years ago

theSpeare commented 8 years ago

Having some issues with saving/loading. No loading is occurring after hitting quickload; it definitely has something to do with my order of operations.

Probably best to just rewrite the loading/saving script anyway.

Some investigation below: [ROVERSCIENCE CLASS OPERATION ORDER]

[DB]--------------------------------> DB OnAwake @10/13/2016 8:49:39 PM ------------------- initializing flight mode... ------------------ [SC]--------------------------------> RS-Scenario OnLoad @10/13/2016 8:49:39 PM [RS]--------------------------------> RoverScience OnAwake @10/13/2016 8:49:39 PM [RS]--------------------------------> RoverScience OnLoad @10/13/2016 8:49:39 PM [DB]--------------------------------> DB OnStart @10/13/2016 8:49:39 PM [RS]--------------------------------> RoverScience OnStart @10/13/2016 8:49:39 PM [RS]--------------------------------> RoverScience OnSave @10/13/2016 8:49:40 PM [SC]--------------------------------> RS-Scenario OnSave @10/13/2016 8:49:40 PM