KSP-KOS / KOS

Fully programmable autopilot mod for KSP. Originally By Nivekk
Other
697 stars 230 forks source link

kuniverse:quickloadfrom() doesn't clear state properly #2431

Open JonnyOThan opened 5 years ago

JonnyOThan commented 5 years ago

I have a quicksave from the very start of the career, with no flights in progress (quicksaved from the space center). If I put a craft on the launchpad and use kuniverse:quickloadfrom(), the save is loaded but the ship remains on the pad.

I also tried cheating the ship into orbit and then running kuniverse:quickloadfrom(), and the game returns to the space center but the ship is back on the pad.

Dunbaratu commented 5 years ago

I'm not near my KSP computer right now - but here's a test to try:

See what happens when you do the same things using the stock game's keypresses instead of kOS. (That is, start a new career, use F5 to quicksave instead of kOS, then use F9 to reload the quicksave instead of kOS. See if the same thing happens.)

If the same thing happens, it's a stock bug we can't do anything about. If it differs, then it could be kOS's fault.