Jump to content

[1.12.2] S.A.V.E Resaved - Automatic Backup System


linuxgurugamer

Recommended Posts

Originally written by @Nereid, it was broken in 1.12.  I've tried to contact him, no response, so I've adopted this mod.  As usual, if he comes back, I'd be happy to return it to him.  Original thread is here: https://forum.kerbalspaceprogram.com/index.php?/topic/94997-1100-save-automatic-backup-system-1100-3173/

 

S.A.V.E

automatic backup system

Have you experienced some kind of major bug in a plugin? Did your save game got corrupt or have you lost all your ribbons in FinalFrontier, because of a single stupid mistake the developer (who is me unfortunately) has made? No? Well, you are lucky then. If you have experienced this, S.A.V.E may come to rescue. This plugin will handle automatic backups of your save games for you to prevent loss of data.

As most other software, this software comes with no warranty of any kind. If you use it, you do it at your own risk. :wink:

All releases until 0.9.11-319 will not backup your ship templates!

And a word of warning: I have tested this on Windows only. I do not know, if S.A.V.E works correctly on a MAC or on Linux.


Important! Please read!

This plugin will store the backups at the location on the file system that is set by the user! It may write on any location on the file system if the user changes the default location. Please keep this in mind, if you are setting S.A.V.E to a different backup location.

The default location for backups is: <KSP-HOME>/backup. There is a subfolder for each save game. Each backup is stored in a folder YYYYMMDD-HHMISS.

Folders containing a .nobackup file are not included in any backup. So if you do not want to backup a game or a subfolder of a game, just create a file of that name there.

Availability

CKAN soon

