protected void Start() { instance = this; DontDestroyOnLoad(this); Configuration.Init(); Configuration.Load(); RestartLoop(); }
void onFlightReady() { if (Configuration.QuicksaveOnLaunch) { if (lastVesselLaunched != FlightGlobals.ActiveVessel.id) { lastVesselLaunched = FlightGlobals.ActiveVessel.id; Quicksave.DoQuicksave(Quicksave.LAUNCH_QS_PREFIX + Configuration.LaunchNameTemplate, "Launch Save to"); } } }