Adoption Changes

  • Adoption by Linuxgurugamer
  • Added variable positioning of the window
  • Converted from threads to CoRoutines
  • Fixed bug where trying to clone after doing a backup was returning a sharing violation (backup.ok wasn't being closed)
  • Removed asyncronous option

Features:

  • Completely automatic; it will create a backup after a save
  • Backups can be stored anywhere in the file system ("a king who must say 'I'm the king' is no real king" :wink: -a backup on the same hard disk is no real backup)
  • Configurable backup interval
  • Configurable minimal number of successful backups
  • Configurable maximal number of backups
  • Configurable time in days to keep backups
  • Backup of all games at once
  • Restore functionality
  • Automatic backup before a restore is done.
  • Compressed backups
  • Cloning a game from a backup

Screenshot:

S.A.V.E.jpg


Hints:

  • Setting "days to keep backups" to 0 will keep backups forever (as long other constraints are not violated).
  • Setting "max number backups" to 0 will keep an unlimited amount of backups (as long other constraints are not violated).
  • Setting both "days to keep backups" and "max number backups" to 0 will never delete any backup (not even failed ones).
  • The value of "min number of backups" determines the number of successful backups that have to be kept in any case.

 

Regarding the logging, if you already had SAVE installed, you will need to manually change the saved log level in the configuration.  At the MainMenu, follow these steps:

  1. Click the Configure button on the SAVE window
  2. On the first line below the word Configuration, click the log level you want.  Suggested (and default for new installs) is ERROR
  3. Click Save Config

 

Edited by linuxgurugamer
Link to comment
Share on other sites

@linuxgurugamer My S.A.V.E is filling my KSP.log with the following message:

Quote
[LOG 23:46:00.480S.A.V.E: stopping backup/restore threads
[LOG 23:46:00.480S.A.V.E: stopping backup/restore threads
[LOG 23:46:01.487S.A.V.E: stopping backup/restore threads
[LOG 23:46:01.487S.A.V.E: stopping backup/restore threads

Looks like it's logging that message twice every second. This is on 1.12.2 with all default mod settings.

Edited by jefferyharrell
Link to comment
Share on other sites

1 hour ago, jefferyharrell said:

@linuxgurugamer My S.A.V.E is filling my KSP.log with the following message:

Looks like it's logging that message twice every second. This is on 1.12.2 with all default mod settings.

You can ignore that, will be fixed in next release.  It's just a leftover message, doesn't mean anything anymore and doesn't impact the performance

Link to comment
Share on other sites

  • 4 weeks later...

New release, 1.11.0.1

  • Added AssemblyVersion.tt
  • Added InstallChecker
  • Changed default log level for  release to ERROR
  • Added AsemblyFileVersion
     

Regarding the logging, if you already had SAVE installed, you will need to manually change the saved log level in the configuration.  At the MainMenu, follow these steps:

  1. Click the Configure button on the SAVE window
  2. On the first line below the word Configuration, click the log level you want.  Suggested (and default for new installs) is ERROR
  3. Click Save Config

 

Link to comment
Share on other sites

  • 2 weeks later...
On 9/14/2021 at 8:48 AM, linuxgurugamer said:

New release, 1.11.0.1

  • Added AssemblyVersion.tt
  • Added InstallChecker
  • Changed default log level for  release to ERROR
  • Added AsemblyFileVersion
     

Regarding the logging, if you already had SAVE installed, you will need to manually change the saved log level in the configuration.  At the MainMenu, follow these steps:

  1. Click the Configure button on the SAVE window
  2. On the first line below the word Configuration, click the log level you want.  Suggested (and default for new installs) is ERROR
  3. Click Save Config

 

This release does not appear to actually have a release:
https://github.com/linuxgurugamer/S.A.V.E/releases

(There is source code downloads, but no compiled release.)

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
On 11/29/2021 at 11:27 PM, linuxgurugamer said:

New release, 1.11.0.2

  • Removed some log spam
     

Can you please remove the log spam for real?

It generates exactly 2 copied of the same message per second and that really disturbs debugging when you're trying to read the logs.

Nvm, I read the OP and found a way to disable the log spam. I assume it's disabled by default?

Edited by Krzeszny
Link to comment
Share on other sites

1 minute ago, Krzeszny said:

Can you please remove the log spam for real?

It generates exactly 2 copied of the same message per second and that really disturbs debugging when you're trying to read the logs.

You can do that by changing the log level in the configuration.

It defaults to INFO, but you can set it to anything you want.  I'd suggest either WARNING or ERROR

Link to comment
Share on other sites

Just now, linuxgurugamer said:

You can do that by changing the log level in the configuration.

It defaults to INFO, but you can set it to anything you want.  I'd suggest either WARNING or ERROR

I found it, thanks. I'd suggest WARNING or ERROR by default.

Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...
  • 3 months later...

As you have no way for me to provide a bug report via GitHub for this mod, I'll leave mine here:

S.A.V.E. Resaved seems to continuously fill the debug log  with the same message:image.png
My modlist is:
 

Quote

Ablative-Airbrake (AblativeAirbrake 1.0.3)
Abort Packs (AbortPacks 1.0.2)
Action Groups Extended (AGExt 1:2.4.1.3)
AIES Aerospace (AIESAerospace-Unofficial 1.6.1-patched)
AIES Patches for the AIES Aerospace mod (AIES-Patches 0.0.1.3)
Aircraft Carrier Accessories (AircraftCarrierAccessories 1:1.9.1)
AirPark ReContinued (AirParkContinued 2:1.7.1.7)
Airships (Heisenberg v2.19.1)
Alarm Enhancements (AlarmEnhancements 1.0.2)
All Y'All (AllYAll 1:0.11.19.2)
AlphaMensae's Modular Launch Pads (ModularLaunchPads 2.5.3)
AmpYear (AmpYearPowerManager 1:V1.5.9.0)
Animate Generic Effects Module (ModuleAnimateGenericEffects 0.1.5)
Animated Decouplers (AnimatedDecouplers v1.5.0)
Antares-Cygnus (AntaresCygnus 1:v1.9)
Antenna Patches from @DeimosRast for the AIES-Patches mod (AIES-DeimosRast 0.0.1.3)
AQSS - Auto-Quick-Save-System (AQSS 0.1.0.6)
ArcAerospace Wyvern 5 Crew Capsule (Wyvern-5 0.5)
Artemis Construction Kit (ArtemisConstructionKit 1.4.0)
ASET Consolidated Agency (ASETAgency v2.0.2)
ASET Consolidated Avionics Pack (ASETAvionics 3.0.0)
ASET Consolidated Props Pack (ASETProps v2.0.3)
ASET PRC (Portable Rover Components) (ASET-PRC 0.1.0.5)
Astrogator (Astrogator v1.0.0)
AT Kerbalized Names! CKAN Edition! (AtomicTechKerbalizedNames 2.0.1)
AT Utils (AT-Utils v1.10.1)
AutoHibernate (AutoHibernate 1.12.3)
Aviation Lights (AviationLights 1:v4.2.0.1)
Avionics Systems (AvionicsSystems v1.3.6)
B9 Aerospace - HX Parts Pack (B9AerospaceHX 1:v6.6.0)
B9 Aerospace Parts Pack (B9 1:v6.6.0)
B9 Aerospace Procedural Wings - Fork (B9-PWings-Fork 3:0.44.0)
B9 Aerospace Props (B9-props 1:v6.6.0)
B9 Animation Modules (B9AnimationModules v1.7.0)
B9 HX Reconfig (B9HXReconfig 1.1.0)
B9 Part Switch (B9PartSwitch v2.20.0)
Background Resources (BackgroundResources 1:v0.18.0.0)
BahamutoD Animation Modules (BDAnimationModules 1:v0.6.7.1)
BDArmory Plus (BDArmoryForRunwayProject 2:v1.5.9.2)
Benjee10 sharedAssets (Benjee10-SharedAssets v0.2.2)
Better Early Tree (BetterEarlyTree 1.0.2)
Better SR Bs (BetterSRBs 1.2.6)
BetterBurnTime (BetterBurnTime 1.10)
BetterTimeWarpContinued (BetterTimeWarpCont 2.3.13)
Blast Awesomeness Modifier (BAM) (BAMCont 1.3.3.4)
BLEAK - TUFX Profiles (BLEAK 1.1)
Blueshift (Blueshift v1.9.4)
Breaking Ground (BreakingGround-DLC 1.7.1)
Buffalo (Buffalo v2.12.0)
Buffalo CRP Play Mode (Buffalo-PlayMode-CRP v2.12.0)
Buffalo2 (Buffalo2 v1.5)
Bumblebee (Bumblebee 0.6.1)
BurstAtomicThrustModule (BurstAtomicThrust 0.1.0.3)
CactEye-2 Orbital Telescope Refocused (CactEyeCommunityRefocused 1.5.2.8)
Chatterer (Chatterer 0.9.99)
Chatterer Extended (ChattererExtended 0.6.2)
ClickThrough Blocker (ClickThroughBlocker 1:2.1.10.21)
Comfortable Landing (ComfortableLanding 2:2.0.2.5)
CommNet Antennas Extension (CommNetAntennasExtension 2.1.7)
CommNet Antennas Info (CommNetAntennasInfo 3.1.2)
CommNet Relays (ContractConfigurator-CommNetRelays v2.1.0)
Community Category Kit (CommunityCategoryKit v112.0.1)
Community Delta-V Maps (CommunityDeltaVMaps 2:2.8)
Community Parts Titles (CommunityPartsTitles 0.9.3)
Community Parts Titles Extras: Categories (CommunityPartsTitlesExtrasCategory 0.9.3)
Community Parts Titles Extras: CCK - No Duplicates (CommunityPartsTitlesExtrasNoCCKDup 0.9.3)
Community Resource Pack (CommunityResourcePack v112.0.1)
Community Tech Tree (CommunityTechTree 1:3.4.4)
Community Tech Tree Balancer for Mk-33 Mod & NFT/FFT (Mk33CTTPatch 1.1)
Community Terrain Texture Pack (CommunityTerrainTexturePack 1:1.0.5)
Configurable Containers (ConfigurableContainers 2.6.2.1)
Connected Living Space (ConnectedLivingSpace v2.0.2.0)
Contract Configurator (ContractConfigurator v2.2.2.0)
Contract Pack: Bases and Stations Reborn (ContractConfigurator-KerbinSpaceStation 2:3.7.3)
Contract Pack: Clever Sats (ContractConfigurator-CleverSats 1.4)
Contract Pack: Exploration Plus (ContractConfigurator-ExplorationPlus 2.0.1)
Contract Pack: Field Research (ContractConfigurator-FieldResearch 1.2.2)
Contract Pack: Kerbal Academy (ContractConfigurator-KerbalAcademy 1.1.10)
Contract Pack: Research Advancement Division (ResearchAdvancementDivision 1.2.1)
Contract Pack: Tourism Expanded (TourismExpanded 1.0.2)
Contract Pack: Tourism Plus (ContractConfigurator-Tourism 1.5.2)
Contract Parser (ContractParser 9.0)
Contracts Window + (ContractsWindowPlus 9.4)
Crew Light (CrewLight 1:1.20.1.1)
Crew R&R (CrewQueueTwo 1.1.11.4)
Crowd Sourced Science (CrowdSourcedScience v6.0)
Cryo Tanks (CryoTanks 1.6.5)
Cryo Tanks Core (CryoTanks-Core 1.6.5)
Cryogenic Engines (CryoEngines 1:2.0.6)
Custom Asteroids (CustomAsteroids v1.9.0)
Custom Asteroids (inner stock system data) (CustomAsteroids-Pops-Stock-Inner v1.9.0)
Custom Asteroids (Kuiper belt analog for OPM) (CustomAsteroids-Pops-OPM-Outer v1.2.0)
Custom Asteroids (stockalike config) (CustomAsteroids-Pops-Stock-Stockalike v1.9.0)
Custom Pre Launch Checks (CustomPreLaunchChecks 1.8.1.1)
DaMichel's AeroRadial (DAR) (DMTanks-AeroRTG 1:1.1.0.1)
DaMichel's CargoBays (DCB) (DMTanks-CargoBays 1:1.1.0.1)
DaMichel's Fuselage (DMF) (DMTanks-Fuselage 1.1.0.2)
Decoupler Shroud (DecouplerShroud 0.8.0)
Deep Sky Core (DeepSkyCore 3.2.0)
DeepFreeze Continued... (DeepFreeze V0.31.0.0)
DefaultActionGroups (DefaultActionGroups 1.4)
Deployable Engines Plugin (DeployableEngines 1.3.1)
Distant Object Enhancement /L (DistantObject v2.1.1.11r2)
Distant Object Enhancement /L default config (DistantObject-default v2.1.1.11r2)
DMagic Orbital Science (DMagicOrbitalScience 1.4.3)
DMModuleScienceAnimateGeneric (DMagicScienceAnimate v0.23)
Dock Rotate (DockRotate v1.12.1.55)
Docking Cam (DockingCamKURS 1.3.8.5)
Docking Port Alignment Indicator (DockingPortAlignmentIndicator 6.10.0.0)
DSEV (DSEV v3.12.0)
DSEV CRP Play Mode (DSEV-PlayMode-CRP v3.12.0)
Dynamic Battery Storage (DynamicBatteryStorage 2:2.2.5.0)
E.M.U.V (ExoMobilityUtilityVehicle 1.1.1)
Easy Vessel Switch (EVS) (EasyVesselSwitch 2.3)
Engine Lighting Relit (EngineLightRelit 1.6.3.4)
Environmental Visual Enhancements Redux (EnvironmentalVisualEnhancements 3:1.11.7.1)
Eskandare Heavy Industries (EskandareHeavyIndustries 1.0.12)
European Space Agency Rocket Kit (EuropeanSpaceAgencyRocketKit 0.3.0)
EVA Enhancements Continued (EVAEnhancementsContinued 0.1.15.3)
Exploration Rover System by A.S.E.T. (ExplorationRoverSystembyASET 0.4.0.4)
Extra Docking Ports (ExtraDockingPorts v1.3.1)
Extraplanetary Launchpads (ExtraPlanetaryLaunchpads 6.99.3.0)
Extreme Plane Contracts (ExtremePlaneContracts 1.2)
Far Future Technologies (FarFutureTechnologies 1.2.0)
FASA (FASA 1:v7.2.7)
Feline Utility Rovers (FelineUtilityRovers 1.3.6)
Filter Extensions - Default Configuration (FilterExtensionsDefaultConfig 3.2.8)
Filter Extensions - Plugin (FilterExtensions 3.2.8)
Firespitter (Firespitter v7.17)
Firespitter Core (FirespitterCore v7.17)
Firespitter Resources config (FirespitterResourcesConfig v7.17)
Flight Manager for Reusable Stages (FMRS) Continued (FMRSContinued 1.2.9.3)
FreeIva (FreeIva 0.2.10.3)
FRS (FRS 0.0.1.1)
FTL Drive Continued (FTLDriveContinued 0.2.5.2)
Fuel Tank Expansion Rebuilt (MunarIndustriesFTX 0.9.7.1)
Future Technologies Expansion: Frontier Aeronautics (FutureTechnologiesExpansion-FrontierAeronautics 0.3)
Galaxies Unbound - Stellar Adventures Expansion (GalaxiesUnbound-StellarAdventures 1.3)
Galaxies Unbound A Stellar Odyssey (GalaxiesUnbound-Core 1.3)
Gas Repairs And Probably Expensive Snacks (GRAPES 1:GRAPES)
Global Construction (GroundConstruction 2.7.1)
Global Construction Core (GroundConstruction-Core 2.7.1)
Goo Pumps & Oils' Speed Pump (GPOSpeedPump v1.9.0.11)
GravityTurn Continued (GravityTurnContinued 3:1.8.3)
Grond's Micrometeorite Shield Mod (GrondsMicrometeoriteShield 1.1.1)
Hab Tech Props (HabTechProps v0.2.0)
HabTech2 (HabTech2 1.0.0)
Hangar (Hangar 3.6.2.2)
Hangar Extender (HangerExtenderExtended 3.6.0.2)
Harmony 2 (Harmony2 2.2.1.0)
Heat Control (HeatControl 0.6.1)
Heisenberg CRP Play Mode (Heisenberg-PlayMode-CRP v2.19.1)
Hide Empty Tech Tree Nodes (HideEmptyTechNodes 1.3.2)
H-II (H3) Transfer Vehicle (H-II-H3-TransferVehicle 1.0.0)
HL Airships Core (HooliganLabsAirships 7.0.1.0R3)
ht Robotics (HabTechRobotics v1.0.0)
HullcamVDS Continued (HullcamVDSContinued 0.2.2)
HyperEdit (HyperEdit 1.5.8.0)
Improved Tree Engine Placement (ImprovedTreeEnginePlacement v1.4.0)
IndicatorLights (IndicatorLights 1.8.2)
IndicatorLights Community Extensions (IndicatorLightsCommunityExtensions 1.6.2)
Infernal Robotics - Next (InfernalRoboticsNext v3.1.10)
Inline Ballutes (InlineBallutes 1.2.11.4)
Internal RCS (InternalRCS 1.3)
Interstellar Fuel Switch (InterstellarFuelSwitch 3.30.0)
Interstellar Fuel Switch Core (InterstellarFuelSwitch-Core 3.30.0)
Interstellar Redistributable  (InterstellarRedistributable 1.4)
Interstellar Technologies - A KSPI-E Expansion (InterstellarTechnologies 0.4.1)
James Webb For Kerbal (JamesWebbForKerbal 1.12.x)
JSI Advanced Transparent Pods (JSIAdvancedTransparentPods V0.1.24.0)
JSIPartUtilities (JSIPartUtilities 0.5.0.5)
JX2Antenna (JX2Antenna 2.0.5)
JxFab Utility Systems (JxFabUtilitySystems v0)
Kaboom! (BOOM) by rushnash37 (Kaboom 1.4.0.1)
Karbonite (Karbonite 1:v112.0.1)
KARE (KARE 1.1.1)
Kerbal Actuators (KerbalActuators v1.8.5)
Kerbal Aircraft Expansion (KerbalAircraftExpansion 4:2.8.1.0)
Kerbal Alarm Clock (KerbalAlarmClock v3.14.0.0)
Kerbal Atomics (KerbalAtomics 1:1.3.3)
Kerbal Atomics - Other Mod Support (KerbalAtomics-NTRModSupport 1.3.3)
Kerbal Attachment System (KAS 1.12)
Kerbal Changelog (KerbalChangelog v1.4.2)
Kerbal Dust Experiment (KDEX v2.0.2)
Kerbal Engineer Redux (KerbalEngineerRedux 1.1.9.0)
Kerbal Foundries2 (KerbalFoundriesContinued 2.4.8.18)
Kerbal GPS (KerbalGPSRevived 1.2.1.4)
Kerbal Inventory System (KIS 1.29)
Kerbal Joint Reinforcement - Next (KerbalJointReinforcementNext v4.1.19)
Kerbal Konstructs (KerbalKonstructs v1.8.6.0)
Kerbal Krash System (KerbalKrashSystem 2:0.5.1)
Kerbal Launch Vehicles (KerbalLaunchVehicles 1.2.0)
Kerbal Planetary Base Systems (KerbalPlanetaryBaseSystems v1.6.16)
Kerbal Renamer (KerbalRenamer v1.7.0.0)
Kerbal Reusability Expansion (SpaceXLegs 2.9.2)
Kerbal Space Transport System (KSTS 2.0.3)
Kerbal Stats (KerbalStats 3.1.0)
Kerbal Wind Tunnel (WindTunnel 1.3.1.1)
KerbalX Mod (KerbalXMod 1.1.0)
KerbalX Part Mapper (PartMapper 0.4.2)
Keridian Dynamics (KDVA) by Eleusis La Arwal (KeridianDynamicsVesselAssembly 0.8.99.4-prerelease)
Kethane Mining (Kethane 0.11.0)
Kipard Skylon (KipardSkylon 1.3.0)
KipDockingPorts (KipDockingPorts v1.0)
KipEng Agency (KipEng-Agency v1.0)
Konstruction (Konstruction v112.0.1)
Kopernicus Planetary System Modifier (Kopernicus 2:release-1.12.1-158)
kOS Astrogator (kOS-Astrogator v0.2.2)
kOS KerbalEngineer (kOS-KerbalEngineer v0.1.1)
kOS: Scriptable Autopilot System (kOS 1:1.4.0.0)
KRASH - Kerbal Ramification Artifical Simulation Hub (simulation mod for KSP) (KRASH 0.5.33.5)
KSP Achievements (Achievements 1.10.1.8)
KSP AVC (KSP-AVC 1.4.1.9)
KSP Community Fixes (KSPCommunityFixes 1.24.6)
KSP Craft Organizer Improved (VAB/SPH tags + craft searching) (KspCraftOrganizer 1.7.2.2)
KSP Interstellar Extended (KSPInterstellarExtended 1.29.6)
KSP Logger (KSPLogger 0.6.1.1)
KSP Recall (KSP-Recall v0.3.0.10)
KSP Resonant Orbit Calculator (ResonantOrbitCalculator 0.0.7)
KSP Secondary Motion (KSPSecondaryMotion v0.1.1)
KSP Wheel (KSPWheel 1:0.16.14.33)
KSP_PartVolume (KSP-PartVolume 0.0.3.10)
KW Rocketry Rebalanced (KWRocketryRebalanced 3.2.7.2)
KXAPI (KXAPI 1.2.0)
Landertrons (Landertron v1.3.0)
Lithobrake Exploration Technologies (LET) (formerly LETech) (LithobrakeExplorationTechnologies 0.5.0.0-adoption)
LoadingTipsPlus (LoadingTipsPlus V1.9)
L-Tech Scientific Industries Continued (LTechContinued 1:0.5.2.3)
M.O.T.H.S. (MOTHS 0.0.2)
Making History (MakingHistory-DLC 1.12.1)
Malemute Rover (MalemuteRover v112.0.1)
MandatoryRCS Part Pack (MandatoryRCSPartPack 1.4)
Maneuver Queue (ManeuverQueue 0.5.0.2)
Mark IV Spaceplane System (MarkIVSpaceplaneSystem 3.2.0)
Measurizer (Measurizer 1.1)
MechJeb 2 (MechJeb2 2.14.3.0)
MEV Heavy Industries (MEV) (MEVHeavyIndustries 1:1.0.2)
Mini Sample Return Capsule (MSRC) (MiniSampleReturnCapsule 1:1.4.2.1)
Mk 33 (Mk-33 v1.3.2)
Mk1-Cabin-Hatch (Mk1CabinHatch 1.0.1)
Mk2 Stockalike Expansion (Mk2Expansion 2:1.9.1.2)
Mk2.5 Spaceplane Parts (RaginCaucasian 1.5.3.1)
Mk3 Stockalike Expansion (Mk3Expansion 1.6.1.3)
Mk-X Spaceplane Parts (Mk-X 0.1.3.3)
Moar Filter Extension Configs (MoarFEConfigs 1.0.5.2)
Modular Computer Package Revived (ModularComputerPackageRevived 2.0.0.1)
ModularFlightIntegrator (ModularFlightIntegrator 1.2.10.0)
Module Manager (ModuleManager 4.2.2)
ModuleDepthMask (DepthMask 1.1.3)
MOIST! Underwater Technologies (MOISTUnderwaterTechnologies 1.12.1)
Moldavite Machines (MoldaviteMachines 1.3)
MOLE (MOLE v1.27.0)
MOLE CRP Play Mode (MOLE-PlayMode-CRP v1.27.0)
More Servos (MoreServos v1.2.0)
MSP-3000 Material Science Pod (MSP3000 v1.1)
Navball Docking Alignment Indicator CE-2 (NavballDockAlignIndCE 1.1.1.3)
Near Future Aeronautics (NearFutureAeronautics 2.1.1)
Near Future Construction (NearFutureConstruction 1.3.1)
Near Future Electrical (NearFutureElectrical 1.2.3)
Near Future Electrical Core (NearFutureElectrical-Core 1.2.3)
Near Future Exploration (NearFutureExploration 1.1.2)
Near Future IVA Props (NearFutureProps 1:0.7.1)
Near Future Launch Vehicles (NearFutureLaunchVehicles 2.2.0)
Near Future Propulsion (NearFuturePropulsion 1.3.5)
Near Future Solar (NearFutureSolar 1.3.2)
Near Future Solar Core (NearFutureSolar-Core 1.3.2)
Near Future Spacecraft (NearFutureSpacecraft 1.4.3)
Netherdyne Mass Driver (NetherdyneMassDriver 1:1.3.4.2)
Node Helper (NodeHelper 1.5.1.5)
NovaPunch Rebalanced (NovaPunchRebalanced 0.1.7.3)
NovaPunchRebalanced Freyja (NovaPunchRebalanced-Freyja 0.1.7.3)
NovaPunchRebalanced Odin (NovaPunchRebalanced-Odin 0.1.7.3)
NovaPunchRebalanced Thor (NovaPunchRebalanced-Thor 0.1.7.3)
Oblivion Aerospace (OAP) (OblivionAerospace v0.2.99.0-adoption)
On Demand Fuel Cells (ODFC) by Orum (ODFC-Refueled 1.2.99.0-prerelease)
OPT Reconfig (OPTReconfig 3.4.1)
OPT Spaceplane (Legacy) (OPTSpacePlaneParts 1:3.1.2)
OPT Spaceplane Continued (OPTSpacePlaneMain 1:3.1.1)
Orbital Utility Vehicle Updated (OrbitalTug 1.3.1.2)
Outer Planets Mod (OuterPlanetsMod 2:2.2.10)
Patch Manager (PatchManager 0.0.17.6)
Pathfinder (Pathfinder v1.40.4)
Pathfinder CRP Play Mode (Pathfinder-PlayMode-CRP v1.40.4)
PersistentRotation Upgraded (PersistentRotationUpgraded 1.9.1.7)
Phoenix Industries (PhoenixIndustries 1.7)
Photon Sailor (PhotonSailor 1.7.4)
Physics Range Extender  (PhysicsRangeExtender 1.21.0)
PicoPort (PicoPort 0.1.6.4)
PicoPort for all sizes (PicoPort4AllSizes 0.1.2.3)
PlanetShine (PlanetShine 0.2.6.6)
PlanetShine - Default configuration (PlanetShine-Config-Default 0.2.6.6)
Planetside Exploration Technologies (PlanetsideExplorationTechnologies 1.0.2)
Procedural Fairings (ProceduralFairings 1:v6.3.0)
Programatic Extension And Retraction (PEAR 1:1.0.2.1)
Progress Parser (ProgressParser 11.0)
'Project Orion' Nuclear Pulse Engine (USI-NuclearRockets v112.0.1)
PWB Fuel Balancer Restored (PWBFuelBalancerRestored 0.2.1.7)
QuickSearch (QuickSearch 1:3.3.1)
QuizTech Aero Pack (QuizTechAeroPackContinued 1.3.15.1)
Radial Experiment Storage Container (TALRadiallyAttachedExperimentalDataStorageContainer 2.5)
RasterPropMonitor (RasterPropMonitor 1:v0.31.11.1)
RasterPropMonitor Core (RasterPropMonitor-Core 1:v0.31.11.1)
Rational Resources EL-CRP (RationalResourcesELCRP 1.42)
Rational Resources RCS Family (RationalResourcesRCSFamily 1.42)
RCS Build Aid (RCSBuildAid v1.0.6)
Real Plume (RealPlume 2:v13.3.2)
Real Plume - Stock Configs (RealPlume-StockConfigs v4.0.8)
RealChute Parachute Systems (RealChute v1.4.8.3)
Recoverable Emergency Kerbal Transport (REKT 0.4.8.2)
RecoveryController (RecoveryController 0.0.4.1)
Recycled Parts (RecycledParts 0.2.3)
Reentry Particle Effect Renewed (ReentryParticleEffect 1.9.1.1)
RemoteTech Redev Antennas (RemoteTechRedevAntennas 0.1.1)
REPOSoftTech-Agencies (REPOSoftTech-Agencies V1.5.9.0)
ResearchBodies (ResearchBodies 2:V1.13.0)
ReStock (ReStock 1.4.3)
ReStock Extra - Rigid Legs (RestockRigidLegs 1.4.3)
Restock Waterfall Expansion (RestockWaterfallExpansion 2.0.0)
ReStock+ (ReStockPlus 1.4.3)
Retractable Lifting Surface Module (RetractableLiftingSurface 0.2.1.2)
Reviva (Reviva 0.8.1)
RLA Reborn (RLAReborn 0.15.2)
Routine Mission Manager (RoutineMissionManager 1:0.4.0.2)
S.A.V.E Resaved (SAVE 1.11.0.3)
Sandcastle (Sandcastle v1.1.1)
SCANsat (SCANsat v20.4)
Scatterer (Scatterer 3:v0.0838)
Science Lab Info (and 6 Crew Lab) (ScienceLabInfo 2.0.2)
ScienceAlert ReAlerted (ScienceAlert 1.9.20.2)
ScrapYard (SYD) (ScrapYard 2.2.2.1-release)
Sequential Animate Generic Module (ModuleSequentialAnimateGeneric 0.0.1.1)
Servo Controller (ServoController v1.2.1)
ShadowWorks Stockalike SLS and More (ShadowWorksStockalikeSLSandMore 2.0.5.1)
Ship Manifest (ShipManifest 6.0.6.0)
Shuttle Orbiter Construction Kit (ShuttleOrbiterConstructionKit 1.1.8)
Simple Adjustable Fairings - KW Rocketry Pack (SimpleAdjustableFairings-KWRocketry v1.4.0)
Simple Adjustable Fairings - Plugin (SimpleAdjustableFairings v1.12.0)
Simple Hyperdrive! (HYPE) by Exodus_Solis (HyperDriveMod 2.6)
SimpleLogistics (SimpleLogistics 2.0.5.0)
Singularity (Singularity 0.991)
SinkEmAll (SinkEmAll 3.1)
Skylab (RN-Skylab 1:v1.8.7)
Smart Parts (SmartParts 1.9.17)
SmartStage (SmartStage 1:2.9.14.2)
SmokeScreen - Extended FX Plugin (SmokeScreen 2.8.14.0)
Snacks (Snacks v1.28.0)
Solar Science (SOL) by Snoopy20111 (SolarScience 1:v1.3.0.0-release)
SOS (Save Our Settings) (SOS 0.0.1.4)
Sounding Rockets! (SoundingRockets v112.0.1)
Space Dust (SpaceDust 0.4.4)
Space Dust Unbound (SpaceDustUnbound 1.0.2)
Space Shuttle Acessories (SpaceShuttleAcessories 1.0)
Spacedocks Redeployed (SpacedocksRedeployed 0.3.0.4)
SpaceLink (SpaceLink 1.0)
SpaceTux Library (SpaceTuxLibrary 0.0.8.5)
SpacetuxSA (SpacetuxSA 0.3.13.1)
SpaceY Expanded (SpaceY-Expanded 1.4)
SpaceY Heavy Lifters (SYL) by NecroBones (SpaceY-Lifters 1:1.9.99.0-adoption)
Spectra (Spectra v1.6.5)
Spectra Scatterer (Spectra-Scatterer v1.6.5)
Spectra Scatterer Jool shine on Laythe (Spectra-ScattererJoolShineOnLaythe 1.6.5)
SPOCK (ShuttlePathfinderOrbiterConstructionKit v0.2.1)
SRB Waterfall Effects (SRBWaterfallEffects 2.3.5)
Staged Animation (StagedAnimation v2.0)
StageRecovery (StageRecovery 1.9.6.1)
Standard Propulsion Systems (StandardPropulsionSystems 1.0.6.1)
Starship Expansion Project (StarshipExpansionProject v.2.0.1)
Starship Expansion Project IVA (StarshipExpansionProjectIVA v.2.0.1)
Starship Launch Expansion (StarshipLaunchExpansion 1:Beta_v0.5)
Station Keeping (StationKeeping 1:0.2.3)
Stockalike Station Parts Expansion Redux (StationPartsExpansionRedux 2.0.10)
Stockalike Station Parts Expansion Redux - Internal Spaces (StationPartsExpansionRedux-IVAs 2.0.10)
Structural Disks (StructuralDisks 1.2.0.1)
Surface Mounted Lights (surfacelights 1.19)
SXTContinued (SXTContinued 2:0.3.29.8)
System Heat (SystemHeat 0.6.0)
Tac Self Destruct Continued (TacSelfDestructContinued 1:1.7.0.3)
Tarsier Space Technology with Galaxies Continued... (TarsierSpaceTechnologyWithGalaxies 1:7.13)
TDProps (TDProps 1.4.0)
Textures Unlimited (TexturesUnlimited 1.5.10.25)
The Janitor's Closet (JanitorsCloset 0.3.7.9)
The LonesomeRobots Collection (TheLonesomeRobotsCollection 0.2.0)
The RAT Pack (TheRATPack 0.4.3.4)
The SSR MicroSat: 0.35m Probe Parts Revived (MicroSatRevived 0.1.4.1)
Thor Tech (ThorTech 0.9.6.8)
Throttle Controlled Avionics (ThrottleControlledAvionics v3.8.0.1)
Through The Eyes of a Kerbal (ThroughTheEyesOfaKerbal 2.0.4.4)
Toggle Ladder Exit (ToggleLadderExit 0.0.1.2)
Toolbar (Toolbar 1:1.8.0.8)
Toolbar Controller (ToolbarController 1:0.1.9.9)
Tracking Station Evolved (TrackingStationEvolved 7.0)
Trajectories (Trajectories v2.4.3)
TriggerAu Flags (TriggerAu-Flags v2.11.0.0)
TrimIndicators (TrimIndicators 0.1.0.4)
TrimPlus (TrimPlus 1.4.0)
Triple-Z RadioTelescope (ZZZRadioTelescope 1.0.5.1)
TUFX (TUFX 1.0.5.0)
Tundra Exploration - Stockalike Dragon V2 and Falcon 9 (TundraExploration 6.1.0)
Tundra Technologies (TundraTechnologies 6.1.0)
Tundra's Space Center (TundraSpaceCenter 2.0.2)
TutorialFixes (TutorialFixes 0.0.3)
TweakScale - Rescale Everything! (TweakScale v2.4.6.23)
TweakScale Companion (the "UberPaket") (TweakScaleCompanion 2023.03.04)
TweakScale Redistributable (TweakScale-Redist v2.4.6.23)
Universal Storage II Finalized (UniversalStorage2 4.0.0.8)
Urgent Contracts (UrgentContracts v0.1.1)
USI Asteroid Recycling Technologies (USI-ART 1:v112.0.1)
USI Core (USI-Core v112.0.1)
USI Exploration Pack (USI-EXP v112.0.1)
USI Freight Transport Technologies (USI-FTT v112.0.1)
USI Kolonization Systems (MKS/OKS) (UKS 1:v112.0.1)
USI Tools (USITools v112.0.1)
Vessel Viewer Continued (VesselView 2:0.8.8.6)
VesselMover Continued (VesselMoverContinued v1.12.0)
VesselView-UI-RasterPropMonitor (VesselView-UI-RasterPropMonitor 1:0.8.8.6)
Water Launch Sites (Kerbal-Konstructs) (WaterLaunchSites 1.0.1)
Waterfall - Restock (WaterfallRestock 0.2.3)
Waterfall Core (Waterfall 0.9.0)
WaypointManager (WaypointManager 2.8.3.5)
Wild Blue Tools (WildBlueTools v1.89.0)
WildBlueCore (WildBlueCore v1.2.3)
WildBlueIndustries CRP Play Mode (WildBlue-PlayMode-CRP v1.89.0)

Let me know what logs, if any, you would like me to provide!

Link to comment
Share on other sites

  • 1 month later...

@linuxgurugamerThanks for adopting and updating this mod. I also came here due to extreme log spam, so thanks also for the clear explanation on how to fix it (not sure how I missed that when looking at the UI in the first place).

I know it doesn't seem like a critical issue, but could you prioritise lowering the default logging level for the next update? Your mod was by no means the primary cause (probably a drop in the ocean), but I've had issues with some pretty brutal CTDs (crashing the windows interface/display driver), and it turns out it was due to my log file bloating to GBs in size on an SSD with limited space.

Edited by Llamageddon
Link to comment
Share on other sites

10 hours ago, Llamageddon said:

@linuxgurugamerThanks for adopting and updating this mod. I also came here due to extreme log spam, so thanks also for the clear explanation on how to fix it (not sure how I missed that when looking at the UI in the first place).

I know it doesn't seem like a critical issue, but could you prioritise lowering the default logging level for the next update? Your mod was by no means the primary cause (probably a drop in the ocean), but I've had issues with some pretty brutal CTDs (crashing the windows interface/display driver), and it turns out it was due to my log file bloating to GBs in size on an SSD with limited space.

I actually did a while ago, somehow it got reverted.  Will have an update out soon to fix this

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
8 hours ago, Kerbonauter said:

im thankful for this because today i was going to the mun and back and accidentally staged my launch escape system and parachuts in space so yeah this will definitly help me

We've all been there and done that.  I usually blame the keyboard:D.  Welcome to the club!

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...