diff --git a/GameData/Severedsolo/OhScrap/MM Patches/SRBFailureModule.cfg b/GameData/Severedsolo/OhScrap/MM Patches/SRBFailureModule.cfg index b62f5d2..8718d3f 100644 --- a/GameData/Severedsolo/OhScrap/MM Patches/SRBFailureModule.cfg +++ b/GameData/Severedsolo/OhScrap/MM Patches/SRBFailureModule.cfg @@ -3,7 +3,7 @@ MODULE { name = SRBFailureModule - baseChanceOfFailure = 0.6 + baseChanceOfFailure = 0.5 expectedLifetime = 5 } } diff --git a/OhScrap/BaseFailureModule.cs b/OhScrap/BaseFailureModule.cs index f934bdd..c307d29 100644 --- a/OhScrap/BaseFailureModule.cs +++ b/OhScrap/BaseFailureModule.cs @@ -70,7 +70,6 @@ private void Start() //Initialise the Failure Module. GameEvents.onLaunch.Add(OnLaunch); if (launched || HighLogic.LoadedSceneIsEditor) Initialise(); - if (isSRB && vessel.speed <8) ActivateFailures(); } private void OnLaunch(EventReport data) @@ -118,13 +117,12 @@ private void OnSYTrackerUpdated(IEnumerable data) private void ActivateFailures() { - if(KRASHWrapper.simulationActive()) return; + if (KRASHWrapper.simulationActive()) return; launched = true; Initialise(); UPFMUtils.instance.testedParts.Add(SYP.ID); if (HighLogic.LoadedScene == GameScenes.FLIGHT && isSRB && FailureAllowed() && UPFMUtils.instance._randomiser.NextDouble() < chanceOfFailure) InvokeRepeating("FailPart", 0.01f, 0.01f); } - // This is where we "initialise" the failure module and get everything ready public void Initialise() { @@ -224,8 +222,9 @@ private void FixedUpdate() } } - private void OnDestroy() + private void OnDisable() { + GameEvents.onLaunch.Remove(OnLaunch); if (ScrapYardEvents.OnSYTrackerUpdated != null) ScrapYardEvents.OnSYTrackerUpdated.Remove(OnSYTrackerUpdated); if (ScrapYardEvents.OnSYInventoryAppliedToVessel != null) ScrapYardEvents.OnSYInventoryAppliedToVessel.Remove(OnSYInventoryAppliedToVessel); } diff --git a/OhScrap/bin/Debug/KSP.log b/OhScrap/bin/Debug/KSP.log index 46402d4..9f20181 100644 --- a/OhScrap/bin/Debug/KSP.log +++ b/OhScrap/bin/Debug/KSP.log @@ -1,4 +1,4 @@ -[LOG 20:43:57.215] ******* Log Initiated for Kerbal Space Program - 1.6.1.2401 (WindowsPlayer x64) en-us ******* +[LOG 21:54:46.960] ******* Log Initiated for Kerbal Space Program - 1.6.1.2401 (WindowsPlayer x64) en-us ******* Kerbal Space Program - 1.6.1.2401 (WindowsPlayer x64) en-us @@ -10,39 +10,39 @@ SM: 30 (Direct3D 9.0c [nvldumdx.dll 25.21.14.1771]) RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, Default, ARGB2101010, DefaultHDR, ARGB64, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8, RG32 -Log started: Fri, Feb 01, 2019 20:43:57 +Log started: Fri, Feb 01, 2019 21:54:46 -[ERR 20:43:57.260] [SteamManager]: SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information. +[ERR 21:54:47.008] [SteamManager]: SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information. UnityEngine.Debug:LogError(Object, Object) SteamManager:Awake() -[EXC 20:43:57.264] InvalidOperationException: Steamworks is not initialized. +[EXC 21:54:47.012] InvalidOperationException: Steamworks is not initialized. Steamworks.InteropHelp.TestIfAvailableClient () Steamworks.SteamApps.GetAppInstallDir (AppId_t appID, System.String& pchFolder, UInt32 cchFolderBufferSize) SteamManager.Awake () -[LOG 20:43:57.296] Loading data opt-out preferences from PlayerPrefs -[LOG 20:43:57.341] Requesting data opt-out preferences from https://data-optout-service.uca.cloud.unity3d.com/player/opt_out?appid=39811e89-d29d-4faa-bb01-997f3cda24f0&userid=4018dabf1d6ae3a44998a8121943638f&deviceid=89851df1c09d8414d5b7152084dd2938dd4ef944 -[LOG 20:43:57.387] ActionCanvas MASK: 3458764513820540928 -[LOG 20:43:57.387] MainCanvas MASK: 3458764513820540928 -[LOG 20:43:57.419] PhysicsGlobals: Loading database -[LOG 20:43:57.433] AppCanvas MASK: 3458764513820540928 -[LOG 20:44:04.075] Load(Assembly): /ModuleManager.3.0.4 -[LOG 20:44:04.078] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ModuleManager.3.0.4.dll -[LOG 20:44:04.112] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 -[LOG 20:44:04.113] Load(Assembly): MagiCore/MiniAVC -[LOG 20:44:04.114] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MiniAVC.dll -[LOG 20:44:04.117] Load(Assembly): MagiCore/Plugins/MagiCore -[LOG 20:44:04.118] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\Plugins\MagiCore.dll -[LOG 20:44:04.121] Load(Assembly): ScrapYard/ScrapYard -[LOG 20:44:04.122] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ScrapYard\ScrapYard.dll -[LOG 20:44:04.125] Load(Assembly): ScrapYard/ScrapYard_ContractConfigurator -[LOG 20:44:04.126] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ScrapYard\ScrapYard_ContractConfigurator.dll -[LOG 20:44:04.129] Load(Assembly): Severedsolo/OhScrap/OhScrap -[LOG 20:44:04.130] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\OhScrap.dll -[LOG 20:44:04.155] Load(Assembly): Squad/Plugins/KSPSteamCtrlr -[LOG 20:44:04.156] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\Plugins\KSPSteamCtrlr.dll -[LOG 20:44:04.161] AssemblyLoader: Loading assemblies -[ERR 20:44:04.218] ADDON BINDER: Cannot resolve assembly: ContractConfigurator, Culture=neutral, PublicKeyToken=null +[LOG 21:54:47.044] Loading data opt-out preferences from PlayerPrefs +[LOG 21:54:47.089] Requesting data opt-out preferences from https://data-optout-service.uca.cloud.unity3d.com/player/opt_out?appid=39811e89-d29d-4faa-bb01-997f3cda24f0&userid=4018dabf1d6ae3a44998a8121943638f&deviceid=89851df1c09d8414d5b7152084dd2938dd4ef944 +[LOG 21:54:47.123] ActionCanvas MASK: 3458764513820540928 +[LOG 21:54:47.124] MainCanvas MASK: 3458764513820540928 +[LOG 21:54:47.151] PhysicsGlobals: Loading database +[LOG 21:54:47.164] AppCanvas MASK: 3458764513820540928 +[LOG 21:54:54.883] Load(Assembly): /ModuleManager.3.0.4 +[LOG 21:54:54.886] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ModuleManager.3.0.4.dll +[LOG 21:54:54.922] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5.0 +[LOG 21:54:54.923] Load(Assembly): MagiCore/MiniAVC +[LOG 21:54:54.924] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MiniAVC.dll +[LOG 21:54:54.927] Load(Assembly): MagiCore/Plugins/MagiCore +[LOG 21:54:54.928] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\Plugins\MagiCore.dll +[LOG 21:54:54.931] Load(Assembly): ScrapYard/ScrapYard +[LOG 21:54:54.932] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ScrapYard\ScrapYard.dll +[LOG 21:54:54.935] Load(Assembly): ScrapYard/ScrapYard_ContractConfigurator +[LOG 21:54:54.936] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\ScrapYard\ScrapYard_ContractConfigurator.dll +[LOG 21:54:54.939] Load(Assembly): Severedsolo/OhScrap/OhScrap +[LOG 21:54:54.940] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\OhScrap.dll +[LOG 21:54:54.964] Load(Assembly): Squad/Plugins/KSPSteamCtrlr +[LOG 21:54:54.965] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\Plugins\KSPSteamCtrlr.dll +[LOG 21:54:54.970] AssemblyLoader: Loading assemblies +[ERR 21:54:55.025] ADDON BINDER: Cannot resolve assembly: ContractConfigurator, Culture=neutral, PublicKeyToken=null UnityEngine.Debug:LogErrorFormat(String, Object[]) AssemblyLoader:MyResolveEventHandler(Object, ResolveEventArgs) System.Reflection.Assembly:Load(AssemblyName) @@ -57,7 +57,7 @@ Log started: Fri, Feb 01, 2019 20:43:57 c__Iterator0:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) LoadingScreen:Start() -[ERR 20:44:04.219] ADDON BINDER: Cannot resolve assembly: ContractConfigurator, Culture=neutral, PublicKeyToken=null +[ERR 21:54:55.026] ADDON BINDER: Cannot resolve assembly: ContractConfigurator, Culture=neutral, PublicKeyToken=null UnityEngine.Debug:LogErrorFormat(String, Object[]) AssemblyLoader:MyResolveEventHandler(Object, ResolveEventArgs) System.Reflection.Assembly:GetTypes() @@ -70,7 +70,7 @@ Log started: Fri, Feb 01, 2019 20:43:57 c__Iterator0:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) LoadingScreen:Start() -[ERR 20:44:04.221] AssemblyLoader: Exception loading 'ScrapYard_ContractConfigurator': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. +[ERR 21:54:55.028] AssemblyLoader: Exception loading 'ScrapYard_ContractConfigurator': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at AssemblyLoader.LoadAssemblies () [0x00000] in :0 @@ -92,10 +92,10 @@ File name: 'ContractConfigurator, Version=1.0.0.0, Culture=neutral, PublicKeyTok c__Iterator0:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) LoadingScreen:Start() -[LOG 20:44:04.250] VesselModules: Found VesselModule of type CommNetVessel with order 999 -[LOG 20:44:04.254] VesselModules: Found VesselModule of type FlightIntegrator with order 0 -[LOG 20:44:04.256] VesselModules: Found 2 VesselModule types -[LOG 20:44:04.266] +[LOG 21:54:55.058] VesselModules: Found VesselModule of type CommNetVessel with order 999 +[LOG 21:54:55.062] VesselModules: Found VesselModule of type FlightIntegrator with order 0 +[LOG 21:54:55.064] VesselModules: Found 2 VesselModule types +[LOG 21:54:55.075] ************************************************************************ Environment Info @@ -126,23 +126,23 @@ ModuleManager.TechTree ************************************************************************ -[LOG 20:44:04.288] [AddonLoader]: Instantiating addon 'ModuleManager' from assembly 'ModuleManager' -[LOG 20:44:04.306] [ModuleManager] Adding ModuleManager to the loading screen 4 -[LOG 20:44:04.307] [AddonLoader]: Instantiating addon 'Logger' from assembly 'MiniAVC' -[LOG 20:44:04.310] [AddonLoader]: Instantiating addon 'Starter' from assembly 'MiniAVC' -[LOG 20:44:04.313] [AddonLoader]: Instantiating addon 'EventBehaviour' from assembly 'MagiCore' -[LOG 20:44:04.315] [AddonLoader]: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr' -[LOG 20:44:05.923] Load(Audio): Squad/Sounds/editorLoop01 -[LOG 20:44:05.933] [SpaceNavigatorWindows]: No device found. -[ERR 20:44:05.953] [KSPSteamController]: Failed to initialize Steam API! +[LOG 21:54:55.098] [AddonLoader]: Instantiating addon 'ModuleManager' from assembly 'ModuleManager' +[LOG 21:54:55.116] [ModuleManager] Adding ModuleManager to the loading screen 4 +[LOG 21:54:55.117] [AddonLoader]: Instantiating addon 'Logger' from assembly 'MiniAVC' +[LOG 21:54:55.120] [AddonLoader]: Instantiating addon 'Starter' from assembly 'MiniAVC' +[LOG 21:54:55.123] [AddonLoader]: Instantiating addon 'EventBehaviour' from assembly 'MagiCore' +[LOG 21:54:55.125] [AddonLoader]: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr' +[LOG 21:54:56.756] Load(Audio): Squad/Sounds/editorLoop01 +[LOG 21:54:56.767] [SpaceNavigatorWindows]: No device found. +[ERR 21:54:56.786] [KSPSteamController]: Failed to initialize Steam API! UnityEngine.Debug:LogError(Object) SteamController.KSPSteamController:Start() -[LOG 20:44:05.975] MiniAVC -> Executing: MiniAVC - 1.2.0.6 -[LOG 20:44:05.975] MiniAVC -> Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MiniAVC.dll -[LOG 20:44:05.976] MiniAVC -> Starter was created. -[LOG 20:44:06.283] Opt-out preferences successfully retrieved, applied and saved: +[LOG 21:54:56.810] MiniAVC -> Executing: MiniAVC - 1.2.0.6 +[LOG 21:54:56.810] MiniAVC -> Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MiniAVC.dll +[LOG 21:54:56.810] MiniAVC -> Starter was created. +[LOG 21:54:57.145] Opt-out preferences successfully retrieved, applied and saved: {"optOut":false,"analyticsEnabled":true,"deviceStatsEnabled":true,"limitUserTracking":false,"performanceReportingEnabled":true} -[LOG 20:44:06.445] MiniAVC -> C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MagiCore.version +[LOG 21:54:57.307] MiniAVC -> C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MagiCore.version NAME: MagiCore URL: http://ksp.spacetux.net/avc/MagiCore DOWNLOAD: NULL @@ -157,5632 +157,4863 @@ ModuleManager.TechTree CompatibleKspVersionMin: True CompatibleKspVersionMax: True CompatibleGitHubVersion: True -[LOG 20:44:06.454] Load(Audio): Squad/Sounds/elev_loop -[LOG 20:44:06.455] MiniAVC -> Starter was destroyed. -[LOG 20:44:06.493] Load(Audio): Squad/Sounds/elev_start -[LOG 20:44:06.533] Load(Audio): Squad/Sounds/elev_stop -[LOG 20:44:06.634] Load(Audio): Squad/Sounds/sound_ambience_nature -[LOG 20:44:06.687] Load(Audio): Squad/Sounds/sound_click_flick -[LOG 20:44:06.769] Load(Audio): Squad/Sounds/sound_click_latch -[LOG 20:44:06.855] Load(Audio): Squad/Sounds/sound_click_sharp -[LOG 20:44:06.884] Load(Audio): Squad/Sounds/sound_click_tick -[LOG 20:44:06.903] Load(Audio): Squad/Sounds/sound_click_tock -[LOG 20:44:06.917] Load(Audio): Squad/Sounds/sound_decoupler_fire -[LOG 20:44:06.926] Load(Audio): Squad/Sounds/sound_delete_bin -[LOG 20:44:06.954] Load(Audio): Squad/Sounds/sound_explosion_debris1 -[LOG 20:44:06.969] Load(Audio): Squad/Sounds/sound_explosion_debris2 -[LOG 20:44:07.082] Load(Audio): Squad/Sounds/sound_explosion_large -[LOG 20:44:07.144] Load(Audio): Squad/Sounds/sound_rocket_mini -[LOG 20:44:07.164] Load(Audio): Squad/Sounds/sound_rocket_spurts -[LOG 20:44:07.238] Load(Audio): Squad/Sounds/sound_servomotor -[LOG 20:44:07.251] Load(Audio): Squad/Sounds/sound_tab_extend -[LOG 20:44:07.284] Load(Audio): Squad/Sounds/sound_tab_retreat -[LOG 20:44:07.301] Load(Texture): ScrapYard/icon -[LOG 20:44:07.317] Load(Texture): Severedsolo/OhScrap/Icon -[WRN 20:44:07.332] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\Icon.png' - consider changing the image's width and height to enable compression -[LOG 20:44:07.332] Load(Texture): Squad/Agencies/C7AerospaceDivision -[LOG 20:44:07.359] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled -[LOG 20:44:07.375] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium -[LOG 20:44:07.382] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled -[LOG 20:44:07.399] Load(Texture): Squad/Agencies/ExperimentalEngineering -[LOG 20:44:07.414] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled -[LOG 20:44:07.422] Load(Texture): Squad/Agencies/FlooydResearchLab -[LOG 20:44:07.433] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled -[LOG 20:44:07.442] Load(Texture): Squad/Agencies/GoliathNationalProducts -[LOG 20:44:07.465] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled -[LOG 20:44:07.476] Load(Texture): Squad/Agencies/IntegratedIntegrals -[LOG 20:44:07.488] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled -[LOG 20:44:07.514] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics -[LOG 20:44:07.549] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled -[LOG 20:44:07.570] Load(Texture): Squad/Agencies/JebsJunkyard -[LOG 20:44:07.587] Load(Texture): Squad/Agencies/JebsJunkyard_scaled -[LOG 20:44:07.597] Load(Texture): Squad/Agencies/KerbalMotion -[LOG 20:44:07.609] Load(Texture): Squad/Agencies/KerbalMotion_scaled -[LOG 20:44:07.626] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety -[LOG 20:44:07.632] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled -[LOG 20:44:07.642] Load(Texture): Squad/Agencies/Kerbodyne -[LOG 20:44:07.659] Load(Texture): Squad/Agencies/Kerbodyne_scaled -[LOG 20:44:07.663] Load(Texture): Squad/Agencies/Kerlington -[LOG 20:44:07.669] Load(Texture): Squad/Agencies/Kerlington_scaled -[LOG 20:44:07.686] Load(Texture): Squad/Agencies/MaxoConstructionToys -[LOG 20:44:07.700] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled -[LOG 20:44:07.720] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup -[LOG 20:44:07.727] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled -[LOG 20:44:07.741] Load(Texture): Squad/Agencies/OMBDemolition -[LOG 20:44:07.759] Load(Texture): Squad/Agencies/OMBDemolition_scaled -[LOG 20:44:07.770] Load(Texture): Squad/Agencies/PeriapsisCo -[LOG 20:44:07.791] Load(Texture): Squad/Agencies/PeriapsisCo_scaled -[LOG 20:44:07.807] Load(Texture): Squad/Agencies/Probodobodyne -[LOG 20:44:07.820] Load(Texture): Squad/Agencies/Probodobodyne_scaled -[LOG 20:44:07.824] Load(Texture): Squad/Agencies/R&D -[LOG 20:44:07.834] Load(Texture): Squad/Agencies/R&D_scaled -[LOG 20:44:07.849] Load(Texture): Squad/Agencies/ReactionSystemsLtd -[LOG 20:44:07.864] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled -[LOG 20:44:07.885] Load(Texture): Squad/Agencies/Rockomax -[LOG 20:44:07.906] Load(Texture): Squad/Agencies/Rockomax_scaled -[LOG 20:44:07.921] Load(Texture): Squad/Agencies/Rokea -[LOG 20:44:07.943] Load(Texture): Squad/Agencies/Rokea_scaled -[LOG 20:44:07.954] Load(Texture): Squad/Agencies/SeansCannery -[LOG 20:44:07.977] Load(Texture): Squad/Agencies/SeansCannery_scaled -[LOG 20:44:07.991] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps -[LOG 20:44:08.012] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled -[LOG 20:44:08.015] Load(Texture): Squad/Agencies/StrutCo -[LOG 20:44:08.022] Load(Texture): Squad/Agencies/StrutCo_scaled -[LOG 20:44:08.041] Load(Texture): Squad/Agencies/Vac-Co -[LOG 20:44:08.047] Load(Texture): Squad/Agencies/Vac-Co_scaled -[LOG 20:44:08.051] Load(Texture): Squad/Agencies/WinterOwl -[LOG 20:44:08.069] Load(Texture): Squad/Agencies/WinterOwl_scaled -[LOG 20:44:08.080] Load(Texture): Squad/Agencies/ZaltonicElectronics -[LOG 20:44:08.100] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled -[LOG 20:44:08.112] Load(Texture): Squad/Contracts/Icons/balloon -[LOG 20:44:08.118] Load(Texture): Squad/Contracts/Icons/custom -[LOG 20:44:08.122] Load(Texture): Squad/Contracts/Icons/default -[LOG 20:44:08.128] Load(Texture): Squad/Contracts/Icons/dish -[LOG 20:44:08.135] Load(Texture): Squad/Contracts/Icons/eva -[LOG 20:44:08.140] Load(Texture): Squad/Contracts/Icons/gravity -[LOG 20:44:08.144] Load(Texture): Squad/Contracts/Icons/ksc -[LOG 20:44:08.158] Load(Texture): Squad/Contracts/Icons/launchsite -[LOG 20:44:08.164] Load(Texture): Squad/Contracts/Icons/marker -[LOG 20:44:08.193] Load(Texture): Squad/Contracts/Icons/pressure -[LOG 20:44:08.197] Load(Texture): Squad/Contracts/Icons/report -[LOG 20:44:08.203] Load(Texture): Squad/Contracts/Icons/runway -[LOG 20:44:08.207] Load(Texture): Squad/Contracts/Icons/sample -[LOG 20:44:08.213] Load(Texture): Squad/Contracts/Icons/seismic -[LOG 20:44:08.219] Load(Texture): Squad/Contracts/Icons/thermometer -[LOG 20:44:08.222] Load(Texture): Squad/Contracts/Icons/vessel -[LOG 20:44:08.226] Load(Texture): Squad/Flags/09 -[LOG 20:44:08.239] Load(Texture): Squad/Flags/B612_Foundation_flag -[LOG 20:44:08.314] Load(Texture): Squad/Flags/blorbs -[LOG 20:44:08.349] Load(Texture): Squad/Flags/bullseye -[LOG 20:44:08.380] Load(Texture): Squad/Flags/capsule -[LOG 20:44:08.402] Load(Texture): Squad/Flags/circles -[LOG 20:44:08.445] Load(Texture): Squad/Flags/default -[LOG 20:44:08.537] Load(Texture): Squad/Flags/esa_dark_blue -[LOG 20:44:08.561] Load(Texture): Squad/Flags/hexagon -[LOG 20:44:08.580] Load(Texture): Squad/Flags/hexagonCircles -[LOG 20:44:08.618] Load(Texture): Squad/Flags/kerbal1 -[LOG 20:44:08.642] Load(Texture): Squad/Flags/kerbal2 -[LOG 20:44:08.660] Load(Texture): Squad/Flags/kerbin -[LOG 20:44:08.691] Load(Texture): Squad/Flags/kerbinmunflag -[LOG 20:44:08.719] Load(Texture): Squad/Flags/line -[LOG 20:44:08.741] Load(Texture): Squad/Flags/minimalistic -[LOG 20:44:08.771] Load(Texture): Squad/Flags/NASA -[LOG 20:44:08.776] Load(Texture): Squad/Flags/orbit -[LOG 20:44:08.799] Load(Texture): Squad/Flags/orbs -[LOG 20:44:08.804] Load(Texture): Squad/Flags/retro -[LOG 20:44:08.821] Load(Texture): Squad/Flags/rings -[LOG 20:44:08.844] Load(Texture): Squad/Flags/rocketScience -[LOG 20:44:08.865] Load(Texture): Squad/Flags/satellite -[LOG 20:44:08.871] Load(Texture): Squad/Flags/Sentinel_Flag -[LOG 20:44:08.913] Load(Texture): Squad/Flags/spheres -[LOG 20:44:09.000] Load(Texture): Squad/Flags/squadLogo -[LOG 20:44:09.061] Load(Texture): Squad/Flags/squadLogo2 -[LOG 20:44:09.086] Load(Texture): Squad/Flags/stripes -[LOG 20:44:09.113] Load(Texture): Squad/Flags/trees -[LOG 20:44:09.148] Load(Texture): Squad/Flags/trippy -[LOG 20:44:09.204] Load(Texture): Squad/Flags/uk_space_agency -[LOG 20:44:09.273] Load(Texture): Squad/FX/DiamondBlue -[LOG 20:44:09.283] Load(Texture): Squad/FX/FlameBlueOrange -[LOG 20:44:09.307] Load(Texture): Squad/FX/FlamePurple -[LOG 20:44:09.329] Load(Texture): Squad/FX/FlameRed -[LOG 20:44:09.359] Load(Texture): Squad/FX/FlameRedOrange -[LOG 20:44:09.369] Load(Texture): Squad/FX/Monoprop -[LOG 20:44:09.391] Load(Texture): Squad/FX/plasma2 -[LOG 20:44:09.408] Load(Texture): Squad/FX/rocketplume2 -[LOG 20:44:09.520] Load(Texture): Squad/FX/shockDiamond2 -[LOG 20:44:09.548] Load(Texture): Squad/FX/smokepuff1 -[LOG 20:44:09.559] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl1 -[LOG 20:44:09.639] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl2 -[LOG 20:44:09.740] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl3 -[LOG 20:44:09.806] Load(Texture): Squad/MenuProps/MunOrBust -[LOG 20:44:09.833] Load(Texture): Squad/PartList/SimpleIcons/cs_main -[LOG 20:44:09.849] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2 -[LOG 20:44:09.909] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3 -[LOG 20:44:09.980] Load(Texture): Squad/PartList/SimpleIcons/cs_size0 -[LOG 20:44:09.992] Load(Texture): Squad/PartList/SimpleIcons/cs_size1 -[LOG 20:44:10.007] Load(Texture): Squad/PartList/SimpleIcons/cs_size1p5 -[LOG 20:44:10.024] Load(Texture): Squad/PartList/SimpleIcons/cs_size2 -[LOG 20:44:10.042] Load(Texture): Squad/PartList/SimpleIcons/cs_size3 -[LOG 20:44:10.063] Load(Texture): Squad/PartList/SimpleIcons/cs_size4 -[LOG 20:44:10.084] Load(Texture): Squad/PartList/SimpleIcons/cs_surface -[LOG 20:44:10.099] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant -[LOG 20:44:10.109] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore -[LOG 20:44:10.124] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer -[LOG 20:44:10.141] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel -[LOG 20:44:10.158] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas -[LOG 20:44:10.165] Load(Texture): Squad/PartList/SimpleIcons/number1 -[LOG 20:44:10.174] Load(Texture): Squad/PartList/SimpleIcons/number2 -[LOG 20:44:10.529] Load(Texture): Squad/PartList/SimpleIcons/number3 -[LOG 20:44:10.550] Load(Texture): Squad/PartList/SimpleIcons/number4 -[LOG 20:44:10.556] Load(Texture): Squad/PartList/SimpleIcons/number5 -[LOG 20:44:10.562] Load(Texture): Squad/PartList/SimpleIcons/number6 -[LOG 20:44:10.569] Load(Texture): Squad/PartList/SimpleIcons/number7 -[LOG 20:44:10.595] Load(Texture): Squad/PartList/SimpleIcons/number8 -[LOG 20:44:10.600] Load(Texture): Squad/PartList/SimpleIcons/number9 -[LOG 20:44:10.621] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics -[LOG 20:44:10.624] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors -[LOG 20:44:10.637] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction -[LOG 20:44:10.645] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics -[LOG 20:44:10.663] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration -[LOG 20:44:10.681] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol -[LOG 20:44:10.695] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding -[LOG 20:44:10.711] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks -[LOG 20:44:10.724] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry -[LOG 20:44:10.729] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech -[LOG 20:44:10.742] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned -[LOG 20:44:10.746] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems -[LOG 20:44:10.764] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech -[LOG 20:44:10.768] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation -[LOG 20:44:10.773] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes -[LOG 20:44:10.788] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry -[LOG 20:44:10.791] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites -[LOG 20:44:10.796] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics -[LOG 20:44:10.817] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics -[LOG 20:44:10.835] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech -[LOG 20:44:10.841] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics -[LOG 20:44:10.857] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics -[LOG 20:44:10.862] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors -[LOG 20:44:10.885] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry -[LOG 20:44:10.922] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience -[LOG 20:44:10.926] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience -[LOG 20:44:10.952] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol -[LOG 20:44:10.956] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems -[LOG 20:44:10.959] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction -[LOG 20:44:10.985] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry -[LOG 20:44:10.990] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic -[LOG 20:44:10.994] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry -[LOG 20:44:11.010] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics -[LOG 20:44:11.015] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry -[LOG 20:44:11.018] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight -[LOG 20:44:11.045] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion -[LOG 20:44:11.056] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight -[LOG 20:44:11.068] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion -[LOG 20:44:11.098] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing -[LOG 20:44:11.109] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol -[LOG 20:44:11.120] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics -[LOG 20:44:11.141] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes -[LOG 20:44:11.151] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials -[LOG 20:44:11.160] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing -[LOG 20:44:11.189] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion -[LOG 20:44:11.220] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering -[LOG 20:44:11.229] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics -[LOG 20:44:11.255] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech -[LOG 20:44:11.263] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction -[LOG 20:44:11.293] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol -[LOG 20:44:11.336] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics -[LOG 20:44:11.345] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability -[LOG 20:44:11.361] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start -[LOG 20:44:11.373] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight -[LOG 20:44:11.412] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability -[LOG 20:44:11.424] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech -[LOG 20:44:11.448] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry -[LOG 20:44:11.457] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2 -[LOG 20:44:11.490] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules -[LOG 20:44:11.518] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced -[LOG 20:44:11.525] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance -[LOG 20:44:11.553] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment -[LOG 20:44:11.570] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization -[LOG 20:44:11.591] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision -[LOG 20:44:11.600] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems -[LOG 20:44:11.608] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope -[LOG 20:44:11.647] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Rockomax_Adapters_diffuse -[LOG 20:44:11.657] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Rockomax_Adapters_normal -[LOG 20:44:11.664] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake -[LOG 20:44:11.682] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake -[LOG 20:44:11.707] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings -[LOG 20:44:11.792] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins -[LOG 20:44:11.826] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin -[LOG 20:44:11.837] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes -[LOG 20:44:11.848] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat -[LOG 20:44:11.869] Load(Texture): Squad/Parts/Aero/cones/Cones -[LOG 20:44:11.880] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse -[LOG 20:44:11.894] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse_Orange -[LOG 20:44:11.922] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse_White -[LOG 20:44:11.958] Load(Texture): Squad/Parts/Aero/cones/ConesHeat -[LOG 20:44:11.993] Load(Texture): Squad/Parts/Aero/cones/ConesHeat_Orange -[LOG 20:44:12.018] Load(Texture): Squad/Parts/Aero/cones/ConesHeat_White -[LOG 20:44:12.046] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat -[LOG 20:44:12.076] Load(Texture): Squad/Parts/Aero/fairings/AutoTruss -[LOG 20:44:12.103] Load(Texture): Squad/Parts/Aero/fairings/FairingBase -[LOG 20:44:12.141] Load(Texture): Squad/Parts/Aero/fairings/FairingBaseNormals -[LOG 20:44:12.172] Load(Texture): Squad/Parts/Aero/fairings/fairingsCap -[LOG 20:44:12.196] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff -[LOG 20:44:12.220] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff_grey -[LOG 20:44:12.260] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff_orange -[LOG 20:44:12.293] Load(Texture): Squad/Parts/Aero/fairings/fairings_grey_normals -[LOG 20:44:12.326] Load(Texture): Squad/Parts/Aero/fairings/fairings_normals -[LOG 20:44:12.359] Load(Texture): Squad/Parts/Aero/fairings/fairings_orange_normals -[LOG 20:44:12.401] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing -[LOG 20:44:12.431] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield -[LOG 20:44:12.461] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield -[LOG 20:44:12.497] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing -[LOG 20:44:12.517] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM -[LOG 20:44:12.554] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long -[LOG 20:44:12.578] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake -[LOG 20:44:12.599] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000 -[LOG 20:44:12.631] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/Rockomax_Adapters_diffuse -[LOG 20:44:12.639] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/Rockomax_Adapters_normal -[LOG 20:44:12.649] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake -[LOG 20:44:12.681] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat -[LOG 20:44:12.693] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings -[LOG 20:44:12.788] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000 -[LOG 20:44:12.799] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001 -[LOG 20:44:12.818] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000 -[LOG 20:44:12.840] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001 -[LOG 20:44:12.861] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000 -[LOG 20:44:12.872] Load(Texture): Squad/Parts/Aero/wings/Wings -[LOG 20:44:12.898] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000 -[LOG 20:44:12.915] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001 -[LOG 20:44:12.961] Load(Texture): Squad/Parts/Command/cupola/cupola_Emissive -[LOG 20:44:12.994] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff -[LOG 20:44:13.026] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal -[LOG 20:44:13.047] Load(Texture): Squad/Parts/Command/cupola/window -[LOG 20:44:13.057] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000 -[LOG 20:44:13.082] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin -[LOG 20:44:13.110] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_Illum -[LOG 20:44:13.129] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n -[LOG 20:44:13.164] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window -[LOG 20:44:13.168] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000 -[LOG 20:44:13.188] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001 -[LOG 20:44:13.235] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000 -[LOG 20:44:13.270] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001 -[LOG 20:44:13.291] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002 -[LOG 20:44:13.305] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder -[LOG 20:44:13.309] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM -[LOG 20:44:13.353] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch -[LOG 20:44:13.407] Load(Texture): Squad/Parts/Command/Mk1-2Pod/Mk1-2_illum -[LOG 20:44:13.458] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls -[LOG 20:44:13.499] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window -[LOG 20:44:13.502] Load(Texture): Squad/Parts/Command/Mk1-3Pod/M1-3 Pod -[LOG 20:44:13.799] Load(Texture): Squad/Parts/Command/Mk1-3Pod/M1-3 Pod_GLOW -[LOG 20:44:13.834] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW -[LOG 20:44:13.839] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit -[LOG 20:44:13.872] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff -[LOG 20:44:13.893] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal -[LOG 20:44:13.935] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_psd_illum -[LOG 20:44:13.971] Load(Texture): Squad/Parts/Command/mk1pod/hatch -[LOG 20:44:13.991] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung -[LOG 20:44:14.001] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM -[LOG 20:44:14.022] Load(Texture): Squad/Parts/Command/mk1pod/outer shell -[LOG 20:44:14.041] Load(Texture): Squad/Parts/Command/mk1pod/window -[LOG 20:44:14.059] Load(Texture): Squad/Parts/Command/mk1pod/window_illum -[LOG 20:44:14.065] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2 -[LOG 20:44:14.127] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_GLOW -[LOG 20:44:14.163] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_GW -[LOG 20:44:14.216] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_N -[LOG 20:44:14.254] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_W -[LOG 20:44:14.315] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_W_N -[LOG 20:44:14.354] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A -[LOG 20:44:14.384] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive -[LOG 20:44:14.417] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal -[LOG 20:44:14.454] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit -[LOG 20:44:14.488] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum -[LOG 20:44:14.520] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM -[LOG 20:44:14.566] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore -[LOG 20:44:14.573] Load(Texture): Squad/Parts/Command/mk2LanderCan/Illum -[LOG 20:44:14.590] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder -[LOG 20:44:14.594] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell -[LOG 20:44:14.609] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n -[LOG 20:44:14.655] Load(Texture): Squad/Parts/Command/mk2LanderCan/window -[LOG 20:44:14.658] Load(Texture): Squad/Parts/Command/mk2LanderCan_v2/Mk2Can -[LOG 20:44:14.723] Load(Texture): Squad/Parts/Command/mk2LanderCan_v2/Mk2Can_glow -[LOG 20:44:14.806] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle -[LOG 20:44:14.833] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM -[LOG 20:44:14.861] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_diffuse -[LOG 20:44:14.892] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_NRM -[LOG 20:44:15.117] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_specular -[LOG 20:44:15.154] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff -[LOG 20:44:15.185] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal -[LOG 20:44:15.225] Load(Texture): Squad/Parts/Command/probeCoreHex_v2/hecsDiffuse -[LOG 20:44:15.245] Load(Texture): Squad/Parts/Command/probeCoreHex_v2/hecsNormal -[LOG 20:44:15.282] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000 -[LOG 20:44:15.306] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001 -[LOG 20:44:15.335] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000 -[LOG 20:44:15.348] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoDiffuse -[LOG 20:44:15.355] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoNormal -[LOG 20:44:15.361] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoSpecular -[LOG 20:44:15.364] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoDiffuse -[LOG 20:44:15.397] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoNormal -[LOG 20:44:15.421] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoSpecular -[LOG 20:44:15.437] Load(Texture): Squad/Parts/Command/probeRoverBody/model000 -[LOG 20:44:15.462] Load(Texture): Squad/Parts/Command/probeRoverBody/model001 -[LOG 20:44:15.507] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_diffuse -[LOG 20:44:15.587] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_NRM -[LOG 20:44:15.823] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_specular -[LOG 20:44:15.850] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_diffuse -[LOG 20:44:15.888] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_NRM -[LOG 20:44:16.123] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_specular -[LOG 20:44:16.154] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_diffuse -[LOG 20:44:16.161] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_NRM -[LOG 20:44:16.168] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_specular -[LOG 20:44:16.176] Load(Texture): Squad/Parts/Command/probeStackLarge/model000 -[LOG 20:44:16.226] Load(Texture): Squad/Parts/Command/probeStackLarge/model001 -[LOG 20:44:16.263] Load(Texture): Squad/Parts/Command/probeStackSmall/model000 -[LOG 20:44:16.301] Load(Texture): Squad/Parts/Command/probeStackSmall/model001 -[LOG 20:44:16.338] Load(Texture): Squad/Parts/Command/probeStackSphere/model000 -[LOG 20:44:16.370] Load(Texture): Squad/Parts/Command/probeStackSphere/model001 -[LOG 20:44:16.397] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_diffuse -[LOG 20:44:16.445] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_normal -[LOG 20:44:16.479] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_specular -[LOG 20:44:16.521] Load(Texture): Squad/Parts/CompoundParts/FuelLine/FTX-2 External Fuel Duct -[LOG 20:44:16.574] Load(Texture): Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector -[LOG 20:44:16.596] Load(Texture): Squad/Parts/Coupling/Assets/Decouplers -[LOG 20:44:16.640] Load(Texture): Squad/Parts/Coupling/Assets/Decouplers_N -[LOG 20:44:16.697] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000 -[LOG 20:44:16.721] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001 -[LOG 20:44:16.744] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002 -[LOG 20:44:16.764] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000 -[LOG 20:44:16.784] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001 -[LOG 20:44:16.811] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002 -[LOG 20:44:16.833] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000 -[LOG 20:44:16.869] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001 -[LOG 20:44:16.887] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002 -[LOG 20:44:16.924] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000 -[LOG 20:44:16.962] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001 -[LOG 20:44:17.003] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002 -[LOG 20:44:17.041] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel -[LOG 20:44:17.092] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000 -[LOG 20:44:17.110] Load(Texture): Squad/Parts/Electrical/RTG/model000 -[LOG 20:44:17.132] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000 -[LOG 20:44:17.151] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000 -[LOG 20:44:17.172] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001 -[LOG 20:44:17.187] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff -[LOG 20:44:17.204] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000 -[LOG 20:44:17.232] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff -[LOG 20:44:17.265] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal -[LOG 20:44:17.312] Load(Texture): Squad/Parts/Engine/ionEngine/model000 -[LOG 20:44:17.334] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines -[LOG 20:44:17.362] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat -[LOG 20:44:17.383] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/engine -[LOG 20:44:17.397] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff -[LOG 20:44:17.419] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm -[LOG 20:44:17.439] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm -[LOG 20:44:17.472] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd -[LOG 20:44:17.490] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S_v2/Spark -[LOG 20:44:17.508] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S_v2/Spark_Glow -[LOG 20:44:17.527] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike -[LOG 20:44:17.534] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat -[LOG 20:44:17.551] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/alternatebracket -[LOG 20:44:17.570] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/engine -[LOG 20:44:17.576] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff -[LOG 20:44:17.593] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing -[LOG 20:44:17.617] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3 -[LOG 20:44:17.630] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive -[LOG 20:44:17.646] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n -[LOG 20:44:17.690] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/Terrier -[LOG 20:44:17.739] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/TerrierFairing -[LOG 20:44:18.027] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/Terrier_glow -[LOG 20:44:18.072] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000 -[LOG 20:44:18.115] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001 -[LOG 20:44:18.128] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002 -[LOG 20:44:18.143] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003 -[LOG 20:44:18.166] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000 -[LOG 20:44:18.192] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001 -[LOG 20:44:18.238] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002 -[LOG 20:44:18.260] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000 -[LOG 20:44:18.291] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001 -[LOG 20:44:18.307] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002 -[LOG 20:44:18.332] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003 -[LOG 20:44:18.364] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000 -[LOG 20:44:18.382] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001 -[LOG 20:44:18.429] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002 -[LOG 20:44:18.735] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003 -[LOG 20:44:18.767] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004 -[LOG 20:44:18.785] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud -[LOG 20:44:18.812] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat -[LOG 20:44:18.823] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_dif -[LOG 20:44:18.837] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_em -[LOG 20:44:18.862] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_norm -[LOG 20:44:18.906] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/smallfairing -[LOG 20:44:18.924] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/poodle -[LOG 20:44:18.966] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/PoodleShroud -[LOG 20:44:18.997] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/poodle_Glow -[LOG 20:44:19.045] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff -[LOG 20:44:19.071] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive -[LOG 20:44:19.090] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff -[LOG 20:44:19.097] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm -[LOG 20:44:19.117] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal -[LOG 20:44:19.137] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME -[LOG 20:44:19.154] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW -[LOG 20:44:19.175] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM -[LOG 20:44:19.212] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm -[LOG 20:44:19.219] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em -[LOG 20:44:19.245] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm -[LOG 20:44:19.273] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet -[LOG 20:44:19.294] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1 -[LOG 20:44:19.308] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse -[LOG 20:44:19.334] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit -[LOG 20:44:19.357] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_O -[LOG 20:44:19.399] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_W -[LOG 20:44:19.424] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_Y -[LOG 20:44:19.435] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive -[LOG 20:44:19.456] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm -[LOG 20:44:19.505] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm -[LOG 20:44:19.533] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm -[LOG 20:44:19.686] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse -[LOG 20:44:19.724] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive -[LOG 20:44:19.742] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal -[LOG 20:44:19.768] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit -[LOG 20:44:19.795] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm -[LOG 20:44:19.809] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm -[LOG 20:44:19.830] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000 -[LOG 20:44:19.841] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001 -[LOG 20:44:19.869] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002 -[LOG 20:44:19.905] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000 -[LOG 20:44:19.937] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001 -[LOG 20:44:20.022] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002 -[LOG 20:44:20.040] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5 -[LOG 20:44:20.064] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM -[LOG 20:44:20.082] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000 -[LOG 20:44:20.107] Load(Texture): Squad/Parts/Engine/solidBoosterSep/motor -[LOG 20:44:20.124] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV -[LOG 20:44:20.148] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters -[LOG 20:44:20.187] Load(Texture): Squad/Parts/FuelTank/FoilTanks/RadialTanks -[LOG 20:44:20.221] Load(Texture): Squad/Parts/FuelTank/FoilTanks/RadialTanks_N -[LOG 20:44:20.253] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000 -[LOG 20:44:20.277] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001 -[LOG 20:44:20.305] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000 -[LOG 20:44:20.329] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001 -[LOG 20:44:20.345] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank -[LOG 20:44:20.353] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n -[LOG 20:44:20.371] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000 -[LOG 20:44:20.394] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001 -[LOG 20:44:20.436] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000 -[LOG 20:44:20.448] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001 -[LOG 20:44:20.492] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000 -[LOG 20:44:20.524] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001 -[LOG 20:44:20.570] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000 -[LOG 20:44:20.596] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001 -[LOG 20:44:20.641] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage -[LOG 20:44:20.662] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m -[LOG 20:44:20.695] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage -[LOG 20:44:20.736] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort -[LOG 20:44:20.783] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage -[LOG 20:44:20.862] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM -[LOG 20:44:20.905] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 -[LOG 20:44:20.933] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_02 -[LOG 20:44:20.953] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N -[LOG 20:44:20.979] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff -[LOG 20:44:21.008] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal -[LOG 20:44:21.074] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/FL-R25 RCS Fuel Tank_D -[LOG 20:44:21.092] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/FL-R25 RCS Fuel Tank_N -[LOG 20:44:21.128] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000 -[LOG 20:44:21.147] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff -[LOG 20:44:21.169] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [AlbedoM] BW -[LOG 20:44:21.235] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [AlbedoM] O -[LOG 20:44:21.323] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [Normal] BW -[LOG 20:44:21.401] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [Normal]O -[LOG 20:44:21.458] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW -[LOG 20:44:21.497] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_D -[LOG 20:44:21.558] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N -[LOG 20:44:21.581] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O -[LOG 20:44:21.625] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W -[LOG 20:44:21.657] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm -[LOG 20:44:21.704] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000 -[LOG 20:44:21.727] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001 -[LOG 20:44:21.749] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank -[LOG 20:44:21.772] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff -[LOG 20:44:21.786] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat -[LOG 20:44:21.808] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow -[LOG 20:44:21.844] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM -[LOG 20:44:21.879] Load(Texture): Squad/Parts/Misc/AsteroidDay/default -[LOG 20:44:21.901] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsDiffuse -[LOG 20:44:21.905] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsNormal -[LOG 20:44:21.907] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsSpecular -[LOG 20:44:21.925] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe -[LOG 20:44:21.946] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM -[LOG 20:44:21.964] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp -[LOG 20:44:21.967] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack -[LOG 20:44:22.028] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell -[LOG 20:44:22.043] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large -[LOG 20:44:22.070] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff -[LOG 20:44:22.119] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm -[LOG 20:44:22.155] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle -[LOG 20:44:22.176] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff -[LOG 20:44:22.214] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff -[LOG 20:44:22.238] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector -[LOG 20:44:22.245] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle -[LOG 20:44:22.264] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill -[LOG 20:44:22.282] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2 -[LOG 20:44:22.315] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff -[LOG 20:44:22.350] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal -[LOG 20:44:22.381] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff -[LOG 20:44:22.423] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish -[LOG 20:44:22.453] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n -[LOG 20:44:22.471] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff -[LOG 20:44:22.478] Load(Texture): Squad/Parts/Science/GooExperiment/GooExperiment -[LOG 20:44:22.504] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab -[LOG 20:44:22.564] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab_glow -[LOG 20:44:22.625] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window -[LOG 20:44:22.628] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small -[LOG 20:44:22.660] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit -[LOG 20:44:22.682] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm -[LOG 20:44:22.704] Load(Texture): Squad/Parts/Science/MaterialBay/wires -[LOG 20:44:22.726] Load(Texture): Squad/Parts/Science/ScienceBox/Container -[LOG 20:44:22.750] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000 -[LOG 20:44:22.770] Load(Texture): Squad/Parts/Science/sensorBarometer/model000 -[LOG 20:44:22.789] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000 -[LOG 20:44:22.800] Load(Texture): Squad/Parts/Science/sensorThermometer/model000 -[LOG 20:44:22.819] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_diffuse -[LOG 20:44:22.846] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_diffuse_O -[LOG 20:44:22.872] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_normal -[LOG 20:44:22.901] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_normal_O -[LOG 20:44:22.933] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural -[LOG 20:44:22.965] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat -[LOG 20:44:22.996] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm -[LOG 20:44:23.024] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm -[LOG 20:44:23.054] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm -[LOG 20:44:23.083] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm -[LOG 20:44:23.113] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_BW_Diffuse -[LOG 20:44:23.183] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_DUMMY_NRM -[LOG 20:44:23.187] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_O_Diffuse -[LOG 20:44:23.283] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_W_Diffuse -[LOG 20:44:23.343] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_W_NRM -[LOG 20:44:23.411] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse -[LOG 20:44:23.466] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse_Dark -[LOG 20:44:23.534] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse_Orange -[LOG 20:44:23.565] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_normal -[LOG 20:44:23.602] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_normal_Orange -[LOG 20:44:23.648] Load(Texture): Squad/Parts/Structural/stationHub/model000 -[LOG 20:44:23.681] Load(Texture): Squad/Parts/Structural/stationHub/model001 -[LOG 20:44:23.707] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000 -[LOG 20:44:23.718] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000 -[LOG 20:44:23.762] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000 -[LOG 20:44:23.776] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000 -[LOG 20:44:23.797] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000 -[LOG 20:44:23.818] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001 -[LOG 20:44:23.861] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000 -[LOG 20:44:23.903] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001 -[LOG 20:44:23.952] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons -[LOG 20:44:23.977] Load(Texture): Squad/Parts/Structural/strutCubicOcto/cubestrut -[LOG 20:44:24.015] Load(Texture): Squad/Parts/Structural/strutOcto/model000 -[LOG 20:44:24.043] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000 -[LOG 20:44:24.077] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001 -[LOG 20:44:24.108] Load(Texture): Squad/Parts/Structural/trussGirderL/model000 -[LOG 20:44:24.137] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000 -[LOG 20:44:24.166] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator -[LOG 20:44:24.210] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM -[LOG 20:44:24.243] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel -[LOG 20:44:24.253] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM -[LOG 20:44:24.286] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array -[LOG 20:44:24.310] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff -[LOG 20:44:24.344] Load(Texture): Squad/Parts/Utility/commDish88-88/model000 -[LOG 20:44:24.363] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna -[LOG 20:44:24.398] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit -[LOG 20:44:24.426] Load(Texture): Squad/Parts/Utility/commsDish16/model000 -[LOG 20:44:24.438] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000 -[LOG 20:44:24.459] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000 -[LOG 20:44:24.483] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001 -[LOG 20:44:24.495] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000 -[LOG 20:44:24.517] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000 -[LOG 20:44:24.552] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001 -[LOG 20:44:24.597] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000 -[LOG 20:44:24.617] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000 -[LOG 20:44:24.649] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000 -[LOG 20:44:24.688] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001 -[LOG 20:44:24.711] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000 -[LOG 20:44:24.729] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001 -[LOG 20:44:24.769] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000 -[LOG 20:44:24.795] Load(Texture): Squad/Parts/Utility/DirectAntennas/MiniAntenna -[LOG 20:44:24.834] Load(Texture): Squad/Parts/Utility/dockingPort/model000 -[LOG 20:44:24.845] Load(Texture): Squad/Parts/Utility/dockingPort/model001 -[LOG 20:44:24.874] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000 -[LOG 20:44:24.912] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001 -[LOG 20:44:24.957] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002 -[LOG 20:44:24.984] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000 -[LOG 20:44:25.032] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001 -[LOG 20:44:25.058] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000 -[LOG 20:44:25.088] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001 -[LOG 20:44:25.121] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002 -[LOG 20:44:25.161] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000 -[LOG 20:44:25.180] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001 -[LOG 20:44:25.193] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse -[LOG 20:44:25.216] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window -[LOG 20:44:25.225] Load(Texture): Squad/Parts/Utility/ladderRadial/model000 -[LOG 20:44:25.242] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000 -[LOG 20:44:25.269] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001 -[LOG 20:44:25.315] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002 -[LOG 20:44:25.348] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000 -[LOG 20:44:25.383] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001 -[LOG 20:44:25.413] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff -[LOG 20:44:25.452] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg -[LOG 20:44:25.476] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg -[LOG 20:44:25.496] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000 -[LOG 20:44:25.503] Load(Texture): Squad/Parts/Utility/launchClamp1/model000 -[LOG 20:44:25.516] Load(Texture): Squad/Parts/Utility/launchClamp1/model001 -[LOG 20:44:25.536] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse -[LOG 20:44:25.567] Load(Texture): Squad/Parts/Utility/linearRCS/rcs -[LOG 20:44:25.581] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay -[LOG 20:44:25.602] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin -[LOG 20:44:25.609] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM -[LOG 20:44:25.624] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort -[LOG 20:44:25.648] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay -[LOG 20:44:25.675] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000 -[LOG 20:44:25.706] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001 -[LOG 20:44:25.734] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000 -[LOG 20:44:25.770] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001 -[LOG 20:44:25.787] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000 -[LOG 20:44:25.809] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001 -[LOG 20:44:25.830] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000 -[LOG 20:44:25.852] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001 -[LOG 20:44:25.876] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000 -[LOG 20:44:25.892] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001 -[LOG 20:44:25.913] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000 -[LOG 20:44:25.957] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001 -[LOG 20:44:25.964] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/rcs -[LOG 20:44:25.978] Load(Texture): Squad/Parts/Utility/RelayAntennas/DishAntenna -[LOG 20:44:26.008] Load(Texture): Squad/Parts/Utility/RelayAntennas/MiniAntenna -[LOG 20:44:26.029] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse -[LOG 20:44:26.053] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_O -[LOG 20:44:26.111] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_W -[LOG 20:44:26.138] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal -[LOG 20:44:26.165] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal_O -[LOG 20:44:26.196] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay -[LOG 20:44:26.204] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM -[LOG 20:44:26.230] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1 -[LOG 20:44:26.247] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1_em -[LOG 20:44:26.265] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2 -[LOG 20:44:26.285] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2_em -[LOG 20:44:26.291] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000 -[LOG 20:44:26.307] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse -[LOG 20:44:26.407] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Dark -[LOG 20:44:26.511] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Orange -[LOG 20:44:26.537] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM -[LOG 20:44:26.561] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_Orange_NRM -[LOG 20:44:26.593] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000 -[LOG 20:44:26.614] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare -[LOG 20:44:26.636] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear -[LOG 20:44:26.669] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive -[LOG 20:44:26.690] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000 -[LOG 20:44:26.715] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1 -[LOG 20:44:26.733] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000 -[LOG 20:44:26.749] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001 -[LOG 20:44:26.764] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2 -[LOG 20:44:26.797] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n -[LOG 20:44:26.876] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff -[LOG 20:44:26.908] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal -[LOG 20:44:26.955] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff -[LOG 20:44:26.982] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal -[LOG 20:44:27.026] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount -[LOG 20:44:27.069] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n -[LOG 20:44:27.103] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel -[LOG 20:44:27.130] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n -[LOG 20:44:27.182] Load(Texture): Squad/Props/AltimeterThreeHands/model000 -[LOG 20:44:27.227] Load(Texture): Squad/Props/AltimeterThreeHands/model001 -[LOG 20:44:27.243] Load(Texture): Squad/Props/AtmosphereDepth/model000 -[LOG 20:44:27.264] Load(Texture): Squad/Props/AtmosphereDepth/model001 -[LOG 20:44:27.281] Load(Texture): Squad/Props/AxisIndicator/model000 -[LOG 20:44:27.306] Load(Texture): Squad/Props/buttonsGeneric/ButtonsAndSwitches -[LOG 20:44:27.325] Load(Texture): Squad/Props/ButtonSquare/model000 -[LOG 20:44:27.354] Load(Texture): Squad/Props/circularButton/model000 -[LOG 20:44:27.379] Load(Texture): Squad/Props/Compass/model000 -[LOG 20:44:27.401] Load(Texture): Squad/Props/directionalKnob/model000 -[LOG 20:44:27.429] Load(Texture): Squad/Props/directionalKnob2/model000 -[LOG 20:44:27.445] Load(Texture): Squad/Props/IndicatorPanel/model000 -[LOG 20:44:27.468] Load(Texture): Squad/Props/IndicatorPanel/model001 -[LOG 20:44:27.497] Load(Texture): Squad/Props/IVANavBall/Arrows8dir -[LOG 20:44:27.516] Load(Texture): Squad/Props/IVANavBall/IVANavBall -[LOG 20:44:27.542] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow -[LOG 20:44:27.563] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors -[LOG 20:44:27.586] Load(Texture): Squad/Props/IVANavBall/navball2 -[LOG 20:44:27.612] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA -[LOG 20:44:27.633] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA -[LOG 20:44:27.647] Load(Texture): Squad/Props/IVANavBallNoBase/Arrows8dir -[LOG 20:44:27.664] Load(Texture): Squad/Props/IVANavBallNoBase/IVANavBall -[LOG 20:44:27.692] Load(Texture): Squad/Props/IVANavBallNoBase/ManeuverNode_vectors -[LOG 20:44:27.728] Load(Texture): Squad/Props/IVANavBallNoBase/navball2 -[LOG 20:44:27.741] Load(Texture): Squad/Props/IVANavBallNoBase/navBall_DV_IVA -[LOG 20:44:27.752] Load(Texture): Squad/Props/IVANavBallNoBase/navBall_vectors_IVA -[LOG 20:44:27.777] Load(Texture): Squad/Props/ledPanelSpeed/circularButton -[LOG 20:44:27.799] Load(Texture): Squad/Props/ledPanelSpeed/ledPanel -[LOG 20:44:27.815] Load(Texture): Squad/Props/Monitor/Emissives -[LOG 20:44:27.835] Load(Texture): Squad/Props/Monitor/Emissives_glow -[LOG 20:44:27.860] Load(Texture): Squad/Props/Monitor/Monitor -[LOG 20:44:27.887] Load(Texture): Squad/Props/NavBall/GaugeGee -[LOG 20:44:27.903] Load(Texture): Squad/Props/NavBall/GaugeThrottle -[LOG 20:44:27.919] Load(Texture): Squad/Props/NavBall/model000 -[LOG 20:44:27.946] Load(Texture): Squad/Props/NavBall/model001 -[LOG 20:44:27.965] Load(Texture): Squad/Props/NavBall/model002 -[LOG 20:44:27.988] Load(Texture): Squad/Props/NavBall/model003 -[LOG 20:44:28.011] Load(Texture): Squad/Props/PropsGeneric/propsGeneric -[LOG 20:44:28.049] Load(Texture): Squad/Props/pullSwitch/model000 -[LOG 20:44:28.067] Load(Texture): Squad/Props/pullSwitch/model001 -[LOG 20:44:28.078] Load(Texture): Squad/Props/radarAltitude/model000 -[LOG 20:44:28.107] Load(Texture): Squad/Props/squareButton/model000 -[LOG 20:44:28.119] Load(Texture): Squad/Props/standingSwitch/model000 -[LOG 20:44:28.144] Load(Texture): Squad/Props/standingSwitch/model001 -[LOG 20:44:28.166] Load(Texture): Squad/Props/switch/model000 -[LOG 20:44:28.178] Load(Texture): Squad/Props/switchGuard/model000 -[LOG 20:44:28.203] Load(Texture): Squad/Props/switchWithGuards/model000 -[LOG 20:44:28.227] Load(Texture): Squad/Props/switchWithGuards/model001 -[LOG 20:44:28.244] Load(Texture): Squad/Props/switchWithGuards/model002 -[LOG 20:44:28.267] Load(Texture): Squad/Props/throttle/model000 -[LOG 20:44:28.287] Load(Texture): Squad/Props/throttle/model001 -[LOG 20:44:28.328] Load(Texture): Squad/Props/VSI/model000 -[LOG 20:44:28.372] Load(Texture): Squad/Spaces/crewCabinInternals/model000 -[LOG 20:44:28.391] Load(Texture): Squad/Spaces/crewCabinInternals/model001 -[LOG 20:44:28.435] Load(Texture): Squad/Spaces/crewCabinInternals/model002 -[LOG 20:44:28.458] Load(Texture): Squad/Spaces/crewCabinInternals/model003 -[LOG 20:44:28.486] Load(Texture): Squad/Spaces/crewCabinInternals/model004 -[LOG 20:44:28.494] Load(Texture): Squad/Spaces/crewCabinInternals/model005 -[LOG 20:44:28.533] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff -[LOG 20:44:28.610] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal -[LOG 20:44:28.668] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha -[LOG 20:44:28.717] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat -[LOG 20:44:28.750] Load(Texture): Squad/Spaces/GenericSpace1/model000 -[LOG 20:44:28.778] Load(Texture): Squad/Spaces/GenericSpace1/model001 -[LOG 20:44:28.816] Load(Texture): Squad/Spaces/GenericSpace1/model002 -[LOG 20:44:28.844] Load(Texture): Squad/Spaces/GenericSpace1/model003 -[LOG 20:44:28.870] Load(Texture): Squad/Spaces/GenericSpace1/model004 -[LOG 20:44:28.899] Load(Texture): Squad/Spaces/GenericSpace1/model005 -[LOG 20:44:28.929] Load(Texture): Squad/Spaces/GenericSpace3/model000 -[LOG 20:44:28.964] Load(Texture): Squad/Spaces/GenericSpace3/model001 -[LOG 20:44:28.997] Load(Texture): Squad/Spaces/GenericSpace3/model002 -[LOG 20:44:29.033] Load(Texture): Squad/Spaces/GenericSpace3/model003 -[LOG 20:44:29.066] Load(Texture): Squad/Spaces/GenericSpace3/model004 -[LOG 20:44:29.109] Load(Texture): Squad/Spaces/GenericSpace3/model005 -[LOG 20:44:29.137] Load(Texture): Squad/Spaces/GenericSpace3/model006 -[LOG 20:44:29.156] Load(Texture): Squad/Spaces/GenericSpace3/model007 -[LOG 20:44:29.180] Load(Texture): Squad/Spaces/landerCabinInternals/model000 -[LOG 20:44:29.202] Load(Texture): Squad/Spaces/landerCabinInternals/model001 -[LOG 20:44:29.229] Load(Texture): Squad/Spaces/landerCabinInternals/model002 -[LOG 20:44:29.252] Load(Texture): Squad/Spaces/landerCabinInternals/model003 -[LOG 20:44:29.284] Load(Texture): Squad/Spaces/landerCabinInternals/model004 -[LOG 20:44:29.326] Load(Texture): Squad/Spaces/landerCabinInternals/model005 -[LOG 20:44:29.357] Load(Texture): Squad/Spaces/landerCabinInternals/model006 -[LOG 20:44:29.393] Load(Texture): Squad/Spaces/landerCabinInternals/model007 -[LOG 20:44:29.397] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff -[LOG 20:44:29.480] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal -[LOG 20:44:29.559] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha -[LOG 20:44:29.593] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat -[LOG 20:44:29.621] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass -[LOG 20:44:29.647] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int -[LOG 20:44:29.723] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM -[LOG 20:44:29.968] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaProps_Diffuse -[LOG 20:44:30.021] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaProps_Normal -[LOG 20:44:30.105] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Diffuse -[LOG 20:44:30.164] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Emissive -[LOG 20:44:30.217] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Normal -[LOG 20:44:30.294] Load(Texture): Squad/Spaces/Mk1-3/pilot Seat -[LOG 20:44:30.325] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap -[LOG 20:44:30.347] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric -[LOG 20:44:30.360] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM -[LOG 20:44:30.380] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric -[LOG 20:44:30.392] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM -[LOG 20:44:30.407] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP -[LOG 20:44:30.443] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows -[LOG 20:44:30.463] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy -[LOG 20:44:30.491] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric -[LOG 20:44:30.510] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM -[LOG 20:44:30.514] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap -[LOG 20:44:30.531] Load(Texture): Squad/Spaces/mk1PodCockpit/model000 -[LOG 20:44:30.561] Load(Texture): Squad/Spaces/mk1PodCockpit/model001 -[LOG 20:44:30.585] Load(Texture): Squad/Spaces/mk1PodCockpit/model002 -[LOG 20:44:30.611] Load(Texture): Squad/Spaces/mk1PodCockpit/model003 -[LOG 20:44:30.639] Load(Texture): Squad/Spaces/mk1PodCockpit/model004 -[LOG 20:44:30.704] Load(Texture): Squad/Spaces/mk1PodCockpit/model005 -[LOG 20:44:30.735] Load(Texture): Squad/Spaces/mk1PodCockpit/model006 -[LOG 20:44:30.761] Load(Texture): Squad/Spaces/mk1PodCockpit/model007 -[LOG 20:44:30.764] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_diffuse -[LOG 20:44:30.835] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_emissive -[LOG 20:44:30.852] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_normal -[LOG 20:44:30.918] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_shell_diffuse -[LOG 20:44:31.012] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_shell_normal -[LOG 20:44:31.087] Load(Texture): Squad/Spaces/mk1pod_IVA/pilot Seat -[LOG 20:44:31.195] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA -[LOG 20:44:31.210] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA -[LOG 20:44:31.239] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat -[LOG 20:44:31.246] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows -[LOG 20:44:31.270] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA -[LOG 20:44:31.287] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass -[LOG 20:44:31.323] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA -[LOG 20:44:31.359] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat -[LOG 20:44:31.368] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric -[LOG 20:44:31.393] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM -[LOG 20:44:31.434] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap -[LOG 20:44:31.460] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric -[LOG 20:44:31.488] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_props_diffuse -[LOG 20:44:31.581] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_props_normal -[LOG 20:44:31.646] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_shell_diffuse -[LOG 20:44:31.714] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_shell_normal -[LOG 20:44:31.815] Load(Texture): Squad/Spaces/mk2LanderCanInternal/pilot Seat -[LOG 20:44:31.939] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass -[LOG 20:44:31.970] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA -[LOG 20:44:31.991] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass -[LOG 20:44:32.029] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC -[LOG 20:44:32.050] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA -[LOG 20:44:32.077] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int -[LOG 20:44:32.107] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n -[LOG 20:44:32.128] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat -[LOG 20:44:32.151] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA -[LOG 20:44:32.155] Load(Texture): Squad/Spaces/PodCockpit/model000 -[LOG 20:44:32.185] Load(Texture): Squad/Spaces/PodCockpit/model001 -[LOG 20:44:32.219] Load(Texture): Squad/Spaces/PodCockpit/model002 -[LOG 20:44:32.244] Load(Texture): Squad/Spaces/PodCockpit/model003 -[LOG 20:44:32.268] Load(Texture): Squad/Spaces/PodCockpit/model004 -[LOG 20:44:32.299] Load(Texture): Squad/Spaces/PodCockpit/model005 -[LOG 20:44:32.329] Load(Texture): Squad/Spaces/PodCockpit/model006 -[LOG 20:44:32.370] Load(Texture): Squad/Spaces/PodCockpit/model007 -[LOG 20:44:32.388] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric -[LOG 20:44:32.421] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM -[LOG 20:44:32.458] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations -[LOG 20:44:32.476] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign -[LOG 20:44:32.488] Load(Texture): Squad/Strategies/Icons/BailOutGrant -[LOG 20:44:32.495] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign -[LOG 20:44:32.507] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative -[LOG 20:44:32.517] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram -[LOG 20:44:32.532] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch -[LOG 20:44:32.547] Load(Texture): Squad/Strategies/Icons/PatentsLicensing -[LOG 20:44:32.551] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting -[LOG 20:44:32.572] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut -[LOG 20:44:32.586] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram -[LOG 20:44:32.602] Load(Texture): Squad/Tutorials/ChuteColors -[LOG 20:44:32.625] Load(Texture): Squad/Tutorials/EditorCoM -[LOG 20:44:32.631] Load(Texture): Squad/Tutorials/EditorSnap -[LOG 20:44:32.652] Load(Texture): Squad/Tutorials/EditorSnap4x -[LOG 20:44:32.673] Load(Texture): Squad/Tutorials/EditorSymm -[LOG 20:44:32.686] Load(Texture): Squad/Tutorials/StagingStack -[LOG 20:44:32.695] Load(Texture): Squad/Tutorials/YPRDiagram -[WRN 20:44:32.711] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\Tutorials\YPRDiagram.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.712] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/default -[LOG 20:44:32.743] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/fail01 -[LOG 20:44:32.767] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/fail02 -[LOG 20:44:32.785] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/default -[WRN 20:44:32.801] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.802] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_01 -[WRN 20:44:32.823] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_01.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.824] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_02 -[WRN 20:44:32.847] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_02.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.848] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_03 -[WRN 20:44:32.857] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_03.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.857] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/default -[LOG 20:44:32.887] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/success01 -[LOG 20:44:32.914] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/success02 -[LOG 20:44:32.936] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Fail/fail01 -[LOG 20:44:32.947] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Menu/Mun -[WRN 20:44:32.953] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Acapello 13\Banners\Menu\Mun.png' - consider changing the image's width and height to enable compression -[LOG 20:44:32.954] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Success/success01 -[LOG 20:44:32.977] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Fail/default -[LOG 20:44:33.005] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Fail/fail02 -[LOG 20:44:33.040] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Menu/default -[WRN 20:44:33.047] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Acapello 15\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.048] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Success/default -[LOG 20:44:33.062] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Fail/fail01 -[LOG 20:44:33.092] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Menu/default -[WRN 20:44:33.112] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Blue Mun\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.113] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Success/success02 -[LOG 20:44:33.136] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Fail/default -[LOG 20:44:33.148] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Menu/default -[WRN 20:44:33.156] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Dawn of the Space Age\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.157] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Success/default -[LOG 20:44:33.172] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Fail/default -[LOG 20:44:33.191] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Fail/fail01 -[LOG 20:44:33.203] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Menu/default -[WRN 20:44:33.225] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Meet Me in Zero G\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.226] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Success/default -[LOG 20:44:33.246] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Success/success02 -[LOG 20:44:33.262] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Fail/default -[LOG 20:44:33.287] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Fail/fail02 -[LOG 20:44:33.311] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Menu/default -[WRN 20:44:33.319] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Munar 1\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.319] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Success/default -[LOG 20:44:33.334] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Success/success01 -[LOG 20:44:33.360] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Fail/default -[LOG 20:44:33.373] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Fail/fail01 -[LOG 20:44:33.398] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Menu/bannerSatellite -[LOG 20:44:33.423] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Success/default -[LOG 20:44:33.439] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Success/success02 -[LOG 20:44:33.464] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Fail/fail02 -[LOG 20:44:33.480] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Menu/MissionBannerKerbin -[WRN 20:44:33.486] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\To the Mun Via Minmus\Banners\Menu\MissionBannerKerbin.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.487] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Success/success01 -[LOG 20:44:33.500] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Fail/fail01 -[LOG 20:44:33.527] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Menu/default -[WRN 20:44:33.548] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Trouble in the Void\Banners\Menu\default.png' - consider changing the image's width and height to enable compression -[LOG 20:44:33.549] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Success/success02 -[LOG 20:44:33.577] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Fail/fail02 -[LOG 20:44:33.590] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Menu/bannerSatellite -[LOG 20:44:33.603] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Success/success01 -[LOG 20:44:33.617] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/airlock -[LOG 20:44:33.644] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/airlock_N -[LOG 20:44:33.651] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/EnginePlate -[LOG 20:44:33.673] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler_grey -[LOG 20:44:33.697] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler_orange -[LOG 20:44:33.717] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1 -[LOG 20:44:33.747] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1_BASE -[LOG 20:44:33.775] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T87 -[LOG 20:44:33.805] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T91 -[LOG 20:44:33.830] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-I2 -[LOG 20:44:33.886] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10 -[LOG 20:44:33.910] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10_N -[LOG 20:44:33.940] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7 -[LOG 20:44:33.974] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7_N -[LOG 20:44:33.982] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02 -[LOG 20:44:34.014] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT01 -[LOG 20:44:34.042] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT02 -[LOG 20:44:34.070] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT02_normal -[LOG 20:44:34.094] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono -[LOG 20:44:34.123] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono_2 -[LOG 20:44:34.156] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono_N -[LOG 20:44:34.191] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters -[LOG 20:44:34.239] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT01 -[LOG 20:44:34.266] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT02 -[LOG 20:44:34.295] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT02nm -[LOG 20:44:34.323] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_N -[LOG 20:44:34.350] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks -[LOG 20:44:34.384] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_ALT02 -[LOG 20:44:34.413] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_ALT02_nm -[LOG 20:44:34.454] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_grey -[LOG 20:44:34.486] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tanks -[LOG 20:44:34.549] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tanks_N -[LOG 20:44:34.636] Load(Texture): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheel -[LOG 20:44:34.691] Load(Texture): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheelG -[LOG 20:44:34.707] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceBay -[LOG 20:44:34.745] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceBay_n -[LOG 20:44:34.777] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_diffuse -[LOG 20:44:34.855] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_NRM -[LOG 20:44:35.838] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_specular -[LOG 20:44:35.919] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM25_diffuse -[LOG 20:44:35.950] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM25_normals -[LOG 20:44:35.993] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV1 -[LOG 20:44:36.024] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV1_GLOW -[LOG 20:44:36.057] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV2 -[LOG 20:44:36.085] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV3 -[LOG 20:44:36.111] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod -[LOG 20:44:36.137] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod_GLOW -[LOG 20:44:36.165] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod_n -[LOG 20:44:36.188] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander -[LOG 20:44:36.210] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander_GLOW -[LOG 20:44:36.242] Load(Texture): SquadExpansion/MakingHistory/Parts/SharedAssets/Shrouds -[LOG 20:44:36.294] Load(Texture): SquadExpansion/MakingHistory/Parts/SharedAssets/Shrouds_N -[LOG 20:44:36.317] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/NormalMap -[LOG 20:44:36.375] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels -[LOG 20:44:36.434] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Dark_D -[LOG 20:44:36.478] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_D -[LOG 20:44:36.518] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_NRM -[LOG 20:44:37.063] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_S -[LOG 20:44:37.104] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Silver_D -[LOG 20:44:37.145] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Silver_S -[LOG 20:44:37.195] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/airlock -[LOG 20:44:37.218] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/airlock_N -[LOG 20:44:37.239] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Props_Diffuse -[LOG 20:44:37.340] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Props_Normal -[LOG 20:44:37.403] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Diffuse -[LOG 20:44:37.483] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Emissive -[LOG 20:44:37.516] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Normal -[LOG 20:44:37.565] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Vzor_Diffuse -[LOG 20:44:37.589] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Diffuse -[LOG 20:44:37.633] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Emissive -[LOG 20:44:37.676] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Normal -[LOG 20:44:37.767] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Shell_Diffuse -[LOG 20:44:37.835] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Shell_Normal -[LOG 20:44:37.904] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Props_Diffuse -[LOG 20:44:37.947] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Props_Normal -[LOG 20:44:38.009] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Shell_Diffuse -[LOG 20:44:38.058] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Shell_Normal -[LOG 20:44:38.130] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/motor -[LOG 20:44:38.189] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/pilot Seat -[LOG 20:44:38.218] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_AO -[LOG 20:44:38.280] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_EMISSIVE -[LOG 20:44:38.346] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_NORMAL -[LOG 20:44:38.415] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/pilot Seat -[LOG 20:44:38.449] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/propsGeneric -[LOG 20:44:38.473] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_AO -[LOG 20:44:38.567] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_EMISSIVE -[LOG 20:44:38.581] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_NORMAL -[LOG 20:44:38.635] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/DIfuse_controlboard -[LOG 20:44:38.706] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Normal_controlbard -[LOG 20:44:38.760] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Outershell_Base_Color -[LOG 20:44:38.828] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Outershell_Normal -[LOG 20:44:38.904] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/pilot Seat -[LOG 20:44:38.926] Load(Model): Squad/FX/afterburner_flame -[LOG 20:44:38.956] Load(Model): Squad/FX/afterburner_shock -[LOG 20:44:38.968] Load(Model): Squad/FX/diamondBlue -[LOG 20:44:38.981] Load(Model): Squad/FX/exhaustFlames_blue -[LOG 20:44:38.989] Load(Model): Squad/FX/hydroLOXFlame -[LOG 20:44:39.008] Load(Model): Squad/FX/IonPlume -[LOG 20:44:39.015] Load(Model): Squad/FX/ks1_Exhaust -[LOG 20:44:39.022] Load(Model): Squad/FX/ks25_Exhaust -[LOG 20:44:39.026] Load(Model): Squad/FX/ksX_Exhaust -[LOG 20:44:39.032] Load(Model): Squad/FX/LES_Thruster -[LOG 20:44:39.036] Load(Model): Squad/FX/Monoprop_big -[LOG 20:44:39.055] Load(Model): Squad/FX/Monoprop_medium -[LOG 20:44:39.062] Load(Model): Squad/FX/Monoprop_small -[LOG 20:44:39.069] Load(Model): Squad/FX/shockExhaust_blue -[LOG 20:44:39.076] Load(Model): Squad/FX/shockExhaust_blue_small -[LOG 20:44:39.089] Load(Model): Squad/FX/shockExhaust_red_small -[LOG 20:44:39.107] Load(Model): Squad/FX/SRB_Large -[LOG 20:44:39.112] Load(Model): Squad/FX/SRB_LargeSparks -[LOG 20:44:39.119] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone -[LOG 20:44:39.133] Load(Model): Squad/Parts/Aero/airbrake/Airbrake -[LOG 20:44:39.146] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake -[LOG 20:44:39.155] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface -[LOG 20:44:39.163] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing -[LOG 20:44:39.172] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin -[LOG 20:44:39.186] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard -[LOG 20:44:39.193] Load(Model): Squad/Parts/Aero/airplaneFins/Canard -[LOG 20:44:39.200] Load(Model): Squad/Parts/Aero/airplaneFins/Swept -[LOG 20:44:39.207] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin -[LOG 20:44:39.214] Load(Model): Squad/Parts/Aero/basicFin/basicFin -[LOG 20:44:39.221] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake -[LOG 20:44:39.235] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake -[LOG 20:44:39.245] Load(Model): Squad/Parts/Aero/cones/AvioCone -[LOG 20:44:39.253] Load(Model): Squad/Parts/Aero/cones/ConeA -[LOG 20:44:39.262] Load(Model): Squad/Parts/Aero/cones/ConeB -[LOG 20:44:39.269] Load(Model): Squad/Parts/Aero/cones/NCS -[LOG 20:44:39.278] Load(Model): Squad/Parts/Aero/cones/TailA -[LOG 20:44:39.286] Load(Model): Squad/Parts/Aero/cones/TailB -[LOG 20:44:39.295] Load(Model): Squad/Parts/Aero/cones/TinyCone -[LOG 20:44:39.303] Load(Model): Squad/Parts/Aero/fairings/AutoTruss -[LOG 20:44:39.322] Load(Model): Squad/Parts/Aero/fairings/fairingSize1 -[LOG 20:44:39.335] Load(Model): Squad/Parts/Aero/fairings/fairingSize2 -[LOG 20:44:39.345] Load(Model): Squad/Parts/Aero/fairings/fairingSize3 -[LOG 20:44:39.355] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield0 -[LOG 20:44:39.365] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1 -[LOG 20:44:39.375] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2 -[LOG 20:44:39.387] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3 -[LOG 20:44:39.398] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield -[LOG 20:44:39.424] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial -[LOG 20:44:39.433] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake -[LOG 20:44:39.440] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model -[LOG 20:44:39.450] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/rocketNoseCone_v2 -[LOG 20:44:39.459] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake -[LOG 20:44:39.467] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing -[LOG 20:44:39.475] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA -[LOG 20:44:39.482] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB -[LOG 20:44:39.489] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder -[LOG 20:44:39.497] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake -[LOG 20:44:39.505] Load(Model): Squad/Parts/Aero/wingletAV-R8/model -[LOG 20:44:39.513] Load(Model): Squad/Parts/Aero/wingletAV-T1/model -[LOG 20:44:39.527] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model -[LOG 20:44:39.534] Load(Model): Squad/Parts/Aero/wings/connector1 -[LOG 20:44:39.538] Load(Model): Squad/Parts/Aero/wings/connector2 -[LOG 20:44:39.544] Load(Model): Squad/Parts/Aero/wings/connector3 -[LOG 20:44:39.548] Load(Model): Squad/Parts/Aero/wings/connector4 -[LOG 20:44:39.552] Load(Model): Squad/Parts/Aero/wings/connector5 -[LOG 20:44:39.556] Load(Model): Squad/Parts/Aero/wings/delta -[LOG 20:44:39.560] Load(Model): Squad/Parts/Aero/wings/delta_small -[LOG 20:44:39.567] Load(Model): Squad/Parts/Aero/wings/elevon1 -[LOG 20:44:39.571] Load(Model): Squad/Parts/Aero/wings/elevon2 -[LOG 20:44:39.578] Load(Model): Squad/Parts/Aero/wings/elevon3 -[LOG 20:44:39.585] Load(Model): Squad/Parts/Aero/wings/elevon4 -[LOG 20:44:39.589] Load(Model): Squad/Parts/Aero/wings/elevon5 -[LOG 20:44:39.596] Load(Model): Squad/Parts/Aero/wings/strake -[LOG 20:44:39.602] Load(Model): Squad/Parts/Aero/wings/structural1 -[LOG 20:44:39.606] Load(Model): Squad/Parts/Aero/wings/structural2 -[LOG 20:44:39.610] Load(Model): Squad/Parts/Aero/wings/structural3 -[LOG 20:44:39.614] Load(Model): Squad/Parts/Aero/wings/structural4 -[LOG 20:44:39.621] Load(Model): Squad/Parts/Aero/wings/swept1 -[LOG 20:44:39.627] Load(Model): Squad/Parts/Aero/wings/swept2 -[LOG 20:44:39.672] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model -[LOG 20:44:39.681] Load(Model): Squad/Parts/Command/cupola/model -[LOG 20:44:39.696] Load(Model): Squad/Parts/Command/externalCommandSeat/model -[LOG 20:44:39.716] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model -[LOG 20:44:39.731] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model -[LOG 20:44:39.739] Load(Model): Squad/Parts/Command/inlineReactionWheel/model -[LOG 20:44:39.747] Load(Model): Squad/Parts/Command/Mk1-2Pod/model -[LOG 20:44:39.758] Load(Model): Squad/Parts/Command/Mk1-3Pod/Mk1-3 -[LOG 20:44:39.777] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin -[LOG 20:44:39.785] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline -[LOG 20:44:39.795] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard -[LOG 20:44:39.818] Load(Model): Squad/Parts/Command/mk1LanderCan/model -[LOG 20:44:39.827] Load(Model): Squad/Parts/Command/mk1pod/model -[LOG 20:44:39.838] Load(Model): Squad/Parts/Command/mk1pod_v2/Mk1Pod_v2 -[LOG 20:44:39.849] Load(Model): Squad/Parts/Command/mk2CockpitInline/model -[LOG 20:44:39.861] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model -[LOG 20:44:39.871] Load(Model): Squad/Parts/Command/mk2DroneCore/model -[LOG 20:44:39.882] Load(Model): Squad/Parts/Command/mk2LanderCan/model -[LOG 20:44:39.896] Load(Model): Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan -[LOG 20:44:39.919] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model -[LOG 20:44:39.932] Load(Model): Squad/Parts/Command/probeCoreCube/probeCoreCube -[LOG 20:44:39.943] Load(Model): Squad/Parts/Command/probeCoreHex/model -[LOG 20:44:39.950] Load(Model): Squad/Parts/Command/probeCoreHex_v2/model -[LOG 20:44:39.957] Load(Model): Squad/Parts/Command/probeCoreOcto/model -[LOG 20:44:39.965] Load(Model): Squad/Parts/Command/probeCoreOcto2/model -[LOG 20:44:39.972] Load(Model): Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2 -[LOG 20:44:39.980] Load(Model): Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2 -[LOG 20:44:39.990] Load(Model): Squad/Parts/Command/probeRoverBody/model -[LOG 20:44:39.994] Load(Model): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2 -[LOG 20:44:40.002] Load(Model): Squad/Parts/Command/probeStackLarge/model -[LOG 20:44:40.011] Load(Model): Squad/Parts/Command/probeStackSmall/model -[LOG 20:44:40.020] Load(Model): Squad/Parts/Command/probeStackSphere/model -[LOG 20:44:40.029] Load(Model): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2 -[LOG 20:44:40.038] Load(Model): Squad/Parts/CompoundParts/FuelLine/model -[LOG 20:44:40.046] Load(Model): Squad/Parts/CompoundParts/strutConnector/model -[LOG 20:44:40.053] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_0 -[LOG 20:44:40.064] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_1 -[LOG 20:44:40.073] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_1p5 -[LOG 20:44:40.084] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_2 -[LOG 20:44:40.094] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_3 -[LOG 20:44:40.105] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_4 -[LOG 20:44:40.116] Load(Model): Squad/Parts/Coupling/Assets/Separator_0 -[LOG 20:44:40.126] Load(Model): Squad/Parts/Coupling/Assets/Separator_1 -[LOG 20:44:40.137] Load(Model): Squad/Parts/Coupling/Assets/Separator_1p5 -[LOG 20:44:40.147] Load(Model): Squad/Parts/Coupling/Assets/Separator_2 -[LOG 20:44:40.157] Load(Model): Squad/Parts/Coupling/Assets/Separator_3 -[LOG 20:44:40.168] Load(Model): Squad/Parts/Coupling/Assets/Separator_4 -[LOG 20:44:40.193] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model -[LOG 20:44:40.203] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model -[LOG 20:44:40.212] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model -[LOG 20:44:40.222] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model -[LOG 20:44:40.232] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model -[LOG 20:44:40.240] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model -[LOG 20:44:40.247] Load(Model): Squad/Parts/Electrical/RTG/model -[LOG 20:44:40.255] Load(Model): Squad/Parts/Electrical/z-100Battery/model -[LOG 20:44:40.262] Load(Model): Squad/Parts/Electrical/z-1kBattery/model -[LOG 20:44:40.270] Load(Model): Squad/Parts/Electrical/z-200Battery/model -[LOG 20:44:40.277] Load(Model): Squad/Parts/Electrical/z-400Battery/model -[LOG 20:44:40.285] Load(Model): Squad/Parts/Electrical/z-4kBattery/model -[LOG 20:44:40.294] Load(Model): Squad/Parts/Engine/ionEngine/model -[LOG 20:44:40.304] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside -[LOG 20:44:40.314] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1 -[LOG 20:44:40.326] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2 -[LOG 20:44:40.343] Load(Model): Squad/Parts/Engine/jetEngines/turboJet -[LOG 20:44:40.355] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet -[LOG 20:44:40.371] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model -[LOG 20:44:40.378] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model -[LOG 20:44:40.389] Load(Model): Squad/Parts/Engine/liquidEngine48-7S_v2/SparkV2 -[LOG 20:44:40.408] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike -[LOG 20:44:40.419] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model -[LOG 20:44:40.426] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model -[LOG 20:44:40.433] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model -[LOG 20:44:40.445] Load(Model): Squad/Parts/Engine/liquidEngineLV-909_v2/TerrierV2 -[LOG 20:44:40.687] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model -[LOG 20:44:40.703] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model -[LOG 20:44:40.717] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model -[LOG 20:44:40.731] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model -[LOG 20:44:40.747] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud -[LOG 20:44:40.756] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model -[LOG 20:44:40.769] Load(Model): Squad/Parts/Engine/liquidEnginePoodle_v2/LqdEnginePoodle_v2 -[LOG 20:44:40.805] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model -[LOG 20:44:40.819] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME -[LOG 20:44:40.834] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB -[LOG 20:44:40.846] Load(Model): Squad/Parts/Engine/miniJet/SmallJet -[LOG 20:44:40.855] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel -[LOG 20:44:40.862] Load(Model): Squad/Parts/Engine/rapierEngine/rapier -[LOG 20:44:40.876] Load(Model): Squad/Parts/Engine/Size1_SRBs/SRB10 -[LOG 20:44:40.892] Load(Model): Squad/Parts/Engine/Size1_SRBs/SRB5 -[LOG 20:44:40.906] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB -[LOG 20:44:40.923] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine -[LOG 20:44:40.942] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster -[LOG 20:44:40.964] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model -[LOG 20:44:40.972] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model -[LOG 20:44:40.986] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5 -[LOG 20:44:40.999] Load(Model): Squad/Parts/Engine/solidBoosterSep/model -[LOG 20:44:41.006] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel -[LOG 20:44:41.015] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2 -[LOG 20:44:41.026] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2 -[LOG 20:44:41.035] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant -[LOG 20:44:41.044] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter -[LOG 20:44:41.053] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2 -[LOG 20:44:41.062] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1 -[LOG 20:44:41.070] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant -[LOG 20:44:41.078] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3 -[LOG 20:44:41.086] Load(Model): Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule -[LOG 20:44:41.096] Load(Model): Squad/Parts/FuelTank/FoilTanks/RadialTank_Round -[LOG 20:44:41.105] Load(Model): Squad/Parts/FuelTank/FoilTanks/ToroidTank -[LOG 20:44:41.117] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model -[LOG 20:44:41.130] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model -[LOG 20:44:41.138] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model -[LOG 20:44:41.151] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model -[LOG 20:44:41.160] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model -[LOG 20:44:41.171] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model -[LOG 20:44:41.180] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage -[LOG 20:44:41.188] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler -[LOG 20:44:41.199] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long -[LOG 20:44:41.208] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard -[LOG 20:44:41.217] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO -[LOG 20:44:41.225] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid -[LOG 20:44:41.232] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO -[LOG 20:44:41.240] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid -[LOG 20:44:41.248] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono -[LOG 20:44:41.256] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW -[LOG 20:44:41.267] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100 -[LOG 20:44:41.274] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25 -[LOG 20:44:41.281] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50 -[LOG 20:44:41.288] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100 -[LOG 20:44:41.295] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25 -[LOG 20:44:41.302] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50 -[LOG 20:44:41.309] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO -[LOG 20:44:41.316] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 -[LOG 20:44:41.335] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model -[LOG 20:44:41.343] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25 -[LOG 20:44:41.351] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model -[LOG 20:44:41.359] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model -[LOG 20:44:41.366] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax16 -[LOG 20:44:41.376] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax32 -[LOG 20:44:41.387] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax64 -[LOG 20:44:41.400] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax8 -[LOG 20:44:41.411] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_01 -[LOG 20:44:41.421] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_02 -[LOG 20:44:41.431] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_03 -[LOG 20:44:41.440] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_04 -[LOG 20:44:41.450] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank -[LOG 20:44:41.461] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank -[LOG 20:44:41.472] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank -[LOG 20:44:41.482] Load(Model): Squad/Parts/FuelTank/xenonTank/model -[LOG 20:44:41.492] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model -[LOG 20:44:41.505] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model -[LOG 20:44:41.512] Load(Model): Squad/Parts/Misc/AsteroidDay/CamSat -[LOG 20:44:41.522] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2 -[LOG 20:44:41.529] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna -[LOG 20:44:41.543] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar -[LOG 20:44:41.550] Load(Model): Squad/Parts/Misc/PotatoRoid/Cube -[LOG 20:44:41.569] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell -[LOG 20:44:41.576] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray -[LOG 20:44:41.593] Load(Model): Squad/Parts/Resources/ISRU/ISRU -[LOG 20:44:41.614] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank -[LOG 20:44:41.624] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill -[LOG 20:44:41.638] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU -[LOG 20:44:41.652] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner -[LOG 20:44:41.661] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill -[LOG 20:44:41.686] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank -[LOG 20:44:41.695] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank -[LOG 20:44:41.704] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner -[LOG 20:44:41.713] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner -[LOG 20:44:41.724] Load(Model): Squad/Parts/Science/AtmosphereSensor/model -[LOG 20:44:41.732] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment -[LOG 20:44:41.742] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab -[LOG 20:44:41.768] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small -[LOG 20:44:41.784] Load(Model): Squad/Parts/Science/ScienceBox/ScienceBox -[LOG 20:44:41.791] Load(Model): Squad/Parts/Science/sensorAccelerometer/model -[LOG 20:44:41.798] Load(Model): Squad/Parts/Science/sensorBarometer/model -[LOG 20:44:41.805] Load(Model): Squad/Parts/Science/sensorGravimeter/model -[LOG 20:44:41.809] Load(Model): Squad/Parts/Science/sensorThermometer/model -[LOG 20:44:41.815] Load(Model): Squad/Parts/Structural/FLAdapters/Assets/adapterSmallMiniShort_v2 -[LOG 20:44:41.825] Load(Model): Squad/Parts/Structural/FLAdapters/Assets/adapterSmallMiniTall_v2 -[LOG 20:44:41.834] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage -[LOG 20:44:41.841] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage -[LOG 20:44:41.851] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1 -[LOG 20:44:41.860] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2 -[LOG 20:44:41.870] Load(Model): Squad/Parts/Structural/mk1Parts/Structural -[LOG 20:44:41.879] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow -[LOG 20:44:41.887] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler -[LOG 20:44:41.898] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter -[LOG 20:44:41.908] Load(Model): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2 -[LOG 20:44:41.918] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallBi -[LOG 20:44:41.927] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallQuad -[LOG 20:44:41.938] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallTri -[LOG 20:44:41.948] Load(Model): Squad/Parts/Structural/stationHub/model -[LOG 20:44:41.960] Load(Model): Squad/Parts/Structural/structuralIBeam200/model -[LOG 20:44:41.966] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model -[LOG 20:44:41.970] Load(Model): Squad/Parts/Structural/structuralIBeam650/model -[LOG 20:44:41.975] Load(Model): Squad/Parts/Structural/structuralMicronode/model -[LOG 20:44:41.978] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model -[LOG 20:44:41.985] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model -[LOG 20:44:41.994] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig -[LOG 20:44:42.002] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall -[LOG 20:44:42.010] Load(Model): Squad/Parts/Structural/strutCubicOcto/model -[LOG 20:44:42.017] Load(Model): Squad/Parts/Structural/strutOcto/model -[LOG 20:44:42.026] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model -[LOG 20:44:42.034] Load(Model): Squad/Parts/Structural/trussGirderL/model -[LOG 20:44:42.042] Load(Model): Squad/Parts/Structural/trussGirderXL/model -[LOG 20:44:42.051] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge -[LOG 20:44:42.088] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed -[LOG 20:44:42.107] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall -[LOG 20:44:42.125] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge -[LOG 20:44:42.129] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg -[LOG 20:44:42.143] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm -[LOG 20:44:42.163] Load(Model): Squad/Parts/Utility/commDish88-88/model -[LOG 20:44:42.208] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna -[LOG 20:44:42.222] Load(Model): Squad/Parts/Utility/commsDish16/model -[LOG 20:44:42.231] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model -[LOG 20:44:42.238] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model -[LOG 20:44:42.247] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model -[LOG 20:44:42.255] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model -[LOG 20:44:42.264] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model -[LOG 20:44:42.272] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model -[LOG 20:44:42.282] Load(Model): Squad/Parts/Utility/decouplerStack2m/model -[LOG 20:44:42.292] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model -[LOG 20:44:42.301] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model -[LOG 20:44:42.310] Load(Model): Squad/Parts/Utility/DirectAntennas/HGAntenna -[LOG 20:44:42.322] Load(Model): Squad/Parts/Utility/DirectAntennas/SurfAntenna -[LOG 20:44:42.329] Load(Model): Squad/Parts/Utility/dockingPort/model -[LOG 20:44:42.339] Load(Model): Squad/Parts/Utility/dockingPortInline/model -[LOG 20:44:42.354] Load(Model): Squad/Parts/Utility/dockingPortJr/model -[LOG 20:44:42.364] Load(Model): Squad/Parts/Utility/dockingPortShielded/model -[LOG 20:44:42.378] Load(Model): Squad/Parts/Utility/dockingPortSr/model -[LOG 20:44:42.387] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm -[LOG 20:44:42.431] Load(Model): Squad/Parts/Utility/ladderRadial/model -[LOG 20:44:42.439] Load(Model): Squad/Parts/Utility/ladderTelescopic/model -[LOG 20:44:42.457] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model -[LOG 20:44:42.478] Load(Model): Squad/Parts/Utility/landingLegLT-1/model -[LOG 20:44:42.490] Load(Model): Squad/Parts/Utility/landingLegLT-2/model -[LOG 20:44:42.501] Load(Model): Squad/Parts/Utility/landingLegLT-5/model -[WRN 20:44:42.510] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:42.511] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:42.514] Load(Model): Squad/Parts/Utility/launchClamp1/model -[LOG 20:44:42.525] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem -[LOG 20:44:42.541] Load(Model): Squad/Parts/Utility/linearRCS/model -[LOG 20:44:42.549] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge -[LOG 20:44:42.561] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall -[LOG 20:44:42.571] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model -[LOG 20:44:42.581] Load(Model): Squad/Parts/Utility/mk2DockingPort/model -[LOG 20:44:42.596] Load(Model): Squad/Parts/Utility/mk3CargoBay/long -[LOG 20:44:42.612] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium -[LOG 20:44:42.626] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp -[LOG 20:44:42.649] Load(Model): Squad/Parts/Utility/mk3CargoBay/short -[LOG 20:44:42.660] Load(Model): Squad/Parts/Utility/parachuteMk1/model -[LOG 20:44:42.673] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model -[LOG 20:44:42.684] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model -[LOG 20:44:42.696] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model -[LOG 20:44:42.706] Load(Model): Squad/Parts/Utility/parachuteMk25/model -[LOG 20:44:42.719] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model -[LOG 20:44:42.729] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model -[LOG 20:44:42.737] Load(Model): Squad/Parts/Utility/RelayAntennas/HGAntenna -[LOG 20:44:42.752] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-100 -[LOG 20:44:42.763] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-5 -[LOG 20:44:42.789] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-50 -[LOG 20:44:42.798] Load(Model): Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter -[LOG 20:44:42.807] Load(Model): Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter02 -[LOG 20:44:42.819] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125 -[LOG 20:44:42.837] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250 -[LOG 20:44:42.857] Load(Model): Squad/Parts/Utility/spotLightMk1/model -[LOG 20:44:42.866] Load(Model): Squad/Parts/Utility/spotLightMk2/model -[LOG 20:44:42.873] Load(Model): Squad/Parts/Utility/stackBiCoupler/model -[LOG 20:44:42.881] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackBiCoupler_v2 -[LOG 20:44:42.890] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackQuadCoupler -[LOG 20:44:42.901] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackTriCoupler_v2 -[LOG 20:44:42.912] Load(Model): Squad/Parts/Utility/stackTriCoupler/model -[LOG 20:44:42.921] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge -[WRN 20:44:42.945] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:42.946] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:42.950] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed -[WRN 20:44:42.957] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:42.958] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:42.960] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree -[WRN 20:44:42.965] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:42.966] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:42.971] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge -[WRN 20:44:42.976] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:42.977] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:42.990] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium -[WRN 20:44:43.004] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.005] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.008] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall -[WRN 20:44:43.015] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.016] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.024] Load(Model): Squad/Parts/Wheel/roverWheelM1/model -[WRN 20:44:43.038] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.039] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.041] Load(Model): Squad/Parts/Wheel/roverWheelS2/model -[WRN 20:44:43.046] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.047] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.056] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model -[WRN 20:44:43.068] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.069] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.072] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model -[WRN 20:44:43.095] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:43.096] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:43.099] Load(Model): Squad/Props/AltimeterThreeHands/model -[LOG 20:44:43.106] Load(Model): Squad/Props/AtmosphereDepth/model -[LOG 20:44:43.114] Load(Model): Squad/Props/AxisIndicator/model -[LOG 20:44:43.120] Load(Model): Squad/Props/buttonsGeneric/circularButton -[LOG 20:44:43.128] Load(Model): Squad/Props/buttonsGeneric/clusterButtons -[LOG 20:44:43.136] Load(Model): Squad/Props/buttonsGeneric/clusterButtons2 -[LOG 20:44:43.145] Load(Model): Squad/Props/buttonsGeneric/clusterKnob -[LOG 20:44:43.154] Load(Model): Squad/Props/buttonsGeneric/clusterKnob2 -[LOG 20:44:43.165] Load(Model): Squad/Props/buttonsGeneric/clusterMixed -[LOG 20:44:43.173] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches01 -[LOG 20:44:43.195] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches02 -[LOG 20:44:43.209] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches03 -[LOG 20:44:43.223] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches04 -[LOG 20:44:43.234] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches05 -[LOG 20:44:43.244] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches06 -[LOG 20:44:43.254] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches07 -[LOG 20:44:43.263] Load(Model): Squad/Props/buttonsGeneric/directionalKnob -[LOG 20:44:43.270] Load(Model): Squad/Props/buttonsGeneric/directionalKnob2 -[LOG 20:44:43.277] Load(Model): Squad/Props/buttonsGeneric/pullSwitch -[LOG 20:44:43.284] Load(Model): Squad/Props/buttonsGeneric/squareButton -[LOG 20:44:43.288] Load(Model): Squad/Props/buttonsGeneric/standingSwitch -[LOG 20:44:43.295] Load(Model): Squad/Props/buttonsGeneric/switch -[LOG 20:44:43.302] Load(Model): Squad/Props/buttonsGeneric/switchWithGuards -[LOG 20:44:43.310] Load(Model): Squad/Props/ButtonSquare/model -[LOG 20:44:43.314] Load(Model): Squad/Props/circularButton/model -[LOG 20:44:43.321] Load(Model): Squad/Props/Compass/model -[LOG 20:44:43.327] Load(Model): Squad/Props/directionalKnob/model -[LOG 20:44:43.335] Load(Model): Squad/Props/directionalKnob2/model -[LOG 20:44:43.342] Load(Model): Squad/Props/IndicatorPanel/model -[LOG 20:44:43.351] Load(Model): Squad/Props/IVANavBall/model -[LOG 20:44:43.366] Load(Model): Squad/Props/IVANavBallNoBase/model -[LOG 20:44:43.377] Load(Model): Squad/Props/ledPanelSpeed/model -[LOG 20:44:43.386] Load(Model): Squad/Props/Monitor/MonitorDockingMode -[LOG 20:44:43.394] Load(Model): Squad/Props/NavBall/model -[LOG 20:44:43.405] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode -[LOG 20:44:43.412] Load(Model): Squad/Props/PropsGeneric/CargoBagA -[LOG 20:44:43.423] Load(Model): Squad/Props/PropsGeneric/CargoBagB -[LOG 20:44:43.430] Load(Model): Squad/Props/PropsGeneric/CargoBagC -[LOG 20:44:43.437] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane -[LOG 20:44:43.445] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90 -[LOG 20:44:43.454] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame -[LOG 20:44:43.461] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger -[LOG 20:44:43.469] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot -[LOG 20:44:43.479] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet -[LOG 20:44:43.489] Load(Model): Squad/Props/PropsGeneric/SideStick -[LOG 20:44:43.496] Load(Model): Squad/Props/pullSwitch/model -[LOG 20:44:43.504] Load(Model): Squad/Props/radarAltitude/model -[LOG 20:44:43.511] Load(Model): Squad/Props/squareButton/model -[LOG 20:44:43.518] Load(Model): Squad/Props/standingSwitch/model -[LOG 20:44:43.525] Load(Model): Squad/Props/switch/model -[LOG 20:44:43.532] Load(Model): Squad/Props/switchGuard/model -[LOG 20:44:43.539] Load(Model): Squad/Props/switchWithGuards/model -[LOG 20:44:43.548] Load(Model): Squad/Props/throttle/model -[LOG 20:44:43.556] Load(Model): Squad/Props/VSI/model -[LOG 20:44:43.563] Load(Model): Squad/Spaces/crewCabinInternals/model -[LOG 20:44:43.599] Load(Model): Squad/Spaces/cupolaInternal/model -[LOG 20:44:43.620] Load(Model): Squad/Spaces/GenericSpace1/model -[LOG 20:44:43.653] Load(Model): Squad/Spaces/GenericSpace3/model -[LOG 20:44:43.694] Load(Model): Squad/Spaces/landerCabinInternals/model -[LOG 20:44:43.727] Load(Model): Squad/Spaces/landerCabinSmallInternal/model -[LOG 20:44:43.747] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int -[LOG 20:44:43.795] Load(Model): Squad/Spaces/Mk1-3/model -[LOG 20:44:43.873] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin -[LOG 20:44:43.889] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA -[LOG 20:44:43.906] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA -[LOG 20:44:43.928] Load(Model): Squad/Spaces/mk1PodCockpit/model -[LOG 20:44:43.954] Load(Model): Squad/Spaces/mk1pod_IVA/mk1pod_IVA -[LOG 20:44:44.006] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model -[LOG 20:44:44.038] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int -[LOG 20:44:44.079] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA -[LOG 20:44:44.126] Load(Model): Squad/Spaces/mk2LanderCanInternal/mk2LanderCanInternal -[LOG 20:44:44.181] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int -[LOG 20:44:44.207] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int -[LOG 20:44:44.351] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask -[LOG 20:44:44.358] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder -[LOG 20:44:44.367] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask -[LOG 20:44:44.375] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder -[LOG 20:44:44.383] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask -[LOG 20:44:44.391] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder -[LOG 20:44:44.399] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask -[LOG 20:44:44.405] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask -[LOG 20:44:44.412] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2 -[LOG 20:44:44.418] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2 -[LOG 20:44:44.426] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3 -[LOG 20:44:44.433] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask -[LOG 20:44:44.441] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2 -[LOG 20:44:44.447] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3 -[LOG 20:44:44.455] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder -[LOG 20:44:44.462] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask -[LOG 20:44:44.469] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder -[LOG 20:44:44.476] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask -[LOG 20:44:44.484] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder -[LOG 20:44:44.491] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask -[LOG 20:44:44.499] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder -[LOG 20:44:44.506] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask -[LOG 20:44:44.512] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2 -[LOG 20:44:44.520] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder -[LOG 20:44:44.528] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask -[LOG 20:44:44.535] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder -[LOG 20:44:44.543] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask -[LOG 20:44:44.550] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder -[LOG 20:44:44.557] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask -[LOG 20:44:44.563] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder -[LOG 20:44:44.572] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask -[LOG 20:44:44.580] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder -[LOG 20:44:44.588] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask -[LOG 20:44:44.595] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA -[LOG 20:44:44.605] Load(Model): Squad/Spaces/PodCockpit/model -[LOG 20:44:44.665] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/EnginePlate -[LOG 20:44:44.682] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/InflatableAirlock -[LOG 20:44:44.693] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler -[LOG 20:44:44.707] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1 -[LOG 20:44:44.871] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T87 -[LOG 20:44:44.918] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T91 -[LOG 20:44:44.948] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-I2 -[LOG 20:44:45.010] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10 -[LOG 20:44:45.028] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7 -[LOG 20:44:45.067] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RV-1 -[LOG 20:44:45.079] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/MiniMonoTank -[LOG 20:44:45.086] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size0_Adapter_01 -[LOG 20:44:45.096] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size1_Adapter_01 -[LOG 20:44:45.108] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size1_Adapter_02 -[LOG 20:44:45.118] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size2_Adapter_01 -[LOG 20:44:45.127] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_01 -[LOG 20:44:45.137] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_02 -[LOG 20:44:45.148] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_03 -[LOG 20:44:45.159] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_04 -[LOG 20:44:45.169] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_05 -[LOG 20:44:45.181] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size3_Size4_Adapter_01 -[LOG 20:44:45.192] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_EngineAdapter_01 -[LOG 20:44:45.205] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_01 -[LOG 20:44:45.216] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_02 -[LOG 20:44:45.227] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_03 -[LOG 20:44:45.239] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_04 -[LOG 20:44:45.252] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size_1p5_Monoprop -[LOG 20:44:45.270] Load(Model): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheel -[WRN 20:44:45.287] WheelCollider requires an attached Rigidbody to function. -[WRN 20:44:45.288] WheelCollider requires an attached Rigidbody to function. -[LOG 20:44:45.290] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/ServiceModule18 -[LOG 20:44:45.307] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/ServiceModule25 -[LOG 20:44:45.322] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceModule -[LOG 20:44:45.335] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod -[LOG 20:44:45.353] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/RoundPod -[LOG 20:44:45.369] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander -[LOG 20:44:45.388] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x0 -[LOG 20:44:45.397] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x1 -[LOG 20:44:45.404] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x2 -[LOG 20:44:45.412] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x3 -[LOG 20:44:45.420] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x4 -[LOG 20:44:45.428] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x0 -[LOG 20:44:45.436] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x1 -[LOG 20:44:45.443] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x2 -[LOG 20:44:45.452] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x3 -[LOG 20:44:45.461] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x4 -[LOG 20:44:45.468] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x0 -[LOG 20:44:45.476] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x1 -[LOG 20:44:45.484] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x2 -[LOG 20:44:45.491] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x3 -[LOG 20:44:45.500] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x4 -[LOG 20:44:45.508] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x0 -[LOG 20:44:45.516] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x1 -[LOG 20:44:45.524] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x2 -[LOG 20:44:45.532] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x3 -[LOG 20:44:45.539] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x4 -[LOG 20:44:45.547] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x0 -[LOG 20:44:45.555] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x1 -[LOG 20:44:45.563] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x2 -[LOG 20:44:45.571] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x3 -[LOG 20:44:45.579] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x4 -[LOG 20:44:45.586] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider0 -[LOG 20:44:45.594] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider1 -[LOG 20:44:45.598] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider1p5 -[LOG 20:44:45.606] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider2 -[LOG 20:44:45.611] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider3 -[LOG 20:44:45.619] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider4 -[LOG 20:44:45.624] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle0 -[LOG 20:44:45.636] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle1 -[LOG 20:44:45.650] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle1p5 -[LOG 20:44:45.670] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle2 -[LOG 20:44:45.683] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel0 -[LOG 20:44:45.691] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel1 -[LOG 20:44:45.713] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel1p5 -[LOG 20:44:45.720] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel2 -[LOG 20:44:45.728] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle0 -[LOG 20:44:45.732] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle1 -[LOG 20:44:45.737] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle1p5 -[LOG 20:44:45.758] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle2 -[LOG 20:44:45.765] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_IVA -[LOG 20:44:45.774] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_IVA -[LOG 20:44:45.806] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_IVA -[LOG 20:44:45.856] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_IVA -[LOG 20:44:45.941] Load(Model): SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA -[LOG 20:44:45.988] Load(Model): SquadExpansion/MakingHistory/Spaces/Mk2Pod/MK2POD_IVA -[LOG 20:44:46.020] Loading Asset Bundle Definitions -[LOG 20:44:46.024] AssetLoader: Loading bundle definitions -[LOG 20:44:46.931] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\squadcore.ksp' -[LOG 20:44:46.975] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\squadcorefx.ksp' -[LOG 20:44:47.002] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia.ksp' -[LOG 20:44:47.063] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraft.ksp' -[LOG 20:44:47.103] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasics.ksp' -[LOG 20:44:47.126] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance.ksp' -[LOG 20:44:47.163] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance2.ksp' -[LOG 20:44:47.188] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscol.ksp' -[LOG 20:44:47.213] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrol.ksp' -[LOG 20:44:47.245] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrolsurfaces.ksp' -[LOG 20:44:47.272] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsdrag.ksp' -[LOG 20:44:47.305] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsengines.ksp' -[LOG 20:44:47.342] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsforces.ksp' -[LOG 20:44:47.381] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsintakes.ksp' -[LOG 20:44:47.420] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicslandinggear.ksp' -[LOG 20:44:47.451] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicslift.ksp' -[LOG 20:44:47.479] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_career.ksp' -[LOG 20:44:47.508] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscontracts.ksp' -[LOG 20:44:47.535] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscrew.ksp' -[LOG 20:44:47.555] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscurrencies.ksp' -[LOG 20:44:47.580] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsexperience.ksp' -[LOG 20:44:47.610] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsfacilities.ksp' -[LOG 20:44:47.632] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsstrategies.ksp' -[LOG 20:44:47.650] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicstechnology.ksp' -[LOG 20:44:47.675] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ac.ksp' -[LOG 20:44:47.698] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-admin.ksp' -[LOG 20:44:47.729] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ksc.ksp' -[LOG 20:44:47.765] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-mc.ksp' -[LOG 20:44:47.782] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-sciencearchives.ksp' -[LOG 20:44:47.815] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-techtree.ksp' -[LOG 20:44:47.842] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ts.ksp' -[LOG 20:44:47.883] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui.ksp' -[LOG 20:44:47.932] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_chute.ksp' -[LOG 20:44:47.969] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnet.ksp' -[LOG 20:44:47.993] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetbasics.ksp' -[LOG 20:44:48.020] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetbuildingeffectivenetworks.ksp' -[LOG 20:44:48.042] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcalculatingrange.ksp' -[LOG 20:44:48.052] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrollevels.ksp' -[LOG 20:44:48.099] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrollinks.ksp' -[LOG 20:44:48.104] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrolpoints.ksp' -[LOG 20:44:48.123] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui.ksp' -[LOG 20:44:48.145] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui01.ksp' -[LOG 20:44:48.149] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui02.ksp' -[LOG 20:44:48.180] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetrange.ksp' -[LOG 20:44:48.206] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetrelays.ksp' -[LOG 20:44:48.231] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetsciencetransmission.ksp' -[LOG 20:44:48.238] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetsignalstrength.ksp' -[LOG 20:44:48.268] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnettransmission.ksp' -[LOG 20:44:48.292] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-actiongroups.ksp' -[LOG 20:44:48.324] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-applauncher.ksp' -[LOG 20:44:48.361] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-crew.ksp' -[LOG 20:44:48.396] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-engineersreport.ksp' -[LOG 20:44:48.419] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-gizmos.ksp' -[LOG 20:44:48.435] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-infos.ksp' -[LOG 20:44:48.464] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-partdetails.ksp' -[LOG 20:44:48.490] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-parts.ksp' -[LOG 20:44:48.524] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-symmetry.ksp' -[LOG 20:44:48.546] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-vesseldetails.ksp' -[LOG 20:44:48.581] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui.ksp' -[LOG 20:44:48.611] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-dockingmode.ksp' -[LOG 20:44:48.623] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-editor.ksp' -[LOG 20:44:48.664] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-editorgizmos.ksp' -[LOG 20:44:48.700] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-eva.ksp' -[LOG 20:44:48.730] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flight.ksp' -[LOG 20:44:48.743] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flightactivities.ksp' -[LOG 20:44:48.763] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flightdirections.ksp' -[LOG 20:44:48.779] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-general.ksp' -[LOG 20:44:48.804] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mapandtime.ksp' -[LOG 20:44:48.821] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mouseconstruction.ksp' -[LOG 20:44:48.846] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mouseflight.ksp' -[LOG 20:44:48.867] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-rcs.ksp' -[LOG 20:44:48.932] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls.ksp' -[LOG 20:44:48.969] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_eastereggs.ksp' -[LOG 20:44:49.007] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ac.ksp' -[LOG 20:44:49.044] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-admin.ksp' -[LOG 20:44:49.081] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-context.ksp' -[LOG 20:44:49.119] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ksc.ksp' -[LOG 20:44:49.158] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-launchpad.ksp' -[LOG 20:44:49.190] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-mc.ksp' -[LOG 20:44:49.224] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-randd.ksp' -[LOG 20:44:49.274] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-runway.ksp' -[LOG 20:44:49.301] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-sph.ksp' -[LOG 20:44:49.330] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ts.ksp' -[LOG 20:44:49.358] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-vab.ksp' -[LOG 20:44:49.394] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-altimeter.ksp' -[LOG 20:44:49.418] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-applauncher.ksp' -[LOG 20:44:49.450] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-evaactivities.ksp' -[LOG 20:44:49.468] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-modecontrol.ksp' -[LOG 20:44:49.498] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-navball.ksp' -[LOG 20:44:49.535] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-portraits.ksp' -[LOG 20:44:49.562] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-staging.ksp' -[LOG 20:44:49.589] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-timeandaction.ksp' -[LOG 20:44:49.614] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui.ksp' -[LOG 20:44:49.654] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heat.ksp' -[LOG 20:44:49.679] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatactiveradiators.ksp' -[LOG 20:44:49.695] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatcore.ksp' -[LOG 20:44:49.710] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatengines.ksp' -[LOG 20:44:49.727] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatflow.ksp' -[LOG 20:44:49.749] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatpart.ksp' -[LOG 20:44:49.790] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatpassiveradiators.ksp' -[LOG 20:44:49.826] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatshields.ksp' -[LOG 20:44:49.881] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnet.ksp' -[LOG 20:44:49.903] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetinterface.ksp' -[LOG 20:44:49.930] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetmodes.ksp' -[LOG 20:44:49.957] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetwaypoints.ksp' -[LOG 20:44:49.981] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_locations.ksp' -[LOG 20:44:50.006] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_manual.ksp' -[LOG 20:44:50.057] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-burnindicator.ksp' -[LOG 20:44:50.097] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-dvtoolsflight.ksp' -[LOG 20:44:50.148] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-dvtoolsvab.ksp' -[LOG 20:44:50.165] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-mannodes.ksp' -[LOG 20:44:50.204] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes.ksp' -[LOG 20:44:50.221] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes2.ksp' -[LOG 20:44:50.243] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui.ksp' -[LOG 20:44:50.269] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-atmosphere.ksp' -[LOG 20:44:50.302] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingbackdown.ksp' -[LOG 20:44:50.335] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingupthere.ksp' -[LOG 20:44:50.356] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gravityturn.ksp' -[LOG 20:44:50.389] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-orbits.ksp' -[LOG 20:44:50.412] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-stayingupthere.ksp' -[LOG 20:44:50.433] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics.ksp' -[LOG 20:44:50.460] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-appe.ksp' -[LOG 20:44:50.480] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-dirandinc.ksp' -[LOG 20:44:50.508] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-directions.ksp' -[LOG 20:44:50.542] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-eccentricity.ksp' -[LOG 20:44:50.602] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions.ksp' -[LOG 20:44:50.621] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-adjustinginclination.ksp' -[LOG 20:44:50.641] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-deltav.ksp' -[LOG 20:44:50.665] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-efficiency.ksp' -[LOG 20:44:50.688] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer.ksp' -[LOG 20:44:50.705] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer2.ksp' -[LOG 20:44:50.747] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-orbittypes.ksp' -[LOG 20:44:50.775] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-radandantirad.ksp' -[LOG 20:44:50.817] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-shapingup.ksp' -[LOG 20:44:50.853] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers.ksp' -[LOG 20:44:50.900] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-dres.ksp' -[LOG 20:44:50.922] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-duna.ksp' -[LOG 20:44:50.953] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-eeloo.ksp' -[LOG 20:44:50.991] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-eve.ksp' -[LOG 20:44:51.029] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-jool.ksp' -[LOG 20:44:51.051] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-kerbin.ksp' -[LOG 20:44:51.087] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-moho.ksp' -[LOG 20:44:51.129] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-sun.ksp' -[LOG 20:44:51.176] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-system.ksp' -[LOG 20:44:51.205] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-asteroidmining.ksp' -[LOG 20:44:51.228] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-conversionmanagement.ksp' -[LOG 20:44:51.258] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-drilling.ksp' -[LOG 20:44:51.302] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-findingit.ksp' -[LOG 20:44:51.349] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-findingit2.ksp' -[LOG 20:44:51.386] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-storageandconversion.ksp' -[LOG 20:44:51.421] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources.ksp' -[LOG 20:44:51.463] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketry.ksp' -[LOG 20:44:51.481] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced-fairings.ksp' -[LOG 20:44:51.514] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced-girders.ksp' -[LOG 20:44:51.548] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced.ksp' -[LOG 20:44:51.583] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasics.ksp' -[LOG 20:44:51.612] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsaero.ksp' -[LOG 20:44:51.643] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicscentered.ksp' -[LOG 20:44:51.665] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicschutes.ksp' -[LOG 20:44:51.707] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicscontrol.ksp' -[LOG 20:44:51.731] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsecrecharging.ksp' -[LOG 20:44:51.763] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsengines.ksp' -[LOG 20:44:51.789] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsforces.ksp' -[LOG 20:44:51.846] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicshatchesandladders.ksp' -[LOG 20:44:51.870] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicshibernation.ksp' -[LOG 20:44:51.907] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsresources.ksp' -[LOG 20:44:51.934] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsservicecontainers.ksp' -[LOG 20:44:51.961] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstability.ksp' -[LOG 20:44:51.981] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstabilityassist.ksp' -[LOG 20:44:52.017] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstaging.ksp' -[LOG 20:44:52.049] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicssymmetry.ksp' -[LOG 20:44:52.073] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_science.ksp' -[LOG 20:44:52.099] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencedata.ksp' -[LOG 20:44:52.122] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_scienceexperiments.ksp' -[LOG 20:44:52.163] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencelab.ksp' -[LOG 20:44:52.209] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencetransmitted.ksp' -[LOG 20:44:52.239] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_spacetravel.ksp' -[LOG 20:44:52.283] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_variantswitcher.ksp' -[LOG 20:44:52.309] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\makinghistory.kspexpansion' -[LOG 20:44:52.389] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_builder.ksp' -[LOG 20:44:52.418] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_buildertoolbar.ksp' -[LOG 20:44:52.472] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_canvas.ksp' -[LOG 20:44:52.517] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_exportingvalidation.ksp' -[LOG 20:44:52.540] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_flight.ksp' -[LOG 20:44:52.603] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_flightapp.ksp' -[LOG 20:44:52.666] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_gap.ksp' -[LOG 20:44:52.709] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_gaptools.ksp' -[LOG 20:44:52.728] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_makinghistory.ksp' -[LOG 20:44:52.758] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_missionbriefing.ksp' -[LOG 20:44:52.798] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_nodedocking.ksp' -[LOG 20:44:52.843] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_nodesconnectors.ksp' -[LOG 20:44:52.900] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_replayscoreend.ksp' -[LOG 20:44:52.925] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_sap.ksp' -[LOG 20:44:52.959] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_sidebar.ksp' -[LOG 20:44:53.020] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_testingcheckpoints.ksp' -[LOG 20:44:53.029] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\makinghistory.ksp' -[LOG 20:44:53.033] AssetLoader: Finished loading. 195 bundle definitions loaded. -[LOG 20:44:53.035] Compiling Configs: -[LOG 20:44:53.036] Config(SY_AUTO_REFURB) ScrapYard/AutomaticRefurbishment/SY_AUTO_REFURB -[LOG 20:44:53.037] Config(@PART[*]) ScrapYard/ModuleSYPartTracker/@PART[*] -[LOG 20:44:53.037] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/TweakScale -[LOG 20:44:53.038] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/.*rocedural.* -[LOG 20:44:53.038] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/[p,P]roc[^e].*|.+[p,P]roc$ -[LOG 20:44:53.038] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/.* -[LOG 20:44:53.039] Config(SY_PART_BLACKLIST) ScrapYard/PartBlacklist/kerbalEVA -[LOG 20:44:53.039] Config(KERBALCHANGELOG) Severedsolo/OhScrap/Changelog/KERBALCHANGELOG -[LOG 20:44:53.039] Config(@PART[*]:HAS[@MODULE[ModuleDataTransmitter]]) Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] -[LOG 20:44:53.039] Config(@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]]) Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] -[LOG 20:44:53.040] Config(@PART[*]:HAS[@MODULE[ModuleControlSurface]]) Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] -[LOG 20:44:53.040] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/EVA Propellant -[LOG 20:44:53.040] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/ElectricCharge -[LOG 20:44:53.041] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/Ablator -[LOG 20:44:53.041] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/Food -[LOG 20:44:53.041] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/IntakeAir -[LOG 20:44:53.041] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/SolidFuel -[LOG 20:44:53.042] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/RadiationShielding -[LOG 20:44:53.042] Config(@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]]) Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] -[LOG 20:44:53.042] Config(SY_FORBIDDEN_TEMPLATE) Severedsolo/OhScrap/MM Patches/ForbiddenModules/ModuleUPFMEvents -[LOG 20:44:53.043] Config(@PART[*]:HAS[@MODULE[*FailureModule]]:FINAL) Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]]:FINAL -[LOG 20:44:53.043] Config(@PART[*]:HAS[@MODULE[ModuleParachute]]) Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] -[LOG 20:44:53.043] Config(@PART[*]:HAS[@MODULE[ModuleRCS*]]) Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] -[LOG 20:44:53.043] Config(@PART[*]:HAS[@MODULE[ModuleReactionWheel]]) Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] -[LOG 20:44:53.044] Config(@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]]) Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] -[LOG 20:44:53.044] Config(@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]]) Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] -[LOG 20:44:53.044] Config(@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]]) Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] -[LOG 20:44:53.045] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division -[LOG 20:44:53.045] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium -[LOG 20:44:53.045] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group -[LOG 20:44:53.046] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs -[LOG 20:44:53.046] Config(AGENT) Squad/Agencies/Agents/Goliath National Products -[LOG 20:44:53.046] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals -[LOG 20:44:53.046] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics -[LOG 20:44:53.047] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co -[LOG 20:44:53.047] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC -[LOG 20:44:53.047] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society -[LOG 20:44:53.048] Config(AGENT) Squad/Agencies/Agents/Kerbodyne -[LOG 20:44:53.048] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc -[LOG 20:44:53.048] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys -[LOG 20:44:53.048] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group -[LOG 20:44:53.049] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises -[LOG 20:44:53.049] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co -[LOG 20:44:53.049] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc -[LOG 20:44:53.050] Config(AGENT) Squad/Agencies/Agents/Research & Development Department -[LOG 20:44:53.050] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd -[LOG 20:44:53.050] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate -[LOG 20:44:53.050] Config(AGENT) Squad/Agencies/Agents/Rokea Inc -[LOG 20:44:53.051] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery -[LOG 20:44:53.051] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps -[LOG 20:44:53.051] Config(AGENT) Squad/Agencies/Agents/StrutCo -[LOG 20:44:53.052] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems -[LOG 20:44:53.052] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium -[LOG 20:44:53.053] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics -[LOG 20:44:53.053] Config(Contracts) Squad/Contracts/Contracts/Contracts -[LOG 20:44:53.053] Config(KEYBOARD_LAYOUT) Squad/Controls/Azerty/#autoLOC_6001233 -[LOG 20:44:53.054] Config(PITCH_DOWN) Squad/Controls/Azerty/PITCH_DOWN -[LOG 20:44:53.054] Config(PITCH_UP) Squad/Controls/Azerty/PITCH_UP -[LOG 20:44:53.054] Config(YAW_LEFT) Squad/Controls/Azerty/YAW_LEFT -[LOG 20:44:53.055] Config(YAW_RIGHT) Squad/Controls/Azerty/YAW_RIGHT -[LOG 20:44:53.055] Config(ROLL_LEFT) Squad/Controls/Azerty/ROLL_LEFT -[LOG 20:44:53.055] Config(ROLL_RIGHT) Squad/Controls/Azerty/ROLL_RIGHT -[LOG 20:44:53.055] Config(THROTTLE_UP) Squad/Controls/Azerty/THROTTLE_UP -[LOG 20:44:53.056] Config(THROTTLE_DOWN) Squad/Controls/Azerty/THROTTLE_DOWN -[LOG 20:44:53.056] Config(SAS_HOLD) Squad/Controls/Azerty/SAS_HOLD -[LOG 20:44:53.056] Config(SAS_TOGGLE) Squad/Controls/Azerty/SAS_TOGGLE -[LOG 20:44:53.056] Config(LAUNCH_STAGES) Squad/Controls/Azerty/LAUNCH_STAGES -[LOG 20:44:53.057] Config(Docking_toggleRotLin) Squad/Controls/Azerty/Docking_toggleRotLin -[LOG 20:44:53.057] Config(CAMERA_MODE) Squad/Controls/Azerty/CAMERA_MODE -[LOG 20:44:53.057] Config(CAMERA_NEXT) Squad/Controls/Azerty/CAMERA_NEXT -[LOG 20:44:53.058] Config(PAUSE) Squad/Controls/Azerty/PAUSE -[LOG 20:44:53.058] Config(PRECISION_CTRL) Squad/Controls/Azerty/PRECISION_CTRL -[LOG 20:44:53.058] Config(ZOOM_IN) Squad/Controls/Azerty/ZOOM_IN -[LOG 20:44:53.058] Config(ZOOM_OUT) Squad/Controls/Azerty/ZOOM_OUT -[LOG 20:44:53.059] Config(SCROLL_VIEW_UP) Squad/Controls/Azerty/SCROLL_VIEW_UP -[LOG 20:44:53.059] Config(SCROLL_VIEW_DOWN) Squad/Controls/Azerty/SCROLL_VIEW_DOWN -[LOG 20:44:53.059] Config(SCROLL_ICONS_UP) Squad/Controls/Azerty/SCROLL_ICONS_UP -[LOG 20:44:53.060] Config(SCROLL_ICONS_DOWN) Squad/Controls/Azerty/SCROLL_ICONS_DOWN -[LOG 20:44:53.060] Config(CAMERA_ORBIT_UP) Squad/Controls/Azerty/CAMERA_ORBIT_UP -[LOG 20:44:53.060] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Azerty/CAMERA_ORBIT_DOWN -[LOG 20:44:53.060] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Azerty/CAMERA_ORBIT_LEFT -[LOG 20:44:53.061] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Azerty/CAMERA_ORBIT_RIGHT -[LOG 20:44:53.061] Config(CAMERA_RESET) Squad/Controls/Azerty/CAMERA_RESET -[LOG 20:44:53.061] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Azerty/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.062] Config(TIME_WARP_INCREASE) Squad/Controls/Azerty/TIME_WARP_INCREASE -[LOG 20:44:53.062] Config(TIME_WARP_DECREASE) Squad/Controls/Azerty/TIME_WARP_DECREASE -[LOG 20:44:53.062] Config(TIME_WARP_STOP) Squad/Controls/Azerty/TIME_WARP_STOP -[LOG 20:44:53.062] Config(MAP_VIEW_TOGGLE) Squad/Controls/Azerty/MAP_VIEW_TOGGLE -[LOG 20:44:53.063] Config(NAVBALL_TOGGLE) Squad/Controls/Azerty/NAVBALL_TOGGLE -[LOG 20:44:53.063] Config(UIMODE_STAGING) Squad/Controls/Azerty/UIMODE_STAGING -[LOG 20:44:53.063] Config(UIMODE_DOCKING) Squad/Controls/Azerty/UIMODE_DOCKING -[LOG 20:44:53.064] Config(TRANSLATE_DOWN) Squad/Controls/Azerty/TRANSLATE_DOWN -[LOG 20:44:53.064] Config(TRANSLATE_UP) Squad/Controls/Azerty/TRANSLATE_UP -[LOG 20:44:53.064] Config(TRANSLATE_LEFT) Squad/Controls/Azerty/TRANSLATE_LEFT -[LOG 20:44:53.064] Config(TRANSLATE_RIGHT) Squad/Controls/Azerty/TRANSLATE_RIGHT -[LOG 20:44:53.065] Config(TRANSLATE_FWD) Squad/Controls/Azerty/TRANSLATE_FWD -[LOG 20:44:53.065] Config(TRANSLATE_BACK) Squad/Controls/Azerty/TRANSLATE_BACK -[LOG 20:44:53.065] Config(RCS_TOGGLE) Squad/Controls/Azerty/RCS_TOGGLE -[LOG 20:44:53.066] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Azerty/FOCUS_NEXT_VESSEL -[LOG 20:44:53.066] Config(FOCUS_PREV_VESSEL) Squad/Controls/Azerty/FOCUS_PREV_VESSEL -[LOG 20:44:53.066] Config(TOGGLE_UI) Squad/Controls/Azerty/TOGGLE_UI -[LOG 20:44:53.066] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Azerty/TOGGLE_STATUS_SCREEN -[LOG 20:44:53.067] Config(TAKE_SCREENSHOT) Squad/Controls/Azerty/TAKE_SCREENSHOT -[LOG 20:44:53.067] Config(TOGGLE_LABELS) Squad/Controls/Azerty/TOGGLE_LABELS -[LOG 20:44:53.067] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Azerty/TOGGLE_TEMP_GAUGES -[LOG 20:44:53.068] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Azerty/TOGGLE_TEMP_OVERLAY -[LOG 20:44:53.068] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Azerty/TOGGLE_FLIGHT_FORCES -[LOG 20:44:53.068] Config(QUICKSAVE) Squad/Controls/Azerty/QUICKSAVE -[LOG 20:44:53.069] Config(QUICKLOAD) Squad/Controls/Azerty/QUICKLOAD -[LOG 20:44:53.069] Config(THROTTLE_CUTOFF) Squad/Controls/Azerty/THROTTLE_CUTOFF -[LOG 20:44:53.069] Config(THROTTLE_FULL) Squad/Controls/Azerty/THROTTLE_FULL -[LOG 20:44:53.070] Config(LANDING_GEAR) Squad/Controls/Azerty/LANDING_GEAR -[LOG 20:44:53.070] Config(HEADLIGHT_TOGGLE) Squad/Controls/Azerty/HEADLIGHT_TOGGLE -[LOG 20:44:53.070] Config(BRAKES) Squad/Controls/Azerty/BRAKES -[LOG 20:44:53.070] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Azerty/TOGGLE_SPACENAV_FLIGHT_CONTROL -[LOG 20:44:53.071] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Azerty/TOGGLE_SPACENAV_ROLL_LOCK -[LOG 20:44:53.071] Config(WHEEL_STEER_LEFT) Squad/Controls/Azerty/WHEEL_STEER_LEFT -[LOG 20:44:53.071] Config(WHEEL_STEER_RIGHT) Squad/Controls/Azerty/WHEEL_STEER_RIGHT -[LOG 20:44:53.072] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Azerty/WHEEL_THROTTLE_DOWN -[LOG 20:44:53.072] Config(WHEEL_THROTTLE_UP) Squad/Controls/Azerty/WHEEL_THROTTLE_UP -[LOG 20:44:53.072] Config(EVA_forward) Squad/Controls/Azerty/EVA_forward -[LOG 20:44:53.072] Config(EVA_back) Squad/Controls/Azerty/EVA_back -[LOG 20:44:53.073] Config(EVA_left) Squad/Controls/Azerty/EVA_left -[LOG 20:44:53.073] Config(EVA_right) Squad/Controls/Azerty/EVA_right -[LOG 20:44:53.073] Config(EVA_yaw_left) Squad/Controls/Azerty/EVA_yaw_left -[LOG 20:44:53.074] Config(EVA_yaw_right) Squad/Controls/Azerty/EVA_yaw_right -[LOG 20:44:53.074] Config(EVA_Pack_forward) Squad/Controls/Azerty/EVA_Pack_forward -[LOG 20:44:53.074] Config(EVA_Pack_back) Squad/Controls/Azerty/EVA_Pack_back -[LOG 20:44:53.074] Config(EVA_Pack_left) Squad/Controls/Azerty/EVA_Pack_left -[LOG 20:44:53.075] Config(EVA_Pack_right) Squad/Controls/Azerty/EVA_Pack_right -[LOG 20:44:53.075] Config(EVA_Pack_up) Squad/Controls/Azerty/EVA_Pack_up -[LOG 20:44:53.075] Config(EVA_Pack_down) Squad/Controls/Azerty/EVA_Pack_down -[LOG 20:44:53.076] Config(EVA_Jump) Squad/Controls/Azerty/EVA_Jump -[LOG 20:44:53.076] Config(EVA_Run) Squad/Controls/Azerty/EVA_Run -[LOG 20:44:53.076] Config(EVA_ToggleMovementMode) Squad/Controls/Azerty/EVA_ToggleMovementMode -[LOG 20:44:53.076] Config(EVA_TogglePack) Squad/Controls/Azerty/EVA_TogglePack -[LOG 20:44:53.077] Config(EVA_Use) Squad/Controls/Azerty/EVA_Use -[LOG 20:44:53.077] Config(EVA_Board) Squad/Controls/Azerty/EVA_Board -[LOG 20:44:53.077] Config(EVA_Orient) Squad/Controls/Azerty/EVA_Orient -[LOG 20:44:53.078] Config(EVA_Lights) Squad/Controls/Azerty/EVA_Lights -[LOG 20:44:53.078] Config(EVA_ChuteDeploy) Squad/Controls/Azerty/EVA_ChuteDeploy -[LOG 20:44:53.078] Config(Editor_pitchUp) Squad/Controls/Azerty/Editor_pitchUp -[LOG 20:44:53.079] Config(Editor_pitchDown) Squad/Controls/Azerty/Editor_pitchDown -[LOG 20:44:53.079] Config(Editor_yawLeft) Squad/Controls/Azerty/Editor_yawLeft -[LOG 20:44:53.079] Config(Editor_yawRight) Squad/Controls/Azerty/Editor_yawRight -[LOG 20:44:53.079] Config(Editor_rollLeft) Squad/Controls/Azerty/Editor_rollLeft -[LOG 20:44:53.080] Config(Editor_rollRight) Squad/Controls/Azerty/Editor_rollRight -[LOG 20:44:53.080] Config(Editor_resetRotation) Squad/Controls/Azerty/Editor_resetRotation -[LOG 20:44:53.080] Config(Editor_modePlace) Squad/Controls/Azerty/Editor_modePlace -[LOG 20:44:53.080] Config(Editor_modeOffset) Squad/Controls/Azerty/Editor_modeOffset -[LOG 20:44:53.081] Config(Editor_modeRotate) Squad/Controls/Azerty/Editor_modeRotate -[LOG 20:44:53.081] Config(Editor_modeRoot) Squad/Controls/Azerty/Editor_modeRoot -[LOG 20:44:53.081] Config(Editor_coordSystem) Squad/Controls/Azerty/Editor_coordSystem -[LOG 20:44:53.082] Config(Editor_toggleSymMethod) Squad/Controls/Azerty/Editor_toggleSymMethod -[LOG 20:44:53.082] Config(Editor_toggleSymMode) Squad/Controls/Azerty/Editor_toggleSymMode -[LOG 20:44:53.082] Config(Editor_toggleAngleSnap) Squad/Controls/Azerty/Editor_toggleAngleSnap -[LOG 20:44:53.083] Config(Editor_fineTweak) Squad/Controls/Azerty/Editor_fineTweak -[LOG 20:44:53.083] Config(Editor_partSearch) Squad/Controls/Azerty/Editor_partSearch -[LOG 20:44:53.083] Config(Editor_zoomScrollModifier) Squad/Controls/Azerty/Editor_zoomScrollModifier -[LOG 20:44:53.084] Config(MODIFIER_KEY) Squad/Controls/Azerty/MODIFIER_KEY -[LOG 20:44:53.084] Config(AbortActionGroup) Squad/Controls/Azerty/AbortActionGroup -[LOG 20:44:53.084] Config(CustomActionGroup1) Squad/Controls/Azerty/CustomActionGroup1 -[LOG 20:44:53.085] Config(CustomActionGroup2) Squad/Controls/Azerty/CustomActionGroup2 -[LOG 20:44:53.085] Config(CustomActionGroup3) Squad/Controls/Azerty/CustomActionGroup3 -[LOG 20:44:53.085] Config(CustomActionGroup4) Squad/Controls/Azerty/CustomActionGroup4 -[LOG 20:44:53.086] Config(CustomActionGroup5) Squad/Controls/Azerty/CustomActionGroup5 -[LOG 20:44:53.086] Config(CustomActionGroup6) Squad/Controls/Azerty/CustomActionGroup6 -[LOG 20:44:53.086] Config(CustomActionGroup7) Squad/Controls/Azerty/CustomActionGroup7 -[LOG 20:44:53.087] Config(CustomActionGroup8) Squad/Controls/Azerty/CustomActionGroup8 -[LOG 20:44:53.087] Config(CustomActionGroup9) Squad/Controls/Azerty/CustomActionGroup9 -[LOG 20:44:53.087] Config(CustomActionGroup10) Squad/Controls/Azerty/CustomActionGroup10 -[LOG 20:44:53.087] Config(KEY_MAP) Squad/Controls/Azerty/KEY_MAP -[LOG 20:44:53.088] Config(KEYBOARD_LAYOUT) Squad/Controls/Dvorak/#autoLOC_6001234 -[LOG 20:44:53.088] Config(PITCH_DOWN) Squad/Controls/Dvorak/PITCH_DOWN -[LOG 20:44:53.088] Config(PITCH_UP) Squad/Controls/Dvorak/PITCH_UP -[LOG 20:44:53.089] Config(YAW_LEFT) Squad/Controls/Dvorak/YAW_LEFT -[LOG 20:44:53.089] Config(YAW_RIGHT) Squad/Controls/Dvorak/YAW_RIGHT -[LOG 20:44:53.089] Config(ROLL_LEFT) Squad/Controls/Dvorak/ROLL_LEFT -[LOG 20:44:53.089] Config(ROLL_RIGHT) Squad/Controls/Dvorak/ROLL_RIGHT -[LOG 20:44:53.090] Config(THROTTLE_UP) Squad/Controls/Dvorak/THROTTLE_UP -[LOG 20:44:53.090] Config(THROTTLE_DOWN) Squad/Controls/Dvorak/THROTTLE_DOWN -[LOG 20:44:53.090] Config(SAS_HOLD) Squad/Controls/Dvorak/SAS_HOLD -[LOG 20:44:53.090] Config(SAS_TOGGLE) Squad/Controls/Dvorak/SAS_TOGGLE -[LOG 20:44:53.091] Config(LAUNCH_STAGES) Squad/Controls/Dvorak/LAUNCH_STAGES -[LOG 20:44:53.091] Config(Docking_toggleRotLin) Squad/Controls/Dvorak/Docking_toggleRotLin -[LOG 20:44:53.091] Config(CAMERA_MODE) Squad/Controls/Dvorak/CAMERA_MODE -[LOG 20:44:53.092] Config(CAMERA_NEXT) Squad/Controls/Dvorak/CAMERA_NEXT -[LOG 20:44:53.092] Config(PAUSE) Squad/Controls/Dvorak/PAUSE -[LOG 20:44:53.092] Config(PRECISION_CTRL) Squad/Controls/Dvorak/PRECISION_CTRL -[LOG 20:44:53.093] Config(ZOOM_IN) Squad/Controls/Dvorak/ZOOM_IN -[LOG 20:44:53.093] Config(ZOOM_OUT) Squad/Controls/Dvorak/ZOOM_OUT -[LOG 20:44:53.093] Config(SCROLL_VIEW_UP) Squad/Controls/Dvorak/SCROLL_VIEW_UP -[LOG 20:44:53.093] Config(SCROLL_VIEW_DOWN) Squad/Controls/Dvorak/SCROLL_VIEW_DOWN -[LOG 20:44:53.094] Config(SCROLL_ICONS_UP) Squad/Controls/Dvorak/SCROLL_ICONS_UP -[LOG 20:44:53.094] Config(SCROLL_ICONS_DOWN) Squad/Controls/Dvorak/SCROLL_ICONS_DOWN -[LOG 20:44:53.094] Config(CAMERA_ORBIT_UP) Squad/Controls/Dvorak/CAMERA_ORBIT_UP -[LOG 20:44:53.095] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Dvorak/CAMERA_ORBIT_DOWN -[LOG 20:44:53.095] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Dvorak/CAMERA_ORBIT_LEFT -[LOG 20:44:53.095] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Dvorak/CAMERA_ORBIT_RIGHT -[LOG 20:44:53.095] Config(CAMERA_RESET) Squad/Controls/Dvorak/CAMERA_RESET -[LOG 20:44:53.095] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Dvorak/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.095] Config(TIME_WARP_INCREASE) Squad/Controls/Dvorak/TIME_WARP_INCREASE -[LOG 20:44:53.095] Config(TIME_WARP_DECREASE) Squad/Controls/Dvorak/TIME_WARP_DECREASE -[LOG 20:44:53.096] Config(TIME_WARP_STOP) Squad/Controls/Dvorak/TIME_WARP_STOP -[LOG 20:44:53.096] Config(MAP_VIEW_TOGGLE) Squad/Controls/Dvorak/MAP_VIEW_TOGGLE -[LOG 20:44:53.096] Config(NAVBALL_TOGGLE) Squad/Controls/Dvorak/NAVBALL_TOGGLE -[LOG 20:44:53.096] Config(UIMODE_STAGING) Squad/Controls/Dvorak/UIMODE_STAGING -[LOG 20:44:53.097] Config(UIMODE_DOCKING) Squad/Controls/Dvorak/UIMODE_DOCKING -[LOG 20:44:53.097] Config(TRANSLATE_DOWN) Squad/Controls/Dvorak/TRANSLATE_DOWN -[LOG 20:44:53.097] Config(TRANSLATE_UP) Squad/Controls/Dvorak/TRANSLATE_UP -[LOG 20:44:53.097] Config(TRANSLATE_LEFT) Squad/Controls/Dvorak/TRANSLATE_LEFT -[LOG 20:44:53.098] Config(TRANSLATE_RIGHT) Squad/Controls/Dvorak/TRANSLATE_RIGHT -[LOG 20:44:53.098] Config(TRANSLATE_FWD) Squad/Controls/Dvorak/TRANSLATE_FWD -[LOG 20:44:53.098] Config(TRANSLATE_BACK) Squad/Controls/Dvorak/TRANSLATE_BACK -[LOG 20:44:53.099] Config(RCS_TOGGLE) Squad/Controls/Dvorak/RCS_TOGGLE -[LOG 20:44:53.099] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Dvorak/FOCUS_NEXT_VESSEL -[LOG 20:44:53.099] Config(FOCUS_PREV_VESSEL) Squad/Controls/Dvorak/FOCUS_PREV_VESSEL -[LOG 20:44:53.099] Config(TOGGLE_UI) Squad/Controls/Dvorak/TOGGLE_UI -[LOG 20:44:53.100] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Dvorak/TOGGLE_STATUS_SCREEN -[LOG 20:44:53.100] Config(TAKE_SCREENSHOT) Squad/Controls/Dvorak/TAKE_SCREENSHOT -[LOG 20:44:53.100] Config(TOGGLE_LABELS) Squad/Controls/Dvorak/TOGGLE_LABELS -[LOG 20:44:53.101] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Dvorak/TOGGLE_TEMP_GAUGES -[LOG 20:44:53.101] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Dvorak/TOGGLE_TEMP_OVERLAY -[LOG 20:44:53.102] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Dvorak/TOGGLE_FLIGHT_FORCES -[LOG 20:44:53.102] Config(QUICKSAVE) Squad/Controls/Dvorak/QUICKSAVE -[LOG 20:44:53.102] Config(QUICKLOAD) Squad/Controls/Dvorak/QUICKLOAD -[LOG 20:44:53.102] Config(THROTTLE_CUTOFF) Squad/Controls/Dvorak/THROTTLE_CUTOFF -[LOG 20:44:53.103] Config(THROTTLE_FULL) Squad/Controls/Dvorak/THROTTLE_FULL -[LOG 20:44:53.103] Config(LANDING_GEAR) Squad/Controls/Dvorak/LANDING_GEAR -[LOG 20:44:53.103] Config(HEADLIGHT_TOGGLE) Squad/Controls/Dvorak/HEADLIGHT_TOGGLE -[LOG 20:44:53.104] Config(BRAKES) Squad/Controls/Dvorak/BRAKES -[LOG 20:44:53.104] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Dvorak/TOGGLE_SPACENAV_FLIGHT_CONTROL -[LOG 20:44:53.104] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Dvorak/TOGGLE_SPACENAV_ROLL_LOCK -[LOG 20:44:53.104] Config(WHEEL_STEER_LEFT) Squad/Controls/Dvorak/WHEEL_STEER_LEFT -[LOG 20:44:53.105] Config(WHEEL_STEER_RIGHT) Squad/Controls/Dvorak/WHEEL_STEER_RIGHT -[LOG 20:44:53.105] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Dvorak/WHEEL_THROTTLE_DOWN -[LOG 20:44:53.105] Config(WHEEL_THROTTLE_UP) Squad/Controls/Dvorak/WHEEL_THROTTLE_UP -[LOG 20:44:53.106] Config(EVA_forward) Squad/Controls/Dvorak/EVA_forward -[LOG 20:44:53.106] Config(EVA_back) Squad/Controls/Dvorak/EVA_back -[LOG 20:44:53.106] Config(EVA_left) Squad/Controls/Dvorak/EVA_left -[LOG 20:44:53.106] Config(EVA_right) Squad/Controls/Dvorak/EVA_right -[LOG 20:44:53.107] Config(EVA_yaw_left) Squad/Controls/Dvorak/EVA_yaw_left -[LOG 20:44:53.107] Config(EVA_yaw_right) Squad/Controls/Dvorak/EVA_yaw_right -[LOG 20:44:53.107] Config(EVA_Pack_forward) Squad/Controls/Dvorak/EVA_Pack_forward -[LOG 20:44:53.108] Config(EVA_Pack_back) Squad/Controls/Dvorak/EVA_Pack_back -[LOG 20:44:53.108] Config(EVA_Pack_left) Squad/Controls/Dvorak/EVA_Pack_left -[LOG 20:44:53.108] Config(EVA_Pack_right) Squad/Controls/Dvorak/EVA_Pack_right -[LOG 20:44:53.108] Config(EVA_Pack_up) Squad/Controls/Dvorak/EVA_Pack_up -[LOG 20:44:53.109] Config(EVA_Pack_down) Squad/Controls/Dvorak/EVA_Pack_down -[LOG 20:44:53.109] Config(EVA_Jump) Squad/Controls/Dvorak/EVA_Jump -[LOG 20:44:53.109] Config(EVA_Run) Squad/Controls/Dvorak/EVA_Run -[LOG 20:44:53.109] Config(EVA_ToggleMovementMode) Squad/Controls/Dvorak/EVA_ToggleMovementMode -[LOG 20:44:53.110] Config(EVA_TogglePack) Squad/Controls/Dvorak/EVA_TogglePack -[LOG 20:44:53.110] Config(EVA_Use) Squad/Controls/Dvorak/EVA_Use -[LOG 20:44:53.110] Config(EVA_Board) Squad/Controls/Dvorak/EVA_Board -[LOG 20:44:53.111] Config(EVA_Orient) Squad/Controls/Dvorak/EVA_Orient -[LOG 20:44:53.111] Config(EVA_Lights) Squad/Controls/Dvorak/EVA_Lights -[LOG 20:44:53.111] Config(EVA_ChuteDeploy) Squad/Controls/Dvorak/EVA_ChuteDeploy -[LOG 20:44:53.111] Config(Editor_pitchUp) Squad/Controls/Dvorak/Editor_pitchUp -[LOG 20:44:53.112] Config(Editor_pitchDown) Squad/Controls/Dvorak/Editor_pitchDown -[LOG 20:44:53.112] Config(Editor_yawLeft) Squad/Controls/Dvorak/Editor_yawLeft -[LOG 20:44:53.112] Config(Editor_yawRight) Squad/Controls/Dvorak/Editor_yawRight -[LOG 20:44:53.113] Config(Editor_rollLeft) Squad/Controls/Dvorak/Editor_rollLeft -[LOG 20:44:53.113] Config(Editor_rollRight) Squad/Controls/Dvorak/Editor_rollRight -[LOG 20:44:53.113] Config(Editor_resetRotation) Squad/Controls/Dvorak/Editor_resetRotation -[LOG 20:44:53.114] Config(Editor_modePlace) Squad/Controls/Dvorak/Editor_modePlace -[LOG 20:44:53.114] Config(Editor_modeOffset) Squad/Controls/Dvorak/Editor_modeOffset -[LOG 20:44:53.114] Config(Editor_modeRotate) Squad/Controls/Dvorak/Editor_modeRotate -[LOG 20:44:53.114] Config(Editor_modeRoot) Squad/Controls/Dvorak/Editor_modeRoot -[LOG 20:44:53.115] Config(Editor_coordSystem) Squad/Controls/Dvorak/Editor_coordSystem -[LOG 20:44:53.115] Config(Editor_toggleSymMethod) Squad/Controls/Dvorak/Editor_toggleSymMethod -[LOG 20:44:53.116] Config(Editor_toggleSymMode) Squad/Controls/Dvorak/Editor_toggleSymMode -[LOG 20:44:53.116] Config(Editor_toggleAngleSnap) Squad/Controls/Dvorak/Editor_toggleAngleSnap -[LOG 20:44:53.116] Config(Editor_fineTweak) Squad/Controls/Dvorak/Editor_fineTweak -[LOG 20:44:53.116] Config(Editor_partSearch) Squad/Controls/Dvorak/Editor_partSearch -[LOG 20:44:53.117] Config(Editor_zoomScrollModifier) Squad/Controls/Dvorak/Editor_zoomScrollModifier -[LOG 20:44:53.117] Config(MODIFIER_KEY) Squad/Controls/Dvorak/MODIFIER_KEY -[LOG 20:44:53.117] Config(AbortActionGroup) Squad/Controls/Dvorak/AbortActionGroup -[LOG 20:44:53.118] Config(CustomActionGroup1) Squad/Controls/Dvorak/CustomActionGroup1 -[LOG 20:44:53.118] Config(CustomActionGroup2) Squad/Controls/Dvorak/CustomActionGroup2 -[LOG 20:44:53.118] Config(CustomActionGroup3) Squad/Controls/Dvorak/CustomActionGroup3 -[LOG 20:44:53.119] Config(CustomActionGroup4) Squad/Controls/Dvorak/CustomActionGroup4 -[LOG 20:44:53.119] Config(CustomActionGroup5) Squad/Controls/Dvorak/CustomActionGroup5 -[LOG 20:44:53.119] Config(CustomActionGroup6) Squad/Controls/Dvorak/CustomActionGroup6 -[LOG 20:44:53.120] Config(CustomActionGroup7) Squad/Controls/Dvorak/CustomActionGroup7 -[LOG 20:44:53.120] Config(CustomActionGroup8) Squad/Controls/Dvorak/CustomActionGroup8 -[LOG 20:44:53.120] Config(CustomActionGroup9) Squad/Controls/Dvorak/CustomActionGroup9 -[LOG 20:44:53.120] Config(CustomActionGroup10) Squad/Controls/Dvorak/CustomActionGroup10 -[LOG 20:44:53.121] Config(KEY_MAP) Squad/Controls/Dvorak/KEY_MAP -[LOG 20:44:53.121] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty/#autoLOC_6001227 -[LOG 20:44:53.121] Config(PITCH_DOWN) Squad/Controls/Qwerty/PITCH_DOWN -[LOG 20:44:53.122] Config(PITCH_UP) Squad/Controls/Qwerty/PITCH_UP -[LOG 20:44:53.122] Config(YAW_LEFT) Squad/Controls/Qwerty/YAW_LEFT -[LOG 20:44:53.122] Config(YAW_RIGHT) Squad/Controls/Qwerty/YAW_RIGHT -[LOG 20:44:53.123] Config(ROLL_LEFT) Squad/Controls/Qwerty/ROLL_LEFT -[LOG 20:44:53.123] Config(ROLL_RIGHT) Squad/Controls/Qwerty/ROLL_RIGHT -[LOG 20:44:53.123] Config(THROTTLE_UP) Squad/Controls/Qwerty/THROTTLE_UP -[LOG 20:44:53.123] Config(THROTTLE_DOWN) Squad/Controls/Qwerty/THROTTLE_DOWN -[LOG 20:44:53.124] Config(SAS_HOLD) Squad/Controls/Qwerty/SAS_HOLD -[LOG 20:44:53.124] Config(SAS_TOGGLE) Squad/Controls/Qwerty/SAS_TOGGLE -[LOG 20:44:53.124] Config(LAUNCH_STAGES) Squad/Controls/Qwerty/LAUNCH_STAGES -[LOG 20:44:53.125] Config(Docking_toggleRotLin) Squad/Controls/Qwerty/Docking_toggleRotLin -[LOG 20:44:53.125] Config(CAMERA_MODE) Squad/Controls/Qwerty/CAMERA_MODE -[LOG 20:44:53.125] Config(CAMERA_NEXT) Squad/Controls/Qwerty/CAMERA_NEXT -[LOG 20:44:53.125] Config(PAUSE) Squad/Controls/Qwerty/PAUSE -[LOG 20:44:53.126] Config(PRECISION_CTRL) Squad/Controls/Qwerty/PRECISION_CTRL -[LOG 20:44:53.126] Config(ZOOM_IN) Squad/Controls/Qwerty/ZOOM_IN -[LOG 20:44:53.126] Config(ZOOM_OUT) Squad/Controls/Qwerty/ZOOM_OUT -[LOG 20:44:53.127] Config(SCROLL_VIEW_UP) Squad/Controls/Qwerty/SCROLL_VIEW_UP -[LOG 20:44:53.127] Config(SCROLL_VIEW_DOWN) Squad/Controls/Qwerty/SCROLL_VIEW_DOWN -[LOG 20:44:53.127] Config(SCROLL_ICONS_UP) Squad/Controls/Qwerty/SCROLL_ICONS_UP -[LOG 20:44:53.127] Config(SCROLL_ICONS_DOWN) Squad/Controls/Qwerty/SCROLL_ICONS_DOWN -[LOG 20:44:53.128] Config(CAMERA_ORBIT_UP) Squad/Controls/Qwerty/CAMERA_ORBIT_UP -[LOG 20:44:53.128] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Qwerty/CAMERA_ORBIT_DOWN -[LOG 20:44:53.128] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Qwerty/CAMERA_ORBIT_LEFT -[LOG 20:44:53.129] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Qwerty/CAMERA_ORBIT_RIGHT -[LOG 20:44:53.129] Config(CAMERA_RESET) Squad/Controls/Qwerty/CAMERA_RESET -[LOG 20:44:53.129] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.129] Config(TIME_WARP_INCREASE) Squad/Controls/Qwerty/TIME_WARP_INCREASE -[LOG 20:44:53.130] Config(TIME_WARP_DECREASE) Squad/Controls/Qwerty/TIME_WARP_DECREASE -[LOG 20:44:53.130] Config(TIME_WARP_STOP) Squad/Controls/Qwerty/TIME_WARP_STOP -[LOG 20:44:53.130] Config(MAP_VIEW_TOGGLE) Squad/Controls/Qwerty/MAP_VIEW_TOGGLE -[LOG 20:44:53.130] Config(NAVBALL_TOGGLE) Squad/Controls/Qwerty/NAVBALL_TOGGLE -[LOG 20:44:53.131] Config(UIMODE_STAGING) Squad/Controls/Qwerty/UIMODE_STAGING -[LOG 20:44:53.131] Config(UIMODE_DOCKING) Squad/Controls/Qwerty/UIMODE_DOCKING -[LOG 20:44:53.131] Config(TRANSLATE_DOWN) Squad/Controls/Qwerty/TRANSLATE_DOWN -[LOG 20:44:53.132] Config(TRANSLATE_UP) Squad/Controls/Qwerty/TRANSLATE_UP -[LOG 20:44:53.132] Config(TRANSLATE_LEFT) Squad/Controls/Qwerty/TRANSLATE_LEFT -[LOG 20:44:53.132] Config(TRANSLATE_RIGHT) Squad/Controls/Qwerty/TRANSLATE_RIGHT -[LOG 20:44:53.133] Config(TRANSLATE_FWD) Squad/Controls/Qwerty/TRANSLATE_FWD -[LOG 20:44:53.133] Config(TRANSLATE_BACK) Squad/Controls/Qwerty/TRANSLATE_BACK -[LOG 20:44:53.133] Config(RCS_TOGGLE) Squad/Controls/Qwerty/RCS_TOGGLE -[LOG 20:44:53.133] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty/FOCUS_NEXT_VESSEL -[LOG 20:44:53.134] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty/FOCUS_PREV_VESSEL -[LOG 20:44:53.134] Config(TOGGLE_UI) Squad/Controls/Qwerty/TOGGLE_UI -[LOG 20:44:53.135] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Qwerty/TOGGLE_STATUS_SCREEN -[LOG 20:44:53.135] Config(TAKE_SCREENSHOT) Squad/Controls/Qwerty/TAKE_SCREENSHOT -[LOG 20:44:53.136] Config(TOGGLE_LABELS) Squad/Controls/Qwerty/TOGGLE_LABELS -[LOG 20:44:53.136] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Qwerty/TOGGLE_TEMP_GAUGES -[LOG 20:44:53.136] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Qwerty/TOGGLE_TEMP_OVERLAY -[LOG 20:44:53.136] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Qwerty/TOGGLE_FLIGHT_FORCES -[LOG 20:44:53.137] Config(QUICKSAVE) Squad/Controls/Qwerty/QUICKSAVE -[LOG 20:44:53.137] Config(QUICKLOAD) Squad/Controls/Qwerty/QUICKLOAD -[LOG 20:44:53.137] Config(THROTTLE_CUTOFF) Squad/Controls/Qwerty/THROTTLE_CUTOFF -[LOG 20:44:53.138] Config(THROTTLE_FULL) Squad/Controls/Qwerty/THROTTLE_FULL -[LOG 20:44:53.138] Config(LANDING_GEAR) Squad/Controls/Qwerty/LANDING_GEAR -[LOG 20:44:53.138] Config(HEADLIGHT_TOGGLE) Squad/Controls/Qwerty/HEADLIGHT_TOGGLE -[LOG 20:44:53.139] Config(BRAKES) Squad/Controls/Qwerty/BRAKES -[LOG 20:44:53.139] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Qwerty/TOGGLE_SPACENAV_FLIGHT_CONTROL -[LOG 20:44:53.139] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Qwerty/TOGGLE_SPACENAV_ROLL_LOCK -[LOG 20:44:53.140] Config(WHEEL_STEER_LEFT) Squad/Controls/Qwerty/WHEEL_STEER_LEFT -[LOG 20:44:53.140] Config(WHEEL_STEER_RIGHT) Squad/Controls/Qwerty/WHEEL_STEER_RIGHT -[LOG 20:44:53.140] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Qwerty/WHEEL_THROTTLE_DOWN -[LOG 20:44:53.140] Config(WHEEL_THROTTLE_UP) Squad/Controls/Qwerty/WHEEL_THROTTLE_UP -[LOG 20:44:53.141] Config(EVA_forward) Squad/Controls/Qwerty/EVA_forward -[LOG 20:44:53.141] Config(EVA_back) Squad/Controls/Qwerty/EVA_back -[LOG 20:44:53.141] Config(EVA_left) Squad/Controls/Qwerty/EVA_left -[LOG 20:44:53.142] Config(EVA_right) Squad/Controls/Qwerty/EVA_right -[LOG 20:44:53.142] Config(EVA_yaw_left) Squad/Controls/Qwerty/EVA_yaw_left -[LOG 20:44:53.142] Config(EVA_yaw_right) Squad/Controls/Qwerty/EVA_yaw_right -[LOG 20:44:53.142] Config(EVA_Pack_forward) Squad/Controls/Qwerty/EVA_Pack_forward -[LOG 20:44:53.143] Config(EVA_Pack_back) Squad/Controls/Qwerty/EVA_Pack_back -[LOG 20:44:53.143] Config(EVA_Pack_left) Squad/Controls/Qwerty/EVA_Pack_left -[LOG 20:44:53.143] Config(EVA_Pack_right) Squad/Controls/Qwerty/EVA_Pack_right -[LOG 20:44:53.144] Config(EVA_Pack_up) Squad/Controls/Qwerty/EVA_Pack_up -[LOG 20:44:53.144] Config(EVA_Pack_down) Squad/Controls/Qwerty/EVA_Pack_down -[LOG 20:44:53.144] Config(EVA_Jump) Squad/Controls/Qwerty/EVA_Jump -[LOG 20:44:53.144] Config(EVA_Run) Squad/Controls/Qwerty/EVA_Run -[LOG 20:44:53.145] Config(EVA_ToggleMovementMode) Squad/Controls/Qwerty/EVA_ToggleMovementMode -[LOG 20:44:53.145] Config(EVA_TogglePack) Squad/Controls/Qwerty/EVA_TogglePack -[LOG 20:44:53.145] Config(EVA_Use) Squad/Controls/Qwerty/EVA_Use -[LOG 20:44:53.146] Config(EVA_Board) Squad/Controls/Qwerty/EVA_Board -[LOG 20:44:53.146] Config(EVA_Orient) Squad/Controls/Qwerty/EVA_Orient -[LOG 20:44:53.146] Config(EVA_Lights) Squad/Controls/Qwerty/EVA_Lights -[LOG 20:44:53.147] Config(EVA_ChuteDeploy) Squad/Controls/Qwerty/EVA_ChuteDeploy -[LOG 20:44:53.147] Config(Editor_pitchUp) Squad/Controls/Qwerty/Editor_pitchUp -[LOG 20:44:53.147] Config(Editor_pitchDown) Squad/Controls/Qwerty/Editor_pitchDown -[LOG 20:44:53.148] Config(Editor_yawLeft) Squad/Controls/Qwerty/Editor_yawLeft -[LOG 20:44:53.148] Config(Editor_yawRight) Squad/Controls/Qwerty/Editor_yawRight -[LOG 20:44:53.148] Config(Editor_rollLeft) Squad/Controls/Qwerty/Editor_rollLeft -[LOG 20:44:53.148] Config(Editor_rollRight) Squad/Controls/Qwerty/Editor_rollRight -[LOG 20:44:53.149] Config(Editor_resetRotation) Squad/Controls/Qwerty/Editor_resetRotation -[LOG 20:44:53.149] Config(Editor_modePlace) Squad/Controls/Qwerty/Editor_modePlace -[LOG 20:44:53.149] Config(Editor_modeOffset) Squad/Controls/Qwerty/Editor_modeOffset -[LOG 20:44:53.150] Config(Editor_modeRotate) Squad/Controls/Qwerty/Editor_modeRotate -[LOG 20:44:53.150] Config(Editor_modeRoot) Squad/Controls/Qwerty/Editor_modeRoot -[LOG 20:44:53.150] Config(Editor_coordSystem) Squad/Controls/Qwerty/Editor_coordSystem -[LOG 20:44:53.150] Config(Editor_toggleSymMethod) Squad/Controls/Qwerty/Editor_toggleSymMethod -[LOG 20:44:53.151] Config(Editor_toggleSymMode) Squad/Controls/Qwerty/Editor_toggleSymMode -[LOG 20:44:53.151] Config(Editor_toggleAngleSnap) Squad/Controls/Qwerty/Editor_toggleAngleSnap -[LOG 20:44:53.151] Config(Editor_fineTweak) Squad/Controls/Qwerty/Editor_fineTweak -[LOG 20:44:53.152] Config(Editor_partSearch) Squad/Controls/Qwerty/Editor_partSearch -[LOG 20:44:53.152] Config(Editor_zoomScrollModifier) Squad/Controls/Qwerty/Editor_zoomScrollModifier -[LOG 20:44:53.153] Config(MODIFIER_KEY) Squad/Controls/Qwerty/MODIFIER_KEY -[LOG 20:44:53.153] Config(AbortActionGroup) Squad/Controls/Qwerty/AbortActionGroup -[LOG 20:44:53.153] Config(CustomActionGroup1) Squad/Controls/Qwerty/CustomActionGroup1 -[LOG 20:44:53.153] Config(CustomActionGroup2) Squad/Controls/Qwerty/CustomActionGroup2 -[LOG 20:44:53.154] Config(CustomActionGroup3) Squad/Controls/Qwerty/CustomActionGroup3 -[LOG 20:44:53.154] Config(CustomActionGroup4) Squad/Controls/Qwerty/CustomActionGroup4 -[LOG 20:44:53.154] Config(CustomActionGroup5) Squad/Controls/Qwerty/CustomActionGroup5 -[LOG 20:44:53.154] Config(CustomActionGroup6) Squad/Controls/Qwerty/CustomActionGroup6 -[LOG 20:44:53.155] Config(CustomActionGroup7) Squad/Controls/Qwerty/CustomActionGroup7 -[LOG 20:44:53.155] Config(CustomActionGroup8) Squad/Controls/Qwerty/CustomActionGroup8 -[LOG 20:44:53.155] Config(CustomActionGroup9) Squad/Controls/Qwerty/CustomActionGroup9 -[LOG 20:44:53.156] Config(CustomActionGroup10) Squad/Controls/Qwerty/CustomActionGroup10 -[LOG 20:44:53.156] Config(KEY_MAP) Squad/Controls/Qwerty/KEY_MAP -[LOG 20:44:53.156] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_en-GB/#autoLOC_6001228 -[LOG 20:44:53.157] Config(KEY_MAP) Squad/Controls/Qwerty_en-GB/KEY_MAP -[LOG 20:44:53.157] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_es-LA/#autoLOC_6001229 -[LOG 20:44:53.157] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_es-LA/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.157] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_es-LA/TIME_WARP_STOP -[LOG 20:44:53.158] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_es-LA/FOCUS_NEXT_VESSEL -[LOG 20:44:53.158] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_es-LA/FOCUS_PREV_VESSEL -[LOG 20:44:53.158] Config(CAMERA_RESET) Squad/Controls/Qwerty_es-LA/CAMERA_RESET -[LOG 20:44:53.159] Config(Editor_partSearch) Squad/Controls/Qwerty_es-LA/Editor_partSearch -[LOG 20:44:53.159] Config(KEY_MAP) Squad/Controls/Qwerty_es-LA/KEY_MAP -[LOG 20:44:53.159] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_it-IT/#autoLOC_6001230 -[LOG 20:44:53.159] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_it-IT/FOCUS_NEXT_VESSEL -[LOG 20:44:53.160] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_it-IT/FOCUS_PREV_VESSEL -[LOG 20:44:53.160] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_it-IT/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.160] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_it-IT/TIME_WARP_STOP -[LOG 20:44:53.160] Config(CAMERA_RESET) Squad/Controls/Qwerty_it-IT/CAMERA_RESET -[LOG 20:44:53.161] Config(Editor_partSearch) Squad/Controls/Qwerty_it-IT/Editor_partSearch -[LOG 20:44:53.161] Config(KEY_MAP) Squad/Controls/Qwerty_it-IT/KEY_MAP -[LOG 20:44:53.161] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_ja-JP/#autoLOC_6001231 -[LOG 20:44:53.162] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_ja-JP/FOCUS_NEXT_VESSEL -[LOG 20:44:53.162] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_ja-JP/FOCUS_PREV_VESSEL -[LOG 20:44:53.162] Config(PRECISION_CTRL) Squad/Controls/Qwerty_ja-JP/PRECISION_CTRL -[LOG 20:44:53.163] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_ja-JP/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.163] Config(Editor_partSearch) Squad/Controls/Qwerty_ja-JP/Editor_partSearch -[LOG 20:44:53.163] Config(CAMERA_RESET) Squad/Controls/Qwerty_ja-JP/CAMERA_RESET -[LOG 20:44:53.164] Config(KEY_MAP) Squad/Controls/Qwerty_ja-JP/KEY_MAP -[LOG 20:44:53.164] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_pt-PT/#autoLOC_6001230 -[LOG 20:44:53.164] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_pt-PT/FOCUS_NEXT_VESSEL -[LOG 20:44:53.164] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_pt-PT/FOCUS_PREV_VESSEL -[LOG 20:44:53.165] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_pt-PT/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.165] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_pt-PT/TIME_WARP_STOP -[LOG 20:44:53.165] Config(CAMERA_RESET) Squad/Controls/Qwerty_pt-PT/CAMERA_RESET -[LOG 20:44:53.166] Config(Editor_partSearch) Squad/Controls/Qwerty_pt-PT/Editor_partSearch -[LOG 20:44:53.166] Config(KEY_MAP) Squad/Controls/Qwerty_pt-PT/KEY_MAP -[LOG 20:44:53.166] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwertz/#autoLOC_6001232 -[LOG 20:44:53.167] Config(PITCH_DOWN) Squad/Controls/Qwertz/PITCH_DOWN -[LOG 20:44:53.167] Config(PITCH_UP) Squad/Controls/Qwertz/PITCH_UP -[LOG 20:44:53.167] Config(YAW_LEFT) Squad/Controls/Qwertz/YAW_LEFT -[LOG 20:44:53.167] Config(YAW_RIGHT) Squad/Controls/Qwertz/YAW_RIGHT -[LOG 20:44:53.168] Config(ROLL_LEFT) Squad/Controls/Qwertz/ROLL_LEFT -[LOG 20:44:53.168] Config(ROLL_RIGHT) Squad/Controls/Qwertz/ROLL_RIGHT -[LOG 20:44:53.169] Config(THROTTLE_UP) Squad/Controls/Qwertz/THROTTLE_UP -[LOG 20:44:53.169] Config(THROTTLE_DOWN) Squad/Controls/Qwertz/THROTTLE_DOWN -[LOG 20:44:53.169] Config(SAS_HOLD) Squad/Controls/Qwertz/SAS_HOLD -[LOG 20:44:53.170] Config(SAS_TOGGLE) Squad/Controls/Qwertz/SAS_TOGGLE -[LOG 20:44:53.170] Config(LAUNCH_STAGES) Squad/Controls/Qwertz/LAUNCH_STAGES -[LOG 20:44:53.170] Config(Docking_toggleRotLin) Squad/Controls/Qwertz/Docking_toggleRotLin -[LOG 20:44:53.171] Config(CAMERA_MODE) Squad/Controls/Qwertz/CAMERA_MODE -[LOG 20:44:53.171] Config(CAMERA_NEXT) Squad/Controls/Qwertz/CAMERA_NEXT -[LOG 20:44:53.171] Config(PAUSE) Squad/Controls/Qwertz/PAUSE -[LOG 20:44:53.171] Config(PRECISION_CTRL) Squad/Controls/Qwertz/PRECISION_CTRL -[LOG 20:44:53.172] Config(ZOOM_IN) Squad/Controls/Qwertz/ZOOM_IN -[LOG 20:44:53.172] Config(ZOOM_OUT) Squad/Controls/Qwertz/ZOOM_OUT -[LOG 20:44:53.173] Config(SCROLL_VIEW_UP) Squad/Controls/Qwertz/SCROLL_VIEW_UP -[LOG 20:44:53.173] Config(SCROLL_VIEW_DOWN) Squad/Controls/Qwertz/SCROLL_VIEW_DOWN -[LOG 20:44:53.173] Config(SCROLL_ICONS_UP) Squad/Controls/Qwertz/SCROLL_ICONS_UP -[LOG 20:44:53.173] Config(SCROLL_ICONS_DOWN) Squad/Controls/Qwertz/SCROLL_ICONS_DOWN -[LOG 20:44:53.174] Config(CAMERA_ORBIT_UP) Squad/Controls/Qwertz/CAMERA_ORBIT_UP -[LOG 20:44:53.174] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Qwertz/CAMERA_ORBIT_DOWN -[LOG 20:44:53.174] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Qwertz/CAMERA_ORBIT_LEFT -[LOG 20:44:53.175] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Qwertz/CAMERA_ORBIT_RIGHT -[LOG 20:44:53.175] Config(CAMERA_RESET) Squad/Controls/Qwertz/CAMERA_RESET -[LOG 20:44:53.175] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwertz/CAMERA_MOUSE_TOGGLE -[LOG 20:44:53.176] Config(TIME_WARP_INCREASE) Squad/Controls/Qwertz/TIME_WARP_INCREASE -[LOG 20:44:53.176] Config(TIME_WARP_DECREASE) Squad/Controls/Qwertz/TIME_WARP_DECREASE -[LOG 20:44:53.176] Config(TIME_WARP_STOP) Squad/Controls/Qwertz/TIME_WARP_STOP -[LOG 20:44:53.177] Config(MAP_VIEW_TOGGLE) Squad/Controls/Qwertz/MAP_VIEW_TOGGLE -[LOG 20:44:53.177] Config(NAVBALL_TOGGLE) Squad/Controls/Qwertz/NAVBALL_TOGGLE -[LOG 20:44:53.177] Config(UIMODE_STAGING) Squad/Controls/Qwertz/UIMODE_STAGING -[LOG 20:44:53.177] Config(UIMODE_DOCKING) Squad/Controls/Qwertz/UIMODE_DOCKING -[LOG 20:44:53.178] Config(TRANSLATE_DOWN) Squad/Controls/Qwertz/TRANSLATE_DOWN -[LOG 20:44:53.178] Config(TRANSLATE_UP) Squad/Controls/Qwertz/TRANSLATE_UP -[LOG 20:44:53.178] Config(TRANSLATE_LEFT) Squad/Controls/Qwertz/TRANSLATE_LEFT -[LOG 20:44:53.179] Config(TRANSLATE_RIGHT) Squad/Controls/Qwertz/TRANSLATE_RIGHT -[LOG 20:44:53.179] Config(TRANSLATE_FWD) Squad/Controls/Qwertz/TRANSLATE_FWD -[LOG 20:44:53.179] Config(TRANSLATE_BACK) Squad/Controls/Qwertz/TRANSLATE_BACK -[LOG 20:44:53.180] Config(RCS_TOGGLE) Squad/Controls/Qwertz/RCS_TOGGLE -[LOG 20:44:53.180] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwertz/FOCUS_NEXT_VESSEL -[LOG 20:44:53.180] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwertz/FOCUS_PREV_VESSEL -[LOG 20:44:53.181] Config(TOGGLE_UI) Squad/Controls/Qwertz/TOGGLE_UI -[LOG 20:44:53.181] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Qwertz/TOGGLE_STATUS_SCREEN -[LOG 20:44:53.181] Config(TAKE_SCREENSHOT) Squad/Controls/Qwertz/TAKE_SCREENSHOT -[LOG 20:44:53.181] Config(TOGGLE_LABELS) Squad/Controls/Qwertz/TOGGLE_LABELS -[LOG 20:44:53.182] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Qwertz/TOGGLE_TEMP_GAUGES -[LOG 20:44:53.182] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Qwertz/TOGGLE_TEMP_OVERLAY -[LOG 20:44:53.182] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Qwertz/TOGGLE_FLIGHT_FORCES -[LOG 20:44:53.183] Config(QUICKSAVE) Squad/Controls/Qwertz/QUICKSAVE -[LOG 20:44:53.183] Config(QUICKLOAD) Squad/Controls/Qwertz/QUICKLOAD -[LOG 20:44:53.183] Config(THROTTLE_CUTOFF) Squad/Controls/Qwertz/THROTTLE_CUTOFF -[LOG 20:44:53.183] Config(THROTTLE_FULL) Squad/Controls/Qwertz/THROTTLE_FULL -[LOG 20:44:53.184] Config(LANDING_GEAR) Squad/Controls/Qwertz/LANDING_GEAR -[LOG 20:44:53.184] Config(HEADLIGHT_TOGGLE) Squad/Controls/Qwertz/HEADLIGHT_TOGGLE -[LOG 20:44:53.184] Config(BRAKES) Squad/Controls/Qwertz/BRAKES -[LOG 20:44:53.185] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Qwertz/TOGGLE_SPACENAV_FLIGHT_CONTROL -[LOG 20:44:53.185] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Qwertz/TOGGLE_SPACENAV_ROLL_LOCK -[LOG 20:44:53.185] Config(WHEEL_STEER_LEFT) Squad/Controls/Qwertz/WHEEL_STEER_LEFT -[LOG 20:44:53.185] Config(WHEEL_STEER_RIGHT) Squad/Controls/Qwertz/WHEEL_STEER_RIGHT -[LOG 20:44:53.186] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Qwertz/WHEEL_THROTTLE_DOWN -[LOG 20:44:53.186] Config(WHEEL_THROTTLE_UP) Squad/Controls/Qwertz/WHEEL_THROTTLE_UP -[LOG 20:44:53.186] Config(EVA_forward) Squad/Controls/Qwertz/EVA_forward -[LOG 20:44:53.187] Config(EVA_back) Squad/Controls/Qwertz/EVA_back -[LOG 20:44:53.187] Config(EVA_left) Squad/Controls/Qwertz/EVA_left -[LOG 20:44:53.187] Config(EVA_right) Squad/Controls/Qwertz/EVA_right -[LOG 20:44:53.187] Config(EVA_yaw_left) Squad/Controls/Qwertz/EVA_yaw_left -[LOG 20:44:53.188] Config(EVA_yaw_right) Squad/Controls/Qwertz/EVA_yaw_right -[LOG 20:44:53.188] Config(EVA_Pack_forward) Squad/Controls/Qwertz/EVA_Pack_forward -[LOG 20:44:53.188] Config(EVA_Pack_back) Squad/Controls/Qwertz/EVA_Pack_back -[LOG 20:44:53.189] Config(EVA_Pack_left) Squad/Controls/Qwertz/EVA_Pack_left -[LOG 20:44:53.189] Config(EVA_Pack_right) Squad/Controls/Qwertz/EVA_Pack_right -[LOG 20:44:53.189] Config(EVA_Pack_up) Squad/Controls/Qwertz/EVA_Pack_up -[LOG 20:44:53.189] Config(EVA_Pack_down) Squad/Controls/Qwertz/EVA_Pack_down -[LOG 20:44:53.190] Config(EVA_Jump) Squad/Controls/Qwertz/EVA_Jump -[LOG 20:44:53.190] Config(EVA_Run) Squad/Controls/Qwertz/EVA_Run -[LOG 20:44:53.190] Config(EVA_ToggleMovementMode) Squad/Controls/Qwertz/EVA_ToggleMovementMode -[LOG 20:44:53.191] Config(EVA_TogglePack) Squad/Controls/Qwertz/EVA_TogglePack -[LOG 20:44:53.191] Config(EVA_Use) Squad/Controls/Qwertz/EVA_Use -[LOG 20:44:53.191] Config(EVA_Board) Squad/Controls/Qwertz/EVA_Board -[LOG 20:44:53.191] Config(EVA_Orient) Squad/Controls/Qwertz/EVA_Orient -[LOG 20:44:53.192] Config(EVA_Lights) Squad/Controls/Qwertz/EVA_Lights -[LOG 20:44:53.192] Config(Editor_pitchUp) Squad/Controls/Qwertz/Editor_pitchUp -[LOG 20:44:53.192] Config(Editor_pitchDown) Squad/Controls/Qwertz/Editor_pitchDown -[LOG 20:44:53.193] Config(Editor_yawLeft) Squad/Controls/Qwertz/Editor_yawLeft -[LOG 20:44:53.193] Config(Editor_yawRight) Squad/Controls/Qwertz/Editor_yawRight -[LOG 20:44:53.193] Config(Editor_rollLeft) Squad/Controls/Qwertz/Editor_rollLeft -[LOG 20:44:53.193] Config(Editor_rollRight) Squad/Controls/Qwertz/Editor_rollRight -[LOG 20:44:53.194] Config(Editor_resetRotation) Squad/Controls/Qwertz/Editor_resetRotation -[LOG 20:44:53.194] Config(Editor_modePlace) Squad/Controls/Qwertz/Editor_modePlace -[LOG 20:44:53.194] Config(Editor_modeOffset) Squad/Controls/Qwertz/Editor_modeOffset -[LOG 20:44:53.195] Config(Editor_modeRotate) Squad/Controls/Qwertz/Editor_modeRotate -[LOG 20:44:53.195] Config(Editor_modeRoot) Squad/Controls/Qwertz/Editor_modeRoot -[LOG 20:44:53.195] Config(Editor_coordSystem) Squad/Controls/Qwertz/Editor_coordSystem -[LOG 20:44:53.195] Config(Editor_toggleSymMethod) Squad/Controls/Qwertz/Editor_toggleSymMethod -[LOG 20:44:53.196] Config(Editor_toggleSymMode) Squad/Controls/Qwertz/Editor_toggleSymMode -[LOG 20:44:53.196] Config(Editor_toggleAngleSnap) Squad/Controls/Qwertz/Editor_toggleAngleSnap -[LOG 20:44:53.196] Config(Editor_fineTweak) Squad/Controls/Qwertz/Editor_fineTweak -[LOG 20:44:53.197] Config(Editor_partSearch) Squad/Controls/Qwertz/Editor_partSearch -[LOG 20:44:53.197] Config(Editor_zoomScrollModifier) Squad/Controls/Qwertz/Editor_zoomScrollModifier -[LOG 20:44:53.197] Config(MODIFIER_KEY) Squad/Controls/Qwertz/MODIFIER_KEY -[LOG 20:44:53.197] Config(AbortActionGroup) Squad/Controls/Qwertz/AbortActionGroup -[LOG 20:44:53.198] Config(CustomActionGroup1) Squad/Controls/Qwertz/CustomActionGroup1 -[LOG 20:44:53.198] Config(CustomActionGroup2) Squad/Controls/Qwertz/CustomActionGroup2 -[LOG 20:44:53.198] Config(CustomActionGroup3) Squad/Controls/Qwertz/CustomActionGroup3 -[LOG 20:44:53.199] Config(CustomActionGroup4) Squad/Controls/Qwertz/CustomActionGroup4 -[LOG 20:44:53.199] Config(CustomActionGroup5) Squad/Controls/Qwertz/CustomActionGroup5 -[LOG 20:44:53.199] Config(CustomActionGroup6) Squad/Controls/Qwertz/CustomActionGroup6 -[LOG 20:44:53.199] Config(CustomActionGroup7) Squad/Controls/Qwertz/CustomActionGroup7 -[LOG 20:44:53.200] Config(CustomActionGroup8) Squad/Controls/Qwertz/CustomActionGroup8 -[LOG 20:44:53.200] Config(CustomActionGroup9) Squad/Controls/Qwertz/CustomActionGroup9 -[LOG 20:44:53.200] Config(CustomActionGroup10) Squad/Controls/Qwertz/CustomActionGroup10 -[LOG 20:44:53.200] Config(KEY_MAP) Squad/Controls/Qwertz/KEY_MAP -[LOG 20:44:53.201] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot -[LOG 20:44:53.201] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer -[LOG 20:44:53.201] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist -[LOG 20:44:53.202] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist -[LOG 20:44:53.202] Config(Localization) Squad/Localization/dictionary/Localization -[LOG 20:44:53.203] Config(VARIANTTHEME) Squad/Parts/VariantThemes/White -[LOG 20:44:53.203] Config(VARIANTTHEME) Squad/Parts/VariantThemes/BlackAndWhite -[LOG 20:44:53.203] Config(VARIANTTHEME) Squad/Parts/VariantThemes/GrayAndOrange -[LOG 20:44:53.204] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Dark -[LOG 20:44:53.204] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Gray -[LOG 20:44:53.204] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Orange -[LOG 20:44:53.204] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Gold -[LOG 20:44:53.205] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Bare -[LOG 20:44:53.205] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Shroud -[LOG 20:44:53.205] Config(VARIANTTHEME) Squad/Parts/VariantThemes/GrayAndWhite -[LOG 20:44:53.206] Config(VARIANTTHEME) Squad/Parts/VariantThemes/YellowAndWhite -[LOG 20:44:53.206] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Silver -[LOG 20:44:53.206] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone -[LOG 20:44:53.206] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1 -[LOG 20:44:53.207] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop -[LOG 20:44:53.207] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf -[LOG 20:44:53.207] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing -[LOG 20:44:53.208] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin -[LOG 20:44:53.208] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard -[LOG 20:44:53.208] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController -[LOG 20:44:53.208] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing -[LOG 20:44:53.209] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin -[LOG 20:44:53.209] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin -[LOG 20:44:53.209] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake -[LOG 20:44:53.210] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake -[LOG 20:44:53.210] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone -[LOG 20:44:53.211] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA -[LOG 20:44:53.211] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB -[LOG 20:44:53.211] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter -[LOG 20:44:53.211] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone -[LOG 20:44:53.212] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail -[LOG 20:44:53.212] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB -[LOG 20:44:53.212] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1 -[LOG 20:44:53.228] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2 -[LOG 20:44:53.228] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3 -[LOG 20:44:53.228] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0 -[LOG 20:44:53.229] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1 -[LOG 20:44:53.229] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2 -[LOG 20:44:53.229] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3 -[LOG 20:44:53.230] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield -[LOG 20:44:53.230] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong -[LOG 20:44:53.230] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake -[LOG 20:44:53.231] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone -[LOG 20:44:53.231] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7_v2/protectiveRocketNoseMk7_v2/rocketNoseCone_v2 -[LOG 20:44:53.231] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake -[LOG 20:44:53.232] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta -[LOG 20:44:53.232] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1 -[LOG 20:44:53.233] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2 -[LOG 20:44:53.233] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder -[LOG 20:44:53.233] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake -[LOG 20:44:53.234] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet -[LOG 20:44:53.234] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet -[LOG 20:44:53.234] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3 -[LOG 20:44:53.235] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector -[LOG 20:44:53.235] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2 -[LOG 20:44:53.235] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3 -[LOG 20:44:53.236] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4 -[LOG 20:44:53.236] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5 -[LOG 20:44:53.237] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing -[LOG 20:44:53.237] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small -[LOG 20:44:53.237] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf -[LOG 20:44:53.238] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2 -[LOG 20:44:53.238] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3 -[LOG 20:44:53.238] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf -[LOG 20:44:53.238] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5 -[LOG 20:44:53.239] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake -[LOG 20:44:53.239] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing -[LOG 20:44:53.239] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2 -[LOG 20:44:53.240] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3 -[LOG 20:44:53.240] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4 -[LOG 20:44:53.240] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1 -[LOG 20:44:53.241] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2 -[LOG 20:44:53.241] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2 -[LOG 20:44:53.241] Config(PART) Squad/Parts/Command/cupola/cupola/cupola -[LOG 20:44:53.242] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd -[LOG 20:44:53.242] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin -[LOG 20:44:53.242] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule -[LOG 20:44:53.243] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule -[LOG 20:44:53.243] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod -[LOG 20:44:53.243] Config(PART) Squad/Parts/Command/Mk1-3Pod/mk1-3/mk1-3pod -[LOG 20:44:53.244] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit -[LOG 20:44:53.244] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin -[LOG 20:44:53.244] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit -[LOG 20:44:53.245] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall -[LOG 20:44:53.245] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod -[LOG 20:44:53.245] Config(PART) Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/mk1pod_v2 -[LOG 20:44:53.246] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline -[LOG 20:44:53.246] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard -[LOG 20:44:53.246] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore -[LOG 20:44:53.247] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin -[LOG 20:44:53.247] Config(PART) Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/mk2LanderCabin_v2 -[LOG 20:44:53.247] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle -[LOG 20:44:53.248] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube -[LOG 20:44:53.248] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex -[LOG 20:44:53.248] Config(PART) Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/probeCoreHex_v2 -[LOG 20:44:53.249] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto -[LOG 20:44:53.249] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2 -[LOG 20:44:53.249] Config(PART) Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/probeCoreOcto2_v2 -[LOG 20:44:53.250] Config(PART) Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/probeCoreOcto_v2 -[LOG 20:44:53.250] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody -[LOG 20:44:53.250] Config(PART) Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/roverBody_v2 -[LOG 20:44:53.251] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge -[LOG 20:44:53.251] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall -[LOG 20:44:53.251] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere -[LOG 20:44:53.252] Config(PART) Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/probeCoreSphere_v2 -[LOG 20:44:53.252] Config(PART) Squad/Parts/CompoundParts/FuelLine/fuelLine/fuelLine -[LOG 20:44:53.253] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector -[LOG 20:44:53.253] Config(PART) Squad/Parts/Coupling/Decoupler_0/Decoupler_0 -[LOG 20:44:53.253] Config(PART) Squad/Parts/Coupling/Decoupler_1/Decoupler_1 -[LOG 20:44:53.254] Config(PART) Squad/Parts/Coupling/Decoupler_2/Decoupler_2 -[LOG 20:44:53.254] Config(PART) Squad/Parts/Coupling/Decoupler_3/Decoupler_3 -[LOG 20:44:53.254] Config(PART) Squad/Parts/Coupling/Separator_0/Separator_0 -[LOG 20:44:53.255] Config(PART) Squad/Parts/Coupling/Separator_1/Separator_1 -[LOG 20:44:53.255] Config(PART) Squad/Parts/Coupling/Separator_2/Separator_2 -[LOG 20:44:53.255] Config(PART) Squad/Parts/Coupling/Separator_3/Separator_3 -[LOG 20:44:53.256] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2 -[LOG 20:44:53.256] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4 -[LOG 20:44:53.256] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1 -[LOG 20:44:53.257] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3 -[LOG 20:44:53.257] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel -[LOG 20:44:53.258] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5 -[LOG 20:44:53.258] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg -[LOG 20:44:53.258] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack -[LOG 20:44:53.259] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank -[LOG 20:44:53.259] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini -[LOG 20:44:53.259] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack -[LOG 20:44:53.260] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge -[LOG 20:44:53.260] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine -[LOG 20:44:53.260] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet -[LOG 20:44:53.261] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine -[LOG 20:44:53.261] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2 -[LOG 20:44:53.261] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine -[LOG 20:44:53.262] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine -[LOG 20:44:53.262] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini -[LOG 20:44:53.262] Config(PART) Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/liquidEngineMini_v2 -[LOG 20:44:53.263] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike -[LOG 20:44:53.263] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine -[LOG 20:44:53.264] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini -[LOG 20:44:53.264] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3 -[LOG 20:44:53.264] Config(PART) Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/liquidEngine3_v2 -[LOG 20:44:53.265] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine -[LOG 20:44:53.265] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine -[LOG 20:44:53.265] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2 -[LOG 20:44:53.266] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2 -[LOG 20:44:53.266] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2 -[LOG 20:44:53.266] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2 -[LOG 20:44:53.267] Config(PART) Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/liquidEngine2-2_v2 -[LOG 20:44:53.267] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper -[LOG 20:44:53.267] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME -[LOG 20:44:53.268] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster -[LOG 20:44:53.268] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine -[LOG 20:44:53.268] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine -[LOG 20:44:53.269] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER -[LOG 20:44:53.269] Config(PART) Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/solidBooster_v2 -[LOG 20:44:53.269] Config(PART) Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/solidBooster_sm_v2 -[LOG 20:44:53.270] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB -[LOG 20:44:53.270] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine -[LOG 20:44:53.271] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster -[LOG 20:44:53.271] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1 -[LOG 20:44:53.271] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster -[LOG 20:44:53.271] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm -[LOG 20:44:53.272] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1 -[LOG 20:44:53.272] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine -[LOG 20:44:53.273] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2 -[LOG 20:44:53.273] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines -[LOG 20:44:53.273] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2 -[LOG 20:44:53.274] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant -[LOG 20:44:53.274] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2 -[LOG 20:44:53.274] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1 -[LOG 20:44:53.274] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant -[LOG 20:44:53.275] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3 -[LOG 20:44:53.275] Config(PART) Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/externalTankCapsule -[LOG 20:44:53.275] Config(PART) Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/externalTankRound -[LOG 20:44:53.276] Config(PART) Squad/Parts/FuelTank/FoilTanks/ToroidTank/externalTankToroid -[LOG 20:44:53.276] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2 -[LOG 20:44:53.276] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank -[LOG 20:44:53.276] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank -[LOG 20:44:53.277] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2 -[LOG 20:44:53.277] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2 -[LOG 20:44:53.277] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2 -[LOG 20:44:53.278] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage -[LOG 20:44:53.278] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler -[LOG 20:44:53.278] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong -[LOG 20:44:53.279] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter -[LOG 20:44:53.279] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO -[LOG 20:44:53.279] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage -[LOG 20:44:53.279] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO -[LOG 20:44:53.280] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid -[LOG 20:44:53.280] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono -[LOG 20:44:53.280] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin -[LOG 20:44:53.281] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100 -[LOG 20:44:53.281] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25 -[LOG 20:44:53.281] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50 -[LOG 20:44:53.281] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100 -[LOG 20:44:53.282] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25 -[LOG 20:44:53.282] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50 -[LOG 20:44:53.282] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO -[LOG 20:44:53.283] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2 -[LOG 20:44:53.283] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini -[LOG 20:44:53.283] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank -[LOG 20:44:53.284] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank -[LOG 20:44:53.284] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong -[LOG 20:44:53.284] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/Rockomax16_BW -[LOG 20:44:53.285] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/Rockomax32_BW -[LOG 20:44:53.285] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/Rockomax64_BW -[LOG 20:44:53.285] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/Rockomax8BW -[LOG 20:44:53.286] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/fuelTankSmallFlat -[LOG 20:44:53.286] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/fuelTankSmall -[LOG 20:44:53.287] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/fuelTank -[LOG 20:44:53.287] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/fuelTank_long -[LOG 20:44:53.287] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank -[LOG 20:44:53.287] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank -[LOG 20:44:53.288] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank -[LOG 20:44:53.288] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank -[LOG 20:44:53.288] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge -[LOG 20:44:53.289] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial -[LOG 20:44:53.289] Config(PART) Squad/Parts/Misc/AsteroidDay/CamSat/InfraredTelescope -[LOG 20:44:53.289] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore -[LOG 20:44:53.289] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna -[LOG 20:44:53.290] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel -[LOG 20:44:53.290] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid -[LOG 20:44:53.290] Config(PART) Squad/Parts/Prebuilt/flag/flag -[LOG 20:44:53.291] Config(PART) Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA -[LOG 20:44:53.291] Config(PART) Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale -[LOG 20:44:53.291] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell -[LOG 20:44:53.291] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray -[LOG 20:44:53.292] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU -[LOG 20:44:53.292] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank -[LOG 20:44:53.292] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill -[LOG 20:44:53.293] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU -[LOG 20:44:53.293] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner -[LOG 20:44:53.293] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill -[LOG 20:44:53.294] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank -[LOG 20:44:53.294] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank -[LOG 20:44:53.294] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner -[LOG 20:44:53.295] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner -[LOG 20:44:53.295] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere -[LOG 20:44:53.295] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment -[LOG 20:44:53.296] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab -[LOG 20:44:53.296] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module -[LOG 20:44:53.296] Config(PART) Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox -[LOG 20:44:53.296] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer -[LOG 20:44:53.297] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer -[LOG 20:44:53.297] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter -[LOG 20:44:53.297] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer -[LOG 20:44:53.298] Config(PART) Squad/Parts/Structural/FLAdapters/adapterSmallMiniShort/adapterSmallMiniShort -[LOG 20:44:53.298] Config(PART) Squad/Parts/Structural/FLAdapters/adapterSmallMiniTall/adapterSmallMiniTall -[LOG 20:44:53.298] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody -[LOG 20:44:53.298] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody -[LOG 20:44:53.299] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage -[LOG 20:44:53.299] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage -[LOG 20:44:53.299] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural -[LOG 20:44:53.300] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler -[LOG 20:44:53.300] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter -[LOG 20:44:53.300] Config(PART) Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/Size3To2Adapter_v2 -[LOG 20:44:53.300] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallBi/adapterLargeSmallBi -[LOG 20:44:53.301] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallQuad/adapterLargeSmallQuad -[LOG 20:44:53.301] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallTri/adapterLargeSmallTri -[LOG 20:44:53.301] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub -[LOG 20:44:53.302] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2 -[LOG 20:44:53.302] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3 -[LOG 20:44:53.302] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1 -[LOG 20:44:53.303] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode -[LOG 20:44:53.303] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1 -[LOG 20:44:53.304] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2 -[LOG 20:44:53.304] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint -[LOG 20:44:53.304] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon -[LOG 20:44:53.304] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube -[LOG 20:44:53.305] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto -[LOG 20:44:53.305] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter -[LOG 20:44:53.305] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x -[LOG 20:44:53.306] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x -[LOG 20:44:53.306] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge -[LOG 20:44:53.306] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed -[LOG 20:44:53.307] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall -[LOG 20:44:53.307] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge -[LOG 20:44:53.307] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg -[LOG 20:44:53.307] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm -[LOG 20:44:53.308] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish -[LOG 20:44:53.308] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna -[LOG 20:44:53.308] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna -[LOG 20:44:53.309] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2 -[LOG 20:44:53.309] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler -[LOG 20:44:53.309] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2 -[LOG 20:44:53.309] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator -[LOG 20:44:53.310] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini -[LOG 20:44:53.310] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig -[LOG 20:44:53.310] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2 -[LOG 20:44:53.311] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler -[LOG 20:44:53.311] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini -[LOG 20:44:53.311] Config(PART) Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna -[LOG 20:44:53.311] Config(PART) Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5 -[LOG 20:44:53.312] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2 -[LOG 20:44:53.312] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral -[LOG 20:44:53.312] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3 -[LOG 20:44:53.313] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1 -[LOG 20:44:53.313] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge -[LOG 20:44:53.313] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice -[LOG 20:44:53.314] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1 -[LOG 20:44:53.314] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder -[LOG 20:44:53.314] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay -[LOG 20:44:53.314] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1 -[LOG 20:44:53.315] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2 -[LOG 20:44:53.315] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg -[LOG 20:44:53.315] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1 -[LOG 20:44:53.316] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem -[LOG 20:44:53.316] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs -[LOG 20:44:53.316] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL -[LOG 20:44:53.317] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS -[LOG 20:44:53.317] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin -[LOG 20:44:53.317] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort -[LOG 20:44:53.317] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL -[LOG 20:44:53.318] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM -[LOG 20:44:53.318] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp -[LOG 20:44:53.318] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS -[LOG 20:44:53.319] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle -[LOG 20:44:53.319] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue -[LOG 20:44:53.319] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge -[LOG 20:44:53.320] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial -[LOG 20:44:53.320] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue -[LOG 20:44:53.320] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1 -[LOG 20:44:53.321] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock -[LOG 20:44:53.321] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100 -[LOG 20:44:53.321] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5 -[LOG 20:44:53.321] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50 -[LOG 20:44:53.322] Config(PART) Squad/Parts/Utility/rockomaxAdapters/largeAdapter/largeAdapter -[LOG 20:44:53.322] Config(PART) Squad/Parts/Utility/rockomaxAdapters/largeAdapterShort/largeAdapter2 -[LOG 20:44:53.322] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125 -[LOG 20:44:53.323] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250 -[LOG 20:44:53.323] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1 -[LOG 20:44:53.323] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2 -[LOG 20:44:53.324] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler -[LOG 20:44:53.324] Config(PART) Squad/Parts/Utility/stackCouplers/stackBiCoupler_v2/stackBiCoupler_v2 -[LOG 20:44:53.324] Config(PART) Squad/Parts/Utility/stackCouplers/stackQuadCoupler/stackQuadCoupler -[LOG 20:44:53.324] Config(PART) Squad/Parts/Utility/stackCouplers/stackTriCoupler_v2/stackTriCoupler_v2 -[LOG 20:44:53.325] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler -[LOG 20:44:53.325] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge -[LOG 20:44:53.325] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed -[LOG 20:44:53.326] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree -[LOG 20:44:53.326] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium -[LOG 20:44:53.326] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall -[LOG 20:44:53.327] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay -[LOG 20:44:53.327] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1 -[LOG 20:44:53.327] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2 -[LOG 20:44:53.327] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed -[LOG 20:44:53.328] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3 -[LOG 20:44:53.328] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands -[LOG 20:44:53.328] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth -[LOG 20:44:53.329] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch -[LOG 20:44:53.329] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll -[LOG 20:44:53.329] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw -[LOG 20:44:53.329] Config(PROP) Squad/Props/buttonsGeneric/circularButton/genericCircularButton -[LOG 20:44:53.330] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons -[LOG 20:44:53.330] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2 -[LOG 20:44:53.330] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs -[LOG 20:44:53.331] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2 -[LOG 20:44:53.331] Config(PROP) Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed -[LOG 20:44:53.331] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01 -[LOG 20:44:53.331] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02 -[LOG 20:44:53.332] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03 -[LOG 20:44:53.332] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04 -[LOG 20:44:53.332] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05 -[LOG 20:44:53.333] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06 -[LOG 20:44:53.333] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07 -[LOG 20:44:53.333] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob -[LOG 20:44:53.333] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2 -[LOG 20:44:53.334] Config(PROP) Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch -[LOG 20:44:53.334] Config(PROP) Squad/Props/buttonsGeneric/squareButton/genericSquareButton -[LOG 20:44:53.334] Config(PROP) Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch -[LOG 20:44:53.335] Config(PROP) Squad/Props/buttonsGeneric/switch/genericSwitch -[LOG 20:44:53.335] Config(PROP) Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards -[LOG 20:44:53.335] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare -[LOG 20:44:53.336] Config(PROP) Squad/Props/circularButton/prop/circularButton -[LOG 20:44:53.336] Config(PROP) Squad/Props/Compass/prop/Compass -[LOG 20:44:53.337] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob -[LOG 20:44:53.337] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2 -[LOG 20:44:53.337] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel -[LOG 20:44:53.338] Config(PROP) Squad/Props/IVANavBall/prop/NavBall -[LOG 20:44:53.338] Config(PROP) Squad/Props/IVANavBallNoBase/prop/NavBallNoBase -[LOG 20:44:53.338] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed -[LOG 20:44:53.339] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode -[LOG 20:44:53.339] Config(PROP) Squad/Props/NavBall/prop/NavBall -[LOG 20:44:53.339] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode -[LOG 20:44:53.340] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA -[LOG 20:44:53.340] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB -[LOG 20:44:53.340] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC -[LOG 20:44:53.340] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane -[LOG 20:44:53.341] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90 -[LOG 20:44:53.341] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame -[LOG 20:44:53.341] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger -[LOG 20:44:53.342] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot -[LOG 20:44:53.342] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet -[LOG 20:44:53.342] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick -[LOG 20:44:53.342] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch -[LOG 20:44:53.343] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter -[LOG 20:44:53.343] Config(PROP) Squad/Props/squareButton/prop/squareButton -[LOG 20:44:53.343] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch -[LOG 20:44:53.344] Config(PROP) Squad/Props/switch/prop/switch -[LOG 20:44:53.344] Config(PROP) Squad/Props/switchGuard/prop/switchGuard -[LOG 20:44:53.344] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards -[LOG 20:44:53.345] Config(PROP) Squad/Props/throttle/prop/throttle -[LOG 20:44:53.345] Config(PROP) Squad/Props/VSI/prop/VSI -[LOG 20:44:53.345] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE -[LOG 20:44:53.345] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE -[LOG 20:44:53.346] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE -[LOG 20:44:53.346] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID -[LOG 20:44:53.346] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES -[LOG 20:44:53.347] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS -[LOG 20:44:53.347] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION -[LOG 20:44:53.347] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel -[LOG 20:44:53.347] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer -[LOG 20:44:53.348] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel -[LOG 20:44:53.348] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant -[LOG 20:44:53.348] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas -[LOG 20:44:53.349] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge -[LOG 20:44:53.349] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir -[LOG 20:44:53.349] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant -[LOG 20:44:53.349] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore -[LOG 20:44:53.350] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator -[LOG 20:44:53.350] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.350] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.351] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.351] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.351] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.352] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.352] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.352] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.353] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.353] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.353] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.354] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION -[LOG 20:44:53.354] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF -[LOG 20:44:53.355] Config(TechTree) Squad/Resources/TechTree/TechTree -[LOG 20:44:53.355] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals -[LOG 20:44:53.355] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal -[LOG 20:44:53.356] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1 -[LOG 20:44:53.356] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3 -[LOG 20:44:53.356] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals -[LOG 20:44:53.357] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal -[LOG 20:44:53.357] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int -[LOG 20:44:53.357] Config(INTERNAL) Squad/Spaces/Mk1-3/internal/Mk1-3 -[LOG 20:44:53.357] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal -[LOG 20:44:53.358] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal -[LOG 20:44:53.358] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal -[LOG 20:44:53.358] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit -[LOG 20:44:53.359] Config(INTERNAL) Squad/Spaces/mk1pod_IVA/mk1pod_Internal/mk1pod_IVA -[LOG 20:44:53.359] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals -[LOG 20:44:53.359] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int -[LOG 20:44:53.360] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal -[LOG 20:44:53.360] Config(INTERNAL) Squad/Spaces/mk2LanderCanInternal/internal/mk2LanderCanInternal -[LOG 20:44:53.360] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int -[LOG 20:44:53.361] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int -[LOG 20:44:53.361] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder -[LOG 20:44:53.361] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit -[LOG 20:44:53.361] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances -[LOG 20:44:53.362] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science -[LOG 20:44:53.362] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations -[LOG 20:44:53.362] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations -[LOG 20:44:53.363] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg -[LOG 20:44:53.363] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg -[LOG 20:44:53.363] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg -[LOG 20:44:53.364] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg -[LOG 20:44:53.364] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg -[LOG 20:44:53.364] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg -[LOG 20:44:53.364] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations -[LOG 20:44:53.365] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders -[LOG 20:44:53.365] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant -[LOG 20:44:53.365] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout -[LOG 20:44:53.365] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative -[LOG 20:44:53.366] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital -[LOG 20:44:53.366] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun -[LOG 20:44:53.366] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit -[LOG 20:44:53.367] Config(Localization) SquadExpansion/MakingHistory/Localization/dictionary/Localization -[LOG 20:44:53.367] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory -[LOG 20:44:53.367] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory_Other -[LOG 20:44:53.368] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory_Tutorial -[LOG 20:44:53.368] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/AccuracyLogic/TestAccuracyLogic -[LOG 20:44:53.368] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionChancePartResourceLevels/ActionPartResourceAmount -[LOG 20:44:53.369] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionExplode/ActionVesselExplode -[LOG 20:44:53.369] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionMissionScore/MissionScore -[LOG 20:44:53.369] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionModifierFunds/ModifyFunds -[LOG 20:44:53.370] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionModifierScore/MissionScore -[LOG 20:44:53.370] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionPartExplode/ActionPartExplode -[LOG 20:44:53.370] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionPartResourceDrain/ActionPartResourceDrain -[LOG 20:44:53.370] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionVesselActionGroup/ActionVesselActionGroup -[LOG 20:44:53.371] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionVesselStage/ActionVesselStage -[LOG 20:44:53.371] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateAsteroid/CreateAsteroid -[LOG 20:44:53.371] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateFlag/CreateFlag -[LOG 20:44:53.372] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateLaunchSite/CreateLaunchSite -[LOG 20:44:53.372] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateVessel/CreateVessel -[LOG 20:44:53.372] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CrewAssignment/TestCrewAssignment -[LOG 20:44:53.373] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Destroyed/Crashed -[LOG 20:44:53.373] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/DialogMessage/DialogMessage -[LOG 20:44:53.373] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Distance/Distance -[LOG 20:44:53.374] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EmptyFalse/EmptyFalse -[LOG 20:44:53.374] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EmptyTrue/EmptyTrue -[LOG 20:44:53.374] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EscapeSOI/SOILeft -[LOG 20:44:53.374] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EVA/EVA -[LOG 20:44:53.375] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Flying/Flying -[LOG 20:44:53.375] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/FundsRecovery/FundsRecovery -[LOG 20:44:53.375] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalBoarded/TestKerbalBoarded -[LOG 20:44:53.376] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalKilled/EVA -[LOG 20:44:53.376] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalRecovery/KerbalRecovery -[LOG 20:44:53.376] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalRescue/KerbalRescue -[LOG 20:44:53.376] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Landed/Landed -[LOG 20:44:53.377] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Message/Message -[LOG 20:44:53.377] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/MissionFunds/MissionFunds -[LOG 20:44:53.377] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/MissionScore/MissionScore -[LOG 20:44:53.378] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Orbit/Orbit -[LOG 20:44:53.378] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/OrbitParams/OrbitParams -[LOG 20:44:53.378] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartDocking/TestPartDocking -[LOG 20:44:53.378] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartFailure/PartFailure -[LOG 20:44:53.379] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartRepair/PartRepair -[LOG 20:44:53.379] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PlaceKerbal/CreateKerbal -[LOG 20:44:53.379] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PlantFlag/PlantFlag -[LOG 20:44:53.380] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ReachSOI/ReachSOI -[LOG 20:44:53.380] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Resource/ResourceAmount -[LOG 20:44:53.380] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ResourceRecovery/TestResourcesRecovery -[LOG 20:44:53.380] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ScienceExperiment/ScienceExperiment -[LOG 20:44:53.381] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/SetCamera/SetCamera -[LOG 20:44:53.381] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/SplashDown/SplashDown -[LOG 20:44:53.381] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/StageActivated/TestVesselStageActivated -[LOG 20:44:53.382] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TakeKerbal/TestTakeKerbal -[LOG 20:44:53.382] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TestFlyThrough/TestFlyThrough -[LOG 20:44:53.383] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TestGoTo/TestGoTo -[LOG 20:44:53.383] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeMET/TimeMET -[LOG 20:44:53.383] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeOfMission/TimeOfMission -[LOG 20:44:53.383] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeSinceNode/TestTimeSinceNode -[LOG 20:44:53.384] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselActiveCount/TestVesselActiveCount -[LOG 20:44:53.384] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselAltitudeGoal/VesselAltitudeGoal -[LOG 20:44:53.384] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselCrewCount/VeselCrewCount -[LOG 20:44:53.385] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselMassLogic/VesselMass -[LOG 20:44:53.385] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselPartCount/PartCount -[LOG 20:44:53.385] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselRecovery/TestVesselRecovery -[LOG 20:44:53.385] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselStage/TestVesselStage -[LOG 20:44:53.386] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselVelocity/VesselVelocity -[LOG 20:44:53.386] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_1p5/Decoupler_1p5 -[LOG 20:44:53.386] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_4/Decoupler_4 -[LOG 20:44:53.387] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_1p5/EnginePlate1p5 -[LOG 20:44:53.387] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_2/EnginePlate2 -[LOG 20:44:53.387] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_3/EnginePlate3 -[LOG 20:44:53.388] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_4/EnginePlate4 -[LOG 20:44:53.388] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/InflatableAirlock/InflatableAirlock -[LOG 20:44:53.388] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Separator_1p5/Separator_1p5 -[LOG 20:44:53.389] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Separator_4/Separator_4 -[LOG 20:44:53.389] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Size1p5_Strut_Decoupler/Size1p5_Strut_Decoupler -[LOG 20:44:53.389] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/LiquidEngineKE-1 -[LOG 20:44:53.390] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/LiquidEngineLV-T91 -[LOG 20:44:53.390] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/LiquidEngineLV-TX87 -[LOG 20:44:53.390] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/LiquidEngineRE-I2 -[LOG 20:44:53.391] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/LiquidEngineRE-J10 -[LOG 20:44:53.391] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/LiquidEngineRK-7 -[LOG 20:44:53.391] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/LiquidEngineRV-1 -[LOG 20:44:53.392] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/monopropMiniSphere -[LOG 20:44:53.392] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/Size1p5_Monoprop -[LOG 20:44:53.392] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/Size1p5_Size0_Adapter_01 -[LOG 20:44:53.392] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/Size1p5_Size1_Adapter_01 -[LOG 20:44:53.393] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/Size1p5_Size1_Adapter_02 -[LOG 20:44:53.393] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/Size1p5_Size2_Adapter_01 -[LOG 20:44:53.393] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/Size1p5_Tank_01 -[LOG 20:44:53.394] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/Size1p5_Tank_02 -[LOG 20:44:53.394] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/Size1p5_Tank_03 -[LOG 20:44:53.394] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/Size1p5_Tank_04 -[LOG 20:44:53.395] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/Size1p5_Tank_05 -[LOG 20:44:53.395] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/Size3_Size4_Adapter_01 -[LOG 20:44:53.395] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/Size4_EngineAdapter_01 -[LOG 20:44:53.395] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/Size4_Tank_01 -[LOG 20:44:53.396] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/Size4_Tank_02 -[LOG 20:44:53.396] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/Size4_Tank_03 -[LOG 20:44:53.397] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/Size4_Tank_04 -[LOG 20:44:53.397] Config(PART) SquadExpansion/MakingHistory/Parts/Ground/RoverWheel/roverWheelM1-F -[LOG 20:44:53.397] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/fairingSize1p5/fairingSize1p5 -[LOG 20:44:53.397] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/fairingSize4/fairingSize4 -[LOG 20:44:53.398] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/Size1to0ServiceModule/Size1to0ServiceModule -[LOG 20:44:53.398] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/SM18/ServiceModule18 -[LOG 20:44:53.398] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/SM25/ServiceModule25 -[LOG 20:44:53.399] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/kv1Pod -[LOG 20:44:53.399] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/kv2Pod -[LOG 20:44:53.399] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/kv3Pod -[LOG 20:44:53.400] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/Mk2Pod -[LOG 20:44:53.400] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/MEMLander -[LOG 20:44:53.400] Config(PART) SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/kerbalEVAfemaleVintage -[LOG 20:44:53.400] Config(PART) SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/kerbalEVAVintage -[LOG 20:44:53.401] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle0/EquiTriangle0 -[LOG 20:44:53.401] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1/EquiTriangle1 -[LOG 20:44:53.401] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1p5/EquiTriangle1p5 -[LOG 20:44:53.402] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle2/EquiTriangle2 -[LOG 20:44:53.402] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel0/Panel0 -[LOG 20:44:53.402] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel1/Panel1 -[LOG 20:44:53.403] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel1p5/Panel1p5 -[LOG 20:44:53.403] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel2/Panel2 -[LOG 20:44:53.403] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle0/Triangle0 -[LOG 20:44:53.404] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle1/Triangle1 -[LOG 20:44:53.404] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle1p5/Triangle1p5 -[LOG 20:44:53.404] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle2/Triangle2 -[LOG 20:44:53.404] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube1/Tube1 -[LOG 20:44:53.405] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube1p5/Tube1p5 -[LOG 20:44:53.405] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube2/Tube2 -[LOG 20:44:53.405] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube3/Tube3 -[LOG 20:44:53.406] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube4/Tube4 -[LOG 20:44:53.406] Config(PART) SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/HeatShield1p5 -[LOG 20:44:53.406] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_Internal/Airlock_IVA -[LOG 20:44:53.407] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Internal/KV1_IVA -[LOG 20:44:53.407] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Internal/KV2_IVA -[LOG 20:44:53.407] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Internal/KV3_IVA -[LOG 20:44:53.407] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA/MEM_IVA -[LOG 20:44:53.408] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/Mk2Pod/Mk2Pod_Internal/MK2POD_IVA -[LOG 20:44:53.408] Compiling Configs Completed. -[LOG 20:44:53.411] Resource LiquidFuel added to database -[LOG 20:44:53.411] Resource Oxidizer added to database -[LOG 20:44:53.412] Resource SolidFuel added to database -[LOG 20:44:53.412] Resource MonoPropellant added to database -[LOG 20:44:53.413] Resource XenonGas added to database -[LOG 20:44:53.413] Resource ElectricCharge added to database -[LOG 20:44:53.413] Resource IntakeAir added to database -[LOG 20:44:53.414] Resource EVA Propellant added to database -[LOG 20:44:53.414] Resource Ore added to database -[LOG 20:44:53.415] Resource Ablator added to database -[LOG 20:44:53.415] CodeAssetLoader: Compiling all code assets -[LOG 20:44:53.428] GameDatabase: Assets loaded in 55.601s -[LOG 20:44:53.441] [ModuleManager] Checking Cache -[LOG 20:44:53.822] [ModuleManager] SHA generated in 0.376s -[LOG 20:44:53.823] [ModuleManager] SHA = 9B-1D-FC-C1-7B-94-BA-EE-79-0E-D5-9F-F6-99-66-DB-3B-69-BE-AE-56-D2-8D-D2-A8-2A-AD-B1-67-E6-0C-57 -[LOG 20:44:53.902] [ModuleManager] Changes : -Changed : Severedsolo/OhScrap/MM Patches/EngineFailureModule.cfg +[LOG 21:54:57.312] Load(Audio): Squad/Sounds/elev_loop +[LOG 21:54:57.313] MiniAVC -> Starter was destroyed. +[LOG 21:54:57.336] Load(Audio): Squad/Sounds/elev_start +[LOG 21:54:57.363] Load(Audio): Squad/Sounds/elev_stop +[LOG 21:54:57.379] Load(Audio): Squad/Sounds/sound_ambience_nature +[LOG 21:54:57.740] Load(Audio): Squad/Sounds/sound_click_flick +[LOG 21:54:57.852] Load(Audio): Squad/Sounds/sound_click_latch +[LOG 21:54:57.885] Load(Audio): Squad/Sounds/sound_click_sharp +[LOG 21:54:57.908] Load(Audio): Squad/Sounds/sound_click_tick +[LOG 21:54:57.925] Load(Audio): Squad/Sounds/sound_click_tock +[LOG 21:54:57.940] Load(Audio): Squad/Sounds/sound_decoupler_fire +[LOG 21:54:57.950] Load(Audio): Squad/Sounds/sound_delete_bin +[LOG 21:54:57.975] Load(Audio): Squad/Sounds/sound_explosion_debris1 +[LOG 21:54:57.991] Load(Audio): Squad/Sounds/sound_explosion_debris2 +[LOG 21:54:58.032] Load(Audio): Squad/Sounds/sound_explosion_large +[LOG 21:54:58.212] Load(Audio): Squad/Sounds/sound_rocket_mini +[LOG 21:54:58.229] Load(Audio): Squad/Sounds/sound_rocket_spurts +[LOG 21:54:58.273] Load(Audio): Squad/Sounds/sound_servomotor +[LOG 21:54:58.285] Load(Audio): Squad/Sounds/sound_tab_extend +[LOG 21:54:58.457] Load(Audio): Squad/Sounds/sound_tab_retreat +[LOG 21:54:58.516] Load(Texture): ScrapYard/icon +[LOG 21:54:58.541] Load(Texture): Severedsolo/OhScrap/Icon +[WRN 21:54:58.544] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\Icon.png' - consider changing the image's width and height to enable compression +[LOG 21:54:58.545] Load(Texture): Squad/Agencies/C7AerospaceDivision +[LOG 21:54:58.557] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled +[LOG 21:54:58.572] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium +[LOG 21:54:58.579] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled +[LOG 21:54:58.586] Load(Texture): Squad/Agencies/ExperimentalEngineering +[LOG 21:54:58.601] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled +[LOG 21:54:58.610] Load(Texture): Squad/Agencies/FlooydResearchLab +[LOG 21:54:58.629] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled +[LOG 21:54:58.640] Load(Texture): Squad/Agencies/GoliathNationalProducts +[LOG 21:54:58.650] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled +[LOG 21:54:58.663] Load(Texture): Squad/Agencies/IntegratedIntegrals +[LOG 21:54:58.669] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled +[LOG 21:54:58.679] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics +[LOG 21:54:58.715] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled +[LOG 21:54:58.735] Load(Texture): Squad/Agencies/JebsJunkyard +[LOG 21:54:58.753] Load(Texture): Squad/Agencies/JebsJunkyard_scaled +[LOG 21:54:58.762] Load(Texture): Squad/Agencies/KerbalMotion +[LOG 21:54:58.775] Load(Texture): Squad/Agencies/KerbalMotion_scaled +[LOG 21:54:58.791] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety +[LOG 21:54:58.797] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled +[LOG 21:54:58.819] Load(Texture): Squad/Agencies/Kerbodyne +[LOG 21:54:58.836] Load(Texture): Squad/Agencies/Kerbodyne_scaled +[LOG 21:54:58.839] Load(Texture): Squad/Agencies/Kerlington +[LOG 21:54:58.845] Load(Texture): Squad/Agencies/Kerlington_scaled +[LOG 21:54:58.852] Load(Texture): Squad/Agencies/MaxoConstructionToys +[LOG 21:54:58.866] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled +[LOG 21:54:58.886] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup +[LOG 21:54:58.892] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled +[LOG 21:54:58.907] Load(Texture): Squad/Agencies/OMBDemolition +[LOG 21:54:58.924] Load(Texture): Squad/Agencies/OMBDemolition_scaled +[LOG 21:54:58.935] Load(Texture): Squad/Agencies/PeriapsisCo +[LOG 21:54:58.957] Load(Texture): Squad/Agencies/PeriapsisCo_scaled +[LOG 21:54:58.971] Load(Texture): Squad/Agencies/Probodobodyne +[LOG 21:54:58.985] Load(Texture): Squad/Agencies/Probodobodyne_scaled +[LOG 21:54:58.989] Load(Texture): Squad/Agencies/R&D +[LOG 21:54:59.010] Load(Texture): Squad/Agencies/R&D_scaled +[LOG 21:54:59.026] Load(Texture): Squad/Agencies/ReactionSystemsLtd +[LOG 21:54:59.040] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled +[LOG 21:54:59.060] Load(Texture): Squad/Agencies/Rockomax +[LOG 21:54:59.081] Load(Texture): Squad/Agencies/Rockomax_scaled +[LOG 21:54:59.108] Load(Texture): Squad/Agencies/Rokea +[LOG 21:54:59.132] Load(Texture): Squad/Agencies/Rokea_scaled +[LOG 21:54:59.142] Load(Texture): Squad/Agencies/SeansCannery +[LOG 21:54:59.167] Load(Texture): Squad/Agencies/SeansCannery_scaled +[LOG 21:54:59.179] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps +[LOG 21:54:59.228] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled +[LOG 21:54:59.235] Load(Texture): Squad/Agencies/StrutCo +[LOG 21:54:59.259] Load(Texture): Squad/Agencies/StrutCo_scaled +[LOG 21:54:59.273] Load(Texture): Squad/Agencies/Vac-Co +[LOG 21:54:59.318] Load(Texture): Squad/Agencies/Vac-Co_scaled +[LOG 21:54:59.341] Load(Texture): Squad/Agencies/WinterOwl +[LOG 21:54:59.372] Load(Texture): Squad/Agencies/WinterOwl_scaled +[LOG 21:54:59.401] Load(Texture): Squad/Agencies/ZaltonicElectronics +[LOG 21:54:59.433] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled +[LOG 21:54:59.469] Load(Texture): Squad/Contracts/Icons/balloon +[LOG 21:54:59.478] Load(Texture): Squad/Contracts/Icons/custom +[LOG 21:54:59.483] Load(Texture): Squad/Contracts/Icons/default +[LOG 21:54:59.492] Load(Texture): Squad/Contracts/Icons/dish +[LOG 21:54:59.501] Load(Texture): Squad/Contracts/Icons/eva +[LOG 21:54:59.505] Load(Texture): Squad/Contracts/Icons/gravity +[LOG 21:54:59.509] Load(Texture): Squad/Contracts/Icons/ksc +[LOG 21:54:59.513] Load(Texture): Squad/Contracts/Icons/launchsite +[LOG 21:54:59.520] Load(Texture): Squad/Contracts/Icons/marker +[LOG 21:54:59.558] Load(Texture): Squad/Contracts/Icons/pressure +[LOG 21:54:59.562] Load(Texture): Squad/Contracts/Icons/report +[LOG 21:54:59.567] Load(Texture): Squad/Contracts/Icons/runway +[LOG 21:54:59.571] Load(Texture): Squad/Contracts/Icons/sample +[LOG 21:54:59.606] Load(Texture): Squad/Contracts/Icons/seismic +[LOG 21:54:59.612] Load(Texture): Squad/Contracts/Icons/thermometer +[LOG 21:54:59.618] Load(Texture): Squad/Contracts/Icons/vessel +[LOG 21:54:59.622] Load(Texture): Squad/Flags/09 +[LOG 21:54:59.638] Load(Texture): Squad/Flags/B612_Foundation_flag +[LOG 21:54:59.657] Load(Texture): Squad/Flags/blorbs +[LOG 21:54:59.683] Load(Texture): Squad/Flags/bullseye +[LOG 21:54:59.701] Load(Texture): Squad/Flags/capsule +[LOG 21:54:59.713] Load(Texture): Squad/Flags/circles +[LOG 21:54:59.734] Load(Texture): Squad/Flags/default +[LOG 21:54:59.775] Load(Texture): Squad/Flags/esa_dark_blue +[LOG 21:54:59.831] Load(Texture): Squad/Flags/hexagon +[LOG 21:54:59.836] Load(Texture): Squad/Flags/hexagonCircles +[LOG 21:54:59.874] Load(Texture): Squad/Flags/kerbal1 +[LOG 21:54:59.886] Load(Texture): Squad/Flags/kerbal2 +[LOG 21:54:59.904] Load(Texture): Squad/Flags/kerbin +[LOG 21:54:59.923] Load(Texture): Squad/Flags/kerbinmunflag +[LOG 21:54:59.940] Load(Texture): Squad/Flags/line +[LOG 21:54:59.962] Load(Texture): Squad/Flags/minimalistic +[LOG 21:55:00.033] Load(Texture): Squad/Flags/NASA +[LOG 21:55:00.049] Load(Texture): Squad/Flags/orbit +[LOG 21:55:00.109] Load(Texture): Squad/Flags/orbs +[LOG 21:55:00.120] Load(Texture): Squad/Flags/retro +[LOG 21:55:00.149] Load(Texture): Squad/Flags/rings +[LOG 21:55:00.200] Load(Texture): Squad/Flags/rocketScience +[LOG 21:55:00.225] Load(Texture): Squad/Flags/satellite +[LOG 21:55:00.237] Load(Texture): Squad/Flags/Sentinel_Flag +[LOG 21:55:00.273] Load(Texture): Squad/Flags/spheres +[LOG 21:55:00.316] Load(Texture): Squad/Flags/squadLogo +[LOG 21:55:00.351] Load(Texture): Squad/Flags/squadLogo2 +[LOG 21:55:00.379] Load(Texture): Squad/Flags/stripes +[LOG 21:55:00.402] Load(Texture): Squad/Flags/trees +[LOG 21:55:00.534] Load(Texture): Squad/Flags/trippy +[LOG 21:55:00.570] Load(Texture): Squad/Flags/uk_space_agency +[LOG 21:55:00.600] Load(Texture): Squad/FX/DiamondBlue +[LOG 21:55:00.610] Load(Texture): Squad/FX/FlameBlueOrange +[LOG 21:55:00.628] Load(Texture): Squad/FX/FlamePurple +[LOG 21:55:00.648] Load(Texture): Squad/FX/FlameRed +[LOG 21:55:00.664] Load(Texture): Squad/FX/FlameRedOrange +[LOG 21:55:00.670] Load(Texture): Squad/FX/Monoprop +[LOG 21:55:00.685] Load(Texture): Squad/FX/plasma2 +[LOG 21:55:00.702] Load(Texture): Squad/FX/rocketplume2 +[LOG 21:55:00.725] Load(Texture): Squad/FX/shockDiamond2 +[LOG 21:55:00.743] Load(Texture): Squad/FX/smokepuff1 +[LOG 21:55:00.749] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl1 +[LOG 21:55:00.863] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl2 +[LOG 21:55:00.952] Load(Texture): Squad/Interiors/Administration/AdminBuilding_Lvl3 +[LOG 21:55:01.013] Load(Texture): Squad/MenuProps/MunOrBust +[LOG 21:55:01.117] Load(Texture): Squad/PartList/SimpleIcons/cs_main +[LOG 21:55:01.290] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2 +[LOG 21:55:01.353] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3 +[LOG 21:55:01.390] Load(Texture): Squad/PartList/SimpleIcons/cs_size0 +[LOG 21:55:01.408] Load(Texture): Squad/PartList/SimpleIcons/cs_size1 +[LOG 21:55:01.422] Load(Texture): Squad/PartList/SimpleIcons/cs_size1p5 +[LOG 21:55:01.482] Load(Texture): Squad/PartList/SimpleIcons/cs_size2 +[LOG 21:55:01.511] Load(Texture): Squad/PartList/SimpleIcons/cs_size3 +[LOG 21:55:01.521] Load(Texture): Squad/PartList/SimpleIcons/cs_size4 +[LOG 21:55:01.559] Load(Texture): Squad/PartList/SimpleIcons/cs_surface +[LOG 21:55:01.576] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant +[LOG 21:55:01.607] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore +[LOG 21:55:01.637] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer +[LOG 21:55:01.655] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel +[LOG 21:55:01.671] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas +[LOG 21:55:01.675] Load(Texture): Squad/PartList/SimpleIcons/number1 +[LOG 21:55:01.685] Load(Texture): Squad/PartList/SimpleIcons/number2 +[LOG 21:55:01.705] Load(Texture): Squad/PartList/SimpleIcons/number3 +[LOG 21:55:01.723] Load(Texture): Squad/PartList/SimpleIcons/number4 +[LOG 21:55:01.726] Load(Texture): Squad/PartList/SimpleIcons/number5 +[LOG 21:55:01.730] Load(Texture): Squad/PartList/SimpleIcons/number6 +[LOG 21:55:01.737] Load(Texture): Squad/PartList/SimpleIcons/number7 +[LOG 21:55:01.758] Load(Texture): Squad/PartList/SimpleIcons/number8 +[LOG 21:55:01.764] Load(Texture): Squad/PartList/SimpleIcons/number9 +[LOG 21:55:01.798] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics +[LOG 21:55:01.811] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors +[LOG 21:55:01.822] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction +[LOG 21:55:01.826] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics +[LOG 21:55:01.839] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration +[LOG 21:55:01.844] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol +[LOG 21:55:01.861] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding +[LOG 21:55:01.865] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks +[LOG 21:55:01.890] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry +[LOG 21:55:01.894] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech +[LOG 21:55:01.907] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned +[LOG 21:55:01.911] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems +[LOG 21:55:01.933] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech +[LOG 21:55:01.941] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation +[LOG 21:55:01.948] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes +[LOG 21:55:01.966] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry +[LOG 21:55:02.003] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites +[LOG 21:55:02.007] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics +[LOG 21:55:02.042] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics +[LOG 21:55:02.048] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech +[LOG 21:55:02.052] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics +[LOG 21:55:02.077] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics +[LOG 21:55:02.082] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors +[LOG 21:55:02.101] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry +[LOG 21:55:02.106] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience +[LOG 21:55:02.109] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience +[LOG 21:55:02.123] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol +[LOG 21:55:02.127] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems +[LOG 21:55:02.130] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction +[LOG 21:55:02.147] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry +[LOG 21:55:02.151] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic +[LOG 21:55:02.156] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry +[LOG 21:55:02.174] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics +[LOG 21:55:02.182] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry +[LOG 21:55:02.189] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight +[LOG 21:55:02.209] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion +[LOG 21:55:02.218] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight +[LOG 21:55:02.249] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion +[LOG 21:55:02.285] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing +[LOG 21:55:02.296] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol +[LOG 21:55:02.307] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics +[LOG 21:55:02.342] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes +[LOG 21:55:02.371] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials +[LOG 21:55:02.383] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing +[LOG 21:55:02.448] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion +[LOG 21:55:02.466] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering +[LOG 21:55:02.478] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics +[LOG 21:55:02.519] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech +[LOG 21:55:02.531] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction +[LOG 21:55:02.589] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol +[LOG 21:55:02.633] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics +[LOG 21:55:02.642] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability +[LOG 21:55:02.654] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start +[LOG 21:55:02.678] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight +[LOG 21:55:02.701] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability +[LOG 21:55:02.711] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech +[LOG 21:55:02.735] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry +[LOG 21:55:02.744] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2 +[LOG 21:55:02.756] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules +[LOG 21:55:02.784] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced +[LOG 21:55:02.797] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance +[LOG 21:55:02.851] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment +[LOG 21:55:02.863] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization +[LOG 21:55:02.887] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision +[LOG 21:55:02.900] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems +[LOG 21:55:03.014] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope +[LOG 21:55:03.061] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Rockomax_Adapters_diffuse +[LOG 21:55:03.070] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Rockomax_Adapters_normal +[LOG 21:55:03.078] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake +[LOG 21:55:03.088] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake +[LOG 21:55:03.119] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings +[LOG 21:55:03.194] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins +[LOG 21:55:03.225] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin +[LOG 21:55:03.236] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes +[LOG 21:55:03.255] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat +[LOG 21:55:03.278] Load(Texture): Squad/Parts/Aero/cones/Cones +[LOG 21:55:03.289] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse +[LOG 21:55:03.303] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse_Orange +[LOG 21:55:03.332] Load(Texture): Squad/Parts/Aero/cones/ConesDiffuse_White +[LOG 21:55:03.364] Load(Texture): Squad/Parts/Aero/cones/ConesHeat +[LOG 21:55:03.402] Load(Texture): Squad/Parts/Aero/cones/ConesHeat_Orange +[LOG 21:55:03.428] Load(Texture): Squad/Parts/Aero/cones/ConesHeat_White +[LOG 21:55:03.457] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat +[LOG 21:55:03.496] Load(Texture): Squad/Parts/Aero/fairings/AutoTruss +[LOG 21:55:03.554] Load(Texture): Squad/Parts/Aero/fairings/FairingBase +[LOG 21:55:03.575] Load(Texture): Squad/Parts/Aero/fairings/FairingBaseNormals +[LOG 21:55:03.602] Load(Texture): Squad/Parts/Aero/fairings/fairingsCap +[LOG 21:55:03.627] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff +[LOG 21:55:03.653] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff_grey +[LOG 21:55:03.690] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff_orange +[LOG 21:55:03.715] Load(Texture): Squad/Parts/Aero/fairings/fairings_grey_normals +[LOG 21:55:03.746] Load(Texture): Squad/Parts/Aero/fairings/fairings_normals +[LOG 21:55:03.778] Load(Texture): Squad/Parts/Aero/fairings/fairings_orange_normals +[LOG 21:55:03.809] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing +[LOG 21:55:03.829] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield +[LOG 21:55:03.857] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield +[LOG 21:55:03.902] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing +[LOG 21:55:03.919] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM +[LOG 21:55:03.949] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long +[LOG 21:55:03.971] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake +[LOG 21:55:03.994] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000 +[LOG 21:55:04.014] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/Rockomax_Adapters_diffuse +[LOG 21:55:04.018] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/Rockomax_Adapters_normal +[LOG 21:55:04.022] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake +[LOG 21:55:04.041] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat +[LOG 21:55:04.049] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings +[LOG 21:55:04.139] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000 +[LOG 21:55:04.146] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001 +[LOG 21:55:04.171] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000 +[LOG 21:55:04.178] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001 +[LOG 21:55:04.204] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000 +[LOG 21:55:04.215] Load(Texture): Squad/Parts/Aero/wings/Wings +[LOG 21:55:04.240] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000 +[LOG 21:55:04.258] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001 +[LOG 21:55:04.304] Load(Texture): Squad/Parts/Command/cupola/cupola_Emissive +[LOG 21:55:04.326] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff +[LOG 21:55:04.358] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal +[LOG 21:55:04.377] Load(Texture): Squad/Parts/Command/cupola/window +[LOG 21:55:04.388] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000 +[LOG 21:55:04.426] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin +[LOG 21:55:04.464] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_Illum +[LOG 21:55:04.484] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n +[LOG 21:55:04.520] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window +[LOG 21:55:04.523] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000 +[LOG 21:55:04.543] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001 +[LOG 21:55:04.590] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000 +[LOG 21:55:04.596] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001 +[LOG 21:55:04.612] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002 +[LOG 21:55:04.625] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder +[LOG 21:55:04.629] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM +[LOG 21:55:04.652] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch +[LOG 21:55:04.709] Load(Texture): Squad/Parts/Command/Mk1-2Pod/Mk1-2_illum +[LOG 21:55:04.767] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls +[LOG 21:55:04.808] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window +[LOG 21:55:04.811] Load(Texture): Squad/Parts/Command/Mk1-3Pod/M1-3 Pod +[LOG 21:55:04.842] Load(Texture): Squad/Parts/Command/Mk1-3Pod/M1-3 Pod_GLOW +[LOG 21:55:04.876] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW +[LOG 21:55:04.882] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit +[LOG 21:55:04.917] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff +[LOG 21:55:04.936] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal +[LOG 21:55:04.966] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_psd_illum +[LOG 21:55:04.992] Load(Texture): Squad/Parts/Command/mk1pod/hatch +[LOG 21:55:05.010] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung +[LOG 21:55:05.022] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM +[LOG 21:55:05.042] Load(Texture): Squad/Parts/Command/mk1pod/outer shell +[LOG 21:55:05.048] Load(Texture): Squad/Parts/Command/mk1pod/window +[LOG 21:55:05.058] Load(Texture): Squad/Parts/Command/mk1pod/window_illum +[LOG 21:55:05.065] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2 +[LOG 21:55:05.128] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_GLOW +[LOG 21:55:05.162] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_GW +[LOG 21:55:05.218] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_N +[LOG 21:55:05.252] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_W +[LOG 21:55:05.303] Load(Texture): Squad/Parts/Command/mk1pod_v2/Mk1_v2_W_N +[LOG 21:55:05.343] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A +[LOG 21:55:05.370] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive +[LOG 21:55:05.379] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal +[LOG 21:55:05.409] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit +[LOG 21:55:05.443] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum +[LOG 21:55:05.474] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM +[LOG 21:55:05.517] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore +[LOG 21:55:05.544] Load(Texture): Squad/Parts/Command/mk2LanderCan/Illum +[LOG 21:55:05.567] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder +[LOG 21:55:05.571] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell +[LOG 21:55:05.590] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n +[LOG 21:55:05.637] Load(Texture): Squad/Parts/Command/mk2LanderCan/window +[LOG 21:55:05.640] Load(Texture): Squad/Parts/Command/mk2LanderCan_v2/Mk2Can +[LOG 21:55:05.706] Load(Texture): Squad/Parts/Command/mk2LanderCan_v2/Mk2Can_glow +[LOG 21:55:05.797] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle +[LOG 21:55:05.833] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM +[LOG 21:55:05.878] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_diffuse +[LOG 21:55:05.915] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_NRM +[LOG 21:55:06.185] Load(Texture): Squad/Parts/Command/probeCoreCube/QBE_New_specular +[LOG 21:55:06.220] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff +[LOG 21:55:06.256] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal +[LOG 21:55:06.313] Load(Texture): Squad/Parts/Command/probeCoreHex_v2/hecsDiffuse +[LOG 21:55:06.363] Load(Texture): Squad/Parts/Command/probeCoreHex_v2/hecsNormal +[LOG 21:55:06.420] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000 +[LOG 21:55:06.434] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001 +[LOG 21:55:06.468] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000 +[LOG 21:55:06.487] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoDiffuse +[LOG 21:55:06.498] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoNormal +[LOG 21:55:06.507] Load(Texture): Squad/Parts/Command/probeCoreOcto2_v2/octoSpecular +[LOG 21:55:06.515] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoDiffuse +[LOG 21:55:06.562] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoNormal +[LOG 21:55:06.595] Load(Texture): Squad/Parts/Command/probeCoreOcto_v2/octoSpecular +[LOG 21:55:06.619] Load(Texture): Squad/Parts/Command/probeRoverBody/model000 +[LOG 21:55:06.653] Load(Texture): Squad/Parts/Command/probeRoverBody/model001 +[LOG 21:55:06.727] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_diffuse +[LOG 21:55:06.777] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_NRM +[LOG 21:55:07.035] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_gold_specular +[LOG 21:55:07.092] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_diffuse +[LOG 21:55:07.139] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_NRM +[LOG 21:55:07.380] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2_silver_specular +[LOG 21:55:07.409] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_diffuse +[LOG 21:55:07.419] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_NRM +[LOG 21:55:07.427] Load(Texture): Squad/Parts/Command/probeRoverBody_v2/QBE_New_specular +[LOG 21:55:07.436] Load(Texture): Squad/Parts/Command/probeStackLarge/model000 +[LOG 21:55:07.481] Load(Texture): Squad/Parts/Command/probeStackLarge/model001 +[LOG 21:55:07.527] Load(Texture): Squad/Parts/Command/probeStackSmall/model000 +[LOG 21:55:07.567] Load(Texture): Squad/Parts/Command/probeStackSmall/model001 +[LOG 21:55:07.606] Load(Texture): Squad/Parts/Command/probeStackSphere/model000 +[LOG 21:55:07.636] Load(Texture): Squad/Parts/Command/probeStackSphere/model001 +[LOG 21:55:07.663] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_diffuse +[LOG 21:55:07.713] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_normal +[LOG 21:55:07.746] Load(Texture): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_specular +[LOG 21:55:07.788] Load(Texture): Squad/Parts/CompoundParts/FuelLine/FTX-2 External Fuel Duct +[LOG 21:55:07.812] Load(Texture): Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector +[LOG 21:55:07.840] Load(Texture): Squad/Parts/Coupling/Assets/Decouplers +[LOG 21:55:07.899] Load(Texture): Squad/Parts/Coupling/Assets/Decouplers_N +[LOG 21:55:07.965] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000 +[LOG 21:55:08.009] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001 +[LOG 21:55:08.031] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002 +[LOG 21:55:08.051] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000 +[LOG 21:55:08.073] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001 +[LOG 21:55:08.097] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002 +[LOG 21:55:08.121] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000 +[LOG 21:55:08.150] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001 +[LOG 21:55:08.175] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002 +[LOG 21:55:08.212] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000 +[LOG 21:55:08.228] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001 +[LOG 21:55:08.258] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002 +[LOG 21:55:08.299] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel +[LOG 21:55:08.326] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000 +[LOG 21:55:08.355] Load(Texture): Squad/Parts/Electrical/RTG/model000 +[LOG 21:55:08.387] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000 +[LOG 21:55:08.412] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000 +[LOG 21:55:08.434] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001 +[LOG 21:55:08.448] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff +[LOG 21:55:08.464] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000 +[LOG 21:55:08.544] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff +[LOG 21:55:08.572] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal +[LOG 21:55:08.605] Load(Texture): Squad/Parts/Engine/ionEngine/model000 +[LOG 21:55:08.618] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines +[LOG 21:55:08.649] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat +[LOG 21:55:08.670] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/engine +[LOG 21:55:08.684] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff +[LOG 21:55:08.710] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm +[LOG 21:55:08.728] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm +[LOG 21:55:08.760] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd +[LOG 21:55:08.778] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S_v2/Spark +[LOG 21:55:08.795] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S_v2/Spark_Glow +[LOG 21:55:08.815] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike +[LOG 21:55:08.822] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat +[LOG 21:55:08.839] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/alternatebracket +[LOG 21:55:08.858] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/engine +[LOG 21:55:08.864] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff +[LOG 21:55:08.881] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing +[LOG 21:55:08.905] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3 +[LOG 21:55:08.917] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive +[LOG 21:55:08.935] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n +[LOG 21:55:09.001] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/Terrier +[LOG 21:55:09.057] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/TerrierFairing +[LOG 21:55:09.349] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909_v2/Terrier_glow +[LOG 21:55:09.385] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000 +[LOG 21:55:09.431] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001 +[LOG 21:55:09.445] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002 +[LOG 21:55:09.468] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003 +[LOG 21:55:09.501] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000 +[LOG 21:55:09.524] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001 +[LOG 21:55:09.573] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002 +[LOG 21:55:09.593] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000 +[LOG 21:55:09.612] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001 +[LOG 21:55:09.629] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002 +[LOG 21:55:09.660] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003 +[LOG 21:55:09.696] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000 +[LOG 21:55:09.715] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001 +[LOG 21:55:09.761] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002 +[LOG 21:55:10.100] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003 +[LOG 21:55:10.152] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004 +[LOG 21:55:10.191] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud +[LOG 21:55:10.218] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat +[LOG 21:55:10.239] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_dif +[LOG 21:55:10.263] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_em +[LOG 21:55:10.287] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/engine_norm +[LOG 21:55:10.331] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/smallfairing +[LOG 21:55:10.361] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/poodle +[LOG 21:55:10.397] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/PoodleShroud +[LOG 21:55:10.432] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle_v2/poodle_Glow +[LOG 21:55:10.473] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff +[LOG 21:55:10.497] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive +[LOG 21:55:10.529] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff +[LOG 21:55:10.542] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm +[LOG 21:55:10.604] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal +[LOG 21:55:10.628] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME +[LOG 21:55:10.642] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW +[LOG 21:55:10.667] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM +[LOG 21:55:10.695] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm +[LOG 21:55:10.709] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em +[LOG 21:55:10.737] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm +[LOG 21:55:10.762] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet +[LOG 21:55:10.782] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1 +[LOG 21:55:10.797] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse +[LOG 21:55:10.824] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit +[LOG 21:55:10.871] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_O +[LOG 21:55:10.907] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_W +[LOG 21:55:10.961] Load(Texture): Squad/Parts/Engine/Size1_SRBs/SRB_Y +[LOG 21:55:10.978] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive +[LOG 21:55:11.012] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm +[LOG 21:55:11.062] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm +[LOG 21:55:11.284] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm +[LOG 21:55:11.333] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse +[LOG 21:55:11.367] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive +[LOG 21:55:11.397] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal +[LOG 21:55:11.424] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit +[LOG 21:55:11.450] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm +[LOG 21:55:11.512] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm +[LOG 21:55:11.540] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000 +[LOG 21:55:11.550] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001 +[LOG 21:55:11.582] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002 +[LOG 21:55:11.616] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000 +[LOG 21:55:11.649] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001 +[LOG 21:55:11.737] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002 +[LOG 21:55:11.760] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5 +[LOG 21:55:11.780] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM +[LOG 21:55:11.798] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000 +[LOG 21:55:11.813] Load(Texture): Squad/Parts/Engine/solidBoosterSep/motor +[LOG 21:55:11.830] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV +[LOG 21:55:11.841] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters +[LOG 21:55:11.870] Load(Texture): Squad/Parts/FuelTank/FoilTanks/RadialTanks +[LOG 21:55:11.909] Load(Texture): Squad/Parts/FuelTank/FoilTanks/RadialTanks_N +[LOG 21:55:11.936] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000 +[LOG 21:55:11.971] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001 +[LOG 21:55:11.999] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000 +[LOG 21:55:12.013] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001 +[LOG 21:55:12.029] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank +[LOG 21:55:12.032] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n +[LOG 21:55:12.043] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000 +[LOG 21:55:12.066] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001 +[LOG 21:55:12.108] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000 +[LOG 21:55:12.115] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001 +[LOG 21:55:12.153] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000 +[LOG 21:55:12.173] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001 +[LOG 21:55:12.220] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000 +[LOG 21:55:12.248] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001 +[LOG 21:55:12.292] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage +[LOG 21:55:12.313] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m +[LOG 21:55:12.346] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage +[LOG 21:55:12.364] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort +[LOG 21:55:12.400] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage +[LOG 21:55:12.459] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM +[LOG 21:55:12.496] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 +[LOG 21:55:12.523] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_02 +[LOG 21:55:12.543] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N +[LOG 21:55:12.593] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff +[LOG 21:55:12.617] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal +[LOG 21:55:12.684] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/FL-R25 RCS Fuel Tank_D +[LOG 21:55:12.702] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/FL-R25 RCS Fuel Tank_N +[LOG 21:55:12.736] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000 +[LOG 21:55:12.758] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff +[LOG 21:55:12.779] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [AlbedoM] BW +[LOG 21:55:12.845] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [AlbedoM] O +[LOG 21:55:12.918] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [Normal] BW +[LOG 21:55:12.991] Load(Texture): Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [Normal]O +[LOG 21:55:13.068] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW +[LOG 21:55:13.162] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_D +[LOG 21:55:13.211] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N +[LOG 21:55:13.246] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O +[LOG 21:55:13.291] Load(Texture): Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W +[LOG 21:55:13.350] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm +[LOG 21:55:13.379] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000 +[LOG 21:55:13.404] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001 +[LOG 21:55:13.425] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank +[LOG 21:55:13.449] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff +[LOG 21:55:13.463] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat +[LOG 21:55:13.470] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow +[LOG 21:55:13.508] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM +[LOG 21:55:13.534] Load(Texture): Squad/Parts/Misc/AsteroidDay/default +[LOG 21:55:13.555] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsDiffuse +[LOG 21:55:13.559] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsNormal +[LOG 21:55:13.561] Load(Texture): Squad/Parts/Misc/AsteroidDay/hecsSpecular +[LOG 21:55:13.569] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe +[LOG 21:55:13.590] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM +[LOG 21:55:13.618] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp +[LOG 21:55:13.621] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack +[LOG 21:55:13.681] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell +[LOG 21:55:13.696] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large +[LOG 21:55:13.723] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff +[LOG 21:55:13.747] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm +[LOG 21:55:13.775] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle +[LOG 21:55:13.797] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff +[LOG 21:55:13.824] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff +[LOG 21:55:13.849] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector +[LOG 21:55:13.856] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle +[LOG 21:55:13.874] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill +[LOG 21:55:13.895] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2 +[LOG 21:55:13.926] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff +[LOG 21:55:13.949] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal +[LOG 21:55:13.970] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff +[LOG 21:55:14.013] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish +[LOG 21:55:14.059] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n +[LOG 21:55:14.081] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff +[LOG 21:55:14.088] Load(Texture): Squad/Parts/Science/GooExperiment/GooExperiment +[LOG 21:55:14.113] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab +[LOG 21:55:14.174] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab_glow +[LOG 21:55:14.213] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window +[LOG 21:55:14.216] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small +[LOG 21:55:14.245] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit +[LOG 21:55:14.275] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm +[LOG 21:55:14.299] Load(Texture): Squad/Parts/Science/MaterialBay/wires +[LOG 21:55:14.335] Load(Texture): Squad/Parts/Science/ScienceBox/Container +[LOG 21:55:14.349] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000 +[LOG 21:55:14.373] Load(Texture): Squad/Parts/Science/sensorBarometer/model000 +[LOG 21:55:14.391] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000 +[LOG 21:55:14.414] Load(Texture): Squad/Parts/Science/sensorThermometer/model000 +[LOG 21:55:14.433] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_diffuse +[LOG 21:55:14.471] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_diffuse_O +[LOG 21:55:14.508] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_normal +[LOG 21:55:14.537] Load(Texture): Squad/Parts/Structural/FLAdapters/Assets/FLA-Adapters_normal_O +[LOG 21:55:14.578] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural +[LOG 21:55:14.630] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat +[LOG 21:55:14.678] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm +[LOG 21:55:14.727] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm +[LOG 21:55:14.770] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm +[LOG 21:55:14.799] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm +[LOG 21:55:14.828] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_BW_Diffuse +[LOG 21:55:14.906] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_DUMMY_NRM +[LOG 21:55:14.916] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_O_Diffuse +[LOG 21:55:15.030] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_W_Diffuse +[LOG 21:55:15.107] Load(Texture): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_W_NRM +[LOG 21:55:15.165] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse +[LOG 21:55:15.202] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse_Dark +[LOG 21:55:15.242] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_diffuse_Orange +[LOG 21:55:15.274] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_normal +[LOG 21:55:15.312] Load(Texture): Squad/Parts/Structural/stackAdapters/Assets/stackAdapters_normal_Orange +[LOG 21:55:15.373] Load(Texture): Squad/Parts/Structural/stationHub/model000 +[LOG 21:55:15.403] Load(Texture): Squad/Parts/Structural/stationHub/model001 +[LOG 21:55:15.440] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000 +[LOG 21:55:15.451] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000 +[LOG 21:55:15.471] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000 +[LOG 21:55:15.486] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000 +[LOG 21:55:15.506] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000 +[LOG 21:55:15.526] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001 +[LOG 21:55:15.569] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000 +[LOG 21:55:15.590] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001 +[LOG 21:55:15.639] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons +[LOG 21:55:15.664] Load(Texture): Squad/Parts/Structural/strutCubicOcto/cubestrut +[LOG 21:55:15.689] Load(Texture): Squad/Parts/Structural/strutOcto/model000 +[LOG 21:55:15.700] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000 +[LOG 21:55:15.720] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001 +[LOG 21:55:15.747] Load(Texture): Squad/Parts/Structural/trussGirderL/model000 +[LOG 21:55:15.769] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000 +[LOG 21:55:15.781] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator +[LOG 21:55:15.836] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM +[LOG 21:55:15.873] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel +[LOG 21:55:15.885] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM +[LOG 21:55:15.951] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array +[LOG 21:55:15.961] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff +[LOG 21:55:15.986] Load(Texture): Squad/Parts/Utility/commDish88-88/model000 +[LOG 21:55:16.007] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna +[LOG 21:55:16.041] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit +[LOG 21:55:16.068] Load(Texture): Squad/Parts/Utility/commsDish16/model000 +[LOG 21:55:16.079] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000 +[LOG 21:55:16.102] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000 +[LOG 21:55:16.123] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001 +[LOG 21:55:16.135] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000 +[LOG 21:55:16.150] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000 +[LOG 21:55:16.184] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001 +[LOG 21:55:16.228] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000 +[LOG 21:55:16.249] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000 +[LOG 21:55:16.277] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000 +[LOG 21:55:16.305] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001 +[LOG 21:55:16.327] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000 +[LOG 21:55:16.345] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001 +[LOG 21:55:16.385] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000 +[LOG 21:55:16.400] Load(Texture): Squad/Parts/Utility/DirectAntennas/MiniAntenna +[LOG 21:55:16.418] Load(Texture): Squad/Parts/Utility/dockingPort/model000 +[LOG 21:55:16.424] Load(Texture): Squad/Parts/Utility/dockingPort/model001 +[LOG 21:55:16.445] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000 +[LOG 21:55:16.485] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001 +[LOG 21:55:16.505] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002 +[LOG 21:55:16.522] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000 +[LOG 21:55:16.539] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001 +[LOG 21:55:16.552] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000 +[LOG 21:55:16.570] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001 +[LOG 21:55:16.604] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002 +[LOG 21:55:16.643] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000 +[LOG 21:55:16.662] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001 +[LOG 21:55:16.688] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse +[LOG 21:55:16.711] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window +[LOG 21:55:16.715] Load(Texture): Squad/Parts/Utility/ladderRadial/model000 +[LOG 21:55:16.725] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000 +[LOG 21:55:16.764] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001 +[LOG 21:55:16.793] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002 +[LOG 21:55:16.819] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000 +[LOG 21:55:16.842] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001 +[LOG 21:55:16.874] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff +[LOG 21:55:16.902] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg +[LOG 21:55:16.919] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg +[LOG 21:55:16.941] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000 +[LOG 21:55:16.947] Load(Texture): Squad/Parts/Utility/launchClamp1/model000 +[LOG 21:55:16.960] Load(Texture): Squad/Parts/Utility/launchClamp1/model001 +[LOG 21:55:16.980] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse +[LOG 21:55:17.011] Load(Texture): Squad/Parts/Utility/linearRCS/rcs +[LOG 21:55:17.024] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay +[LOG 21:55:17.045] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin +[LOG 21:55:17.051] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM +[LOG 21:55:17.068] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort +[LOG 21:55:17.090] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay +[LOG 21:55:17.120] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000 +[LOG 21:55:17.150] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001 +[LOG 21:55:17.189] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000 +[LOG 21:55:17.213] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001 +[LOG 21:55:17.230] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000 +[LOG 21:55:17.251] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001 +[LOG 21:55:17.261] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000 +[LOG 21:55:17.283] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001 +[LOG 21:55:17.313] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000 +[LOG 21:55:17.359] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001 +[LOG 21:55:17.394] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000 +[LOG 21:55:17.449] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001 +[LOG 21:55:17.477] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/rcs +[LOG 21:55:17.515] Load(Texture): Squad/Parts/Utility/RelayAntennas/DishAntenna +[LOG 21:55:17.527] Load(Texture): Squad/Parts/Utility/RelayAntennas/MiniAntenna +[LOG 21:55:17.564] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse +[LOG 21:55:17.592] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_O +[LOG 21:55:17.621] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_diffuse_W +[LOG 21:55:17.651] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal +[LOG 21:55:17.678] Load(Texture): Squad/Parts/Utility/rockomaxAdapters/Assets/Rockomax_Adapters_normal_O +[LOG 21:55:17.710] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay +[LOG 21:55:17.720] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM +[LOG 21:55:17.744] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1 +[LOG 21:55:17.762] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1_em +[LOG 21:55:17.780] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2 +[LOG 21:55:17.806] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2_em +[LOG 21:55:17.819] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000 +[LOG 21:55:17.843] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse +[LOG 21:55:17.932] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Dark +[LOG 21:55:18.040] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplersDiffuse_Orange +[LOG 21:55:18.075] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_NRM +[LOG 21:55:18.111] Load(Texture): Squad/Parts/Utility/stackCouplers/Assets/stackCouplers_Orange_NRM +[LOG 21:55:18.140] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000 +[LOG 21:55:18.161] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare +[LOG 21:55:18.182] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear +[LOG 21:55:18.249] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive +[LOG 21:55:18.271] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000 +[LOG 21:55:18.296] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1 +[LOG 21:55:18.314] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000 +[LOG 21:55:18.342] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001 +[LOG 21:55:18.368] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2 +[LOG 21:55:18.391] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n +[LOG 21:55:18.481] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff +[LOG 21:55:18.594] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal +[LOG 21:55:18.632] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff +[LOG 21:55:18.664] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal +[LOG 21:55:18.692] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount +[LOG 21:55:18.725] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n +[LOG 21:55:18.753] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel +[LOG 21:55:18.772] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n +[LOG 21:55:18.826] Load(Texture): Squad/Props/AltimeterThreeHands/model000 +[LOG 21:55:18.871] Load(Texture): Squad/Props/AltimeterThreeHands/model001 +[LOG 21:55:18.900] Load(Texture): Squad/Props/AtmosphereDepth/model000 +[LOG 21:55:18.920] Load(Texture): Squad/Props/AtmosphereDepth/model001 +[LOG 21:55:18.938] Load(Texture): Squad/Props/AxisIndicator/model000 +[LOG 21:55:18.961] Load(Texture): Squad/Props/buttonsGeneric/ButtonsAndSwitches +[LOG 21:55:18.979] Load(Texture): Squad/Props/ButtonSquare/model000 +[LOG 21:55:18.993] Load(Texture): Squad/Props/circularButton/model000 +[LOG 21:55:19.011] Load(Texture): Squad/Props/Compass/model000 +[LOG 21:55:19.035] Load(Texture): Squad/Props/directionalKnob/model000 +[LOG 21:55:19.061] Load(Texture): Squad/Props/directionalKnob2/model000 +[LOG 21:55:19.077] Load(Texture): Squad/Props/IndicatorPanel/model000 +[LOG 21:55:19.100] Load(Texture): Squad/Props/IndicatorPanel/model001 +[LOG 21:55:19.128] Load(Texture): Squad/Props/IVANavBall/Arrows8dir +[LOG 21:55:19.149] Load(Texture): Squad/Props/IVANavBall/IVANavBall +[LOG 21:55:19.175] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow +[LOG 21:55:19.195] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors +[LOG 21:55:19.218] Load(Texture): Squad/Props/IVANavBall/navball2 +[LOG 21:55:19.244] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA +[LOG 21:55:19.262] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA +[LOG 21:55:19.274] Load(Texture): Squad/Props/IVANavBallNoBase/Arrows8dir +[LOG 21:55:19.292] Load(Texture): Squad/Props/IVANavBallNoBase/IVANavBall +[LOG 21:55:19.311] Load(Texture): Squad/Props/IVANavBallNoBase/ManeuverNode_vectors +[LOG 21:55:19.315] Load(Texture): Squad/Props/IVANavBallNoBase/navball2 +[LOG 21:55:19.325] Load(Texture): Squad/Props/IVANavBallNoBase/navBall_DV_IVA +[LOG 21:55:19.330] Load(Texture): Squad/Props/IVANavBallNoBase/navBall_vectors_IVA +[LOG 21:55:19.353] Load(Texture): Squad/Props/ledPanelSpeed/circularButton +[LOG 21:55:19.371] Load(Texture): Squad/Props/ledPanelSpeed/ledPanel +[LOG 21:55:19.388] Load(Texture): Squad/Props/Monitor/Emissives +[LOG 21:55:19.408] Load(Texture): Squad/Props/Monitor/Emissives_glow +[LOG 21:55:19.431] Load(Texture): Squad/Props/Monitor/Monitor +[LOG 21:55:19.459] Load(Texture): Squad/Props/NavBall/GaugeGee +[LOG 21:55:19.481] Load(Texture): Squad/Props/NavBall/GaugeThrottle +[LOG 21:55:19.506] Load(Texture): Squad/Props/NavBall/model000 +[LOG 21:55:19.535] Load(Texture): Squad/Props/NavBall/model001 +[LOG 21:55:19.551] Load(Texture): Squad/Props/NavBall/model002 +[LOG 21:55:19.575] Load(Texture): Squad/Props/NavBall/model003 +[LOG 21:55:19.595] Load(Texture): Squad/Props/PropsGeneric/propsGeneric +[LOG 21:55:19.621] Load(Texture): Squad/Props/pullSwitch/model000 +[LOG 21:55:19.639] Load(Texture): Squad/Props/pullSwitch/model001 +[LOG 21:55:19.645] Load(Texture): Squad/Props/radarAltitude/model000 +[LOG 21:55:19.680] Load(Texture): Squad/Props/squareButton/model000 +[LOG 21:55:19.688] Load(Texture): Squad/Props/standingSwitch/model000 +[LOG 21:55:19.706] Load(Texture): Squad/Props/standingSwitch/model001 +[LOG 21:55:19.727] Load(Texture): Squad/Props/switch/model000 +[LOG 21:55:19.733] Load(Texture): Squad/Props/switchGuard/model000 +[LOG 21:55:19.753] Load(Texture): Squad/Props/switchWithGuards/model000 +[LOG 21:55:19.777] Load(Texture): Squad/Props/switchWithGuards/model001 +[LOG 21:55:19.794] Load(Texture): Squad/Props/switchWithGuards/model002 +[LOG 21:55:19.808] Load(Texture): Squad/Props/throttle/model000 +[LOG 21:55:19.827] Load(Texture): Squad/Props/throttle/model001 +[LOG 21:55:19.855] Load(Texture): Squad/Props/VSI/model000 +[LOG 21:55:19.898] Load(Texture): Squad/Spaces/crewCabinInternals/model000 +[LOG 21:55:19.919] Load(Texture): Squad/Spaces/crewCabinInternals/model001 +[LOG 21:55:19.963] Load(Texture): Squad/Spaces/crewCabinInternals/model002 +[LOG 21:55:19.984] Load(Texture): Squad/Spaces/crewCabinInternals/model003 +[LOG 21:55:20.015] Load(Texture): Squad/Spaces/crewCabinInternals/model004 +[LOG 21:55:20.018] Load(Texture): Squad/Spaces/crewCabinInternals/model005 +[LOG 21:55:20.049] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff +[LOG 21:55:20.129] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal +[LOG 21:55:20.212] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha +[LOG 21:55:20.261] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat +[LOG 21:55:20.295] Load(Texture): Squad/Spaces/GenericSpace1/model000 +[LOG 21:55:20.321] Load(Texture): Squad/Spaces/GenericSpace1/model001 +[LOG 21:55:20.359] Load(Texture): Squad/Spaces/GenericSpace1/model002 +[LOG 21:55:20.388] Load(Texture): Squad/Spaces/GenericSpace1/model003 +[LOG 21:55:20.413] Load(Texture): Squad/Spaces/GenericSpace1/model004 +[LOG 21:55:20.441] Load(Texture): Squad/Spaces/GenericSpace1/model005 +[LOG 21:55:20.471] Load(Texture): Squad/Spaces/GenericSpace3/model000 +[LOG 21:55:20.506] Load(Texture): Squad/Spaces/GenericSpace3/model001 +[LOG 21:55:20.540] Load(Texture): Squad/Spaces/GenericSpace3/model002 +[LOG 21:55:20.576] Load(Texture): Squad/Spaces/GenericSpace3/model003 +[LOG 21:55:20.620] Load(Texture): Squad/Spaces/GenericSpace3/model004 +[LOG 21:55:20.649] Load(Texture): Squad/Spaces/GenericSpace3/model005 +[LOG 21:55:20.707] Load(Texture): Squad/Spaces/GenericSpace3/model006 +[LOG 21:55:20.731] Load(Texture): Squad/Spaces/GenericSpace3/model007 +[LOG 21:55:20.756] Load(Texture): Squad/Spaces/landerCabinInternals/model000 +[LOG 21:55:20.780] Load(Texture): Squad/Spaces/landerCabinInternals/model001 +[LOG 21:55:20.807] Load(Texture): Squad/Spaces/landerCabinInternals/model002 +[LOG 21:55:20.830] Load(Texture): Squad/Spaces/landerCabinInternals/model003 +[LOG 21:55:20.861] Load(Texture): Squad/Spaces/landerCabinInternals/model004 +[LOG 21:55:20.892] Load(Texture): Squad/Spaces/landerCabinInternals/model005 +[LOG 21:55:20.922] Load(Texture): Squad/Spaces/landerCabinInternals/model006 +[LOG 21:55:20.948] Load(Texture): Squad/Spaces/landerCabinInternals/model007 +[LOG 21:55:20.951] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff +[LOG 21:55:21.022] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal +[LOG 21:55:21.110] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha +[LOG 21:55:21.157] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat +[LOG 21:55:21.185] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass +[LOG 21:55:21.212] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int +[LOG 21:55:21.267] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM +[LOG 21:55:21.295] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaProps_Diffuse +[LOG 21:55:21.354] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaProps_Normal +[LOG 21:55:21.430] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Diffuse +[LOG 21:55:21.486] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Emissive +[LOG 21:55:21.550] Load(Texture): Squad/Spaces/Mk1-3/Mk1_3_IvaShell_Normal +[LOG 21:55:21.609] Load(Texture): Squad/Spaces/Mk1-3/pilot Seat +[LOG 21:55:21.636] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap +[LOG 21:55:21.658] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric +[LOG 21:55:21.671] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM +[LOG 21:55:21.689] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric +[LOG 21:55:21.701] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM +[LOG 21:55:21.717] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP +[LOG 21:55:21.752] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows +[LOG 21:55:21.772] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy +[LOG 21:55:21.789] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric +[LOG 21:55:21.809] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM +[LOG 21:55:21.813] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap +[LOG 21:55:21.831] Load(Texture): Squad/Spaces/mk1PodCockpit/model000 +[LOG 21:55:21.878] Load(Texture): Squad/Spaces/mk1PodCockpit/model001 +[LOG 21:55:21.912] Load(Texture): Squad/Spaces/mk1PodCockpit/model002 +[LOG 21:55:21.950] Load(Texture): Squad/Spaces/mk1PodCockpit/model003 +[LOG 21:55:21.985] Load(Texture): Squad/Spaces/mk1PodCockpit/model004 +[LOG 21:55:22.019] Load(Texture): Squad/Spaces/mk1PodCockpit/model005 +[LOG 21:55:22.046] Load(Texture): Squad/Spaces/mk1PodCockpit/model006 +[LOG 21:55:22.069] Load(Texture): Squad/Spaces/mk1PodCockpit/model007 +[LOG 21:55:22.072] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_diffuse +[LOG 21:55:22.132] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_emissive +[LOG 21:55:22.166] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_props_normal +[LOG 21:55:22.229] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_shell_diffuse +[LOG 21:55:22.316] Load(Texture): Squad/Spaces/mk1pod_IVA/mk1pod_iva_shell_normal +[LOG 21:55:22.387] Load(Texture): Squad/Spaces/mk1pod_IVA/pilot Seat +[LOG 21:55:22.509] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA +[LOG 21:55:22.531] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA +[LOG 21:55:22.560] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat +[LOG 21:55:22.567] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows +[LOG 21:55:22.580] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA +[LOG 21:55:22.597] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass +[LOG 21:55:22.631] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA +[LOG 21:55:22.658] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat +[LOG 21:55:22.665] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric +[LOG 21:55:22.692] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM +[LOG 21:55:22.719] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap +[LOG 21:55:22.737] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric +[LOG 21:55:22.766] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_props_diffuse +[LOG 21:55:22.828] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_props_normal +[LOG 21:55:22.904] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_shell_diffuse +[LOG 21:55:22.964] Load(Texture): Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_shell_normal +[LOG 21:55:23.060] Load(Texture): Squad/Spaces/mk2LanderCanInternal/pilot Seat +[LOG 21:55:23.171] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass +[LOG 21:55:23.202] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA +[LOG 21:55:23.224] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass +[LOG 21:55:23.250] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC +[LOG 21:55:23.270] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA +[LOG 21:55:23.298] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int +[LOG 21:55:23.328] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n +[LOG 21:55:23.348] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat +[LOG 21:55:23.372] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA +[LOG 21:55:23.375] Load(Texture): Squad/Spaces/PodCockpit/model000 +[LOG 21:55:23.407] Load(Texture): Squad/Spaces/PodCockpit/model001 +[LOG 21:55:23.454] Load(Texture): Squad/Spaces/PodCockpit/model002 +[LOG 21:55:23.476] Load(Texture): Squad/Spaces/PodCockpit/model003 +[LOG 21:55:23.512] Load(Texture): Squad/Spaces/PodCockpit/model004 +[LOG 21:55:23.543] Load(Texture): Squad/Spaces/PodCockpit/model005 +[LOG 21:55:23.572] Load(Texture): Squad/Spaces/PodCockpit/model006 +[LOG 21:55:23.579] Load(Texture): Squad/Spaces/PodCockpit/model007 +[LOG 21:55:23.598] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric +[LOG 21:55:23.619] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM +[LOG 21:55:23.656] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations +[LOG 21:55:23.676] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign +[LOG 21:55:23.687] Load(Texture): Squad/Strategies/Icons/BailOutGrant +[LOG 21:55:23.694] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign +[LOG 21:55:23.705] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative +[LOG 21:55:23.716] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram +[LOG 21:55:23.730] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch +[LOG 21:55:23.746] Load(Texture): Squad/Strategies/Icons/PatentsLicensing +[LOG 21:55:23.750] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting +[LOG 21:55:23.769] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut +[LOG 21:55:23.785] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram +[LOG 21:55:23.800] Load(Texture): Squad/Tutorials/ChuteColors +[LOG 21:55:23.812] Load(Texture): Squad/Tutorials/EditorCoM +[LOG 21:55:23.818] Load(Texture): Squad/Tutorials/EditorSnap +[LOG 21:55:23.839] Load(Texture): Squad/Tutorials/EditorSnap4x +[LOG 21:55:23.860] Load(Texture): Squad/Tutorials/EditorSymm +[LOG 21:55:23.874] Load(Texture): Squad/Tutorials/StagingStack +[LOG 21:55:23.883] Load(Texture): Squad/Tutorials/YPRDiagram +[WRN 21:55:23.886] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\Tutorials\YPRDiagram.png' - consider changing the image's width and height to enable compression +[LOG 21:55:23.887] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/default +[LOG 21:55:23.899] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/fail01 +[LOG 21:55:23.922] Load(Texture): SquadExpansion/MakingHistory/Banners/Fail/fail02 +[LOG 21:55:23.949] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/default +[WRN 21:55:23.966] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:23.967] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_01 +[WRN 21:55:23.989] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_01.png' - consider changing the image's width and height to enable compression +[LOG 21:55:23.990] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_02 +[WRN 21:55:24.012] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_02.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.013] Load(Texture): SquadExpansion/MakingHistory/Banners/Menu/MBanner_03 +[WRN 21:55:24.021] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Banners\Menu\MBanner_03.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.022] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/default +[LOG 21:55:24.036] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/success01 +[LOG 21:55:24.049] Load(Texture): SquadExpansion/MakingHistory/Banners/Success/success02 +[LOG 21:55:24.063] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Fail/fail01 +[LOG 21:55:24.076] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Menu/Mun +[WRN 21:55:24.088] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Acapello 13\Banners\Menu\Mun.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.089] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 13/Banners/Success/success01 +[LOG 21:55:24.103] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Fail/default +[LOG 21:55:24.117] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Fail/fail02 +[LOG 21:55:24.130] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Menu/default +[WRN 21:55:24.138] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Acapello 15\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.139] Load(Texture): SquadExpansion/MakingHistory/Missions/Acapello 15/Banners/Success/default +[LOG 21:55:24.154] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Fail/fail01 +[LOG 21:55:24.166] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Menu/default +[WRN 21:55:24.189] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Blue Mun\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.190] Load(Texture): SquadExpansion/MakingHistory/Missions/Blue Mun/Banners/Success/success02 +[LOG 21:55:24.205] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Fail/default +[LOG 21:55:24.218] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Menu/default +[WRN 21:55:24.225] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Dawn of the Space Age\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.225] Load(Texture): SquadExpansion/MakingHistory/Missions/Dawn of the Space Age/Banners/Success/default +[LOG 21:55:24.239] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Fail/default +[LOG 21:55:24.254] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Fail/fail01 +[LOG 21:55:24.267] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Menu/default +[WRN 21:55:24.279] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Meet Me in Zero G\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.280] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Success/default +[LOG 21:55:24.294] Load(Texture): SquadExpansion/MakingHistory/Missions/Meet Me in Zero G/Banners/Success/success02 +[LOG 21:55:24.308] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Fail/default +[LOG 21:55:24.331] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Fail/fail02 +[LOG 21:55:24.354] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Menu/default +[WRN 21:55:24.364] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Munar 1\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.365] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Success/default +[LOG 21:55:24.379] Load(Texture): SquadExpansion/MakingHistory/Missions/Munar 1/Banners/Success/success01 +[LOG 21:55:24.391] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Fail/default +[LOG 21:55:24.406] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Fail/fail01 +[LOG 21:55:24.430] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Menu/bannerSatellite +[LOG 21:55:24.455] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Success/default +[LOG 21:55:24.470] Load(Texture): SquadExpansion/MakingHistory/Missions/Sally-Hut 1/Banners/Success/success02 +[LOG 21:55:24.484] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Fail/fail02 +[LOG 21:55:24.497] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Menu/MissionBannerKerbin +[WRN 21:55:24.504] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\To the Mun Via Minmus\Banners\Menu\MissionBannerKerbin.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.505] Load(Texture): SquadExpansion/MakingHistory/Missions/To the Mun Via Minmus/Banners/Success/success01 +[LOG 21:55:24.519] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Fail/fail01 +[LOG 21:55:24.532] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Menu/default +[WRN 21:55:24.538] Texture resolution is not valid for compression: 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\Missions\Trouble in the Void\Banners\Menu\default.png' - consider changing the image's width and height to enable compression +[LOG 21:55:24.539] Load(Texture): SquadExpansion/MakingHistory/Missions/Trouble in the Void/Banners/Success/success02 +[LOG 21:55:24.554] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Fail/fail02 +[LOG 21:55:24.568] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Menu/bannerSatellite +[LOG 21:55:24.580] Load(Texture): SquadExpansion/MakingHistory/Missions/Ziggy Kerman and the Spiders from Duna/Banners/Success/success01 +[LOG 21:55:24.592] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/airlock +[LOG 21:55:24.633] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/airlock_N +[LOG 21:55:24.640] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/EnginePlate +[LOG 21:55:24.659] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler_grey +[LOG 21:55:24.684] Load(Texture): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler_orange +[LOG 21:55:24.709] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1 +[LOG 21:55:24.746] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1_BASE +[LOG 21:55:24.769] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T87 +[LOG 21:55:24.804] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T91 +[LOG 21:55:24.840] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-I2 +[LOG 21:55:24.893] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10 +[LOG 21:55:24.932] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10_N +[LOG 21:55:24.961] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7 +[LOG 21:55:24.996] Load(Texture): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7_N +[LOG 21:55:25.003] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02 +[LOG 21:55:25.035] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT01 +[LOG 21:55:25.083] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT02 +[LOG 21:55:25.113] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_02_ALT02_normal +[LOG 21:55:25.137] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono +[LOG 21:55:25.169] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono_2 +[LOG 21:55:25.188] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1p5_mono_N +[LOG 21:55:25.240] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters +[LOG 21:55:25.273] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT01 +[LOG 21:55:25.320] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT02 +[LOG 21:55:25.349] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_ALT02nm +[LOG 21:55:25.377] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_TankAdapters_N +[LOG 21:55:25.409] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks +[LOG 21:55:25.462] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_ALT02 +[LOG 21:55:25.489] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_ALT02_nm +[LOG 21:55:25.509] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tanks_grey +[LOG 21:55:25.566] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tanks +[LOG 21:55:25.649] Load(Texture): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tanks_N +[LOG 21:55:25.720] Load(Texture): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheel +[LOG 21:55:25.758] Load(Texture): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheelG +[LOG 21:55:25.764] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceBay +[LOG 21:55:25.788] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceBay_n +[LOG 21:55:25.809] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_diffuse +[LOG 21:55:25.895] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_NRM +[LOG 21:55:26.910] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM18_specular +[LOG 21:55:26.991] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM25_diffuse +[LOG 21:55:27.014] Load(Texture): SquadExpansion/MakingHistory/Parts/Payload/Assets/SM25_normals +[LOG 21:55:27.043] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV1 +[LOG 21:55:27.066] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV1_GLOW +[LOG 21:55:27.104] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV2 +[LOG 21:55:27.143] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/KV3 +[LOG 21:55:27.178] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod +[LOG 21:55:27.203] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod_GLOW +[LOG 21:55:27.230] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod_n +[LOG 21:55:27.268] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander +[LOG 21:55:27.314] Load(Texture): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander_GLOW +[LOG 21:55:27.328] Load(Texture): SquadExpansion/MakingHistory/Parts/SharedAssets/Shrouds +[LOG 21:55:27.359] Load(Texture): SquadExpansion/MakingHistory/Parts/SharedAssets/Shrouds_N +[LOG 21:55:27.366] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/NormalMap +[LOG 21:55:27.420] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels +[LOG 21:55:27.473] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Dark_D +[LOG 21:55:27.533] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_D +[LOG 21:55:27.586] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_NRM +[LOG 21:55:28.199] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Gold_S +[LOG 21:55:28.248] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Silver_D +[LOG 21:55:28.310] Load(Texture): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panels_Silver_S +[LOG 21:55:28.348] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/airlock +[LOG 21:55:28.373] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/airlock_N +[LOG 21:55:28.390] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Props_Diffuse +[LOG 21:55:28.450] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Props_Normal +[LOG 21:55:28.525] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Diffuse +[LOG 21:55:28.610] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Emissive +[LOG 21:55:28.649] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Shell_Normal +[LOG 21:55:28.699] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Vzor_Diffuse +[LOG 21:55:28.708] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Diffuse +[LOG 21:55:28.754] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Emissive +[LOG 21:55:28.798] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Props_Normal +[LOG 21:55:28.881] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Shell_Diffuse +[LOG 21:55:28.957] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Shell_Normal +[LOG 21:55:29.027] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Props_Diffuse +[LOG 21:55:29.097] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Props_Normal +[LOG 21:55:29.153] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Shell_Diffuse +[LOG 21:55:29.202] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Shell_Normal +[LOG 21:55:29.260] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/motor +[LOG 21:55:29.313] Load(Texture): SquadExpansion/MakingHistory/Spaces/KVPods/pilot Seat +[LOG 21:55:29.364] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_AO +[LOG 21:55:29.415] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_EMISSIVE +[LOG 21:55:29.495] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PANELS_NORMAL +[LOG 21:55:29.567] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/pilot Seat +[LOG 21:55:29.590] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/propsGeneric +[LOG 21:55:29.616] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_AO +[LOG 21:55:29.666] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_EMISSIVE +[LOG 21:55:29.680] Load(Texture): SquadExpansion/MakingHistory/Spaces/MEM/PROPS_NORMAL +[LOG 21:55:29.733] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/DIfuse_controlboard +[LOG 21:55:29.809] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Normal_controlbard +[LOG 21:55:29.858] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Outershell_Base_Color +[LOG 21:55:29.911] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/Outershell_Normal +[LOG 21:55:30.005] Load(Texture): SquadExpansion/MakingHistory/Spaces/Mk2Pod/pilot Seat +[LOG 21:55:30.033] Load(Model): Squad/FX/afterburner_flame +[LOG 21:55:30.055] Load(Model): Squad/FX/afterburner_shock +[LOG 21:55:30.067] Load(Model): Squad/FX/diamondBlue +[LOG 21:55:30.081] Load(Model): Squad/FX/exhaustFlames_blue +[LOG 21:55:30.089] Load(Model): Squad/FX/hydroLOXFlame +[LOG 21:55:30.111] Load(Model): Squad/FX/IonPlume +[LOG 21:55:30.120] Load(Model): Squad/FX/ks1_Exhaust +[LOG 21:55:30.127] Load(Model): Squad/FX/ks25_Exhaust +[LOG 21:55:30.131] Load(Model): Squad/FX/ksX_Exhaust +[LOG 21:55:30.139] Load(Model): Squad/FX/LES_Thruster +[LOG 21:55:30.144] Load(Model): Squad/FX/Monoprop_big +[LOG 21:55:30.166] Load(Model): Squad/FX/Monoprop_medium +[LOG 21:55:30.173] Load(Model): Squad/FX/Monoprop_small +[LOG 21:55:30.180] Load(Model): Squad/FX/shockExhaust_blue +[LOG 21:55:30.187] Load(Model): Squad/FX/shockExhaust_blue_small +[LOG 21:55:30.201] Load(Model): Squad/FX/shockExhaust_red_small +[LOG 21:55:30.217] Load(Model): Squad/FX/SRB_Large +[LOG 21:55:30.221] Load(Model): Squad/FX/SRB_LargeSparks +[LOG 21:55:30.228] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone +[LOG 21:55:30.246] Load(Model): Squad/Parts/Aero/airbrake/Airbrake +[LOG 21:55:30.259] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake +[LOG 21:55:30.286] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface +[LOG 21:55:30.295] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing +[LOG 21:55:30.306] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin +[LOG 21:55:30.321] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard +[LOG 21:55:30.328] Load(Model): Squad/Parts/Aero/airplaneFins/Canard +[LOG 21:55:30.336] Load(Model): Squad/Parts/Aero/airplaneFins/Swept +[LOG 21:55:30.343] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin +[LOG 21:55:30.352] Load(Model): Squad/Parts/Aero/basicFin/basicFin +[LOG 21:55:30.360] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake +[LOG 21:55:30.375] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake +[LOG 21:55:30.386] Load(Model): Squad/Parts/Aero/cones/AvioCone +[LOG 21:55:30.393] Load(Model): Squad/Parts/Aero/cones/ConeA +[LOG 21:55:30.403] Load(Model): Squad/Parts/Aero/cones/ConeB +[LOG 21:55:30.411] Load(Model): Squad/Parts/Aero/cones/NCS +[LOG 21:55:30.420] Load(Model): Squad/Parts/Aero/cones/TailA +[LOG 21:55:30.429] Load(Model): Squad/Parts/Aero/cones/TailB +[LOG 21:55:30.438] Load(Model): Squad/Parts/Aero/cones/TinyCone +[LOG 21:55:30.446] Load(Model): Squad/Parts/Aero/fairings/AutoTruss +[LOG 21:55:30.468] Load(Model): Squad/Parts/Aero/fairings/fairingSize1 +[LOG 21:55:30.481] Load(Model): Squad/Parts/Aero/fairings/fairingSize2 +[LOG 21:55:30.490] Load(Model): Squad/Parts/Aero/fairings/fairingSize3 +[LOG 21:55:30.501] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield0 +[LOG 21:55:30.510] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1 +[LOG 21:55:30.522] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2 +[LOG 21:55:30.534] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3 +[LOG 21:55:30.546] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield +[LOG 21:55:30.575] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial +[LOG 21:55:30.584] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake +[LOG 21:55:30.593] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model +[LOG 21:55:30.603] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7_v2/rocketNoseCone_v2 +[LOG 21:55:30.612] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake +[LOG 21:55:30.621] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing +[LOG 21:55:30.628] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA +[LOG 21:55:30.636] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB +[LOG 21:55:30.643] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder +[LOG 21:55:30.651] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake +[LOG 21:55:30.658] Load(Model): Squad/Parts/Aero/wingletAV-R8/model +[LOG 21:55:30.668] Load(Model): Squad/Parts/Aero/wingletAV-T1/model +[LOG 21:55:30.710] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model +[LOG 21:55:30.722] Load(Model): Squad/Parts/Aero/wings/connector1 +[LOG 21:55:30.726] Load(Model): Squad/Parts/Aero/wings/connector2 +[LOG 21:55:30.735] Load(Model): Squad/Parts/Aero/wings/connector3 +[LOG 21:55:30.742] Load(Model): Squad/Parts/Aero/wings/connector4 +[LOG 21:55:30.748] Load(Model): Squad/Parts/Aero/wings/connector5 +[LOG 21:55:30.752] Load(Model): Squad/Parts/Aero/wings/delta +[LOG 21:55:30.761] Load(Model): Squad/Parts/Aero/wings/delta_small +[LOG 21:55:30.769] Load(Model): Squad/Parts/Aero/wings/elevon1 +[LOG 21:55:30.773] Load(Model): Squad/Parts/Aero/wings/elevon2 +[LOG 21:55:30.790] Load(Model): Squad/Parts/Aero/wings/elevon3 +[LOG 21:55:30.799] Load(Model): Squad/Parts/Aero/wings/elevon4 +[LOG 21:55:30.803] Load(Model): Squad/Parts/Aero/wings/elevon5 +[LOG 21:55:30.818] Load(Model): Squad/Parts/Aero/wings/strake +[LOG 21:55:30.825] Load(Model): Squad/Parts/Aero/wings/structural1 +[LOG 21:55:30.829] Load(Model): Squad/Parts/Aero/wings/structural2 +[LOG 21:55:30.834] Load(Model): Squad/Parts/Aero/wings/structural3 +[LOG 21:55:30.849] Load(Model): Squad/Parts/Aero/wings/structural4 +[LOG 21:55:30.866] Load(Model): Squad/Parts/Aero/wings/swept1 +[LOG 21:55:30.874] Load(Model): Squad/Parts/Aero/wings/swept2 +[LOG 21:55:30.881] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model +[LOG 21:55:30.889] Load(Model): Squad/Parts/Command/cupola/model +[LOG 21:55:30.903] Load(Model): Squad/Parts/Command/externalCommandSeat/model +[LOG 21:55:30.923] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model +[LOG 21:55:30.938] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model +[LOG 21:55:30.945] Load(Model): Squad/Parts/Command/inlineReactionWheel/model +[LOG 21:55:30.955] Load(Model): Squad/Parts/Command/Mk1-2Pod/model +[LOG 21:55:30.967] Load(Model): Squad/Parts/Command/Mk1-3Pod/Mk1-3 +[LOG 21:55:30.985] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin +[LOG 21:55:30.993] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline +[LOG 21:55:31.004] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard +[LOG 21:55:31.019] Load(Model): Squad/Parts/Command/mk1LanderCan/model +[LOG 21:55:31.030] Load(Model): Squad/Parts/Command/mk1pod/model +[LOG 21:55:31.043] Load(Model): Squad/Parts/Command/mk1pod_v2/Mk1Pod_v2 +[LOG 21:55:31.053] Load(Model): Squad/Parts/Command/mk2CockpitInline/model +[LOG 21:55:31.065] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model +[LOG 21:55:31.075] Load(Model): Squad/Parts/Command/mk2DroneCore/model +[LOG 21:55:31.086] Load(Model): Squad/Parts/Command/mk2LanderCan/model +[LOG 21:55:31.101] Load(Model): Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan +[LOG 21:55:31.122] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model +[LOG 21:55:31.135] Load(Model): Squad/Parts/Command/probeCoreCube/probeCoreCube +[LOG 21:55:31.146] Load(Model): Squad/Parts/Command/probeCoreHex/model +[LOG 21:55:31.153] Load(Model): Squad/Parts/Command/probeCoreHex_v2/model +[LOG 21:55:31.161] Load(Model): Squad/Parts/Command/probeCoreOcto/model +[LOG 21:55:31.168] Load(Model): Squad/Parts/Command/probeCoreOcto2/model +[LOG 21:55:31.176] Load(Model): Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2 +[LOG 21:55:31.184] Load(Model): Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2 +[LOG 21:55:31.193] Load(Model): Squad/Parts/Command/probeRoverBody/model +[LOG 21:55:31.200] Load(Model): Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2 +[LOG 21:55:31.207] Load(Model): Squad/Parts/Command/probeStackLarge/model +[LOG 21:55:31.217] Load(Model): Squad/Parts/Command/probeStackSmall/model +[LOG 21:55:31.226] Load(Model): Squad/Parts/Command/probeStackSphere/model +[LOG 21:55:31.235] Load(Model): Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2 +[LOG 21:55:31.244] Load(Model): Squad/Parts/CompoundParts/FuelLine/model +[LOG 21:55:31.253] Load(Model): Squad/Parts/CompoundParts/strutConnector/model +[LOG 21:55:31.261] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_0 +[LOG 21:55:31.272] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_1 +[LOG 21:55:31.282] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_1p5 +[LOG 21:55:31.293] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_2 +[LOG 21:55:31.304] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_3 +[LOG 21:55:31.314] Load(Model): Squad/Parts/Coupling/Assets/Decoupler_4 +[LOG 21:55:31.325] Load(Model): Squad/Parts/Coupling/Assets/Separator_0 +[LOG 21:55:31.336] Load(Model): Squad/Parts/Coupling/Assets/Separator_1 +[LOG 21:55:31.346] Load(Model): Squad/Parts/Coupling/Assets/Separator_1p5 +[LOG 21:55:31.357] Load(Model): Squad/Parts/Coupling/Assets/Separator_2 +[LOG 21:55:31.368] Load(Model): Squad/Parts/Coupling/Assets/Separator_3 +[LOG 21:55:31.378] Load(Model): Squad/Parts/Coupling/Assets/Separator_4 +[LOG 21:55:31.390] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model +[LOG 21:55:31.399] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model +[LOG 21:55:31.408] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model +[LOG 21:55:31.419] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model +[LOG 21:55:31.427] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model +[LOG 21:55:31.436] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model +[LOG 21:55:31.442] Load(Model): Squad/Parts/Electrical/RTG/model +[LOG 21:55:31.450] Load(Model): Squad/Parts/Electrical/z-100Battery/model +[LOG 21:55:31.458] Load(Model): Squad/Parts/Electrical/z-1kBattery/model +[LOG 21:55:31.466] Load(Model): Squad/Parts/Electrical/z-200Battery/model +[LOG 21:55:31.473] Load(Model): Squad/Parts/Electrical/z-400Battery/model +[LOG 21:55:31.481] Load(Model): Squad/Parts/Electrical/z-4kBattery/model +[LOG 21:55:31.489] Load(Model): Squad/Parts/Engine/ionEngine/model +[LOG 21:55:31.499] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside +[LOG 21:55:31.509] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1 +[LOG 21:55:31.522] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2 +[LOG 21:55:31.539] Load(Model): Squad/Parts/Engine/jetEngines/turboJet +[LOG 21:55:31.550] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet +[LOG 21:55:31.565] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model +[LOG 21:55:31.574] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model +[LOG 21:55:31.585] Load(Model): Squad/Parts/Engine/liquidEngine48-7S_v2/SparkV2 +[LOG 21:55:31.605] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike +[LOG 21:55:31.616] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model +[LOG 21:55:31.624] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model +[LOG 21:55:31.631] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model +[LOG 21:55:31.643] Load(Model): Squad/Parts/Engine/liquidEngineLV-909_v2/TerrierV2 +[LOG 21:55:31.888] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model +[LOG 21:55:31.902] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model +[LOG 21:55:31.915] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model +[LOG 21:55:31.929] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model +[LOG 21:55:31.945] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud +[LOG 21:55:31.955] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model +[LOG 21:55:31.967] Load(Model): Squad/Parts/Engine/liquidEnginePoodle_v2/LqdEnginePoodle_v2 +[LOG 21:55:32.001] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model +[LOG 21:55:32.016] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME +[LOG 21:55:32.031] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB +[LOG 21:55:32.044] Load(Model): Squad/Parts/Engine/miniJet/SmallJet +[LOG 21:55:32.054] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel +[LOG 21:55:32.080] Load(Model): Squad/Parts/Engine/rapierEngine/rapier +[LOG 21:55:32.103] Load(Model): Squad/Parts/Engine/Size1_SRBs/SRB10 +[LOG 21:55:32.119] Load(Model): Squad/Parts/Engine/Size1_SRBs/SRB5 +[LOG 21:55:32.133] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB +[LOG 21:55:32.150] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine +[LOG 21:55:32.170] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster +[LOG 21:55:32.190] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model +[LOG 21:55:32.197] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model +[LOG 21:55:32.212] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5 +[LOG 21:55:32.226] Load(Model): Squad/Parts/Engine/solidBoosterSep/model +[LOG 21:55:32.233] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel +[LOG 21:55:32.242] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2 +[LOG 21:55:32.252] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2 +[LOG 21:55:32.261] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant +[LOG 21:55:32.269] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter +[LOG 21:55:32.281] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2 +[LOG 21:55:32.290] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1 +[LOG 21:55:32.298] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant +[LOG 21:55:32.306] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3 +[LOG 21:55:32.314] Load(Model): Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule +[LOG 21:55:32.324] Load(Model): Squad/Parts/FuelTank/FoilTanks/RadialTank_Round +[LOG 21:55:32.333] Load(Model): Squad/Parts/FuelTank/FoilTanks/ToroidTank +[LOG 21:55:32.345] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model +[LOG 21:55:32.357] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model +[LOG 21:55:32.364] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model +[LOG 21:55:32.377] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model +[LOG 21:55:32.387] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model +[LOG 21:55:32.398] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model +[LOG 21:55:32.408] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage +[LOG 21:55:32.415] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler +[LOG 21:55:32.425] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long +[LOG 21:55:32.433] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard +[LOG 21:55:32.442] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO +[LOG 21:55:32.450] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid +[LOG 21:55:32.458] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO +[LOG 21:55:32.465] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid +[LOG 21:55:32.473] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono +[LOG 21:55:32.481] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW +[LOG 21:55:32.491] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100 +[LOG 21:55:32.499] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25 +[LOG 21:55:32.505] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50 +[LOG 21:55:32.513] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100 +[LOG 21:55:32.520] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25 +[LOG 21:55:32.528] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50 +[LOG 21:55:32.535] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO +[LOG 21:55:32.542] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 +[LOG 21:55:32.560] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model +[LOG 21:55:32.569] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25 +[LOG 21:55:32.578] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model +[LOG 21:55:32.586] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model +[LOG 21:55:32.593] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax16 +[LOG 21:55:32.602] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax32 +[LOG 21:55:32.614] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax64 +[LOG 21:55:32.627] Load(Model): Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax8 +[LOG 21:55:32.637] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_01 +[LOG 21:55:32.647] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_02 +[LOG 21:55:32.656] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_03 +[LOG 21:55:32.666] Load(Model): Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_04 +[LOG 21:55:32.675] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank +[LOG 21:55:32.686] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank +[LOG 21:55:32.697] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank +[LOG 21:55:32.707] Load(Model): Squad/Parts/FuelTank/xenonTank/model +[LOG 21:55:32.716] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model +[LOG 21:55:32.732] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model +[LOG 21:55:32.739] Load(Model): Squad/Parts/Misc/AsteroidDay/CamSat +[LOG 21:55:32.749] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2 +[LOG 21:55:32.756] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna +[LOG 21:55:32.771] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar +[LOG 21:55:32.779] Load(Model): Squad/Parts/Misc/PotatoRoid/Cube +[LOG 21:55:32.790] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell +[LOG 21:55:32.797] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray +[LOG 21:55:32.813] Load(Model): Squad/Parts/Resources/ISRU/ISRU +[LOG 21:55:32.833] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank +[LOG 21:55:32.844] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill +[LOG 21:55:32.858] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU +[LOG 21:55:32.872] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner +[LOG 21:55:32.881] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill +[LOG 21:55:32.922] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank +[LOG 21:55:32.932] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank +[LOG 21:55:32.940] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner +[LOG 21:55:32.949] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner +[LOG 21:55:32.960] Load(Model): Squad/Parts/Science/AtmosphereSensor/model +[LOG 21:55:32.968] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment +[LOG 21:55:32.977] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab +[LOG 21:55:33.002] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small +[LOG 21:55:33.018] Load(Model): Squad/Parts/Science/ScienceBox/ScienceBox +[LOG 21:55:33.024] Load(Model): Squad/Parts/Science/sensorAccelerometer/model +[LOG 21:55:33.032] Load(Model): Squad/Parts/Science/sensorBarometer/model +[LOG 21:55:33.039] Load(Model): Squad/Parts/Science/sensorGravimeter/model +[LOG 21:55:33.043] Load(Model): Squad/Parts/Science/sensorThermometer/model +[LOG 21:55:33.049] Load(Model): Squad/Parts/Structural/FLAdapters/Assets/adapterSmallMiniShort_v2 +[LOG 21:55:33.058] Load(Model): Squad/Parts/Structural/FLAdapters/Assets/adapterSmallMiniTall_v2 +[LOG 21:55:33.068] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage +[LOG 21:55:33.075] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage +[LOG 21:55:33.085] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1 +[LOG 21:55:33.093] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2 +[LOG 21:55:33.105] Load(Model): Squad/Parts/Structural/mk1Parts/Structural +[LOG 21:55:33.112] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow +[LOG 21:55:33.120] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler +[LOG 21:55:33.130] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter +[LOG 21:55:33.140] Load(Model): Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2 +[LOG 21:55:33.151] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallBi +[LOG 21:55:33.161] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallQuad +[LOG 21:55:33.172] Load(Model): Squad/Parts/Structural/stackAdapters/Assets/adapterLargeSmallTri +[LOG 21:55:33.182] Load(Model): Squad/Parts/Structural/stationHub/model +[LOG 21:55:33.196] Load(Model): Squad/Parts/Structural/structuralIBeam200/model +[LOG 21:55:33.203] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model +[LOG 21:55:33.207] Load(Model): Squad/Parts/Structural/structuralIBeam650/model +[LOG 21:55:33.216] Load(Model): Squad/Parts/Structural/structuralMicronode/model +[LOG 21:55:33.223] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model +[LOG 21:55:33.231] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model +[LOG 21:55:33.240] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig +[LOG 21:55:33.249] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall +[LOG 21:55:33.258] Load(Model): Squad/Parts/Structural/strutCubicOcto/model +[LOG 21:55:33.265] Load(Model): Squad/Parts/Structural/strutOcto/model +[LOG 21:55:33.275] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model +[LOG 21:55:33.284] Load(Model): Squad/Parts/Structural/trussGirderL/model +[LOG 21:55:33.293] Load(Model): Squad/Parts/Structural/trussGirderXL/model +[LOG 21:55:33.305] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge +[LOG 21:55:33.344] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed +[LOG 21:55:33.363] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall +[LOG 21:55:33.380] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge +[LOG 21:55:33.384] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg +[LOG 21:55:33.393] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm +[LOG 21:55:33.402] Load(Model): Squad/Parts/Utility/commDish88-88/model +[LOG 21:55:33.448] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna +[LOG 21:55:33.461] Load(Model): Squad/Parts/Utility/commsDish16/model +[LOG 21:55:33.469] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model +[LOG 21:55:33.478] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model +[LOG 21:55:33.485] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model +[LOG 21:55:33.493] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model +[LOG 21:55:33.503] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model +[LOG 21:55:33.511] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model +[LOG 21:55:33.521] Load(Model): Squad/Parts/Utility/decouplerStack2m/model +[LOG 21:55:33.533] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model +[LOG 21:55:33.541] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model +[LOG 21:55:33.550] Load(Model): Squad/Parts/Utility/DirectAntennas/HGAntenna +[LOG 21:55:33.565] Load(Model): Squad/Parts/Utility/DirectAntennas/SurfAntenna +[LOG 21:55:33.571] Load(Model): Squad/Parts/Utility/dockingPort/model +[LOG 21:55:33.583] Load(Model): Squad/Parts/Utility/dockingPortInline/model +[LOG 21:55:33.598] Load(Model): Squad/Parts/Utility/dockingPortJr/model +[LOG 21:55:33.609] Load(Model): Squad/Parts/Utility/dockingPortShielded/model +[LOG 21:55:33.625] Load(Model): Squad/Parts/Utility/dockingPortSr/model +[LOG 21:55:33.637] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm +[LOG 21:55:33.686] Load(Model): Squad/Parts/Utility/ladderRadial/model +[LOG 21:55:33.693] Load(Model): Squad/Parts/Utility/ladderTelescopic/model +[LOG 21:55:33.709] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model +[LOG 21:55:33.732] Load(Model): Squad/Parts/Utility/landingLegLT-1/model +[LOG 21:55:33.743] Load(Model): Squad/Parts/Utility/landingLegLT-2/model +[LOG 21:55:33.754] Load(Model): Squad/Parts/Utility/landingLegLT-5/model +[WRN 21:55:33.764] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:33.765] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:33.769] Load(Model): Squad/Parts/Utility/launchClamp1/model +[LOG 21:55:33.779] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem +[LOG 21:55:33.795] Load(Model): Squad/Parts/Utility/linearRCS/model +[LOG 21:55:33.803] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge +[LOG 21:55:33.814] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall +[LOG 21:55:33.824] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model +[LOG 21:55:33.834] Load(Model): Squad/Parts/Utility/mk2DockingPort/model +[LOG 21:55:33.849] Load(Model): Squad/Parts/Utility/mk3CargoBay/long +[LOG 21:55:33.864] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium +[LOG 21:55:33.877] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp +[LOG 21:55:33.899] Load(Model): Squad/Parts/Utility/mk3CargoBay/short +[LOG 21:55:33.910] Load(Model): Squad/Parts/Utility/parachuteMk1/model +[LOG 21:55:33.923] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model +[LOG 21:55:33.933] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model +[LOG 21:55:33.945] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model +[LOG 21:55:33.956] Load(Model): Squad/Parts/Utility/parachuteMk25/model +[LOG 21:55:33.968] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model +[LOG 21:55:33.977] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model +[LOG 21:55:33.984] Load(Model): Squad/Parts/Utility/RelayAntennas/HGAntenna +[LOG 21:55:33.997] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-100 +[LOG 21:55:34.008] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-5 +[LOG 21:55:34.016] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-50 +[LOG 21:55:34.024] Load(Model): Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter +[LOG 21:55:34.033] Load(Model): Squad/Parts/Utility/rockomaxAdapters/Assets/brandAdapter02 +[LOG 21:55:34.044] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125 +[LOG 21:55:34.064] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250 +[LOG 21:55:34.084] Load(Model): Squad/Parts/Utility/spotLightMk1/model +[LOG 21:55:34.093] Load(Model): Squad/Parts/Utility/spotLightMk2/model +[LOG 21:55:34.100] Load(Model): Squad/Parts/Utility/stackBiCoupler/model +[LOG 21:55:34.107] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackBiCoupler_v2 +[LOG 21:55:34.117] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackQuadCoupler +[LOG 21:55:34.127] Load(Model): Squad/Parts/Utility/stackCouplers/Assets/stackTriCoupler_v2 +[LOG 21:55:34.138] Load(Model): Squad/Parts/Utility/stackTriCoupler/model +[LOG 21:55:34.147] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge +[WRN 21:55:34.171] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.172] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.176] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed +[WRN 21:55:34.184] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.184] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.187] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree +[WRN 21:55:34.191] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.192] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.197] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge +[WRN 21:55:34.202] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.203] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.216] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium +[WRN 21:55:34.230] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.231] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.234] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall +[WRN 21:55:34.241] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.242] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.250] Load(Model): Squad/Parts/Wheel/roverWheelM1/model +[WRN 21:55:34.263] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.264] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.267] Load(Model): Squad/Parts/Wheel/roverWheelS2/model +[WRN 21:55:34.273] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.273] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.283] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model +[WRN 21:55:34.295] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.296] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.299] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model +[WRN 21:55:34.322] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:34.323] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:34.325] Load(Model): Squad/Props/AltimeterThreeHands/model +[LOG 21:55:34.334] Load(Model): Squad/Props/AtmosphereDepth/model +[LOG 21:55:34.341] Load(Model): Squad/Props/AxisIndicator/model +[LOG 21:55:34.347] Load(Model): Squad/Props/buttonsGeneric/circularButton +[LOG 21:55:34.355] Load(Model): Squad/Props/buttonsGeneric/clusterButtons +[LOG 21:55:34.362] Load(Model): Squad/Props/buttonsGeneric/clusterButtons2 +[LOG 21:55:34.372] Load(Model): Squad/Props/buttonsGeneric/clusterKnob +[LOG 21:55:34.379] Load(Model): Squad/Props/buttonsGeneric/clusterKnob2 +[LOG 21:55:34.390] Load(Model): Squad/Props/buttonsGeneric/clusterMixed +[LOG 21:55:34.399] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches01 +[LOG 21:55:34.419] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches02 +[LOG 21:55:34.433] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches03 +[LOG 21:55:34.447] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches04 +[LOG 21:55:34.458] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches05 +[LOG 21:55:34.469] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches06 +[LOG 21:55:34.478] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches07 +[LOG 21:55:34.487] Load(Model): Squad/Props/buttonsGeneric/directionalKnob +[LOG 21:55:34.493] Load(Model): Squad/Props/buttonsGeneric/directionalKnob2 +[LOG 21:55:34.501] Load(Model): Squad/Props/buttonsGeneric/pullSwitch +[LOG 21:55:34.508] Load(Model): Squad/Props/buttonsGeneric/squareButton +[LOG 21:55:34.512] Load(Model): Squad/Props/buttonsGeneric/standingSwitch +[LOG 21:55:34.519] Load(Model): Squad/Props/buttonsGeneric/switch +[LOG 21:55:34.526] Load(Model): Squad/Props/buttonsGeneric/switchWithGuards +[LOG 21:55:34.533] Load(Model): Squad/Props/ButtonSquare/model +[LOG 21:55:34.538] Load(Model): Squad/Props/circularButton/model +[LOG 21:55:34.545] Load(Model): Squad/Props/Compass/model +[LOG 21:55:34.551] Load(Model): Squad/Props/directionalKnob/model +[LOG 21:55:34.558] Load(Model): Squad/Props/directionalKnob2/model +[LOG 21:55:34.565] Load(Model): Squad/Props/IndicatorPanel/model +[LOG 21:55:34.575] Load(Model): Squad/Props/IVANavBall/model +[LOG 21:55:34.589] Load(Model): Squad/Props/IVANavBallNoBase/model +[LOG 21:55:34.600] Load(Model): Squad/Props/ledPanelSpeed/model +[LOG 21:55:34.608] Load(Model): Squad/Props/Monitor/MonitorDockingMode +[LOG 21:55:34.616] Load(Model): Squad/Props/NavBall/model +[LOG 21:55:34.628] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode +[LOG 21:55:34.636] Load(Model): Squad/Props/PropsGeneric/CargoBagA +[LOG 21:55:34.647] Load(Model): Squad/Props/PropsGeneric/CargoBagB +[LOG 21:55:34.655] Load(Model): Squad/Props/PropsGeneric/CargoBagC +[LOG 21:55:34.662] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane +[LOG 21:55:34.670] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90 +[LOG 21:55:34.679] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame +[LOG 21:55:34.687] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger +[LOG 21:55:34.694] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot +[LOG 21:55:34.704] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet +[LOG 21:55:34.713] Load(Model): Squad/Props/PropsGeneric/SideStick +[LOG 21:55:34.722] Load(Model): Squad/Props/pullSwitch/model +[LOG 21:55:34.729] Load(Model): Squad/Props/radarAltitude/model +[LOG 21:55:34.737] Load(Model): Squad/Props/squareButton/model +[LOG 21:55:34.743] Load(Model): Squad/Props/standingSwitch/model +[LOG 21:55:34.750] Load(Model): Squad/Props/switch/model +[LOG 21:55:34.756] Load(Model): Squad/Props/switchGuard/model +[LOG 21:55:34.763] Load(Model): Squad/Props/switchWithGuards/model +[LOG 21:55:34.772] Load(Model): Squad/Props/throttle/model +[LOG 21:55:34.780] Load(Model): Squad/Props/VSI/model +[LOG 21:55:34.788] Load(Model): Squad/Spaces/crewCabinInternals/model +[LOG 21:55:34.823] Load(Model): Squad/Spaces/cupolaInternal/model +[LOG 21:55:34.845] Load(Model): Squad/Spaces/GenericSpace1/model +[LOG 21:55:34.877] Load(Model): Squad/Spaces/GenericSpace3/model +[LOG 21:55:34.918] Load(Model): Squad/Spaces/landerCabinInternals/model +[LOG 21:55:34.952] Load(Model): Squad/Spaces/landerCabinSmallInternal/model +[LOG 21:55:34.971] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int +[LOG 21:55:35.022] Load(Model): Squad/Spaces/Mk1-3/model +[LOG 21:55:35.130] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin +[LOG 21:55:35.147] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA +[LOG 21:55:35.178] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA +[LOG 21:55:35.200] Load(Model): Squad/Spaces/mk1PodCockpit/model +[LOG 21:55:35.226] Load(Model): Squad/Spaces/mk1pod_IVA/mk1pod_IVA +[LOG 21:55:35.278] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model +[LOG 21:55:35.310] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int +[LOG 21:55:35.351] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA +[LOG 21:55:35.396] Load(Model): Squad/Spaces/mk2LanderCanInternal/mk2LanderCanInternal +[LOG 21:55:35.451] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int +[LOG 21:55:35.478] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int +[LOG 21:55:35.634] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask +[LOG 21:55:35.641] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder +[LOG 21:55:35.652] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask +[LOG 21:55:35.659] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder +[LOG 21:55:35.667] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask +[LOG 21:55:35.675] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder +[LOG 21:55:35.682] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask +[LOG 21:55:35.689] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask +[LOG 21:55:35.697] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2 +[LOG 21:55:35.703] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2 +[LOG 21:55:35.710] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3 +[LOG 21:55:35.717] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask +[LOG 21:55:35.723] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2 +[LOG 21:55:35.731] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3 +[LOG 21:55:35.738] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder +[LOG 21:55:35.745] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask +[LOG 21:55:35.753] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder +[LOG 21:55:35.760] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask +[LOG 21:55:35.768] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder +[LOG 21:55:35.775] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask +[LOG 21:55:35.783] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder +[LOG 21:55:35.790] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask +[LOG 21:55:35.797] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2 +[LOG 21:55:35.805] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder +[LOG 21:55:35.812] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask +[LOG 21:55:35.820] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder +[LOG 21:55:35.826] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask +[LOG 21:55:35.833] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder +[LOG 21:55:35.840] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask +[LOG 21:55:35.847] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder +[LOG 21:55:35.856] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask +[LOG 21:55:35.864] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder +[LOG 21:55:35.871] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask +[LOG 21:55:35.879] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA +[LOG 21:55:35.888] Load(Model): Squad/Spaces/PodCockpit/model +[LOG 21:55:35.947] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/EnginePlate +[LOG 21:55:35.963] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/InflatableAirlock +[LOG 21:55:35.975] Load(Model): SquadExpansion/MakingHistory/Parts/Coupling/Assets/Size1_5_Decoupler +[LOG 21:55:35.990] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/KE-1 +[LOG 21:55:36.155] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T87 +[LOG 21:55:36.203] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/LV-T91 +[LOG 21:55:36.232] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-I2 +[LOG 21:55:36.280] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RE-J10 +[LOG 21:55:36.297] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RK-7 +[LOG 21:55:36.336] Load(Model): SquadExpansion/MakingHistory/Parts/Engine/Assets/RV-1 +[LOG 21:55:36.347] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/MiniMonoTank +[LOG 21:55:36.356] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size0_Adapter_01 +[LOG 21:55:36.366] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size1_Adapter_01 +[LOG 21:55:36.377] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size1_Adapter_02 +[LOG 21:55:36.387] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Size2_Adapter_01 +[LOG 21:55:36.397] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_01 +[LOG 21:55:36.407] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_02 +[LOG 21:55:36.417] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_03 +[LOG 21:55:36.427] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_04 +[LOG 21:55:36.438] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size1_5_Tank_05 +[LOG 21:55:36.449] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size3_Size4_Adapter_01 +[LOG 21:55:36.461] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_EngineAdapter_01 +[LOG 21:55:36.474] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_01 +[LOG 21:55:36.485] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_02 +[LOG 21:55:36.497] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_03 +[LOG 21:55:36.508] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size4_Tank_04 +[LOG 21:55:36.520] Load(Model): SquadExpansion/MakingHistory/Parts/FuelTank/Assets/Size_1p5_Monoprop +[LOG 21:55:36.539] Load(Model): SquadExpansion/MakingHistory/Parts/Ground/Assets/RoverWheel +[WRN 21:55:36.556] WheelCollider requires an attached Rigidbody to function. +[WRN 21:55:36.557] WheelCollider requires an attached Rigidbody to function. +[LOG 21:55:36.560] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/ServiceModule18 +[LOG 21:55:36.575] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/ServiceModule25 +[LOG 21:55:36.590] Load(Model): SquadExpansion/MakingHistory/Parts/Payload/Assets/Size1to0ServiceModule +[LOG 21:55:36.604] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/Mk2Pod +[LOG 21:55:36.622] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/RoundPod +[LOG 21:55:36.637] Load(Model): SquadExpansion/MakingHistory/Parts/Pods/Assets/Size1_5_Lander +[LOG 21:55:36.656] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x0 +[LOG 21:55:36.664] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x1 +[LOG 21:55:36.672] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x2 +[LOG 21:55:36.680] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x3 +[LOG 21:55:36.688] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1p5x4 +[LOG 21:55:36.695] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x0 +[LOG 21:55:36.704] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x1 +[LOG 21:55:36.711] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x2 +[LOG 21:55:36.719] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x3 +[LOG 21:55:36.727] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud1x4 +[LOG 21:55:36.734] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x0 +[LOG 21:55:36.742] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x1 +[LOG 21:55:36.750] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x2 +[LOG 21:55:36.759] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x3 +[LOG 21:55:36.766] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud2x4 +[LOG 21:55:36.774] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x0 +[LOG 21:55:36.781] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x1 +[LOG 21:55:36.789] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x2 +[LOG 21:55:36.797] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x3 +[LOG 21:55:36.804] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud3x4 +[LOG 21:55:36.812] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x0 +[LOG 21:55:36.820] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x1 +[LOG 21:55:36.828] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x2 +[LOG 21:55:36.836] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x3 +[LOG 21:55:36.843] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/Shroud4x4 +[LOG 21:55:36.852] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider0 +[LOG 21:55:36.859] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider1 +[LOG 21:55:36.864] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider1p5 +[LOG 21:55:36.872] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider2 +[LOG 21:55:36.876] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider3 +[LOG 21:55:36.885] Load(Model): SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider4 +[LOG 21:55:36.890] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle0 +[LOG 21:55:36.913] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle1 +[LOG 21:55:36.926] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle1p5 +[LOG 21:55:36.947] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/EquiTriangle2 +[LOG 21:55:36.960] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel0 +[LOG 21:55:36.968] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel1 +[LOG 21:55:36.989] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel1p5 +[LOG 21:55:36.998] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Panel2 +[LOG 21:55:37.005] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle0 +[LOG 21:55:37.012] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle1 +[LOG 21:55:37.018] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle1p5 +[LOG 21:55:37.034] Load(Model): SquadExpansion/MakingHistory/Parts/Structural/Assets/Triangle2 +[LOG 21:55:37.041] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_IVA +[LOG 21:55:37.050] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV1_IVA +[LOG 21:55:37.081] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV2_IVA +[LOG 21:55:37.130] Load(Model): SquadExpansion/MakingHistory/Spaces/KVPods/KV3_IVA +[LOG 21:55:37.218] Load(Model): SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA +[LOG 21:55:37.265] Load(Model): SquadExpansion/MakingHistory/Spaces/Mk2Pod/MK2POD_IVA +[LOG 21:55:37.297] Loading Asset Bundle Definitions +[LOG 21:55:37.301] AssetLoader: Loading bundle definitions +[LOG 21:55:38.153] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\squadcore.ksp' +[LOG 21:55:38.195] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\squadcorefx.ksp' +[LOG 21:55:38.222] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia.ksp' +[LOG 21:55:38.276] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraft.ksp' +[LOG 21:55:38.318] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasics.ksp' +[LOG 21:55:38.341] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance.ksp' +[LOG 21:55:38.373] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance2.ksp' +[LOG 21:55:38.395] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscol.ksp' +[LOG 21:55:38.428] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrol.ksp' +[LOG 21:55:38.451] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrolsurfaces.ksp' +[LOG 21:55:38.478] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsdrag.ksp' +[LOG 21:55:38.526] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsengines.ksp' +[LOG 21:55:38.560] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsforces.ksp' +[LOG 21:55:38.593] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicsintakes.ksp' +[LOG 21:55:38.616] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicslandinggear.ksp' +[LOG 21:55:38.636] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_aircraftbasicslift.ksp' +[LOG 21:55:38.667] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_career.ksp' +[LOG 21:55:38.696] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscontracts.ksp' +[LOG 21:55:38.724] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscrew.ksp' +[LOG 21:55:38.742] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicscurrencies.ksp' +[LOG 21:55:38.772] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsexperience.ksp' +[LOG 21:55:38.799] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsfacilities.ksp' +[LOG 21:55:38.830] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicsstrategies.ksp' +[LOG 21:55:38.848] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerbasicstechnology.ksp' +[LOG 21:55:38.871] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ac.ksp' +[LOG 21:55:38.896] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-admin.ksp' +[LOG 21:55:38.925] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ksc.ksp' +[LOG 21:55:38.958] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-mc.ksp' +[LOG 21:55:38.977] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-sciencearchives.ksp' +[LOG 21:55:39.001] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-techtree.ksp' +[LOG 21:55:39.042] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui-ts.ksp' +[LOG 21:55:39.084] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_careerui.ksp' +[LOG 21:55:39.119] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_chute.ksp' +[LOG 21:55:39.150] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnet.ksp' +[LOG 21:55:39.173] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetbasics.ksp' +[LOG 21:55:39.197] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetbuildingeffectivenetworks.ksp' +[LOG 21:55:39.218] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcalculatingrange.ksp' +[LOG 21:55:39.240] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrollevels.ksp' +[LOG 21:55:39.263] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrollinks.ksp' +[LOG 21:55:39.268] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetcontrolpoints.ksp' +[LOG 21:55:39.283] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui.ksp' +[LOG 21:55:39.299] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui01.ksp' +[LOG 21:55:39.304] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetgui02.ksp' +[LOG 21:55:39.337] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetrange.ksp' +[LOG 21:55:39.362] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetrelays.ksp' +[LOG 21:55:39.386] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetsciencetransmission.ksp' +[LOG 21:55:39.393] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnetsignalstrength.ksp' +[LOG 21:55:39.423] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_commnettransmission.ksp' +[LOG 21:55:39.447] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-actiongroups.ksp' +[LOG 21:55:39.468] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-applauncher.ksp' +[LOG 21:55:39.515] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-crew.ksp' +[LOG 21:55:39.552] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-engineersreport.ksp' +[LOG 21:55:39.575] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-gizmos.ksp' +[LOG 21:55:39.592] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-infos.ksp' +[LOG 21:55:39.617] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-partdetails.ksp' +[LOG 21:55:39.677] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-parts.ksp' +[LOG 21:55:39.702] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-symmetry.ksp' +[LOG 21:55:39.724] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui-vesseldetails.ksp' +[LOG 21:55:39.761] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_constructionui.ksp' +[LOG 21:55:39.793] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-dockingmode.ksp' +[LOG 21:55:39.805] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-editor.ksp' +[LOG 21:55:39.827] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-editorgizmos.ksp' +[LOG 21:55:39.850] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-eva.ksp' +[LOG 21:55:39.884] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flight.ksp' +[LOG 21:55:39.897] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flightactivities.ksp' +[LOG 21:55:39.916] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-flightdirections.ksp' +[LOG 21:55:39.934] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-general.ksp' +[LOG 21:55:39.946] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mapandtime.ksp' +[LOG 21:55:39.962] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mouseconstruction.ksp' +[LOG 21:55:39.980] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-mouseflight.ksp' +[LOG 21:55:39.999] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls-rcs.ksp' +[LOG 21:55:40.041] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_controls.ksp' +[LOG 21:55:40.082] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_eastereggs.ksp' +[LOG 21:55:40.128] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ac.ksp' +[LOG 21:55:40.160] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-admin.ksp' +[LOG 21:55:40.186] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-context.ksp' +[LOG 21:55:40.224] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ksc.ksp' +[LOG 21:55:40.251] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-launchpad.ksp' +[LOG 21:55:40.284] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-mc.ksp' +[LOG 21:55:40.317] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-randd.ksp' +[LOG 21:55:40.362] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-runway.ksp' +[LOG 21:55:40.392] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-sph.ksp' +[LOG 21:55:40.422] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-ts.ksp' +[LOG 21:55:40.454] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_facilities-vab.ksp' +[LOG 21:55:40.482] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-altimeter.ksp' +[LOG 21:55:40.521] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-applauncher.ksp' +[LOG 21:55:40.573] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-evaactivities.ksp' +[LOG 21:55:40.606] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-modecontrol.ksp' +[LOG 21:55:40.631] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-navball.ksp' +[LOG 21:55:40.665] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-portraits.ksp' +[LOG 21:55:40.693] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-staging.ksp' +[LOG 21:55:40.721] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui-timeandaction.ksp' +[LOG 21:55:40.745] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_flightui.ksp' +[LOG 21:55:40.779] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heat.ksp' +[LOG 21:55:40.810] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatactiveradiators.ksp' +[LOG 21:55:40.828] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatcore.ksp' +[LOG 21:55:40.843] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatengines.ksp' +[LOG 21:55:40.864] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatflow.ksp' +[LOG 21:55:40.895] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatpart.ksp' +[LOG 21:55:40.946] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatpassiveradiators.ksp' +[LOG 21:55:40.987] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_heatshields.ksp' +[LOG 21:55:41.045] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnet.ksp' +[LOG 21:55:41.068] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetinterface.ksp' +[LOG 21:55:41.111] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetmodes.ksp' +[LOG 21:55:41.146] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_kerbnetwaypoints.ksp' +[LOG 21:55:41.172] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_locations.ksp' +[LOG 21:55:41.195] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_manual.ksp' +[LOG 21:55:41.247] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-burnindicator.ksp' +[LOG 21:55:41.291] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-dvtoolsflight.ksp' +[LOG 21:55:41.328] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-dvtoolsvab.ksp' +[LOG 21:55:41.340] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-mannodes.ksp' +[LOG 21:55:41.381] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes.ksp' +[LOG 21:55:41.404] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes2.ksp' +[LOG 21:55:41.426] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_mapui.ksp' +[LOG 21:55:41.456] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-atmosphere.ksp' +[LOG 21:55:41.490] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingbackdown.ksp' +[LOG 21:55:41.510] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingupthere.ksp' +[LOG 21:55:41.543] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-gravityturn.ksp' +[LOG 21:55:41.588] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-orbits.ksp' +[LOG 21:55:41.608] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics-stayingupthere.ksp' +[LOG 21:55:41.631] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalbasics.ksp' +[LOG 21:55:41.658] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-appe.ksp' +[LOG 21:55:41.677] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-dirandinc.ksp' +[LOG 21:55:41.700] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-directions.ksp' +[LOG 21:55:41.729] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-eccentricity.ksp' +[LOG 21:55:41.785] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitaldefinitions.ksp' +[LOG 21:55:41.804] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-adjustinginclination.ksp' +[LOG 21:55:41.830] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-deltav.ksp' +[LOG 21:55:41.854] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-efficiency.ksp' +[LOG 21:55:41.876] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer.ksp' +[LOG 21:55:41.893] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer2.ksp' +[LOG 21:55:41.924] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-orbittypes.ksp' +[LOG 21:55:41.952] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-radandantirad.ksp' +[LOG 21:55:41.970] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-shapingup.ksp' +[LOG 21:55:42.007] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers.ksp' +[LOG 21:55:42.043] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-dres.ksp' +[LOG 21:55:42.066] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-duna.ksp' +[LOG 21:55:42.097] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-eeloo.ksp' +[LOG 21:55:42.119] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-eve.ksp' +[LOG 21:55:42.142] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-jool.ksp' +[LOG 21:55:42.174] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-kerbin.ksp' +[LOG 21:55:42.206] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-moho.ksp' +[LOG 21:55:42.242] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-sun.ksp' +[LOG 21:55:42.299] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_planets-system.ksp' +[LOG 21:55:42.338] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-asteroidmining.ksp' +[LOG 21:55:42.361] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-conversionmanagement.ksp' +[LOG 21:55:42.390] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-drilling.ksp' +[LOG 21:55:42.435] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-findingit.ksp' +[LOG 21:55:42.475] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-findingit2.ksp' +[LOG 21:55:42.507] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources-storageandconversion.ksp' +[LOG 21:55:42.560] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_resources.ksp' +[LOG 21:55:42.604] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketry.ksp' +[LOG 21:55:42.625] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced-fairings.ksp' +[LOG 21:55:42.673] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced-girders.ksp' +[LOG 21:55:42.711] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketryadvanced.ksp' +[LOG 21:55:42.751] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasics.ksp' +[LOG 21:55:42.792] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsaero.ksp' +[LOG 21:55:42.820] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicscentered.ksp' +[LOG 21:55:42.851] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicschutes.ksp' +[LOG 21:55:42.875] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicscontrol.ksp' +[LOG 21:55:42.899] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsecrecharging.ksp' +[LOG 21:55:42.928] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsengines.ksp' +[LOG 21:55:42.953] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsforces.ksp' +[LOG 21:55:42.983] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicshatchesandladders.ksp' +[LOG 21:55:43.011] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicshibernation.ksp' +[LOG 21:55:43.039] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsresources.ksp' +[LOG 21:55:43.067] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsservicecontainers.ksp' +[LOG 21:55:43.095] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstability.ksp' +[LOG 21:55:43.118] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstabilityassist.ksp' +[LOG 21:55:43.150] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicsstaging.ksp' +[LOG 21:55:43.181] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_rocketrybasicssymmetry.ksp' +[LOG 21:55:43.212] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_science.ksp' +[LOG 21:55:43.235] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencedata.ksp' +[LOG 21:55:43.258] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_scienceexperiments.ksp' +[LOG 21:55:43.295] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencelab.ksp' +[LOG 21:55:43.340] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_sciencetransmitted.ksp' +[LOG 21:55:43.367] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_spacetravel.ksp' +[LOG 21:55:43.411] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Squad\KSPedia\kspedia_variantswitcher.ksp' +[LOG 21:55:43.430] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\makinghistory.kspexpansion' +[LOG 21:55:43.478] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_builder.ksp' +[LOG 21:55:43.512] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_buildertoolbar.ksp' +[LOG 21:55:43.562] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_canvas.ksp' +[LOG 21:55:43.607] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_exportingvalidation.ksp' +[LOG 21:55:43.629] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_flight.ksp' +[LOG 21:55:43.704] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_flightapp.ksp' +[LOG 21:55:43.770] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_gap.ksp' +[LOG 21:55:43.825] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_gaptools.ksp' +[LOG 21:55:43.840] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_makinghistory.ksp' +[LOG 21:55:43.865] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_missionbriefing.ksp' +[LOG 21:55:43.908] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_nodedocking.ksp' +[LOG 21:55:43.954] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_nodesconnectors.ksp' +[LOG 21:55:44.007] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_replayscoreend.ksp' +[LOG 21:55:44.032] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_sap.ksp' +[LOG 21:55:44.068] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_sidebar.ksp' +[LOG 21:55:44.117] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\kspedia_testingcheckpoints.ksp' +[LOG 21:55:44.127] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory\KSPedia\makinghistory.ksp' +[LOG 21:55:44.130] AssetLoader: Finished loading. 195 bundle definitions loaded. +[LOG 21:55:44.133] Compiling Configs: +[LOG 21:55:44.133] Config(SY_AUTO_REFURB) ScrapYard/AutomaticRefurbishment/SY_AUTO_REFURB +[LOG 21:55:44.134] Config(@PART[*]) ScrapYard/ModuleSYPartTracker/@PART[*] +[LOG 21:55:44.134] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/TweakScale +[LOG 21:55:44.134] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/.*rocedural.* +[LOG 21:55:44.135] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/[p,P]roc[^e].*|.+[p,P]roc$ +[LOG 21:55:44.135] Config(SY_MODULE_TEMPLATE) ScrapYard/ModuleTemplates/.* +[LOG 21:55:44.135] Config(SY_PART_BLACKLIST) ScrapYard/PartBlacklist/kerbalEVA +[LOG 21:55:44.136] Config(KERBALCHANGELOG) Severedsolo/OhScrap/Changelog/KERBALCHANGELOG +[LOG 21:55:44.136] Config(@PART[*]:HAS[@MODULE[ModuleDataTransmitter]]) Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] +[LOG 21:55:44.136] Config(@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]]) Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] +[LOG 21:55:44.136] Config(@PART[*]:HAS[@MODULE[ModuleControlSurface]]) Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] +[LOG 21:55:44.137] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/EVA Propellant +[LOG 21:55:44.137] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/ElectricCharge +[LOG 21:55:44.137] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/Ablator +[LOG 21:55:44.138] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/Food +[LOG 21:55:44.138] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/IntakeAir +[LOG 21:55:44.138] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/SolidFuel +[LOG 21:55:44.139] Config(OHSCRAP_RESOURCE_BLACKLIST) Severedsolo/OhScrap/MM Patches/DontLeak/RadiationShielding +[LOG 21:55:44.139] Config(@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]]) Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] +[LOG 21:55:44.139] Config(SY_FORBIDDEN_TEMPLATE) Severedsolo/OhScrap/MM Patches/ForbiddenModules/ModuleUPFMEvents +[LOG 21:55:44.140] Config(@PART[*]:HAS[@MODULE[*FailureModule]]:FINAL) Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]]:FINAL +[LOG 21:55:44.140] Config(@PART[*]:HAS[@MODULE[ModuleParachute]]) Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] +[LOG 21:55:44.140] Config(@PART[*]:HAS[@MODULE[ModuleRCS*]]) Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] +[LOG 21:55:44.141] Config(@PART[*]:HAS[@MODULE[ModuleReactionWheel]]) Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] +[LOG 21:55:44.141] Config(@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]]) Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] +[LOG 21:55:44.141] Config(@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]]) Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] +[LOG 21:55:44.141] Config(@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]]) Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] +[LOG 21:55:44.142] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division +[LOG 21:55:44.142] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium +[LOG 21:55:44.142] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group +[LOG 21:55:44.143] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs +[LOG 21:55:44.143] Config(AGENT) Squad/Agencies/Agents/Goliath National Products +[LOG 21:55:44.143] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals +[LOG 21:55:44.143] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics +[LOG 21:55:44.144] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co +[LOG 21:55:44.144] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC +[LOG 21:55:44.144] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society +[LOG 21:55:44.145] Config(AGENT) Squad/Agencies/Agents/Kerbodyne +[LOG 21:55:44.145] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc +[LOG 21:55:44.145] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys +[LOG 21:55:44.145] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group +[LOG 21:55:44.146] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises +[LOG 21:55:44.146] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co +[LOG 21:55:44.146] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc +[LOG 21:55:44.147] Config(AGENT) Squad/Agencies/Agents/Research & Development Department +[LOG 21:55:44.147] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd +[LOG 21:55:44.147] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate +[LOG 21:55:44.147] Config(AGENT) Squad/Agencies/Agents/Rokea Inc +[LOG 21:55:44.148] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery +[LOG 21:55:44.148] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps +[LOG 21:55:44.148] Config(AGENT) Squad/Agencies/Agents/StrutCo +[LOG 21:55:44.149] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems +[LOG 21:55:44.149] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium +[LOG 21:55:44.149] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics +[LOG 21:55:44.149] Config(Contracts) Squad/Contracts/Contracts/Contracts +[LOG 21:55:44.150] Config(KEYBOARD_LAYOUT) Squad/Controls/Azerty/#autoLOC_6001233 +[LOG 21:55:44.150] Config(PITCH_DOWN) Squad/Controls/Azerty/PITCH_DOWN +[LOG 21:55:44.150] Config(PITCH_UP) Squad/Controls/Azerty/PITCH_UP +[LOG 21:55:44.151] Config(YAW_LEFT) Squad/Controls/Azerty/YAW_LEFT +[LOG 21:55:44.151] Config(YAW_RIGHT) Squad/Controls/Azerty/YAW_RIGHT +[LOG 21:55:44.151] Config(ROLL_LEFT) Squad/Controls/Azerty/ROLL_LEFT +[LOG 21:55:44.152] Config(ROLL_RIGHT) Squad/Controls/Azerty/ROLL_RIGHT +[LOG 21:55:44.152] Config(THROTTLE_UP) Squad/Controls/Azerty/THROTTLE_UP +[LOG 21:55:44.152] Config(THROTTLE_DOWN) Squad/Controls/Azerty/THROTTLE_DOWN +[LOG 21:55:44.152] Config(SAS_HOLD) Squad/Controls/Azerty/SAS_HOLD +[LOG 21:55:44.153] Config(SAS_TOGGLE) Squad/Controls/Azerty/SAS_TOGGLE +[LOG 21:55:44.153] Config(LAUNCH_STAGES) Squad/Controls/Azerty/LAUNCH_STAGES +[LOG 21:55:44.153] Config(Docking_toggleRotLin) Squad/Controls/Azerty/Docking_toggleRotLin +[LOG 21:55:44.154] Config(CAMERA_MODE) Squad/Controls/Azerty/CAMERA_MODE +[LOG 21:55:44.154] Config(CAMERA_NEXT) Squad/Controls/Azerty/CAMERA_NEXT +[LOG 21:55:44.154] Config(PAUSE) Squad/Controls/Azerty/PAUSE +[LOG 21:55:44.154] Config(PRECISION_CTRL) Squad/Controls/Azerty/PRECISION_CTRL +[LOG 21:55:44.155] Config(ZOOM_IN) Squad/Controls/Azerty/ZOOM_IN +[LOG 21:55:44.155] Config(ZOOM_OUT) Squad/Controls/Azerty/ZOOM_OUT +[LOG 21:55:44.155] Config(SCROLL_VIEW_UP) Squad/Controls/Azerty/SCROLL_VIEW_UP +[LOG 21:55:44.156] Config(SCROLL_VIEW_DOWN) Squad/Controls/Azerty/SCROLL_VIEW_DOWN +[LOG 21:55:44.156] Config(SCROLL_ICONS_UP) Squad/Controls/Azerty/SCROLL_ICONS_UP +[LOG 21:55:44.156] Config(SCROLL_ICONS_DOWN) Squad/Controls/Azerty/SCROLL_ICONS_DOWN +[LOG 21:55:44.157] Config(CAMERA_ORBIT_UP) Squad/Controls/Azerty/CAMERA_ORBIT_UP +[LOG 21:55:44.157] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Azerty/CAMERA_ORBIT_DOWN +[LOG 21:55:44.157] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Azerty/CAMERA_ORBIT_LEFT +[LOG 21:55:44.157] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Azerty/CAMERA_ORBIT_RIGHT +[LOG 21:55:44.158] Config(CAMERA_RESET) Squad/Controls/Azerty/CAMERA_RESET +[LOG 21:55:44.158] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Azerty/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.158] Config(TIME_WARP_INCREASE) Squad/Controls/Azerty/TIME_WARP_INCREASE +[LOG 21:55:44.159] Config(TIME_WARP_DECREASE) Squad/Controls/Azerty/TIME_WARP_DECREASE +[LOG 21:55:44.159] Config(TIME_WARP_STOP) Squad/Controls/Azerty/TIME_WARP_STOP +[LOG 21:55:44.159] Config(MAP_VIEW_TOGGLE) Squad/Controls/Azerty/MAP_VIEW_TOGGLE +[LOG 21:55:44.159] Config(NAVBALL_TOGGLE) Squad/Controls/Azerty/NAVBALL_TOGGLE +[LOG 21:55:44.160] Config(UIMODE_STAGING) Squad/Controls/Azerty/UIMODE_STAGING +[LOG 21:55:44.160] Config(UIMODE_DOCKING) Squad/Controls/Azerty/UIMODE_DOCKING +[LOG 21:55:44.160] Config(TRANSLATE_DOWN) Squad/Controls/Azerty/TRANSLATE_DOWN +[LOG 21:55:44.161] Config(TRANSLATE_UP) Squad/Controls/Azerty/TRANSLATE_UP +[LOG 21:55:44.161] Config(TRANSLATE_LEFT) Squad/Controls/Azerty/TRANSLATE_LEFT +[LOG 21:55:44.161] Config(TRANSLATE_RIGHT) Squad/Controls/Azerty/TRANSLATE_RIGHT +[LOG 21:55:44.161] Config(TRANSLATE_FWD) Squad/Controls/Azerty/TRANSLATE_FWD +[LOG 21:55:44.162] Config(TRANSLATE_BACK) Squad/Controls/Azerty/TRANSLATE_BACK +[LOG 21:55:44.162] Config(RCS_TOGGLE) Squad/Controls/Azerty/RCS_TOGGLE +[LOG 21:55:44.163] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Azerty/FOCUS_NEXT_VESSEL +[LOG 21:55:44.163] Config(FOCUS_PREV_VESSEL) Squad/Controls/Azerty/FOCUS_PREV_VESSEL +[LOG 21:55:44.163] Config(TOGGLE_UI) Squad/Controls/Azerty/TOGGLE_UI +[LOG 21:55:44.163] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Azerty/TOGGLE_STATUS_SCREEN +[LOG 21:55:44.164] Config(TAKE_SCREENSHOT) Squad/Controls/Azerty/TAKE_SCREENSHOT +[LOG 21:55:44.164] Config(TOGGLE_LABELS) Squad/Controls/Azerty/TOGGLE_LABELS +[LOG 21:55:44.164] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Azerty/TOGGLE_TEMP_GAUGES +[LOG 21:55:44.165] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Azerty/TOGGLE_TEMP_OVERLAY +[LOG 21:55:44.165] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Azerty/TOGGLE_FLIGHT_FORCES +[LOG 21:55:44.165] Config(QUICKSAVE) Squad/Controls/Azerty/QUICKSAVE +[LOG 21:55:44.165] Config(QUICKLOAD) Squad/Controls/Azerty/QUICKLOAD +[LOG 21:55:44.166] Config(THROTTLE_CUTOFF) Squad/Controls/Azerty/THROTTLE_CUTOFF +[LOG 21:55:44.166] Config(THROTTLE_FULL) Squad/Controls/Azerty/THROTTLE_FULL +[LOG 21:55:44.166] Config(LANDING_GEAR) Squad/Controls/Azerty/LANDING_GEAR +[LOG 21:55:44.167] Config(HEADLIGHT_TOGGLE) Squad/Controls/Azerty/HEADLIGHT_TOGGLE +[LOG 21:55:44.167] Config(BRAKES) Squad/Controls/Azerty/BRAKES +[LOG 21:55:44.167] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Azerty/TOGGLE_SPACENAV_FLIGHT_CONTROL +[LOG 21:55:44.167] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Azerty/TOGGLE_SPACENAV_ROLL_LOCK +[LOG 21:55:44.168] Config(WHEEL_STEER_LEFT) Squad/Controls/Azerty/WHEEL_STEER_LEFT +[LOG 21:55:44.168] Config(WHEEL_STEER_RIGHT) Squad/Controls/Azerty/WHEEL_STEER_RIGHT +[LOG 21:55:44.168] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Azerty/WHEEL_THROTTLE_DOWN +[LOG 21:55:44.169] Config(WHEEL_THROTTLE_UP) Squad/Controls/Azerty/WHEEL_THROTTLE_UP +[LOG 21:55:44.169] Config(EVA_forward) Squad/Controls/Azerty/EVA_forward +[LOG 21:55:44.169] Config(EVA_back) Squad/Controls/Azerty/EVA_back +[LOG 21:55:44.169] Config(EVA_left) Squad/Controls/Azerty/EVA_left +[LOG 21:55:44.170] Config(EVA_right) Squad/Controls/Azerty/EVA_right +[LOG 21:55:44.170] Config(EVA_yaw_left) Squad/Controls/Azerty/EVA_yaw_left +[LOG 21:55:44.170] Config(EVA_yaw_right) Squad/Controls/Azerty/EVA_yaw_right +[LOG 21:55:44.171] Config(EVA_Pack_forward) Squad/Controls/Azerty/EVA_Pack_forward +[LOG 21:55:44.171] Config(EVA_Pack_back) Squad/Controls/Azerty/EVA_Pack_back +[LOG 21:55:44.171] Config(EVA_Pack_left) Squad/Controls/Azerty/EVA_Pack_left +[LOG 21:55:44.171] Config(EVA_Pack_right) Squad/Controls/Azerty/EVA_Pack_right +[LOG 21:55:44.172] Config(EVA_Pack_up) Squad/Controls/Azerty/EVA_Pack_up +[LOG 21:55:44.172] Config(EVA_Pack_down) Squad/Controls/Azerty/EVA_Pack_down +[LOG 21:55:44.172] Config(EVA_Jump) Squad/Controls/Azerty/EVA_Jump +[LOG 21:55:44.173] Config(EVA_Run) Squad/Controls/Azerty/EVA_Run +[LOG 21:55:44.173] Config(EVA_ToggleMovementMode) Squad/Controls/Azerty/EVA_ToggleMovementMode +[LOG 21:55:44.173] Config(EVA_TogglePack) Squad/Controls/Azerty/EVA_TogglePack +[LOG 21:55:44.173] Config(EVA_Use) Squad/Controls/Azerty/EVA_Use +[LOG 21:55:44.174] Config(EVA_Board) Squad/Controls/Azerty/EVA_Board +[LOG 21:55:44.174] Config(EVA_Orient) Squad/Controls/Azerty/EVA_Orient +[LOG 21:55:44.174] Config(EVA_Lights) Squad/Controls/Azerty/EVA_Lights +[LOG 21:55:44.175] Config(EVA_ChuteDeploy) Squad/Controls/Azerty/EVA_ChuteDeploy +[LOG 21:55:44.175] Config(Editor_pitchUp) Squad/Controls/Azerty/Editor_pitchUp +[LOG 21:55:44.175] Config(Editor_pitchDown) Squad/Controls/Azerty/Editor_pitchDown +[LOG 21:55:44.175] Config(Editor_yawLeft) Squad/Controls/Azerty/Editor_yawLeft +[LOG 21:55:44.176] Config(Editor_yawRight) Squad/Controls/Azerty/Editor_yawRight +[LOG 21:55:44.176] Config(Editor_rollLeft) Squad/Controls/Azerty/Editor_rollLeft +[LOG 21:55:44.176] Config(Editor_rollRight) Squad/Controls/Azerty/Editor_rollRight +[LOG 21:55:44.176] Config(Editor_resetRotation) Squad/Controls/Azerty/Editor_resetRotation +[LOG 21:55:44.177] Config(Editor_modePlace) Squad/Controls/Azerty/Editor_modePlace +[LOG 21:55:44.177] Config(Editor_modeOffset) Squad/Controls/Azerty/Editor_modeOffset +[LOG 21:55:44.177] Config(Editor_modeRotate) Squad/Controls/Azerty/Editor_modeRotate +[LOG 21:55:44.178] Config(Editor_modeRoot) Squad/Controls/Azerty/Editor_modeRoot +[LOG 21:55:44.178] Config(Editor_coordSystem) Squad/Controls/Azerty/Editor_coordSystem +[LOG 21:55:44.178] Config(Editor_toggleSymMethod) Squad/Controls/Azerty/Editor_toggleSymMethod +[LOG 21:55:44.178] Config(Editor_toggleSymMode) Squad/Controls/Azerty/Editor_toggleSymMode +[LOG 21:55:44.179] Config(Editor_toggleAngleSnap) Squad/Controls/Azerty/Editor_toggleAngleSnap +[LOG 21:55:44.179] Config(Editor_fineTweak) Squad/Controls/Azerty/Editor_fineTweak +[LOG 21:55:44.179] Config(Editor_partSearch) Squad/Controls/Azerty/Editor_partSearch +[LOG 21:55:44.180] Config(Editor_zoomScrollModifier) Squad/Controls/Azerty/Editor_zoomScrollModifier +[LOG 21:55:44.180] Config(MODIFIER_KEY) Squad/Controls/Azerty/MODIFIER_KEY +[LOG 21:55:44.180] Config(AbortActionGroup) Squad/Controls/Azerty/AbortActionGroup +[LOG 21:55:44.180] Config(CustomActionGroup1) Squad/Controls/Azerty/CustomActionGroup1 +[LOG 21:55:44.181] Config(CustomActionGroup2) Squad/Controls/Azerty/CustomActionGroup2 +[LOG 21:55:44.181] Config(CustomActionGroup3) Squad/Controls/Azerty/CustomActionGroup3 +[LOG 21:55:44.181] Config(CustomActionGroup4) Squad/Controls/Azerty/CustomActionGroup4 +[LOG 21:55:44.181] Config(CustomActionGroup5) Squad/Controls/Azerty/CustomActionGroup5 +[LOG 21:55:44.182] Config(CustomActionGroup6) Squad/Controls/Azerty/CustomActionGroup6 +[LOG 21:55:44.182] Config(CustomActionGroup7) Squad/Controls/Azerty/CustomActionGroup7 +[LOG 21:55:44.182] Config(CustomActionGroup8) Squad/Controls/Azerty/CustomActionGroup8 +[LOG 21:55:44.183] Config(CustomActionGroup9) Squad/Controls/Azerty/CustomActionGroup9 +[LOG 21:55:44.183] Config(CustomActionGroup10) Squad/Controls/Azerty/CustomActionGroup10 +[LOG 21:55:44.183] Config(KEY_MAP) Squad/Controls/Azerty/KEY_MAP +[LOG 21:55:44.183] Config(KEYBOARD_LAYOUT) Squad/Controls/Dvorak/#autoLOC_6001234 +[LOG 21:55:44.184] Config(PITCH_DOWN) Squad/Controls/Dvorak/PITCH_DOWN +[LOG 21:55:44.184] Config(PITCH_UP) Squad/Controls/Dvorak/PITCH_UP +[LOG 21:55:44.184] Config(YAW_LEFT) Squad/Controls/Dvorak/YAW_LEFT +[LOG 21:55:44.185] Config(YAW_RIGHT) Squad/Controls/Dvorak/YAW_RIGHT +[LOG 21:55:44.185] Config(ROLL_LEFT) Squad/Controls/Dvorak/ROLL_LEFT +[LOG 21:55:44.186] Config(ROLL_RIGHT) Squad/Controls/Dvorak/ROLL_RIGHT +[LOG 21:55:44.186] Config(THROTTLE_UP) Squad/Controls/Dvorak/THROTTLE_UP +[LOG 21:55:44.186] Config(THROTTLE_DOWN) Squad/Controls/Dvorak/THROTTLE_DOWN +[LOG 21:55:44.187] Config(SAS_HOLD) Squad/Controls/Dvorak/SAS_HOLD +[LOG 21:55:44.187] Config(SAS_TOGGLE) Squad/Controls/Dvorak/SAS_TOGGLE +[LOG 21:55:44.187] Config(LAUNCH_STAGES) Squad/Controls/Dvorak/LAUNCH_STAGES +[LOG 21:55:44.188] Config(Docking_toggleRotLin) Squad/Controls/Dvorak/Docking_toggleRotLin +[LOG 21:55:44.188] Config(CAMERA_MODE) Squad/Controls/Dvorak/CAMERA_MODE +[LOG 21:55:44.188] Config(CAMERA_NEXT) Squad/Controls/Dvorak/CAMERA_NEXT +[LOG 21:55:44.189] Config(PAUSE) Squad/Controls/Dvorak/PAUSE +[LOG 21:55:44.189] Config(PRECISION_CTRL) Squad/Controls/Dvorak/PRECISION_CTRL +[LOG 21:55:44.189] Config(ZOOM_IN) Squad/Controls/Dvorak/ZOOM_IN +[LOG 21:55:44.190] Config(ZOOM_OUT) Squad/Controls/Dvorak/ZOOM_OUT +[LOG 21:55:44.190] Config(SCROLL_VIEW_UP) Squad/Controls/Dvorak/SCROLL_VIEW_UP +[LOG 21:55:44.190] Config(SCROLL_VIEW_DOWN) Squad/Controls/Dvorak/SCROLL_VIEW_DOWN +[LOG 21:55:44.191] Config(SCROLL_ICONS_UP) Squad/Controls/Dvorak/SCROLL_ICONS_UP +[LOG 21:55:44.191] Config(SCROLL_ICONS_DOWN) Squad/Controls/Dvorak/SCROLL_ICONS_DOWN +[LOG 21:55:44.191] Config(CAMERA_ORBIT_UP) Squad/Controls/Dvorak/CAMERA_ORBIT_UP +[LOG 21:55:44.191] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Dvorak/CAMERA_ORBIT_DOWN +[LOG 21:55:44.192] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Dvorak/CAMERA_ORBIT_LEFT +[LOG 21:55:44.192] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Dvorak/CAMERA_ORBIT_RIGHT +[LOG 21:55:44.192] Config(CAMERA_RESET) Squad/Controls/Dvorak/CAMERA_RESET +[LOG 21:55:44.193] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Dvorak/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.193] Config(TIME_WARP_INCREASE) Squad/Controls/Dvorak/TIME_WARP_INCREASE +[LOG 21:55:44.193] Config(TIME_WARP_DECREASE) Squad/Controls/Dvorak/TIME_WARP_DECREASE +[LOG 21:55:44.193] Config(TIME_WARP_STOP) Squad/Controls/Dvorak/TIME_WARP_STOP +[LOG 21:55:44.194] Config(MAP_VIEW_TOGGLE) Squad/Controls/Dvorak/MAP_VIEW_TOGGLE +[LOG 21:55:44.194] Config(NAVBALL_TOGGLE) Squad/Controls/Dvorak/NAVBALL_TOGGLE +[LOG 21:55:44.194] Config(UIMODE_STAGING) Squad/Controls/Dvorak/UIMODE_STAGING +[LOG 21:55:44.195] Config(UIMODE_DOCKING) Squad/Controls/Dvorak/UIMODE_DOCKING +[LOG 21:55:44.195] Config(TRANSLATE_DOWN) Squad/Controls/Dvorak/TRANSLATE_DOWN +[LOG 21:55:44.195] Config(TRANSLATE_UP) Squad/Controls/Dvorak/TRANSLATE_UP +[LOG 21:55:44.195] Config(TRANSLATE_LEFT) Squad/Controls/Dvorak/TRANSLATE_LEFT +[LOG 21:55:44.196] Config(TRANSLATE_RIGHT) Squad/Controls/Dvorak/TRANSLATE_RIGHT +[LOG 21:55:44.196] Config(TRANSLATE_FWD) Squad/Controls/Dvorak/TRANSLATE_FWD +[LOG 21:55:44.196] Config(TRANSLATE_BACK) Squad/Controls/Dvorak/TRANSLATE_BACK +[LOG 21:55:44.197] Config(RCS_TOGGLE) Squad/Controls/Dvorak/RCS_TOGGLE +[LOG 21:55:44.197] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Dvorak/FOCUS_NEXT_VESSEL +[LOG 21:55:44.197] Config(FOCUS_PREV_VESSEL) Squad/Controls/Dvorak/FOCUS_PREV_VESSEL +[LOG 21:55:44.197] Config(TOGGLE_UI) Squad/Controls/Dvorak/TOGGLE_UI +[LOG 21:55:44.198] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Dvorak/TOGGLE_STATUS_SCREEN +[LOG 21:55:44.198] Config(TAKE_SCREENSHOT) Squad/Controls/Dvorak/TAKE_SCREENSHOT +[LOG 21:55:44.198] Config(TOGGLE_LABELS) Squad/Controls/Dvorak/TOGGLE_LABELS +[LOG 21:55:44.199] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Dvorak/TOGGLE_TEMP_GAUGES +[LOG 21:55:44.199] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Dvorak/TOGGLE_TEMP_OVERLAY +[LOG 21:55:44.199] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Dvorak/TOGGLE_FLIGHT_FORCES +[LOG 21:55:44.199] Config(QUICKSAVE) Squad/Controls/Dvorak/QUICKSAVE +[LOG 21:55:44.200] Config(QUICKLOAD) Squad/Controls/Dvorak/QUICKLOAD +[LOG 21:55:44.200] Config(THROTTLE_CUTOFF) Squad/Controls/Dvorak/THROTTLE_CUTOFF +[LOG 21:55:44.200] Config(THROTTLE_FULL) Squad/Controls/Dvorak/THROTTLE_FULL +[LOG 21:55:44.201] Config(LANDING_GEAR) Squad/Controls/Dvorak/LANDING_GEAR +[LOG 21:55:44.201] Config(HEADLIGHT_TOGGLE) Squad/Controls/Dvorak/HEADLIGHT_TOGGLE +[LOG 21:55:44.201] Config(BRAKES) Squad/Controls/Dvorak/BRAKES +[LOG 21:55:44.202] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Dvorak/TOGGLE_SPACENAV_FLIGHT_CONTROL +[LOG 21:55:44.202] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Dvorak/TOGGLE_SPACENAV_ROLL_LOCK +[LOG 21:55:44.202] Config(WHEEL_STEER_LEFT) Squad/Controls/Dvorak/WHEEL_STEER_LEFT +[LOG 21:55:44.202] Config(WHEEL_STEER_RIGHT) Squad/Controls/Dvorak/WHEEL_STEER_RIGHT +[LOG 21:55:44.202] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Dvorak/WHEEL_THROTTLE_DOWN +[LOG 21:55:44.202] Config(WHEEL_THROTTLE_UP) Squad/Controls/Dvorak/WHEEL_THROTTLE_UP +[LOG 21:55:44.202] Config(EVA_forward) Squad/Controls/Dvorak/EVA_forward +[LOG 21:55:44.204] Config(EVA_back) Squad/Controls/Dvorak/EVA_back +[LOG 21:55:44.204] Config(EVA_left) Squad/Controls/Dvorak/EVA_left +[LOG 21:55:44.204] Config(EVA_right) Squad/Controls/Dvorak/EVA_right +[LOG 21:55:44.204] Config(EVA_yaw_left) Squad/Controls/Dvorak/EVA_yaw_left +[LOG 21:55:44.204] Config(EVA_yaw_right) Squad/Controls/Dvorak/EVA_yaw_right +[LOG 21:55:44.204] Config(EVA_Pack_forward) Squad/Controls/Dvorak/EVA_Pack_forward +[LOG 21:55:44.204] Config(EVA_Pack_back) Squad/Controls/Dvorak/EVA_Pack_back +[LOG 21:55:44.205] Config(EVA_Pack_left) Squad/Controls/Dvorak/EVA_Pack_left +[LOG 21:55:44.205] Config(EVA_Pack_right) Squad/Controls/Dvorak/EVA_Pack_right +[LOG 21:55:44.205] Config(EVA_Pack_up) Squad/Controls/Dvorak/EVA_Pack_up +[LOG 21:55:44.206] Config(EVA_Pack_down) Squad/Controls/Dvorak/EVA_Pack_down +[LOG 21:55:44.206] Config(EVA_Jump) Squad/Controls/Dvorak/EVA_Jump +[LOG 21:55:44.206] Config(EVA_Run) Squad/Controls/Dvorak/EVA_Run +[LOG 21:55:44.206] Config(EVA_ToggleMovementMode) Squad/Controls/Dvorak/EVA_ToggleMovementMode +[LOG 21:55:44.207] Config(EVA_TogglePack) Squad/Controls/Dvorak/EVA_TogglePack +[LOG 21:55:44.207] Config(EVA_Use) Squad/Controls/Dvorak/EVA_Use +[LOG 21:55:44.207] Config(EVA_Board) Squad/Controls/Dvorak/EVA_Board +[LOG 21:55:44.208] Config(EVA_Orient) Squad/Controls/Dvorak/EVA_Orient +[LOG 21:55:44.208] Config(EVA_Lights) Squad/Controls/Dvorak/EVA_Lights +[LOG 21:55:44.208] Config(EVA_ChuteDeploy) Squad/Controls/Dvorak/EVA_ChuteDeploy +[LOG 21:55:44.208] Config(Editor_pitchUp) Squad/Controls/Dvorak/Editor_pitchUp +[LOG 21:55:44.209] Config(Editor_pitchDown) Squad/Controls/Dvorak/Editor_pitchDown +[LOG 21:55:44.209] Config(Editor_yawLeft) Squad/Controls/Dvorak/Editor_yawLeft +[LOG 21:55:44.209] Config(Editor_yawRight) Squad/Controls/Dvorak/Editor_yawRight +[LOG 21:55:44.210] Config(Editor_rollLeft) Squad/Controls/Dvorak/Editor_rollLeft +[LOG 21:55:44.210] Config(Editor_rollRight) Squad/Controls/Dvorak/Editor_rollRight +[LOG 21:55:44.210] Config(Editor_resetRotation) Squad/Controls/Dvorak/Editor_resetRotation +[LOG 21:55:44.210] Config(Editor_modePlace) Squad/Controls/Dvorak/Editor_modePlace +[LOG 21:55:44.211] Config(Editor_modeOffset) Squad/Controls/Dvorak/Editor_modeOffset +[LOG 21:55:44.211] Config(Editor_modeRotate) Squad/Controls/Dvorak/Editor_modeRotate +[LOG 21:55:44.211] Config(Editor_modeRoot) Squad/Controls/Dvorak/Editor_modeRoot +[LOG 21:55:44.212] Config(Editor_coordSystem) Squad/Controls/Dvorak/Editor_coordSystem +[LOG 21:55:44.212] Config(Editor_toggleSymMethod) Squad/Controls/Dvorak/Editor_toggleSymMethod +[LOG 21:55:44.212] Config(Editor_toggleSymMode) Squad/Controls/Dvorak/Editor_toggleSymMode +[LOG 21:55:44.212] Config(Editor_toggleAngleSnap) Squad/Controls/Dvorak/Editor_toggleAngleSnap +[LOG 21:55:44.213] Config(Editor_fineTweak) Squad/Controls/Dvorak/Editor_fineTweak +[LOG 21:55:44.213] Config(Editor_partSearch) Squad/Controls/Dvorak/Editor_partSearch +[LOG 21:55:44.213] Config(Editor_zoomScrollModifier) Squad/Controls/Dvorak/Editor_zoomScrollModifier +[LOG 21:55:44.214] Config(MODIFIER_KEY) Squad/Controls/Dvorak/MODIFIER_KEY +[LOG 21:55:44.214] Config(AbortActionGroup) Squad/Controls/Dvorak/AbortActionGroup +[LOG 21:55:44.214] Config(CustomActionGroup1) Squad/Controls/Dvorak/CustomActionGroup1 +[LOG 21:55:44.214] Config(CustomActionGroup2) Squad/Controls/Dvorak/CustomActionGroup2 +[LOG 21:55:44.215] Config(CustomActionGroup3) Squad/Controls/Dvorak/CustomActionGroup3 +[LOG 21:55:44.215] Config(CustomActionGroup4) Squad/Controls/Dvorak/CustomActionGroup4 +[LOG 21:55:44.215] Config(CustomActionGroup5) Squad/Controls/Dvorak/CustomActionGroup5 +[LOG 21:55:44.216] Config(CustomActionGroup6) Squad/Controls/Dvorak/CustomActionGroup6 +[LOG 21:55:44.216] Config(CustomActionGroup7) Squad/Controls/Dvorak/CustomActionGroup7 +[LOG 21:55:44.216] Config(CustomActionGroup8) Squad/Controls/Dvorak/CustomActionGroup8 +[LOG 21:55:44.216] Config(CustomActionGroup9) Squad/Controls/Dvorak/CustomActionGroup9 +[LOG 21:55:44.217] Config(CustomActionGroup10) Squad/Controls/Dvorak/CustomActionGroup10 +[LOG 21:55:44.217] Config(KEY_MAP) Squad/Controls/Dvorak/KEY_MAP +[LOG 21:55:44.217] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty/#autoLOC_6001227 +[LOG 21:55:44.218] Config(PITCH_DOWN) Squad/Controls/Qwerty/PITCH_DOWN +[LOG 21:55:44.219] Config(PITCH_UP) Squad/Controls/Qwerty/PITCH_UP +[LOG 21:55:44.219] Config(YAW_LEFT) Squad/Controls/Qwerty/YAW_LEFT +[LOG 21:55:44.219] Config(YAW_RIGHT) Squad/Controls/Qwerty/YAW_RIGHT +[LOG 21:55:44.220] Config(ROLL_LEFT) Squad/Controls/Qwerty/ROLL_LEFT +[LOG 21:55:44.220] Config(ROLL_RIGHT) Squad/Controls/Qwerty/ROLL_RIGHT +[LOG 21:55:44.220] Config(THROTTLE_UP) Squad/Controls/Qwerty/THROTTLE_UP +[LOG 21:55:44.221] Config(THROTTLE_DOWN) Squad/Controls/Qwerty/THROTTLE_DOWN +[LOG 21:55:44.221] Config(SAS_HOLD) Squad/Controls/Qwerty/SAS_HOLD +[LOG 21:55:44.221] Config(SAS_TOGGLE) Squad/Controls/Qwerty/SAS_TOGGLE +[LOG 21:55:44.222] Config(LAUNCH_STAGES) Squad/Controls/Qwerty/LAUNCH_STAGES +[LOG 21:55:44.222] Config(Docking_toggleRotLin) Squad/Controls/Qwerty/Docking_toggleRotLin +[LOG 21:55:44.222] Config(CAMERA_MODE) Squad/Controls/Qwerty/CAMERA_MODE +[LOG 21:55:44.222] Config(CAMERA_NEXT) Squad/Controls/Qwerty/CAMERA_NEXT +[LOG 21:55:44.223] Config(PAUSE) Squad/Controls/Qwerty/PAUSE +[LOG 21:55:44.223] Config(PRECISION_CTRL) Squad/Controls/Qwerty/PRECISION_CTRL +[LOG 21:55:44.224] Config(ZOOM_IN) Squad/Controls/Qwerty/ZOOM_IN +[LOG 21:55:44.224] Config(ZOOM_OUT) Squad/Controls/Qwerty/ZOOM_OUT +[LOG 21:55:44.224] Config(SCROLL_VIEW_UP) Squad/Controls/Qwerty/SCROLL_VIEW_UP +[LOG 21:55:44.224] Config(SCROLL_VIEW_DOWN) Squad/Controls/Qwerty/SCROLL_VIEW_DOWN +[LOG 21:55:44.225] Config(SCROLL_ICONS_UP) Squad/Controls/Qwerty/SCROLL_ICONS_UP +[LOG 21:55:44.225] Config(SCROLL_ICONS_DOWN) Squad/Controls/Qwerty/SCROLL_ICONS_DOWN +[LOG 21:55:44.225] Config(CAMERA_ORBIT_UP) Squad/Controls/Qwerty/CAMERA_ORBIT_UP +[LOG 21:55:44.226] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Qwerty/CAMERA_ORBIT_DOWN +[LOG 21:55:44.226] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Qwerty/CAMERA_ORBIT_LEFT +[LOG 21:55:44.226] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Qwerty/CAMERA_ORBIT_RIGHT +[LOG 21:55:44.226] Config(CAMERA_RESET) Squad/Controls/Qwerty/CAMERA_RESET +[LOG 21:55:44.227] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.227] Config(TIME_WARP_INCREASE) Squad/Controls/Qwerty/TIME_WARP_INCREASE +[LOG 21:55:44.227] Config(TIME_WARP_DECREASE) Squad/Controls/Qwerty/TIME_WARP_DECREASE +[LOG 21:55:44.228] Config(TIME_WARP_STOP) Squad/Controls/Qwerty/TIME_WARP_STOP +[LOG 21:55:44.228] Config(MAP_VIEW_TOGGLE) Squad/Controls/Qwerty/MAP_VIEW_TOGGLE +[LOG 21:55:44.228] Config(NAVBALL_TOGGLE) Squad/Controls/Qwerty/NAVBALL_TOGGLE +[LOG 21:55:44.228] Config(UIMODE_STAGING) Squad/Controls/Qwerty/UIMODE_STAGING +[LOG 21:55:44.229] Config(UIMODE_DOCKING) Squad/Controls/Qwerty/UIMODE_DOCKING +[LOG 21:55:44.229] Config(TRANSLATE_DOWN) Squad/Controls/Qwerty/TRANSLATE_DOWN +[LOG 21:55:44.229] Config(TRANSLATE_UP) Squad/Controls/Qwerty/TRANSLATE_UP +[LOG 21:55:44.230] Config(TRANSLATE_LEFT) Squad/Controls/Qwerty/TRANSLATE_LEFT +[LOG 21:55:44.230] Config(TRANSLATE_RIGHT) Squad/Controls/Qwerty/TRANSLATE_RIGHT +[LOG 21:55:44.230] Config(TRANSLATE_FWD) Squad/Controls/Qwerty/TRANSLATE_FWD +[LOG 21:55:44.231] Config(TRANSLATE_BACK) Squad/Controls/Qwerty/TRANSLATE_BACK +[LOG 21:55:44.231] Config(RCS_TOGGLE) Squad/Controls/Qwerty/RCS_TOGGLE +[LOG 21:55:44.231] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty/FOCUS_NEXT_VESSEL +[LOG 21:55:44.231] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty/FOCUS_PREV_VESSEL +[LOG 21:55:44.232] Config(TOGGLE_UI) Squad/Controls/Qwerty/TOGGLE_UI +[LOG 21:55:44.232] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Qwerty/TOGGLE_STATUS_SCREEN +[LOG 21:55:44.232] Config(TAKE_SCREENSHOT) Squad/Controls/Qwerty/TAKE_SCREENSHOT +[LOG 21:55:44.232] Config(TOGGLE_LABELS) Squad/Controls/Qwerty/TOGGLE_LABELS +[LOG 21:55:44.233] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Qwerty/TOGGLE_TEMP_GAUGES +[LOG 21:55:44.233] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Qwerty/TOGGLE_TEMP_OVERLAY +[LOG 21:55:44.233] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Qwerty/TOGGLE_FLIGHT_FORCES +[LOG 21:55:44.234] Config(QUICKSAVE) Squad/Controls/Qwerty/QUICKSAVE +[LOG 21:55:44.234] Config(QUICKLOAD) Squad/Controls/Qwerty/QUICKLOAD +[LOG 21:55:44.234] Config(THROTTLE_CUTOFF) Squad/Controls/Qwerty/THROTTLE_CUTOFF +[LOG 21:55:44.234] Config(THROTTLE_FULL) Squad/Controls/Qwerty/THROTTLE_FULL +[LOG 21:55:44.235] Config(LANDING_GEAR) Squad/Controls/Qwerty/LANDING_GEAR +[LOG 21:55:44.235] Config(HEADLIGHT_TOGGLE) Squad/Controls/Qwerty/HEADLIGHT_TOGGLE +[LOG 21:55:44.235] Config(BRAKES) Squad/Controls/Qwerty/BRAKES +[LOG 21:55:44.236] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Qwerty/TOGGLE_SPACENAV_FLIGHT_CONTROL +[LOG 21:55:44.236] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Qwerty/TOGGLE_SPACENAV_ROLL_LOCK +[LOG 21:55:44.236] Config(WHEEL_STEER_LEFT) Squad/Controls/Qwerty/WHEEL_STEER_LEFT +[LOG 21:55:44.236] Config(WHEEL_STEER_RIGHT) Squad/Controls/Qwerty/WHEEL_STEER_RIGHT +[LOG 21:55:44.237] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Qwerty/WHEEL_THROTTLE_DOWN +[LOG 21:55:44.237] Config(WHEEL_THROTTLE_UP) Squad/Controls/Qwerty/WHEEL_THROTTLE_UP +[LOG 21:55:44.237] Config(EVA_forward) Squad/Controls/Qwerty/EVA_forward +[LOG 21:55:44.237] Config(EVA_back) Squad/Controls/Qwerty/EVA_back +[LOG 21:55:44.238] Config(EVA_left) Squad/Controls/Qwerty/EVA_left +[LOG 21:55:44.238] Config(EVA_right) Squad/Controls/Qwerty/EVA_right +[LOG 21:55:44.238] Config(EVA_yaw_left) Squad/Controls/Qwerty/EVA_yaw_left +[LOG 21:55:44.239] Config(EVA_yaw_right) Squad/Controls/Qwerty/EVA_yaw_right +[LOG 21:55:44.239] Config(EVA_Pack_forward) Squad/Controls/Qwerty/EVA_Pack_forward +[LOG 21:55:44.239] Config(EVA_Pack_back) Squad/Controls/Qwerty/EVA_Pack_back +[LOG 21:55:44.240] Config(EVA_Pack_left) Squad/Controls/Qwerty/EVA_Pack_left +[LOG 21:55:44.240] Config(EVA_Pack_right) Squad/Controls/Qwerty/EVA_Pack_right +[LOG 21:55:44.240] Config(EVA_Pack_up) Squad/Controls/Qwerty/EVA_Pack_up +[LOG 21:55:44.241] Config(EVA_Pack_down) Squad/Controls/Qwerty/EVA_Pack_down +[LOG 21:55:44.241] Config(EVA_Jump) Squad/Controls/Qwerty/EVA_Jump +[LOG 21:55:44.241] Config(EVA_Run) Squad/Controls/Qwerty/EVA_Run +[LOG 21:55:44.241] Config(EVA_ToggleMovementMode) Squad/Controls/Qwerty/EVA_ToggleMovementMode +[LOG 21:55:44.242] Config(EVA_TogglePack) Squad/Controls/Qwerty/EVA_TogglePack +[LOG 21:55:44.242] Config(EVA_Use) Squad/Controls/Qwerty/EVA_Use +[LOG 21:55:44.242] Config(EVA_Board) Squad/Controls/Qwerty/EVA_Board +[LOG 21:55:44.243] Config(EVA_Orient) Squad/Controls/Qwerty/EVA_Orient +[LOG 21:55:44.243] Config(EVA_Lights) Squad/Controls/Qwerty/EVA_Lights +[LOG 21:55:44.243] Config(EVA_ChuteDeploy) Squad/Controls/Qwerty/EVA_ChuteDeploy +[LOG 21:55:44.243] Config(Editor_pitchUp) Squad/Controls/Qwerty/Editor_pitchUp +[LOG 21:55:44.244] Config(Editor_pitchDown) Squad/Controls/Qwerty/Editor_pitchDown +[LOG 21:55:44.244] Config(Editor_yawLeft) Squad/Controls/Qwerty/Editor_yawLeft +[LOG 21:55:44.244] Config(Editor_yawRight) Squad/Controls/Qwerty/Editor_yawRight +[LOG 21:55:44.244] Config(Editor_rollLeft) Squad/Controls/Qwerty/Editor_rollLeft +[LOG 21:55:44.245] Config(Editor_rollRight) Squad/Controls/Qwerty/Editor_rollRight +[LOG 21:55:44.245] Config(Editor_resetRotation) Squad/Controls/Qwerty/Editor_resetRotation +[LOG 21:55:44.245] Config(Editor_modePlace) Squad/Controls/Qwerty/Editor_modePlace +[LOG 21:55:44.246] Config(Editor_modeOffset) Squad/Controls/Qwerty/Editor_modeOffset +[LOG 21:55:44.246] Config(Editor_modeRotate) Squad/Controls/Qwerty/Editor_modeRotate +[LOG 21:55:44.246] Config(Editor_modeRoot) Squad/Controls/Qwerty/Editor_modeRoot +[LOG 21:55:44.246] Config(Editor_coordSystem) Squad/Controls/Qwerty/Editor_coordSystem +[LOG 21:55:44.247] Config(Editor_toggleSymMethod) Squad/Controls/Qwerty/Editor_toggleSymMethod +[LOG 21:55:44.247] Config(Editor_toggleSymMode) Squad/Controls/Qwerty/Editor_toggleSymMode +[LOG 21:55:44.247] Config(Editor_toggleAngleSnap) Squad/Controls/Qwerty/Editor_toggleAngleSnap +[LOG 21:55:44.248] Config(Editor_fineTweak) Squad/Controls/Qwerty/Editor_fineTweak +[LOG 21:55:44.248] Config(Editor_partSearch) Squad/Controls/Qwerty/Editor_partSearch +[LOG 21:55:44.248] Config(Editor_zoomScrollModifier) Squad/Controls/Qwerty/Editor_zoomScrollModifier +[LOG 21:55:44.248] Config(MODIFIER_KEY) Squad/Controls/Qwerty/MODIFIER_KEY +[LOG 21:55:44.249] Config(AbortActionGroup) Squad/Controls/Qwerty/AbortActionGroup +[LOG 21:55:44.249] Config(CustomActionGroup1) Squad/Controls/Qwerty/CustomActionGroup1 +[LOG 21:55:44.249] Config(CustomActionGroup2) Squad/Controls/Qwerty/CustomActionGroup2 +[LOG 21:55:44.250] Config(CustomActionGroup3) Squad/Controls/Qwerty/CustomActionGroup3 +[LOG 21:55:44.250] Config(CustomActionGroup4) Squad/Controls/Qwerty/CustomActionGroup4 +[LOG 21:55:44.250] Config(CustomActionGroup5) Squad/Controls/Qwerty/CustomActionGroup5 +[LOG 21:55:44.250] Config(CustomActionGroup6) Squad/Controls/Qwerty/CustomActionGroup6 +[LOG 21:55:44.251] Config(CustomActionGroup7) Squad/Controls/Qwerty/CustomActionGroup7 +[LOG 21:55:44.251] Config(CustomActionGroup8) Squad/Controls/Qwerty/CustomActionGroup8 +[LOG 21:55:44.251] Config(CustomActionGroup9) Squad/Controls/Qwerty/CustomActionGroup9 +[LOG 21:55:44.252] Config(CustomActionGroup10) Squad/Controls/Qwerty/CustomActionGroup10 +[LOG 21:55:44.252] Config(KEY_MAP) Squad/Controls/Qwerty/KEY_MAP +[LOG 21:55:44.252] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_en-GB/#autoLOC_6001228 +[LOG 21:55:44.252] Config(KEY_MAP) Squad/Controls/Qwerty_en-GB/KEY_MAP +[LOG 21:55:44.253] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_es-LA/#autoLOC_6001229 +[LOG 21:55:44.253] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_es-LA/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.253] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_es-LA/TIME_WARP_STOP +[LOG 21:55:44.253] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_es-LA/FOCUS_NEXT_VESSEL +[LOG 21:55:44.254] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_es-LA/FOCUS_PREV_VESSEL +[LOG 21:55:44.254] Config(CAMERA_RESET) Squad/Controls/Qwerty_es-LA/CAMERA_RESET +[LOG 21:55:44.254] Config(Editor_partSearch) Squad/Controls/Qwerty_es-LA/Editor_partSearch +[LOG 21:55:44.255] Config(KEY_MAP) Squad/Controls/Qwerty_es-LA/KEY_MAP +[LOG 21:55:44.255] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_it-IT/#autoLOC_6001230 +[LOG 21:55:44.255] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_it-IT/FOCUS_NEXT_VESSEL +[LOG 21:55:44.256] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_it-IT/FOCUS_PREV_VESSEL +[LOG 21:55:44.256] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_it-IT/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.257] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_it-IT/TIME_WARP_STOP +[LOG 21:55:44.257] Config(CAMERA_RESET) Squad/Controls/Qwerty_it-IT/CAMERA_RESET +[LOG 21:55:44.257] Config(Editor_partSearch) Squad/Controls/Qwerty_it-IT/Editor_partSearch +[LOG 21:55:44.258] Config(KEY_MAP) Squad/Controls/Qwerty_it-IT/KEY_MAP +[LOG 21:55:44.258] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_ja-JP/#autoLOC_6001231 +[LOG 21:55:44.258] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_ja-JP/FOCUS_NEXT_VESSEL +[LOG 21:55:44.259] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_ja-JP/FOCUS_PREV_VESSEL +[LOG 21:55:44.259] Config(PRECISION_CTRL) Squad/Controls/Qwerty_ja-JP/PRECISION_CTRL +[LOG 21:55:44.259] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_ja-JP/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.259] Config(Editor_partSearch) Squad/Controls/Qwerty_ja-JP/Editor_partSearch +[LOG 21:55:44.260] Config(CAMERA_RESET) Squad/Controls/Qwerty_ja-JP/CAMERA_RESET +[LOG 21:55:44.260] Config(KEY_MAP) Squad/Controls/Qwerty_ja-JP/KEY_MAP +[LOG 21:55:44.260] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwerty_pt-PT/#autoLOC_6001230 +[LOG 21:55:44.261] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwerty_pt-PT/FOCUS_NEXT_VESSEL +[LOG 21:55:44.261] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwerty_pt-PT/FOCUS_PREV_VESSEL +[LOG 21:55:44.261] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwerty_pt-PT/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.262] Config(TIME_WARP_STOP) Squad/Controls/Qwerty_pt-PT/TIME_WARP_STOP +[LOG 21:55:44.262] Config(CAMERA_RESET) Squad/Controls/Qwerty_pt-PT/CAMERA_RESET +[LOG 21:55:44.262] Config(Editor_partSearch) Squad/Controls/Qwerty_pt-PT/Editor_partSearch +[LOG 21:55:44.262] Config(KEY_MAP) Squad/Controls/Qwerty_pt-PT/KEY_MAP +[LOG 21:55:44.263] Config(KEYBOARD_LAYOUT) Squad/Controls/Qwertz/#autoLOC_6001232 +[LOG 21:55:44.263] Config(PITCH_DOWN) Squad/Controls/Qwertz/PITCH_DOWN +[LOG 21:55:44.263] Config(PITCH_UP) Squad/Controls/Qwertz/PITCH_UP +[LOG 21:55:44.263] Config(YAW_LEFT) Squad/Controls/Qwertz/YAW_LEFT +[LOG 21:55:44.264] Config(YAW_RIGHT) Squad/Controls/Qwertz/YAW_RIGHT +[LOG 21:55:44.264] Config(ROLL_LEFT) Squad/Controls/Qwertz/ROLL_LEFT +[LOG 21:55:44.264] Config(ROLL_RIGHT) Squad/Controls/Qwertz/ROLL_RIGHT +[LOG 21:55:44.265] Config(THROTTLE_UP) Squad/Controls/Qwertz/THROTTLE_UP +[LOG 21:55:44.265] Config(THROTTLE_DOWN) Squad/Controls/Qwertz/THROTTLE_DOWN +[LOG 21:55:44.265] Config(SAS_HOLD) Squad/Controls/Qwertz/SAS_HOLD +[LOG 21:55:44.265] Config(SAS_TOGGLE) Squad/Controls/Qwertz/SAS_TOGGLE +[LOG 21:55:44.266] Config(LAUNCH_STAGES) Squad/Controls/Qwertz/LAUNCH_STAGES +[LOG 21:55:44.266] Config(Docking_toggleRotLin) Squad/Controls/Qwertz/Docking_toggleRotLin +[LOG 21:55:44.266] Config(CAMERA_MODE) Squad/Controls/Qwertz/CAMERA_MODE +[LOG 21:55:44.266] Config(CAMERA_NEXT) Squad/Controls/Qwertz/CAMERA_NEXT +[LOG 21:55:44.267] Config(PAUSE) Squad/Controls/Qwertz/PAUSE +[LOG 21:55:44.267] Config(PRECISION_CTRL) Squad/Controls/Qwertz/PRECISION_CTRL +[LOG 21:55:44.267] Config(ZOOM_IN) Squad/Controls/Qwertz/ZOOM_IN +[LOG 21:55:44.268] Config(ZOOM_OUT) Squad/Controls/Qwertz/ZOOM_OUT +[LOG 21:55:44.268] Config(SCROLL_VIEW_UP) Squad/Controls/Qwertz/SCROLL_VIEW_UP +[LOG 21:55:44.269] Config(SCROLL_VIEW_DOWN) Squad/Controls/Qwertz/SCROLL_VIEW_DOWN +[LOG 21:55:44.269] Config(SCROLL_ICONS_UP) Squad/Controls/Qwertz/SCROLL_ICONS_UP +[LOG 21:55:44.269] Config(SCROLL_ICONS_DOWN) Squad/Controls/Qwertz/SCROLL_ICONS_DOWN +[LOG 21:55:44.270] Config(CAMERA_ORBIT_UP) Squad/Controls/Qwertz/CAMERA_ORBIT_UP +[LOG 21:55:44.270] Config(CAMERA_ORBIT_DOWN) Squad/Controls/Qwertz/CAMERA_ORBIT_DOWN +[LOG 21:55:44.270] Config(CAMERA_ORBIT_LEFT) Squad/Controls/Qwertz/CAMERA_ORBIT_LEFT +[LOG 21:55:44.270] Config(CAMERA_ORBIT_RIGHT) Squad/Controls/Qwertz/CAMERA_ORBIT_RIGHT +[LOG 21:55:44.271] Config(CAMERA_RESET) Squad/Controls/Qwertz/CAMERA_RESET +[LOG 21:55:44.271] Config(CAMERA_MOUSE_TOGGLE) Squad/Controls/Qwertz/CAMERA_MOUSE_TOGGLE +[LOG 21:55:44.271] Config(TIME_WARP_INCREASE) Squad/Controls/Qwertz/TIME_WARP_INCREASE +[LOG 21:55:44.272] Config(TIME_WARP_DECREASE) Squad/Controls/Qwertz/TIME_WARP_DECREASE +[LOG 21:55:44.272] Config(TIME_WARP_STOP) Squad/Controls/Qwertz/TIME_WARP_STOP +[LOG 21:55:44.272] Config(MAP_VIEW_TOGGLE) Squad/Controls/Qwertz/MAP_VIEW_TOGGLE +[LOG 21:55:44.273] Config(NAVBALL_TOGGLE) Squad/Controls/Qwertz/NAVBALL_TOGGLE +[LOG 21:55:44.273] Config(UIMODE_STAGING) Squad/Controls/Qwertz/UIMODE_STAGING +[LOG 21:55:44.273] Config(UIMODE_DOCKING) Squad/Controls/Qwertz/UIMODE_DOCKING +[LOG 21:55:44.274] Config(TRANSLATE_DOWN) Squad/Controls/Qwertz/TRANSLATE_DOWN +[LOG 21:55:44.274] Config(TRANSLATE_UP) Squad/Controls/Qwertz/TRANSLATE_UP +[LOG 21:55:44.274] Config(TRANSLATE_LEFT) Squad/Controls/Qwertz/TRANSLATE_LEFT +[LOG 21:55:44.274] Config(TRANSLATE_RIGHT) Squad/Controls/Qwertz/TRANSLATE_RIGHT +[LOG 21:55:44.275] Config(TRANSLATE_FWD) Squad/Controls/Qwertz/TRANSLATE_FWD +[LOG 21:55:44.275] Config(TRANSLATE_BACK) Squad/Controls/Qwertz/TRANSLATE_BACK +[LOG 21:55:44.276] Config(RCS_TOGGLE) Squad/Controls/Qwertz/RCS_TOGGLE +[LOG 21:55:44.276] Config(FOCUS_NEXT_VESSEL) Squad/Controls/Qwertz/FOCUS_NEXT_VESSEL +[LOG 21:55:44.277] Config(FOCUS_PREV_VESSEL) Squad/Controls/Qwertz/FOCUS_PREV_VESSEL +[LOG 21:55:44.277] Config(TOGGLE_UI) Squad/Controls/Qwertz/TOGGLE_UI +[LOG 21:55:44.277] Config(TOGGLE_STATUS_SCREEN) Squad/Controls/Qwertz/TOGGLE_STATUS_SCREEN +[LOG 21:55:44.278] Config(TAKE_SCREENSHOT) Squad/Controls/Qwertz/TAKE_SCREENSHOT +[LOG 21:55:44.278] Config(TOGGLE_LABELS) Squad/Controls/Qwertz/TOGGLE_LABELS +[LOG 21:55:44.278] Config(TOGGLE_TEMP_GAUGES) Squad/Controls/Qwertz/TOGGLE_TEMP_GAUGES +[LOG 21:55:44.279] Config(TOGGLE_TEMP_OVERLAY) Squad/Controls/Qwertz/TOGGLE_TEMP_OVERLAY +[LOG 21:55:44.279] Config(TOGGLE_FLIGHT_FORCES) Squad/Controls/Qwertz/TOGGLE_FLIGHT_FORCES +[LOG 21:55:44.279] Config(QUICKSAVE) Squad/Controls/Qwertz/QUICKSAVE +[LOG 21:55:44.280] Config(QUICKLOAD) Squad/Controls/Qwertz/QUICKLOAD +[LOG 21:55:44.280] Config(THROTTLE_CUTOFF) Squad/Controls/Qwertz/THROTTLE_CUTOFF +[LOG 21:55:44.280] Config(THROTTLE_FULL) Squad/Controls/Qwertz/THROTTLE_FULL +[LOG 21:55:44.280] Config(LANDING_GEAR) Squad/Controls/Qwertz/LANDING_GEAR +[LOG 21:55:44.281] Config(HEADLIGHT_TOGGLE) Squad/Controls/Qwertz/HEADLIGHT_TOGGLE +[LOG 21:55:44.281] Config(BRAKES) Squad/Controls/Qwertz/BRAKES +[LOG 21:55:44.281] Config(TOGGLE_SPACENAV_FLIGHT_CONTROL) Squad/Controls/Qwertz/TOGGLE_SPACENAV_FLIGHT_CONTROL +[LOG 21:55:44.281] Config(TOGGLE_SPACENAV_ROLL_LOCK) Squad/Controls/Qwertz/TOGGLE_SPACENAV_ROLL_LOCK +[LOG 21:55:44.282] Config(WHEEL_STEER_LEFT) Squad/Controls/Qwertz/WHEEL_STEER_LEFT +[LOG 21:55:44.282] Config(WHEEL_STEER_RIGHT) Squad/Controls/Qwertz/WHEEL_STEER_RIGHT +[LOG 21:55:44.282] Config(WHEEL_THROTTLE_DOWN) Squad/Controls/Qwertz/WHEEL_THROTTLE_DOWN +[LOG 21:55:44.283] Config(WHEEL_THROTTLE_UP) Squad/Controls/Qwertz/WHEEL_THROTTLE_UP +[LOG 21:55:44.283] Config(EVA_forward) Squad/Controls/Qwertz/EVA_forward +[LOG 21:55:44.283] Config(EVA_back) Squad/Controls/Qwertz/EVA_back +[LOG 21:55:44.283] Config(EVA_left) Squad/Controls/Qwertz/EVA_left +[LOG 21:55:44.284] Config(EVA_right) Squad/Controls/Qwertz/EVA_right +[LOG 21:55:44.284] Config(EVA_yaw_left) Squad/Controls/Qwertz/EVA_yaw_left +[LOG 21:55:44.284] Config(EVA_yaw_right) Squad/Controls/Qwertz/EVA_yaw_right +[LOG 21:55:44.285] Config(EVA_Pack_forward) Squad/Controls/Qwertz/EVA_Pack_forward +[LOG 21:55:44.285] Config(EVA_Pack_back) Squad/Controls/Qwertz/EVA_Pack_back +[LOG 21:55:44.285] Config(EVA_Pack_left) Squad/Controls/Qwertz/EVA_Pack_left +[LOG 21:55:44.285] Config(EVA_Pack_right) Squad/Controls/Qwertz/EVA_Pack_right +[LOG 21:55:44.286] Config(EVA_Pack_up) Squad/Controls/Qwertz/EVA_Pack_up +[LOG 21:55:44.286] Config(EVA_Pack_down) Squad/Controls/Qwertz/EVA_Pack_down +[LOG 21:55:44.286] Config(EVA_Jump) Squad/Controls/Qwertz/EVA_Jump +[LOG 21:55:44.287] Config(EVA_Run) Squad/Controls/Qwertz/EVA_Run +[LOG 21:55:44.287] Config(EVA_ToggleMovementMode) Squad/Controls/Qwertz/EVA_ToggleMovementMode +[LOG 21:55:44.287] Config(EVA_TogglePack) Squad/Controls/Qwertz/EVA_TogglePack +[LOG 21:55:44.288] Config(EVA_Use) Squad/Controls/Qwertz/EVA_Use +[LOG 21:55:44.288] Config(EVA_Board) Squad/Controls/Qwertz/EVA_Board +[LOG 21:55:44.288] Config(EVA_Orient) Squad/Controls/Qwertz/EVA_Orient +[LOG 21:55:44.289] Config(EVA_Lights) Squad/Controls/Qwertz/EVA_Lights +[LOG 21:55:44.290] Config(Editor_pitchUp) Squad/Controls/Qwertz/Editor_pitchUp +[LOG 21:55:44.290] Config(Editor_pitchDown) Squad/Controls/Qwertz/Editor_pitchDown +[LOG 21:55:44.290] Config(Editor_yawLeft) Squad/Controls/Qwertz/Editor_yawLeft +[LOG 21:55:44.290] Config(Editor_yawRight) Squad/Controls/Qwertz/Editor_yawRight +[LOG 21:55:44.291] Config(Editor_rollLeft) Squad/Controls/Qwertz/Editor_rollLeft +[LOG 21:55:44.291] Config(Editor_rollRight) Squad/Controls/Qwertz/Editor_rollRight +[LOG 21:55:44.291] Config(Editor_resetRotation) Squad/Controls/Qwertz/Editor_resetRotation +[LOG 21:55:44.292] Config(Editor_modePlace) Squad/Controls/Qwertz/Editor_modePlace +[LOG 21:55:44.292] Config(Editor_modeOffset) Squad/Controls/Qwertz/Editor_modeOffset +[LOG 21:55:44.292] Config(Editor_modeRotate) Squad/Controls/Qwertz/Editor_modeRotate +[LOG 21:55:44.292] Config(Editor_modeRoot) Squad/Controls/Qwertz/Editor_modeRoot +[LOG 21:55:44.293] Config(Editor_coordSystem) Squad/Controls/Qwertz/Editor_coordSystem +[LOG 21:55:44.293] Config(Editor_toggleSymMethod) Squad/Controls/Qwertz/Editor_toggleSymMethod +[LOG 21:55:44.293] Config(Editor_toggleSymMode) Squad/Controls/Qwertz/Editor_toggleSymMode +[LOG 21:55:44.293] Config(Editor_toggleAngleSnap) Squad/Controls/Qwertz/Editor_toggleAngleSnap +[LOG 21:55:44.294] Config(Editor_fineTweak) Squad/Controls/Qwertz/Editor_fineTweak +[LOG 21:55:44.294] Config(Editor_partSearch) Squad/Controls/Qwertz/Editor_partSearch +[LOG 21:55:44.294] Config(Editor_zoomScrollModifier) Squad/Controls/Qwertz/Editor_zoomScrollModifier +[LOG 21:55:44.295] Config(MODIFIER_KEY) Squad/Controls/Qwertz/MODIFIER_KEY +[LOG 21:55:44.295] Config(AbortActionGroup) Squad/Controls/Qwertz/AbortActionGroup +[LOG 21:55:44.295] Config(CustomActionGroup1) Squad/Controls/Qwertz/CustomActionGroup1 +[LOG 21:55:44.296] Config(CustomActionGroup2) Squad/Controls/Qwertz/CustomActionGroup2 +[LOG 21:55:44.296] Config(CustomActionGroup3) Squad/Controls/Qwertz/CustomActionGroup3 +[LOG 21:55:44.296] Config(CustomActionGroup4) Squad/Controls/Qwertz/CustomActionGroup4 +[LOG 21:55:44.296] Config(CustomActionGroup5) Squad/Controls/Qwertz/CustomActionGroup5 +[LOG 21:55:44.297] Config(CustomActionGroup6) Squad/Controls/Qwertz/CustomActionGroup6 +[LOG 21:55:44.297] Config(CustomActionGroup7) Squad/Controls/Qwertz/CustomActionGroup7 +[LOG 21:55:44.297] Config(CustomActionGroup8) Squad/Controls/Qwertz/CustomActionGroup8 +[LOG 21:55:44.297] Config(CustomActionGroup9) Squad/Controls/Qwertz/CustomActionGroup9 +[LOG 21:55:44.298] Config(CustomActionGroup10) Squad/Controls/Qwertz/CustomActionGroup10 +[LOG 21:55:44.298] Config(KEY_MAP) Squad/Controls/Qwertz/KEY_MAP +[LOG 21:55:44.298] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot +[LOG 21:55:44.299] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer +[LOG 21:55:44.299] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist +[LOG 21:55:44.299] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist +[LOG 21:55:44.300] Config(Localization) Squad/Localization/dictionary/Localization +[LOG 21:55:44.300] Config(VARIANTTHEME) Squad/Parts/VariantThemes/White +[LOG 21:55:44.301] Config(VARIANTTHEME) Squad/Parts/VariantThemes/BlackAndWhite +[LOG 21:55:44.301] Config(VARIANTTHEME) Squad/Parts/VariantThemes/GrayAndOrange +[LOG 21:55:44.301] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Dark +[LOG 21:55:44.301] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Gray +[LOG 21:55:44.302] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Orange +[LOG 21:55:44.302] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Gold +[LOG 21:55:44.302] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Bare +[LOG 21:55:44.303] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Shroud +[LOG 21:55:44.303] Config(VARIANTTHEME) Squad/Parts/VariantThemes/GrayAndWhite +[LOG 21:55:44.303] Config(VARIANTTHEME) Squad/Parts/VariantThemes/YellowAndWhite +[LOG 21:55:44.304] Config(VARIANTTHEME) Squad/Parts/VariantThemes/Silver +[LOG 21:55:44.304] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone +[LOG 21:55:44.304] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1 +[LOG 21:55:44.304] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop +[LOG 21:55:44.305] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf +[LOG 21:55:44.305] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing +[LOG 21:55:44.305] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin +[LOG 21:55:44.306] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard +[LOG 21:55:44.306] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController +[LOG 21:55:44.306] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing +[LOG 21:55:44.307] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin +[LOG 21:55:44.307] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin +[LOG 21:55:44.307] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake +[LOG 21:55:44.308] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake +[LOG 21:55:44.308] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone +[LOG 21:55:44.308] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA +[LOG 21:55:44.309] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB +[LOG 21:55:44.309] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter +[LOG 21:55:44.309] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone +[LOG 21:55:44.309] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail +[LOG 21:55:44.310] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB +[LOG 21:55:44.310] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1 +[LOG 21:55:44.310] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2 +[LOG 21:55:44.311] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3 +[LOG 21:55:44.311] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0 +[LOG 21:55:44.311] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1 +[LOG 21:55:44.311] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2 +[LOG 21:55:44.312] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3 +[LOG 21:55:44.312] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield +[LOG 21:55:44.312] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong +[LOG 21:55:44.313] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake +[LOG 21:55:44.313] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone +[LOG 21:55:44.313] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7_v2/protectiveRocketNoseMk7_v2/rocketNoseCone_v2 +[LOG 21:55:44.314] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake +[LOG 21:55:44.314] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta +[LOG 21:55:44.314] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1 +[LOG 21:55:44.314] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2 +[LOG 21:55:44.315] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder +[LOG 21:55:44.315] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake +[LOG 21:55:44.315] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet +[LOG 21:55:44.316] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet +[LOG 21:55:44.316] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3 +[LOG 21:55:44.316] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector +[LOG 21:55:44.316] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2 +[LOG 21:55:44.317] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3 +[LOG 21:55:44.317] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4 +[LOG 21:55:44.317] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5 +[LOG 21:55:44.318] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing +[LOG 21:55:44.318] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small +[LOG 21:55:44.318] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf +[LOG 21:55:44.318] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2 +[LOG 21:55:44.319] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3 +[LOG 21:55:44.319] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf +[LOG 21:55:44.319] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5 +[LOG 21:55:44.320] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake +[LOG 21:55:44.320] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing +[LOG 21:55:44.320] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2 +[LOG 21:55:44.321] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3 +[LOG 21:55:44.321] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4 +[LOG 21:55:44.321] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1 +[LOG 21:55:44.321] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2 +[LOG 21:55:44.322] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2 +[LOG 21:55:44.322] Config(PART) Squad/Parts/Command/cupola/cupola/cupola +[LOG 21:55:44.322] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd +[LOG 21:55:44.323] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin +[LOG 21:55:44.323] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule +[LOG 21:55:44.323] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule +[LOG 21:55:44.324] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod +[LOG 21:55:44.324] Config(PART) Squad/Parts/Command/Mk1-3Pod/mk1-3/mk1-3pod +[LOG 21:55:44.324] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit +[LOG 21:55:44.324] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin +[LOG 21:55:44.325] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit +[LOG 21:55:44.325] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall +[LOG 21:55:44.325] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod +[LOG 21:55:44.326] Config(PART) Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/mk1pod_v2 +[LOG 21:55:44.326] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline +[LOG 21:55:44.326] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard +[LOG 21:55:44.338] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore +[LOG 21:55:44.339] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin +[LOG 21:55:44.339] Config(PART) Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/mk2LanderCabin_v2 +[LOG 21:55:44.340] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle +[LOG 21:55:44.340] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube +[LOG 21:55:44.340] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex +[LOG 21:55:44.341] Config(PART) Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/probeCoreHex_v2 +[LOG 21:55:44.341] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto +[LOG 21:55:44.341] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2 +[LOG 21:55:44.342] Config(PART) Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/probeCoreOcto2_v2 +[LOG 21:55:44.342] Config(PART) Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/probeCoreOcto_v2 +[LOG 21:55:44.342] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody +[LOG 21:55:44.343] Config(PART) Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/roverBody_v2 +[LOG 21:55:44.343] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge +[LOG 21:55:44.343] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall +[LOG 21:55:44.343] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere +[LOG 21:55:44.344] Config(PART) Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/probeCoreSphere_v2 +[LOG 21:55:44.344] Config(PART) Squad/Parts/CompoundParts/FuelLine/fuelLine/fuelLine +[LOG 21:55:44.344] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector +[LOG 21:55:44.345] Config(PART) Squad/Parts/Coupling/Decoupler_0/Decoupler_0 +[LOG 21:55:44.345] Config(PART) Squad/Parts/Coupling/Decoupler_1/Decoupler_1 +[LOG 21:55:44.345] Config(PART) Squad/Parts/Coupling/Decoupler_2/Decoupler_2 +[LOG 21:55:44.345] Config(PART) Squad/Parts/Coupling/Decoupler_3/Decoupler_3 +[LOG 21:55:44.346] Config(PART) Squad/Parts/Coupling/Separator_0/Separator_0 +[LOG 21:55:44.346] Config(PART) Squad/Parts/Coupling/Separator_1/Separator_1 +[LOG 21:55:44.346] Config(PART) Squad/Parts/Coupling/Separator_2/Separator_2 +[LOG 21:55:44.347] Config(PART) Squad/Parts/Coupling/Separator_3/Separator_3 +[LOG 21:55:44.347] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2 +[LOG 21:55:44.347] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4 +[LOG 21:55:44.348] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1 +[LOG 21:55:44.348] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3 +[LOG 21:55:44.348] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel +[LOG 21:55:44.348] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5 +[LOG 21:55:44.349] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg +[LOG 21:55:44.349] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack +[LOG 21:55:44.349] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank +[LOG 21:55:44.350] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini +[LOG 21:55:44.350] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack +[LOG 21:55:44.350] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge +[LOG 21:55:44.351] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine +[LOG 21:55:44.351] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet +[LOG 21:55:44.351] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine +[LOG 21:55:44.351] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2 +[LOG 21:55:44.352] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine +[LOG 21:55:44.352] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine +[LOG 21:55:44.352] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini +[LOG 21:55:44.353] Config(PART) Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/liquidEngineMini_v2 +[LOG 21:55:44.353] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike +[LOG 21:55:44.353] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine +[LOG 21:55:44.354] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini +[LOG 21:55:44.354] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3 +[LOG 21:55:44.354] Config(PART) Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/liquidEngine3_v2 +[LOG 21:55:44.354] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine +[LOG 21:55:44.355] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine +[LOG 21:55:44.355] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2 +[LOG 21:55:44.355] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2 +[LOG 21:55:44.356] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2 +[LOG 21:55:44.356] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2 +[LOG 21:55:44.356] Config(PART) Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/liquidEngine2-2_v2 +[LOG 21:55:44.357] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper +[LOG 21:55:44.357] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME +[LOG 21:55:44.357] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster +[LOG 21:55:44.358] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine +[LOG 21:55:44.358] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine +[LOG 21:55:44.358] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER +[LOG 21:55:44.359] Config(PART) Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/solidBooster_v2 +[LOG 21:55:44.359] Config(PART) Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/solidBooster_sm_v2 +[LOG 21:55:44.359] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB +[LOG 21:55:44.360] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine +[LOG 21:55:44.360] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster +[LOG 21:55:44.360] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1 +[LOG 21:55:44.360] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster +[LOG 21:55:44.361] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm +[LOG 21:55:44.361] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1 +[LOG 21:55:44.361] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine +[LOG 21:55:44.362] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2 +[LOG 21:55:44.362] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines +[LOG 21:55:44.362] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2 +[LOG 21:55:44.363] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant +[LOG 21:55:44.363] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2 +[LOG 21:55:44.363] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1 +[LOG 21:55:44.363] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant +[LOG 21:55:44.364] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3 +[LOG 21:55:44.364] Config(PART) Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/externalTankCapsule +[LOG 21:55:44.364] Config(PART) Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/externalTankRound +[LOG 21:55:44.365] Config(PART) Squad/Parts/FuelTank/FoilTanks/ToroidTank/externalTankToroid +[LOG 21:55:44.365] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2 +[LOG 21:55:44.365] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank +[LOG 21:55:44.365] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank +[LOG 21:55:44.366] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2 +[LOG 21:55:44.366] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2 +[LOG 21:55:44.366] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2 +[LOG 21:55:44.367] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage +[LOG 21:55:44.367] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler +[LOG 21:55:44.367] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong +[LOG 21:55:44.367] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter +[LOG 21:55:44.368] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO +[LOG 21:55:44.368] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage +[LOG 21:55:44.368] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO +[LOG 21:55:44.369] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid +[LOG 21:55:44.369] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono +[LOG 21:55:44.369] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin +[LOG 21:55:44.369] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100 +[LOG 21:55:44.369] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25 +[LOG 21:55:44.370] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50 +[LOG 21:55:44.370] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100 +[LOG 21:55:44.370] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25 +[LOG 21:55:44.371] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50 +[LOG 21:55:44.371] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO +[LOG 21:55:44.371] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2 +[LOG 21:55:44.371] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini +[LOG 21:55:44.372] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank +[LOG 21:55:44.372] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank +[LOG 21:55:44.372] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong +[LOG 21:55:44.373] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/Rockomax16_BW +[LOG 21:55:44.373] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/Rockomax32_BW +[LOG 21:55:44.373] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/Rockomax64_BW +[LOG 21:55:44.374] Config(PART) Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/Rockomax8BW +[LOG 21:55:44.374] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/fuelTankSmallFlat +[LOG 21:55:44.374] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/fuelTankSmall +[LOG 21:55:44.374] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/fuelTank +[LOG 21:55:44.375] Config(PART) Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/fuelTank_long +[LOG 21:55:44.375] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank +[LOG 21:55:44.375] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank +[LOG 21:55:44.376] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank +[LOG 21:55:44.376] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank +[LOG 21:55:44.376] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge +[LOG 21:55:44.377] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial +[LOG 21:55:44.377] Config(PART) Squad/Parts/Misc/AsteroidDay/CamSat/InfraredTelescope +[LOG 21:55:44.377] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore +[LOG 21:55:44.377] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna +[LOG 21:55:44.378] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel +[LOG 21:55:44.378] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid +[LOG 21:55:44.378] Config(PART) Squad/Parts/Prebuilt/flag/flag +[LOG 21:55:44.379] Config(PART) Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA +[LOG 21:55:44.379] Config(PART) Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale +[LOG 21:55:44.379] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell +[LOG 21:55:44.379] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray +[LOG 21:55:44.380] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU +[LOG 21:55:44.380] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank +[LOG 21:55:44.381] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill +[LOG 21:55:44.381] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU +[LOG 21:55:44.381] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner +[LOG 21:55:44.382] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill +[LOG 21:55:44.382] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank +[LOG 21:55:44.382] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank +[LOG 21:55:44.383] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner +[LOG 21:55:44.383] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner +[LOG 21:55:44.383] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere +[LOG 21:55:44.384] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment +[LOG 21:55:44.384] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab +[LOG 21:55:44.384] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module +[LOG 21:55:44.385] Config(PART) Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox +[LOG 21:55:44.385] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer +[LOG 21:55:44.385] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer +[LOG 21:55:44.385] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter +[LOG 21:55:44.386] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer +[LOG 21:55:44.386] Config(PART) Squad/Parts/Structural/FLAdapters/adapterSmallMiniShort/adapterSmallMiniShort +[LOG 21:55:44.386] Config(PART) Squad/Parts/Structural/FLAdapters/adapterSmallMiniTall/adapterSmallMiniTall +[LOG 21:55:44.387] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody +[LOG 21:55:44.387] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody +[LOG 21:55:44.387] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage +[LOG 21:55:44.387] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage +[LOG 21:55:44.388] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural +[LOG 21:55:44.388] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler +[LOG 21:55:44.388] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter +[LOG 21:55:44.389] Config(PART) Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/Size3To2Adapter_v2 +[LOG 21:55:44.389] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallBi/adapterLargeSmallBi +[LOG 21:55:44.389] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallQuad/adapterLargeSmallQuad +[LOG 21:55:44.390] Config(PART) Squad/Parts/Structural/stackAdapters/adapterLargeSmallTri/adapterLargeSmallTri +[LOG 21:55:44.390] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub +[LOG 21:55:44.390] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2 +[LOG 21:55:44.391] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3 +[LOG 21:55:44.391] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1 +[LOG 21:55:44.391] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode +[LOG 21:55:44.392] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1 +[LOG 21:55:44.392] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2 +[LOG 21:55:44.392] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint +[LOG 21:55:44.392] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon +[LOG 21:55:44.393] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube +[LOG 21:55:44.393] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto +[LOG 21:55:44.393] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter +[LOG 21:55:44.394] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x +[LOG 21:55:44.394] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x +[LOG 21:55:44.394] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge +[LOG 21:55:44.394] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed +[LOG 21:55:44.395] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall +[LOG 21:55:44.395] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge +[LOG 21:55:44.395] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg +[LOG 21:55:44.396] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm +[LOG 21:55:44.396] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish +[LOG 21:55:44.396] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna +[LOG 21:55:44.396] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna +[LOG 21:55:44.397] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2 +[LOG 21:55:44.397] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler +[LOG 21:55:44.397] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2 +[LOG 21:55:44.398] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator +[LOG 21:55:44.398] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini +[LOG 21:55:44.398] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig +[LOG 21:55:44.398] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2 +[LOG 21:55:44.399] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler +[LOG 21:55:44.399] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini +[LOG 21:55:44.399] Config(PART) Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna +[LOG 21:55:44.399] Config(PART) Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5 +[LOG 21:55:44.400] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2 +[LOG 21:55:44.400] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral +[LOG 21:55:44.400] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3 +[LOG 21:55:44.401] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1 +[LOG 21:55:44.401] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge +[LOG 21:55:44.401] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice +[LOG 21:55:44.402] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1 +[LOG 21:55:44.402] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder +[LOG 21:55:44.402] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay +[LOG 21:55:44.402] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1 +[LOG 21:55:44.403] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2 +[LOG 21:55:44.403] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg +[LOG 21:55:44.403] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1 +[LOG 21:55:44.404] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem +[LOG 21:55:44.404] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs +[LOG 21:55:44.404] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL +[LOG 21:55:44.404] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS +[LOG 21:55:44.405] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin +[LOG 21:55:44.405] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort +[LOG 21:55:44.405] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL +[LOG 21:55:44.406] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM +[LOG 21:55:44.406] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp +[LOG 21:55:44.406] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS +[LOG 21:55:44.406] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle +[LOG 21:55:44.407] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue +[LOG 21:55:44.407] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge +[LOG 21:55:44.408] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial +[LOG 21:55:44.408] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue +[LOG 21:55:44.408] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1 +[LOG 21:55:44.408] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock +[LOG 21:55:44.409] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100 +[LOG 21:55:44.409] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5 +[LOG 21:55:44.409] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50 +[LOG 21:55:44.410] Config(PART) Squad/Parts/Utility/rockomaxAdapters/largeAdapter/largeAdapter +[LOG 21:55:44.410] Config(PART) Squad/Parts/Utility/rockomaxAdapters/largeAdapterShort/largeAdapter2 +[LOG 21:55:44.410] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125 +[LOG 21:55:44.410] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250 +[LOG 21:55:44.411] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1 +[LOG 21:55:44.411] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2 +[LOG 21:55:44.411] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler +[LOG 21:55:44.412] Config(PART) Squad/Parts/Utility/stackCouplers/stackBiCoupler_v2/stackBiCoupler_v2 +[LOG 21:55:44.412] Config(PART) Squad/Parts/Utility/stackCouplers/stackQuadCoupler/stackQuadCoupler +[LOG 21:55:44.412] Config(PART) Squad/Parts/Utility/stackCouplers/stackTriCoupler_v2/stackTriCoupler_v2 +[LOG 21:55:44.413] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler +[LOG 21:55:44.413] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge +[LOG 21:55:44.413] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed +[LOG 21:55:44.414] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree +[LOG 21:55:44.414] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium +[LOG 21:55:44.414] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall +[LOG 21:55:44.414] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay +[LOG 21:55:44.415] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1 +[LOG 21:55:44.415] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2 +[LOG 21:55:44.415] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed +[LOG 21:55:44.416] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3 +[LOG 21:55:44.416] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands +[LOG 21:55:44.416] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth +[LOG 21:55:44.417] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch +[LOG 21:55:44.417] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll +[LOG 21:55:44.417] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw +[LOG 21:55:44.417] Config(PROP) Squad/Props/buttonsGeneric/circularButton/genericCircularButton +[LOG 21:55:44.418] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons +[LOG 21:55:44.418] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2 +[LOG 21:55:44.418] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs +[LOG 21:55:44.419] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2 +[LOG 21:55:44.419] Config(PROP) Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed +[LOG 21:55:44.419] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01 +[LOG 21:55:44.419] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02 +[LOG 21:55:44.420] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03 +[LOG 21:55:44.420] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04 +[LOG 21:55:44.420] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05 +[LOG 21:55:44.420] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06 +[LOG 21:55:44.421] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07 +[LOG 21:55:44.421] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob +[LOG 21:55:44.421] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2 +[LOG 21:55:44.422] Config(PROP) Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch +[LOG 21:55:44.422] Config(PROP) Squad/Props/buttonsGeneric/squareButton/genericSquareButton +[LOG 21:55:44.422] Config(PROP) Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch +[LOG 21:55:44.422] Config(PROP) Squad/Props/buttonsGeneric/switch/genericSwitch +[LOG 21:55:44.423] Config(PROP) Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards +[LOG 21:55:44.423] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare +[LOG 21:55:44.423] Config(PROP) Squad/Props/circularButton/prop/circularButton +[LOG 21:55:44.424] Config(PROP) Squad/Props/Compass/prop/Compass +[LOG 21:55:44.424] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob +[LOG 21:55:44.424] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2 +[LOG 21:55:44.425] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel +[LOG 21:55:44.425] Config(PROP) Squad/Props/IVANavBall/prop/NavBall +[LOG 21:55:44.425] Config(PROP) Squad/Props/IVANavBallNoBase/prop/NavBallNoBase +[LOG 21:55:44.425] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed +[LOG 21:55:44.426] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode +[LOG 21:55:44.426] Config(PROP) Squad/Props/NavBall/prop/NavBall +[LOG 21:55:44.426] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode +[LOG 21:55:44.427] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA +[LOG 21:55:44.427] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB +[LOG 21:55:44.427] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC +[LOG 21:55:44.428] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane +[LOG 21:55:44.428] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90 +[LOG 21:55:44.428] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame +[LOG 21:55:44.428] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger +[LOG 21:55:44.429] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot +[LOG 21:55:44.429] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet +[LOG 21:55:44.429] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick +[LOG 21:55:44.430] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch +[LOG 21:55:44.430] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter +[LOG 21:55:44.430] Config(PROP) Squad/Props/squareButton/prop/squareButton +[LOG 21:55:44.430] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch +[LOG 21:55:44.431] Config(PROP) Squad/Props/switch/prop/switch +[LOG 21:55:44.431] Config(PROP) Squad/Props/switchGuard/prop/switchGuard +[LOG 21:55:44.431] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards +[LOG 21:55:44.432] Config(PROP) Squad/Props/throttle/prop/throttle +[LOG 21:55:44.432] Config(PROP) Squad/Props/VSI/prop/VSI +[LOG 21:55:44.432] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE +[LOG 21:55:44.432] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE +[LOG 21:55:44.433] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE +[LOG 21:55:44.433] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID +[LOG 21:55:44.433] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES +[LOG 21:55:44.434] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS +[LOG 21:55:44.434] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION +[LOG 21:55:44.434] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel +[LOG 21:55:44.434] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer +[LOG 21:55:44.435] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel +[LOG 21:55:44.435] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant +[LOG 21:55:44.435] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas +[LOG 21:55:44.436] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge +[LOG 21:55:44.436] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir +[LOG 21:55:44.436] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant +[LOG 21:55:44.436] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore +[LOG 21:55:44.437] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator +[LOG 21:55:44.437] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.437] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.438] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.438] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.438] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.439] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.439] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.439] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.439] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.440] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.440] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.441] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION +[LOG 21:55:44.441] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF +[LOG 21:55:44.441] Config(TechTree) Squad/Resources/TechTree/TechTree +[LOG 21:55:44.442] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals +[LOG 21:55:44.442] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal +[LOG 21:55:44.442] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1 +[LOG 21:55:44.443] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3 +[LOG 21:55:44.443] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals +[LOG 21:55:44.443] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal +[LOG 21:55:44.443] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int +[LOG 21:55:44.444] Config(INTERNAL) Squad/Spaces/Mk1-3/internal/Mk1-3 +[LOG 21:55:44.444] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal +[LOG 21:55:44.445] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal +[LOG 21:55:44.445] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal +[LOG 21:55:44.445] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit +[LOG 21:55:44.445] Config(INTERNAL) Squad/Spaces/mk1pod_IVA/mk1pod_Internal/mk1pod_IVA +[LOG 21:55:44.446] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals +[LOG 21:55:44.446] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int +[LOG 21:55:44.446] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal +[LOG 21:55:44.447] Config(INTERNAL) Squad/Spaces/mk2LanderCanInternal/internal/mk2LanderCanInternal +[LOG 21:55:44.447] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int +[LOG 21:55:44.447] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int +[LOG 21:55:44.448] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder +[LOG 21:55:44.448] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit +[LOG 21:55:44.448] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances +[LOG 21:55:44.449] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science +[LOG 21:55:44.449] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations +[LOG 21:55:44.449] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations +[LOG 21:55:44.449] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg +[LOG 21:55:44.450] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg +[LOG 21:55:44.450] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg +[LOG 21:55:44.450] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg +[LOG 21:55:44.451] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg +[LOG 21:55:44.451] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg +[LOG 21:55:44.451] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations +[LOG 21:55:44.451] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders +[LOG 21:55:44.452] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant +[LOG 21:55:44.452] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout +[LOG 21:55:44.452] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative +[LOG 21:55:44.453] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital +[LOG 21:55:44.453] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun +[LOG 21:55:44.453] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit +[LOG 21:55:44.453] Config(Localization) SquadExpansion/MakingHistory/Localization/dictionary/Localization +[LOG 21:55:44.454] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory +[LOG 21:55:44.454] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory_Other +[LOG 21:55:44.454] Config(MISSIONPACK) SquadExpansion/MakingHistory/Missions/MissionPacks/squad_MakingHistory_Tutorial +[LOG 21:55:44.455] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/AccuracyLogic/TestAccuracyLogic +[LOG 21:55:44.455] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionChancePartResourceLevels/ActionPartResourceAmount +[LOG 21:55:44.455] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionExplode/ActionVesselExplode +[LOG 21:55:44.456] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionMissionScore/MissionScore +[LOG 21:55:44.456] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionModifierFunds/ModifyFunds +[LOG 21:55:44.456] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionModifierScore/MissionScore +[LOG 21:55:44.456] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionPartExplode/ActionPartExplode +[LOG 21:55:44.457] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionPartResourceDrain/ActionPartResourceDrain +[LOG 21:55:44.457] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionVesselActionGroup/ActionVesselActionGroup +[LOG 21:55:44.457] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ActionVesselStage/ActionVesselStage +[LOG 21:55:44.458] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateAsteroid/CreateAsteroid +[LOG 21:55:44.458] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateFlag/CreateFlag +[LOG 21:55:44.458] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateLaunchSite/CreateLaunchSite +[LOG 21:55:44.458] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CreateVessel/CreateVessel +[LOG 21:55:44.459] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/CrewAssignment/TestCrewAssignment +[LOG 21:55:44.459] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Destroyed/Crashed +[LOG 21:55:44.459] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/DialogMessage/DialogMessage +[LOG 21:55:44.460] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Distance/Distance +[LOG 21:55:44.460] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EmptyFalse/EmptyFalse +[LOG 21:55:44.460] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EmptyTrue/EmptyTrue +[LOG 21:55:44.460] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EscapeSOI/SOILeft +[LOG 21:55:44.461] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/EVA/EVA +[LOG 21:55:44.461] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Flying/Flying +[LOG 21:55:44.461] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/FundsRecovery/FundsRecovery +[LOG 21:55:44.462] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalBoarded/TestKerbalBoarded +[LOG 21:55:44.462] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalKilled/EVA +[LOG 21:55:44.462] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalRecovery/KerbalRecovery +[LOG 21:55:44.462] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/KerbalRescue/KerbalRescue +[LOG 21:55:44.463] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Landed/Landed +[LOG 21:55:44.463] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Message/Message +[LOG 21:55:44.463] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/MissionFunds/MissionFunds +[LOG 21:55:44.464] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/MissionScore/MissionScore +[LOG 21:55:44.464] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Orbit/Orbit +[LOG 21:55:44.464] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/OrbitParams/OrbitParams +[LOG 21:55:44.464] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartDocking/TestPartDocking +[LOG 21:55:44.465] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartFailure/PartFailure +[LOG 21:55:44.465] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PartRepair/PartRepair +[LOG 21:55:44.465] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PlaceKerbal/CreateKerbal +[LOG 21:55:44.466] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/PlantFlag/PlantFlag +[LOG 21:55:44.466] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ReachSOI/ReachSOI +[LOG 21:55:44.466] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/Resource/ResourceAmount +[LOG 21:55:44.466] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ResourceRecovery/TestResourcesRecovery +[LOG 21:55:44.467] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/ScienceExperiment/ScienceExperiment +[LOG 21:55:44.467] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/SetCamera/SetCamera +[LOG 21:55:44.467] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/SplashDown/SplashDown +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/StageActivated/TestVesselStageActivated +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TakeKerbal/TestTakeKerbal +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TestFlyThrough/TestFlyThrough +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TestGoTo/TestGoTo +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeMET/TimeMET +[LOG 21:55:44.468] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeOfMission/TimeOfMission +[LOG 21:55:44.469] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/TimeSinceNode/TestTimeSinceNode +[LOG 21:55:44.469] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselActiveCount/TestVesselActiveCount +[LOG 21:55:44.469] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselAltitudeGoal/VesselAltitudeGoal +[LOG 21:55:44.470] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselCrewCount/VeselCrewCount +[LOG 21:55:44.470] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselMassLogic/VesselMass +[LOG 21:55:44.470] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselPartCount/PartCount +[LOG 21:55:44.471] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselRecovery/TestVesselRecovery +[LOG 21:55:44.471] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselStage/TestVesselStage +[LOG 21:55:44.471] Config(MEBASICNODE) SquadExpansion/MakingHistory/Nodes/VesselVelocity/VesselVelocity +[LOG 21:55:44.471] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_1p5/Decoupler_1p5 +[LOG 21:55:44.472] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_4/Decoupler_4 +[LOG 21:55:44.472] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_1p5/EnginePlate1p5 +[LOG 21:55:44.472] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_2/EnginePlate2 +[LOG 21:55:44.473] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_3/EnginePlate3 +[LOG 21:55:44.473] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_4/EnginePlate4 +[LOG 21:55:44.474] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/InflatableAirlock/InflatableAirlock +[LOG 21:55:44.474] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Separator_1p5/Separator_1p5 +[LOG 21:55:44.474] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Separator_4/Separator_4 +[LOG 21:55:44.475] Config(PART) SquadExpansion/MakingHistory/Parts/Coupling/Size1p5_Strut_Decoupler/Size1p5_Strut_Decoupler +[LOG 21:55:44.475] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/LiquidEngineKE-1 +[LOG 21:55:44.475] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/LiquidEngineLV-T91 +[LOG 21:55:44.475] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/LiquidEngineLV-TX87 +[LOG 21:55:44.476] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/LiquidEngineRE-I2 +[LOG 21:55:44.476] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/LiquidEngineRE-J10 +[LOG 21:55:44.476] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/LiquidEngineRK-7 +[LOG 21:55:44.477] Config(PART) SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/LiquidEngineRV-1 +[LOG 21:55:44.477] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/monopropMiniSphere +[LOG 21:55:44.477] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/Size1p5_Monoprop +[LOG 21:55:44.478] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/Size1p5_Size0_Adapter_01 +[LOG 21:55:44.478] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/Size1p5_Size1_Adapter_01 +[LOG 21:55:44.478] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/Size1p5_Size1_Adapter_02 +[LOG 21:55:44.478] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/Size1p5_Size2_Adapter_01 +[LOG 21:55:44.479] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/Size1p5_Tank_01 +[LOG 21:55:44.479] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/Size1p5_Tank_02 +[LOG 21:55:44.479] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/Size1p5_Tank_03 +[LOG 21:55:44.480] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/Size1p5_Tank_04 +[LOG 21:55:44.480] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/Size1p5_Tank_05 +[LOG 21:55:44.480] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/Size3_Size4_Adapter_01 +[LOG 21:55:44.480] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/Size4_EngineAdapter_01 +[LOG 21:55:44.481] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/Size4_Tank_01 +[LOG 21:55:44.481] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/Size4_Tank_02 +[LOG 21:55:44.481] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/Size4_Tank_03 +[LOG 21:55:44.482] Config(PART) SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/Size4_Tank_04 +[LOG 21:55:44.482] Config(PART) SquadExpansion/MakingHistory/Parts/Ground/RoverWheel/roverWheelM1-F +[LOG 21:55:44.482] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/fairingSize1p5/fairingSize1p5 +[LOG 21:55:44.482] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/fairingSize4/fairingSize4 +[LOG 21:55:44.483] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/Size1to0ServiceModule/Size1to0ServiceModule +[LOG 21:55:44.483] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/SM18/ServiceModule18 +[LOG 21:55:44.483] Config(PART) SquadExpansion/MakingHistory/Parts/Payload/SM25/ServiceModule25 +[LOG 21:55:44.484] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/kv1Pod +[LOG 21:55:44.484] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/kv2Pod +[LOG 21:55:44.484] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/kv3Pod +[LOG 21:55:44.485] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/Mk2Pod +[LOG 21:55:44.485] Config(PART) SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/MEMLander +[LOG 21:55:44.485] Config(PART) SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/kerbalEVAfemaleVintage +[LOG 21:55:44.485] Config(PART) SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/kerbalEVAVintage +[LOG 21:55:44.486] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle0/EquiTriangle0 +[LOG 21:55:44.486] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1/EquiTriangle1 +[LOG 21:55:44.486] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1p5/EquiTriangle1p5 +[LOG 21:55:44.487] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle2/EquiTriangle2 +[LOG 21:55:44.487] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel0/Panel0 +[LOG 21:55:44.487] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel1/Panel1 +[LOG 21:55:44.488] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel1p5/Panel1p5 +[LOG 21:55:44.488] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Panel2/Panel2 +[LOG 21:55:44.488] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle0/Triangle0 +[LOG 21:55:44.488] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle1/Triangle1 +[LOG 21:55:44.489] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle1p5/Triangle1p5 +[LOG 21:55:44.489] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Triangle2/Triangle2 +[LOG 21:55:44.490] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube1/Tube1 +[LOG 21:55:44.490] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube1p5/Tube1p5 +[LOG 21:55:44.490] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube2/Tube2 +[LOG 21:55:44.491] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube3/Tube3 +[LOG 21:55:44.491] Config(PART) SquadExpansion/MakingHistory/Parts/Structural/Tube4/Tube4 +[LOG 21:55:44.491] Config(PART) SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/HeatShield1p5 +[LOG 21:55:44.491] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_Internal/Airlock_IVA +[LOG 21:55:44.492] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Internal/KV1_IVA +[LOG 21:55:44.492] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Internal/KV2_IVA +[LOG 21:55:44.492] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Internal/KV3_IVA +[LOG 21:55:44.493] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA/MEM_IVA +[LOG 21:55:44.493] Config(INTERNAL) SquadExpansion/MakingHistory/Spaces/Mk2Pod/Mk2Pod_Internal/MK2POD_IVA +[LOG 21:55:44.493] Compiling Configs Completed. +[LOG 21:55:44.496] Resource LiquidFuel added to database +[LOG 21:55:44.497] Resource Oxidizer added to database +[LOG 21:55:44.497] Resource SolidFuel added to database +[LOG 21:55:44.497] Resource MonoPropellant added to database +[LOG 21:55:44.498] Resource XenonGas added to database +[LOG 21:55:44.498] Resource ElectricCharge added to database +[LOG 21:55:44.498] Resource IntakeAir added to database +[LOG 21:55:44.499] Resource EVA Propellant added to database +[LOG 21:55:44.499] Resource Ore added to database +[LOG 21:55:44.500] Resource Ablator added to database +[LOG 21:55:44.500] CodeAssetLoader: Compiling all code assets +[LOG 21:55:44.512] GameDatabase: Assets loaded in 56.948s +[LOG 21:55:44.516] [ModuleManager] Checking Cache +[LOG 21:55:44.914] [ModuleManager] SHA generated in 0.394s +[LOG 21:55:44.915] [ModuleManager] SHA = E5-0B-89-5F-B1-5E-BA-60-02-15-17-B4-4A-AF-21-C2-32-F7-52-86-D3-67-15-A4-A6-67-ED-96-0A-62-9C-3C +[LOG 21:55:44.989] [ModuleManager] Cache SHA = E5-0B-89-5F-B1-5E-BA-60-02-15-17-B4-4A-AF-21-C2-32-F7-52-86-D3-67-15-A4-A6-67-ED-96-0A-62-9C-3C +[LOG 21:55:44.989] [ModuleManager] useCache = True +[LOG 21:55:44.991] [ModuleManager] Loading from Cache +[LOG 21:55:46.217] [ModuleManager] Cache Loaded +[LOG 21:55:46.217] [ModuleManager] ModuleManager: 953 patches loaded from cache -[LOG 20:44:53.902] [ModuleManager] Cache SHA = DC-4B-0C-7B-CD-B1-3E-AC-CA-78-43-07-4D-2E-E8-45-74-65-6E-36-94-8B-C3-F3-C2-A7-4A-AC-CC-B1-C6-A4 -[LOG 20:44:53.903] [ModuleManager] useCache = False -[LOG 20:44:53.906] [ModuleManager] Pre patch init -[LOG 20:44:54.274] [ModuleManager] compiling list of loaded mods... -Mod DLLs found: - Name Assembly Version Assembly File Version KSPAssembly Version SHA256 - - Assembly-CSharp 0.0.0.0 0.0.0.0 478f12cc80dbcee056c8c228725e28ef35b1d6603fae9fe558e764100d6284f4 - ModuleManager 3.0.4.0 3.0.4.0 2.5 ee8bf535f0739cee18649954ef95751e452280d6d5f0f9217225babff3435c26 - MiniAVC 1.2.0.6 1.2.0.6 f5823c3c6734b3d965a9c1c87cc9022d1d71c5cae37ed7cb94da68930a692939 - MagiCore 1.3.1.4 1.3.1.0 9377b06e6692d73eb74d3ece558a7b2c6027a240840df20f777d7aeffc1c4ae1 - ScrapYard 1.0.0.0 1.0.0.0 7ade19f68c756b4f6068dc27b616257ff0db3912a6cf0dbca4e5721724a8eeb1 - OhScrap 1.0.0.0 1.0.0.0 73d2c1e30a7548e2fa5ea5c566cb3f331e8753a7da2824c65329506cc46f0c0b - KSPSteamCtrlr 0.0.1.35 0.0.1.35 1675fa4fcb61d014eb1babe7eed703e7f76a1008537ee57ca7cec65cd9ff94ac -Non-DLL mods added (:FOR[xxx]): -Mods by directory (sub directories of GameData): - Severedsolo - Squad - SquadExpansion - -[LOG 20:44:54.278] [ModuleManager] Loading Physics.cfg -[LOG 20:44:54.284] [ModuleManager] Checking NEEDS. -[LOG 20:44:54.395] [ModuleManager] Sorting patches -[LOG 20:44:54.412] [ModuleManager] Applying patches -[LOG 20:44:54.415] [ModuleManager] Starting patch thread -[LOG 20:44:54.451] [ModuleManager] :FIRST pass -[LOG 20:44:54.453] [ModuleManager] :LEGACY (default) pass -[LOG 20:44:54.454] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/PART -[LOG 20:44:54.454] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airbrake/Airbrake/PART -[LOG 20:44:54.455] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/PART -[LOG 20:44:54.455] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airlinerWings/ControlSurface/PART -[LOG 20:44:54.455] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airlinerWings/MainWing/PART -[LOG 20:44:54.456] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airlinerWings/TailFin/PART -[LOG 20:44:54.456] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airplaneFins/advancedCanard/PART -[LOG 20:44:54.456] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airplaneFins/standardCanard/PART -[LOG 20:44:54.457] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airplaneFins/sweptWing/PART -[LOG 20:44:54.457] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/airplaneFins/tailfin/PART -[LOG 20:44:54.458] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/basicFin/basicFin/PART -[LOG 20:44:54.458] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/circularIntake/circularIntake/PART -[LOG 20:44:54.458] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/circularIntake/intakeShockCone/PART -[LOG 20:44:54.459] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/avionicsNoseCone/PART -[LOG 20:44:54.459] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/ConeA/PART -[LOG 20:44:54.460] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/ConeB/PART -[LOG 20:44:54.460] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/noseConeAdapter/PART -[LOG 20:44:54.461] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/smallNoseCone/PART -[LOG 20:44:54.461] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/tailConnectorA/PART -[LOG 20:44:54.461] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/cones/tailConnectorB/PART -[LOG 20:44:54.462] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/fairings/fairingSize1/PART -[LOG 20:44:54.462] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/fairings/fairingSize2/PART -[LOG 20:44:54.463] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/fairings/fairingSize3/PART -[LOG 20:44:54.463] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/HeatShield/HeatShield0/PART -[LOG 20:44:54.463] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/HeatShield/HeatShield1/PART -[LOG 20:44:54.464] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/HeatShield/HeatShield2/PART -[LOG 20:44:54.464] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/HeatShield/HeatShield3/PART -[LOG 20:44:54.465] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/InflatableHeatShield/HeatShield/PART -[LOG 20:44:54.465] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/PART -[LOG 20:44:54.465] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/miniIntake/SmallIntake/PART -[LOG 20:44:54.466] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/PART -[LOG 20:44:54.466] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/protectiveRocketNoseMk7_v2/protectiveRocketNoseMk7_v2/PART -[LOG 20:44:54.467] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/ramAirIntake/ramAirIntake/PART -[LOG 20:44:54.467] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/shuttleWings/delta/PART -[LOG 20:44:54.467] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/shuttleWings/elevon1/PART -[LOG 20:44:54.468] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/shuttleWings/elevon2/PART -[LOG 20:44:54.468] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/shuttleWings/rudder/PART -[LOG 20:44:54.469] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/shuttleWings/strake/PART -[LOG 20:44:54.469] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/PART -[LOG 20:44:54.469] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/PART -[LOG 20:44:54.470] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/PART -[LOG 20:44:54.470] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/connector1/PART -[LOG 20:44:54.470] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/connector2/PART -[LOG 20:44:54.471] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/connector3/PART -[LOG 20:44:54.471] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/connector4/PART -[LOG 20:44:54.472] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/connector5/PART -[LOG 20:44:54.472] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/delta/PART -[LOG 20:44:54.472] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/delta_small/PART -[LOG 20:44:54.473] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/elevon1/PART -[LOG 20:44:54.473] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/elevon2/PART -[LOG 20:44:54.474] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/elevon3/PART -[LOG 20:44:54.474] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/elevon4/PART -[LOG 20:44:54.474] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/elevon5/PART -[LOG 20:44:54.475] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/strake/PART -[LOG 20:44:54.475] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/structural1/PART -[LOG 20:44:54.476] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/structural2/PART -[LOG 20:44:54.476] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/structural3/PART -[LOG 20:44:54.476] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/structural4/PART -[LOG 20:44:54.477] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/swept1/PART -[LOG 20:44:54.477] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Aero/wings/swept2/PART -[LOG 20:44:54.478] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/PART -[LOG 20:44:54.478] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:54.478] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/externalCommandSeat/externalCommandSeat/PART -[LOG 20:44:54.479] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/PART -[LOG 20:44:54.479] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/PART -[LOG 20:44:54.480] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/PART -[LOG 20:44:54.480] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:54.480] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.481] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:54.481] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/PART -[LOG 20:44:54.481] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:54.482] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:54.482] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:54.483] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:54.483] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:54.484] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:54.484] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:54.484] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:54.487] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:54.487] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:54.488] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreCube/probeCoreCube/PART -[LOG 20:44:54.488] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:54.488] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:54.489] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:54.489] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/PART -[LOG 20:44:54.490] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/PART -[LOG 20:44:54.490] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:54.490] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeRoverBody/probeRoverBody/PART -[LOG 20:44:54.491] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/PART -[LOG 20:44:54.491] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:54.492] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:54.492] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeStackSphere/probeStackSphere/PART -[LOG 20:44:54.492] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/PART -[LOG 20:44:54.493] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/CompoundParts/FuelLine/fuelLine/PART -[LOG 20:44:54.494] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/CompoundParts/strutConnector/strutConnector/PART -[LOG 20:44:54.494] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Decoupler_0/PART -[LOG 20:44:54.494] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Decoupler_1/PART -[LOG 20:44:54.495] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Decoupler_2/PART -[LOG 20:44:54.495] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Decoupler_3/PART -[LOG 20:44:54.496] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Separator_0/PART -[LOG 20:44:54.496] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Separator_1/PART -[LOG 20:44:54.496] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Separator_2/PART -[LOG 20:44:54.497] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Coupling/Separator_3/PART -[LOG 20:44:54.497] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/PART -[LOG 20:44:54.497] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/PART -[LOG 20:44:54.498] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/PART -[LOG 20:44:54.498] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/PART -[LOG 20:44:54.499] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/PART -[LOG 20:44:54.499] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/PART -[LOG 20:44:54.499] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/RTG/RTG/PART -[LOG 20:44:54.500] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/z-100Battery/z-100Battery/PART -[LOG 20:44:54.500] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/z-1kBattery/z-1kBattery/PART -[LOG 20:44:54.501] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/z-200Battery/z-200Battery/PART -[LOG 20:44:54.501] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/z-400Battery/z-400Battery/PART -[LOG 20:44:54.501] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Electrical/z-4kBattery/z-4kBattery/PART -[LOG 20:44:54.502] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/ionEngine/ionEngine/PART -[LOG 20:44:54.502] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/jetEngines/jetEngineAfterburning/PART -[LOG 20:44:54.503] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/jetEngines/jetEngineBasic/PART -[LOG 20:44:54.503] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/jetEngines/jetEngineBig/PART -[LOG 20:44:54.503] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/jetEngines/jetEngineTurbo/PART -[LOG 20:44:54.504] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/PART -[LOG 20:44:54.504] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/PART -[LOG 20:44:54.505] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/PART -[LOG 20:44:54.505] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/PART -[LOG 20:44:54.505] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/PART -[LOG 20:44:54.506] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/PART -[LOG 20:44:54.506] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/PART -[LOG 20:44:54.507] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/PART -[LOG 20:44:54.507] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/PART -[LOG 20:44:54.507] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/PART -[LOG 20:44:54.508] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/PART -[LOG 20:44:54.508] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/PART -[LOG 20:44:54.509] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/PART -[LOG 20:44:54.510] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/PART -[LOG 20:44:54.510] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/PART -[LOG 20:44:54.510] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/PART -[LOG 20:44:54.511] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/liquidEngineSSME/SSME/PART -[LOG 20:44:54.511] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/MassiveSRB/part/PART -[LOG 20:44:54.512] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/miniJet/SmallJetEngine/PART -[LOG 20:44:54.512] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/OMSEngine/omsEngine/PART -[LOG 20:44:54.513] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/rapierEngine/rapierEngine/PART -[LOG 20:44:54.513] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/PART -[LOG 20:44:54.513] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/PART -[LOG 20:44:54.514] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/Size2LFB/part/PART -[LOG 20:44:54.514] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/Size3AdvancedEngine/part/PART -[LOG 20:44:54.514] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/Size3EngineCluster/part/PART -[LOG 20:44:54.515] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/PART -[LOG 20:44:54.515] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/PART -[LOG 20:44:54.516] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/PART -[LOG 20:44:54.516] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/PART -[LOG 20:44:54.516] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Engine/vernorEngine/vernorEngine/PART -[LOG 20:44:54.517] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/PART -[LOG 20:44:54.517] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/PART -[LOG 20:44:54.518] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/PART -[LOG 20:44:54.518] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/PART -[LOG 20:44:54.520] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/PART -[LOG 20:44:54.520] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1/PART -[LOG 20:44:54.521] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/PART -[LOG 20:44:54.521] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/PART -[LOG 20:44:54.522] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/PART -[LOG 20:44:54.522] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/PART -[LOG 20:44:54.523] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/FoilTanks/ToroidTank/PART -[LOG 20:44:54.523] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/PART -[LOG 20:44:54.523] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/PART -[LOG 20:44:54.524] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/PART -[LOG 20:44:54.524] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/PART -[LOG 20:44:54.524] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/PART -[LOG 20:44:54.554] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/PART -[LOG 20:44:54.555] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/miniFuselage/miniFuselage/PART -[LOG 20:44:54.556] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2Adapters/bicoupler/PART -[LOG 20:44:54.556] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2Adapters/long/PART -[LOG 20:44:54.557] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2Adapters/standard/PART -[LOG 20:44:54.557] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/PART -[LOG 20:44:54.557] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2FuselageLong/L_long/PART -[LOG 20:44:54.558] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/PART -[LOG 20:44:54.558] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2FuselageShort/L_short/PART -[LOG 20:44:54.558] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/PART -[LOG 20:44:54.559] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/CREW/PART -[LOG 20:44:54.559] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LFO_100/PART -[LOG 20:44:54.560] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LFO_25/PART -[LOG 20:44:54.560] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LFO_50/PART -[LOG 20:44:54.560] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LF_100/PART -[LOG 20:44:54.561] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LF_25/PART -[LOG 20:44:54.561] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/LF_50/PART -[LOG 20:44:54.562] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/mk3Fuselage/MONO/PART -[LOG 20:44:54.562] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/PART -[LOG 20:44:54.563] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/PART -[LOG 20:44:54.563] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/PART -[LOG 20:44:54.563] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/PART -[LOG 20:44:54.564] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/PART -[LOG 20:44:54.564] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/PART -[LOG 20:44:54.564] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/PART -[LOG 20:44:54.564] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/PART -[LOG 20:44:54.564] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/PART -[LOG 20:44:54.565] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/PART -[LOG 20:44:54.565] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/PART -[LOG 20:44:54.566] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/PART -[LOG 20:44:54.566] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/PART -[LOG 20:44:54.566] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size3Tanks/large/PART -[LOG 20:44:54.567] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size3Tanks/medium/PART -[LOG 20:44:54.567] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/Size3Tanks/small/PART -[LOG 20:44:54.568] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/xenonTank/xenonTank/PART -[LOG 20:44:54.568] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/PART -[LOG 20:44:54.568] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/PART -[LOG 20:44:54.569] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Misc/AsteroidDay/CamSat/PART -[LOG 20:44:54.569] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:54.570] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Misc/AsteroidDay/HighGainAntenna/PART -[LOG 20:44:54.570] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Misc/AsteroidDay/LgRadialSolar/PART -[LOG 20:44:54.570] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Misc/PotatoRoid/part/PART -[LOG 20:44:54.571] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Prebuilt/flag/PART -[LOG 20:44:54.571] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Prebuilt/kerbalEVA/PART -[LOG 20:44:54.572] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Prebuilt/kerbalEVAfemale/PART -[LOG 20:44:54.572] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/FuelCell/FuelCell/PART -[LOG 20:44:54.572] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/FuelCell/FuelCellArray/PART -[LOG 20:44:54.574] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/ISRU/ISRU/PART -[LOG 20:44:54.574] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/LargeTank/LargeTank/PART -[LOG 20:44:54.575] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/MiniDrill/MiniDrill/PART -[LOG 20:44:54.575] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/MiniISRU/MiniISRU/PART -[LOG 20:44:54.575] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/PART -[LOG 20:44:54.576] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/RadialDrill/RadialDrill/PART -[LOG 20:44:54.576] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/RadialTank/RadialTank/PART -[LOG 20:44:54.576] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/SmallTank/SmallTank/PART -[LOG 20:44:54.576] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/PART -[LOG 20:44:54.576] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Resources/SurveyScanner/SurveyScanner/PART -[LOG 20:44:54.577] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/PART -[LOG 20:44:54.577] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/GooExperiment/gooExperiment/PART -[LOG 20:44:54.578] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/PART -[LOG 20:44:54.578] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/MaterialBay/materialBay/PART -[LOG 20:44:54.578] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/ScienceBox/ScienceBox/PART -[LOG 20:44:54.579] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/PART -[LOG 20:44:54.579] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/sensorBarometer/sensorBarometer/PART -[LOG 20:44:54.580] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/sensorGravimeter/sensorGravimeter/PART -[LOG 20:44:54.580] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Science/sensorThermometer/sensorThermometer/PART -[LOG 20:44:54.580] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/FLAdapters/adapterSmallMiniShort/PART -[LOG 20:44:54.581] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/FLAdapters/adapterSmallMiniTall/PART -[LOG 20:44:54.581] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/mk1Parts/engineBodyRadial/PART -[LOG 20:44:54.582] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/mk1Parts/engineNacelle/PART -[LOG 20:44:54.582] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/mk1Parts/mk1Fuselage/PART -[LOG 20:44:54.582] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/PART -[LOG 20:44:54.583] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/mk1Parts/mk1Structural/PART -[LOG 20:44:54.583] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/Size3Decoupler/part/PART -[LOG 20:44:54.584] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/Size3To2Adapter/part/PART -[LOG 20:44:54.584] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/PART -[LOG 20:44:54.584] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/stackAdapters/adapterLargeSmallBi/PART -[LOG 20:44:54.585] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/stackAdapters/adapterLargeSmallQuad/PART -[LOG 20:44:54.585] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/stackAdapters/adapterLargeSmallTri/PART -[LOG 20:44:54.586] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/stationHub/stationHub/PART -[LOG 20:44:54.586] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/PART -[LOG 20:44:54.587] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/PART -[LOG 20:44:54.588] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/PART -[LOG 20:44:54.589] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralMicronode/structuralMicronode/PART -[LOG 20:44:54.589] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/PART -[LOG 20:44:54.590] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/PART -[LOG 20:44:54.590] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralPylons/smallHardpoint/PART -[LOG 20:44:54.590] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/structuralPylons/structuralPylon/PART -[LOG 20:44:54.591] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/PART -[LOG 20:44:54.591] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/strutOcto/strutOcto/PART -[LOG 20:44:54.592] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/PART -[LOG 20:44:54.592] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/trussGirderL/trussGirderL/PART -[LOG 20:44:54.593] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Structural/trussGirderXL/trussGirderXL/PART -[LOG 20:44:54.593] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/PART -[LOG 20:44:54.594] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/PART -[LOG 20:44:54.594] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/PART -[LOG 20:44:54.595] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/PART -[LOG 20:44:54.595] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/RadiatorPanels/radPanelLg/PART -[LOG 20:44:54.595] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Thermal/RadiatorPanels/radPanelSm/PART -[LOG 20:44:54.596] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/commDish88-88/commDish88-88/PART -[LOG 20:44:54.596] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/PART -[LOG 20:44:54.597] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/commsDish16/commsAntenna16/PART -[LOG 20:44:54.597] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/PART -[LOG 20:44:54.597] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/PART -[LOG 20:44:54.598] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/PART -[LOG 20:44:54.598] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/PART -[LOG 20:44:54.599] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/PART -[LOG 20:44:54.599] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/PART -[LOG 20:44:54.599] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/PART -[LOG 20:44:54.600] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/PART -[LOG 20:44:54.600] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/PART -[LOG 20:44:54.601] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/DirectAntennas/C16S/PART -[LOG 20:44:54.601] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/DirectAntennas/HG-5/PART -[LOG 20:44:54.601] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/dockingPort/dockingPort/PART -[LOG 20:44:54.602] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/dockingPortInline/dockingPortInline/PART -[LOG 20:44:54.602] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/dockingPortJr/dockingPortJr/PART -[LOG 20:44:54.603] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/PART -[LOG 20:44:54.603] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/dockingPortSr/dockingPortSr/PART -[LOG 20:44:54.603] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/GrapplingDevice/part/PART -[LOG 20:44:54.604] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/ladderRadial/ladderRadial/PART -[LOG 20:44:54.604] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/PART -[LOG 20:44:54.605] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/PART -[LOG 20:44:54.605] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/PART -[LOG 20:44:54.606] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/PART -[LOG 20:44:54.606] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/PART -[LOG 20:44:54.606] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/launchClamp1/launchClamp1/PART -[LOG 20:44:54.607] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/launchEscapeSystem/part/PART -[LOG 20:44:54.607] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/linearRCS/linearRCS/PART -[LOG 20:44:54.607] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk2CargoBay/BayL/PART -[LOG 20:44:54.608] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk2CargoBay/BayS/PART -[LOG 20:44:54.608] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/PART -[LOG 20:44:54.609] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/PART -[LOG 20:44:54.609] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk3CargoBay/long/PART -[LOG 20:44:54.610] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk3CargoBay/medium/PART -[LOG 20:44:54.610] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk3CargoBay/ramp/PART -[LOG 20:44:54.611] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/mk3CargoBay/short/PART -[LOG 20:44:54.611] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/parachuteMk1/parachuteMk1/PART -[LOG 20:44:54.612] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/PART -[LOG 20:44:54.612] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/PART -[LOG 20:44:54.612] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/PART -[LOG 20:44:54.613] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/parachuteMk25/parachuteMk25/PART -[LOG 20:44:54.613] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/PART -[LOG 20:44:54.614] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/PART -[LOG 20:44:54.614] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/RelayAntennas/RA-100/PART -[LOG 20:44:54.614] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/RelayAntennas/RA-5/PART -[LOG 20:44:54.615] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/RelayAntennas/RA-50/PART -[LOG 20:44:54.615] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/rockomaxAdapters/largeAdapter/PART -[LOG 20:44:54.616] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/rockomaxAdapters/largeAdapterShort/PART -[LOG 20:44:54.616] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/ServiceBay/ServiceBay_125/PART -[LOG 20:44:54.616] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/ServiceBay/ServiceBay_250/PART -[LOG 20:44:54.617] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/spotLightMk1/spotLightMk1/PART -[LOG 20:44:54.617] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/spotLightMk2/spotLightMk2/PART -[LOG 20:44:54.618] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/PART -[LOG 20:44:54.618] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/stackCouplers/stackBiCoupler_v2/PART -[LOG 20:44:54.618] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/stackCouplers/stackQuadCoupler/PART -[LOG 20:44:54.619] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/stackCouplers/stackTriCoupler_v2/PART -[LOG 20:44:54.619] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/PART -[LOG 20:44:54.619] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearExtraLarge/PART -[LOG 20:44:54.620] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearFixed/PART -[LOG 20:44:54.620] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearFree/PART -[LOG 20:44:54.622] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearLarge/PART -[LOG 20:44:54.623] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearMedium/PART -[LOG 20:44:54.623] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/LandingGear/GearSmall/PART -[LOG 20:44:54.624] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/roverWheelM1/roverWheelM1/PART -[LOG 20:44:54.624] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/roverWheelS2/roverWheelS2/PART -[LOG 20:44:54.624] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/PART -[LOG 20:44:54.625] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/PART -[LOG 20:44:54.625] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_1p5/PART -[LOG 20:44:54.626] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_4/PART -[LOG 20:44:54.626] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_1p5/PART -[LOG 20:44:54.627] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_2/PART -[LOG 20:44:54.627] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_3/PART -[LOG 20:44:54.628] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_4/PART -[LOG 20:44:54.628] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/InflatableAirlock/PART -[LOG 20:44:54.628] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/Separator_1p5/PART -[LOG 20:44:54.629] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/Separator_4/PART -[LOG 20:44:54.629] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Coupling/Size1p5_Strut_Decoupler/PART -[LOG 20:44:54.630] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/PART -[LOG 20:44:54.630] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/PART -[LOG 20:44:54.630] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/PART -[LOG 20:44:54.631] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/PART -[LOG 20:44:54.631] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/PART -[LOG 20:44:54.632] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/PART -[LOG 20:44:54.632] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/PART -[LOG 20:44:54.633] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/PART -[LOG 20:44:54.633] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/PART -[LOG 20:44:54.633] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/PART -[LOG 20:44:54.634] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/PART -[LOG 20:44:54.634] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/PART -[LOG 20:44:54.635] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/PART -[LOG 20:44:54.635] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/PART -[LOG 20:44:54.635] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/PART -[LOG 20:44:54.636] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/PART -[LOG 20:44:54.636] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/PART -[LOG 20:44:54.637] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/PART -[LOG 20:44:54.637] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/PART -[LOG 20:44:54.637] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/PART -[LOG 20:44:54.638] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/PART -[LOG 20:44:54.638] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/PART -[LOG 20:44:54.638] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/PART -[LOG 20:44:54.639] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/PART -[LOG 20:44:54.639] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Ground/RoverWheel/PART -[LOG 20:44:54.640] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Payload/fairingSize1p5/PART -[LOG 20:44:54.640] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Payload/fairingSize4/PART -[LOG 20:44:54.640] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Payload/Size1to0ServiceModule/PART -[LOG 20:44:54.641] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Payload/SM18/PART -[LOG 20:44:54.641] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Payload/SM25/PART -[LOG 20:44:54.642] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/PART -[LOG 20:44:54.642] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/PART -[LOG 20:44:54.643] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/PART -[LOG 20:44:54.643] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:54.643] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:54.644] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/PART -[LOG 20:44:54.644] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/PART -[LOG 20:44:54.645] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle0/PART -[LOG 20:44:54.645] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1/PART -[LOG 20:44:54.646] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1p5/PART -[LOG 20:44:54.646] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle2/PART -[LOG 20:44:54.646] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Panel0/PART -[LOG 20:44:54.647] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Panel1/PART -[LOG 20:44:54.647] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Panel1p5/PART -[LOG 20:44:54.648] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Panel2/PART -[LOG 20:44:54.648] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Triangle0/PART -[LOG 20:44:54.648] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Triangle1/PART -[LOG 20:44:54.649] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Triangle1p5/PART -[LOG 20:44:54.649] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Triangle2/PART -[LOG 20:44:54.650] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Tube1/PART -[LOG 20:44:54.650] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Tube1p5/PART -[LOG 20:44:54.650] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Tube2/PART -[LOG 20:44:54.651] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Tube3/PART -[LOG 20:44:54.651] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Structural/Tube4/PART -[LOG 20:44:54.652] [ModuleManager] Applying update ScrapYard/ModuleSYPartTracker/@PART[*] to SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/PART -[LOG 20:44:54.652] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:54.652] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:54.653] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.654] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:54.654] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/PART -[LOG 20:44:54.655] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:54.656] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:54.657] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:54.657] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:54.658] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:54.658] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:54.658] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:54.659] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:54.659] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:54.660] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:54.660] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreCube/probeCoreCube/PART -[LOG 20:44:54.661] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:54.661] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:54.662] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:54.662] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/PART -[LOG 20:44:54.663] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/PART -[LOG 20:44:54.663] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:54.663] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeRoverBody/probeRoverBody/PART -[LOG 20:44:54.664] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/PART -[LOG 20:44:54.664] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:54.665] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:54.665] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeStackSphere/probeStackSphere/PART -[LOG 20:44:54.665] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/PART -[LOG 20:44:54.666] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:54.666] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Misc/AsteroidDay/HighGainAntenna/PART -[LOG 20:44:54.667] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/commDish88-88/commDish88-88/PART -[LOG 20:44:54.667] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/PART -[LOG 20:44:54.668] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/commsDish16/commsAntenna16/PART -[LOG 20:44:54.668] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/DirectAntennas/C16S/PART -[LOG 20:44:54.668] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/DirectAntennas/HG-5/PART -[LOG 20:44:54.669] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/RelayAntennas/RA-100/PART -[LOG 20:44:54.669] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/RelayAntennas/RA-5/PART -[LOG 20:44:54.670] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to Squad/Parts/Utility/RelayAntennas/RA-50/PART -[LOG 20:44:54.670] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Payload/SM25/PART -[LOG 20:44:54.670] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/PART -[LOG 20:44:54.671] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/PART -[LOG 20:44:54.671] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/PART -[LOG 20:44:54.672] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:54.672] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/AntennaFailureModule/@PART[*]:HAS[@MODULE[ModuleDataTransmitter]] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:54.672] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:54.690] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:54.692] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.692] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:54.692] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:54.693] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:54.693] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:54.694] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:54.695] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:54.695] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:54.696] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:54.696] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:54.697] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:54.697] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:54.697] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreCube/probeCoreCube/PART -[LOG 20:44:54.698] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:54.698] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:54.698] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:54.699] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/PART -[LOG 20:44:54.699] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/PART -[LOG 20:44:54.700] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:54.700] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeRoverBody/probeRoverBody/PART -[LOG 20:44:54.700] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/PART -[LOG 20:44:54.701] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:54.701] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:54.702] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeStackSphere/probeStackSphere/PART -[LOG 20:44:54.702] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/PART -[LOG 20:44:54.703] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Electrical/z-100Battery/z-100Battery/PART -[LOG 20:44:54.703] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Electrical/z-1kBattery/z-1kBattery/PART -[LOG 20:44:54.703] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Electrical/z-200Battery/z-200Battery/PART -[LOG 20:44:54.704] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Electrical/z-400Battery/z-400Battery/PART -[LOG 20:44:54.704] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Electrical/z-4kBattery/z-4kBattery/PART -[LOG 20:44:54.705] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:54.705] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Resources/FuelCell/FuelCell/PART -[LOG 20:44:54.706] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to Squad/Parts/Resources/FuelCell/FuelCellArray/PART -[LOG 20:44:54.706] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/PART -[LOG 20:44:54.706] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/PART -[LOG 20:44:54.707] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/PART -[LOG 20:44:54.720] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:54.720] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/BatteryFailureModule/@PART[*]:HAS[!MODULE[EngineFailureModule],@RESOURCE[ElectricCharge]] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:54.721] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/airlinerWings/ControlSurface/PART -[LOG 20:44:54.721] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/airlinerWings/TailFin/PART -[LOG 20:44:54.722] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/airplaneFins/advancedCanard/PART -[LOG 20:44:54.722] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/airplaneFins/standardCanard/PART -[LOG 20:44:54.723] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/airplaneFins/tailfin/PART -[LOG 20:44:54.723] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/shuttleWings/elevon1/PART -[LOG 20:44:54.723] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/shuttleWings/elevon2/PART -[LOG 20:44:54.724] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/shuttleWings/rudder/PART -[LOG 20:44:54.726] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/PART -[LOG 20:44:54.726] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/PART -[LOG 20:44:54.727] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wings/elevon1/PART -[LOG 20:44:54.727] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wings/elevon2/PART -[LOG 20:44:54.728] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wings/elevon3/PART -[LOG 20:44:54.728] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wings/elevon4/PART -[LOG 20:44:54.729] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ControlSurfaceFailureModule/@PART[*]:HAS[@MODULE[ModuleControlSurface]] to Squad/Parts/Aero/wings/elevon5/PART -[LOG 20:44:54.729] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/ionEngine/ionEngine/PART -[LOG 20:44:54.729] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/jetEngines/jetEngineAfterburning/PART -[LOG 20:44:54.730] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/jetEngines/jetEngineBasic/PART -[LOG 20:44:54.730] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/jetEngines/jetEngineBig/PART -[LOG 20:44:54.731] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/jetEngines/jetEngineTurbo/PART -[LOG 20:44:54.731] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/PART -[LOG 20:44:54.731] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/PART -[LOG 20:44:54.732] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/PART -[LOG 20:44:54.732] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/PART -[LOG 20:44:54.733] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/PART -[LOG 20:44:54.733] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/PART -[LOG 20:44:54.733] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/PART -[LOG 20:44:54.734] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/PART -[LOG 20:44:54.734] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/PART -[LOG 20:44:54.735] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/PART -[LOG 20:44:54.735] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/PART -[LOG 20:44:54.735] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/PART -[LOG 20:44:54.736] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/PART -[LOG 20:44:54.736] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/PART -[LOG 20:44:54.737] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/PART -[LOG 20:44:54.737] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/PART -[LOG 20:44:54.738] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/liquidEngineSSME/SSME/PART -[LOG 20:44:54.738] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/miniJet/SmallJetEngine/PART -[LOG 20:44:54.738] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/OMSEngine/omsEngine/PART -[LOG 20:44:54.739] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/rapierEngine/rapierEngine/PART -[LOG 20:44:54.739] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/Size2LFB/part/PART -[LOG 20:44:54.739] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/Size3AdvancedEngine/part/PART -[LOG 20:44:54.740] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/Size3EngineCluster/part/PART -[LOG 20:44:54.759] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/PART -[LOG 20:44:54.761] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/PART -[LOG 20:44:54.761] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/PART -[LOG 20:44:54.762] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/PART -[LOG 20:44:54.762] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/PART -[LOG 20:44:54.763] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/PART -[LOG 20:44:54.763] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/EngineFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[!PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/PART -[LOG 20:44:54.764] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] to Squad/Parts/Utility/parachuteMk1/parachuteMk1/PART -[LOG 20:44:54.764] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] to Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/PART -[LOG 20:44:54.764] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] to Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/PART -[LOG 20:44:54.765] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] to Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/PART -[LOG 20:44:54.765] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ParachureFailures/@PART[*]:HAS[@MODULE[ModuleParachute]] to Squad/Parts/Utility/parachuteMk25/parachuteMk25/PART -[LOG 20:44:54.766] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.766] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] to Squad/Parts/Engine/vernorEngine/vernorEngine/PART -[LOG 20:44:54.793] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] to Squad/Parts/Utility/linearRCS/linearRCS/PART -[LOG 20:44:54.815] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] to Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/PART -[LOG 20:44:54.816] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/RCSFailures/@PART[*]:HAS[@MODULE[ModuleRCS*]] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:54.816] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/PART -[LOG 20:44:54.817] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:54.817] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/PART -[LOG 20:44:54.818] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/PART -[LOG 20:44:54.818] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:54.819] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.819] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:54.820] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:54.820] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:54.820] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:54.821] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:54.821] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:54.822] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:54.822] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:54.823] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:54.823] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:54.824] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:54.824] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:54.825] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:54.825] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:54.825] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:54.826] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:54.826] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:54.827] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:54.849] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ReactionWheelFailureModule/@PART[*]:HAS[@MODULE[ModuleReactionWheel]] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:54.850] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/PART -[LOG 20:44:54.851] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/PART -[LOG 20:44:54.851] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/PART -[LOG 20:44:54.852] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/PART -[LOG 20:44:54.852] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/PART -[LOG 20:44:54.852] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/PART -[LOG 20:44:54.853] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SolarPanelFailureModule/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]] to Squad/Parts/Misc/AsteroidDay/LgRadialSolar/PART -[LOG 20:44:54.885] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/MassiveSRB/part/PART -[LOG 20:44:54.886] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/PART -[LOG 20:44:54.887] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/PART -[LOG 20:44:54.887] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/PART -[LOG 20:44:54.887] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/PART -[LOG 20:44:54.888] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/PART -[LOG 20:44:54.888] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/PART -[LOG 20:44:54.921] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to Squad/Parts/Utility/launchEscapeSystem/part/PART -[LOG 20:44:54.922] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/SRBFailureModule/@PART[*]:HAS[@MODULE[ModuleEngines*]:HAS[@PROPELLANT[SolidFuel]]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/PART -[LOG 20:44:54.923] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/PART -[LOG 20:44:54.923] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/airlinerWings/MainWing/PART -[LOG 20:44:54.923] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/circularIntake/circularIntake/PART -[LOG 20:44:54.924] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/circularIntake/intakeShockCone/PART -[LOG 20:44:54.924] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/cones/noseConeAdapter/PART -[LOG 20:44:54.925] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/HeatShield/HeatShield0/PART -[LOG 20:44:54.925] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/HeatShield/HeatShield1/PART -[LOG 20:44:54.925] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/HeatShield/HeatShield2/PART -[LOG 20:44:54.926] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/HeatShield/HeatShield3/PART -[LOG 20:44:54.926] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/PART -[LOG 20:44:54.927] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/miniIntake/SmallIntake/PART -[LOG 20:44:54.927] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/ramAirIntake/ramAirIntake/PART -[LOG 20:44:54.927] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/shuttleWings/delta/PART -[LOG 20:44:54.928] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Aero/shuttleWings/strake/PART -[LOG 20:44:54.929] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:54.930] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:54.930] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:54.930] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:54.931] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:54.931] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:54.932] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:54.932] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:54.932] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:54.933] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:54.933] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:54.934] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:54.934] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:54.934] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:54.935] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreCube/probeCoreCube/PART -[LOG 20:44:54.935] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:54.936] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:54.936] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:54.936] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/PART -[LOG 20:44:54.937] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/PART -[LOG 20:44:54.937] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:54.937] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeRoverBody/probeRoverBody/PART -[LOG 20:44:54.938] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/PART -[LOG 20:44:54.938] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:54.939] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:54.939] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeStackSphere/probeStackSphere/PART -[LOG 20:44:54.939] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/PART -[LOG 20:44:54.940] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Electrical/z-100Battery/z-100Battery/PART -[LOG 20:44:54.940] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Electrical/z-1kBattery/z-1kBattery/PART -[LOG 20:44:54.941] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Electrical/z-200Battery/z-200Battery/PART -[LOG 20:44:54.941] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Electrical/z-400Battery/z-400Battery/PART -[LOG 20:44:54.941] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Electrical/z-4kBattery/z-4kBattery/PART -[LOG 20:44:54.942] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/jetEngines/jetEngineBig/PART -[LOG 20:44:54.942] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/MassiveSRB/part/PART -[LOG 20:44:54.943] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/PART -[LOG 20:44:54.943] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/PART -[LOG 20:44:54.943] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/Size2LFB/part/PART -[LOG 20:44:54.944] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/PART -[LOG 20:44:54.944] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/PART -[LOG 20:44:54.945] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/PART -[LOG 20:44:54.945] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/PART -[LOG 20:44:54.946] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/PART -[LOG 20:44:54.946] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/PART -[LOG 20:44:54.947] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/PART -[LOG 20:44:54.947] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/PART -[LOG 20:44:54.947] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1/PART -[LOG 20:44:54.956] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/PART -[LOG 20:44:54.958] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/PART -[LOG 20:44:54.958] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/PART -[LOG 20:44:54.959] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/PART -[LOG 20:44:54.960] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/FoilTanks/ToroidTank/PART -[LOG 20:44:54.960] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/PART -[LOG 20:44:54.960] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/PART -[LOG 20:44:54.961] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/PART -[LOG 20:44:54.961] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/PART -[LOG 20:44:54.962] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/PART -[LOG 20:44:54.962] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/PART -[LOG 20:44:54.963] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/miniFuselage/miniFuselage/PART -[LOG 20:44:54.963] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2Adapters/bicoupler/PART -[LOG 20:44:54.964] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2Adapters/long/PART -[LOG 20:44:54.964] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2Adapters/standard/PART -[LOG 20:44:54.964] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/PART -[LOG 20:44:54.965] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2FuselageLong/L_long/PART -[LOG 20:44:54.965] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/PART -[LOG 20:44:54.966] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2FuselageShort/L_short/PART -[LOG 20:44:54.966] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/PART -[LOG 20:44:54.966] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_100/PART -[LOG 20:44:54.967] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_25/PART -[LOG 20:44:54.967] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_50/PART -[LOG 20:44:54.968] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LF_100/PART -[LOG 20:44:54.968] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LF_25/PART -[LOG 20:44:54.968] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/LF_50/PART -[LOG 20:44:54.969] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/mk3Fuselage/MONO/PART -[LOG 20:44:54.969] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/PART -[LOG 20:44:54.970] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/PART -[LOG 20:44:54.970] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/PART -[LOG 20:44:54.970] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/PART -[LOG 20:44:54.971] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/PART -[LOG 20:44:54.971] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/PART -[LOG 20:44:54.971] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/PART -[LOG 20:44:54.972] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/PART -[LOG 20:44:54.972] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/PART -[LOG 20:44:54.973] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/PART -[LOG 20:44:54.973] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/PART -[LOG 20:44:54.973] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/PART -[LOG 20:44:54.974] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/PART -[LOG 20:44:54.974] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size3Tanks/large/PART -[LOG 20:44:54.975] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size3Tanks/medium/PART -[LOG 20:44:54.975] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/Size3Tanks/small/PART -[LOG 20:44:54.975] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/xenonTank/xenonTank/PART -[LOG 20:44:54.976] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/PART -[LOG 20:44:54.976] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/PART -[LOG 20:44:54.977] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:54.977] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Prebuilt/kerbalEVA/PART -[LOG 20:44:54.978] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Prebuilt/kerbalEVAfemale/PART -[LOG 20:44:54.978] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Resources/FuelCell/FuelCell/PART -[LOG 20:44:54.978] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Resources/FuelCell/FuelCellArray/PART -[LOG 20:44:54.979] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Resources/LargeTank/LargeTank/PART -[LOG 20:44:54.979] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Resources/RadialTank/RadialTank/PART -[LOG 20:44:54.980] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Resources/SmallTank/SmallTank/PART -[LOG 20:44:54.980] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Structural/mk1Parts/engineBodyRadial/PART -[LOG 20:44:54.980] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Structural/mk1Parts/engineNacelle/PART -[LOG 20:44:54.981] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Structural/mk1Parts/mk1Fuselage/PART -[LOG 20:44:54.981] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/PART -[LOG 20:44:54.982] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/PART -[LOG 20:44:54.982] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Utility/launchEscapeSystem/part/PART -[LOG 20:44:54.983] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/PART -[LOG 20:44:54.983] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/PART -[LOG 20:44:54.983] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/PART -[LOG 20:44:54.984] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/PART -[LOG 20:44:54.984] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/PART -[LOG 20:44:54.985] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/PART -[LOG 20:44:54.985] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/PART -[LOG 20:44:54.985] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/PART -[LOG 20:44:54.986] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/PART -[LOG 20:44:54.986] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/PART -[LOG 20:44:54.987] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/PART -[LOG 20:44:54.987] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/PART -[LOG 20:44:54.987] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/PART -[LOG 20:44:54.988] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/PART -[LOG 20:44:54.988] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/PART -[LOG 20:44:54.989] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/PART -[LOG 20:44:54.989] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/PART -[LOG 20:44:54.989] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/PART -[LOG 20:44:54.990] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/PART -[LOG 20:44:54.992] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/PART -[LOG 20:44:54.992] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/PART -[LOG 20:44:54.993] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:54.993] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:54.994] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/PART -[LOG 20:44:54.994] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/PART -[LOG 20:44:54.994] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/TankFailureModule/@PART[*]:HAS[@RESOURCE[*],~name[PotatoRoid]] to SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/PART -[LOG 20:44:54.995] [ModuleManager] :BEFORE[ASSEMBLY-CSHARP] pass -[LOG 20:44:54.995] [ModuleManager] :FOR[ASSEMBLY-CSHARP] pass -[LOG 20:44:54.996] [ModuleManager] :AFTER[ASSEMBLY-CSHARP] pass -[LOG 20:44:54.996] [ModuleManager] :BEFORE[KSPSTEAMCTRLR] pass -[LOG 20:44:54.997] [ModuleManager] :FOR[KSPSTEAMCTRLR] pass -[LOG 20:44:54.997] [ModuleManager] :AFTER[KSPSTEAMCTRLR] pass -[LOG 20:44:54.998] [ModuleManager] :BEFORE[MAGICORE] pass -[LOG 20:44:54.998] [ModuleManager] :FOR[MAGICORE] pass -[LOG 20:44:54.998] [ModuleManager] :AFTER[MAGICORE] pass -[LOG 20:44:54.999] [ModuleManager] :BEFORE[MINIAVC] pass -[LOG 20:44:54.999] [ModuleManager] :FOR[MINIAVC] pass -[LOG 20:44:54.999] [ModuleManager] :AFTER[MINIAVC] pass -[LOG 20:44:55.000] [ModuleManager] :BEFORE[MODULEMANAGER] pass -[LOG 20:44:55.000] [ModuleManager] :FOR[MODULEMANAGER] pass -[LOG 20:44:55.001] [ModuleManager] :AFTER[MODULEMANAGER] pass -[LOG 20:44:55.001] [ModuleManager] :BEFORE[OHSCRAP] pass -[LOG 20:44:55.001] [ModuleManager] :FOR[OHSCRAP] pass -[LOG 20:44:55.002] [ModuleManager] :AFTER[OHSCRAP] pass -[LOG 20:44:55.002] [ModuleManager] :BEFORE[SCRAPYARD] pass -[LOG 20:44:55.003] [ModuleManager] :FOR[SCRAPYARD] pass -[LOG 20:44:55.003] [ModuleManager] :AFTER[SCRAPYARD] pass -[LOG 20:44:55.003] [ModuleManager] :BEFORE[SEVEREDSOLO] pass -[LOG 20:44:55.004] [ModuleManager] :FOR[SEVEREDSOLO] pass -[LOG 20:44:55.004] [ModuleManager] :AFTER[SEVEREDSOLO] pass -[LOG 20:44:55.005] [ModuleManager] :BEFORE[SQUAD] pass -[LOG 20:44:55.005] [ModuleManager] :FOR[SQUAD] pass -[LOG 20:44:55.006] [ModuleManager] :AFTER[SQUAD] pass -[LOG 20:44:55.006] [ModuleManager] :BEFORE[SQUADEXPANSION] pass -[LOG 20:44:55.006] [ModuleManager] :FOR[SQUADEXPANSION] pass -[LOG 20:44:55.007] [ModuleManager] :AFTER[SQUADEXPANSION] pass -[LOG 20:44:55.007] [ModuleManager] :FINAL pass -[LOG 20:44:55.008] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/PART -[LOG 20:44:55.008] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airlinerWings/ControlSurface/PART -[LOG 20:44:55.009] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airlinerWings/MainWing/PART -[LOG 20:44:55.009] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airlinerWings/TailFin/PART -[LOG 20:44:55.009] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airplaneFins/advancedCanard/PART -[LOG 20:44:55.010] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airplaneFins/standardCanard/PART -[LOG 20:44:55.010] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/airplaneFins/tailfin/PART -[LOG 20:44:55.010] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/circularIntake/circularIntake/PART -[LOG 20:44:55.011] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/circularIntake/intakeShockCone/PART -[LOG 20:44:55.011] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/cones/noseConeAdapter/PART -[LOG 20:44:55.012] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/HeatShield/HeatShield0/PART -[LOG 20:44:55.012] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/HeatShield/HeatShield1/PART -[LOG 20:44:55.013] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/HeatShield/HeatShield2/PART -[LOG 20:44:55.013] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/HeatShield/HeatShield3/PART -[LOG 20:44:55.013] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/PART -[LOG 20:44:55.014] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/miniIntake/SmallIntake/PART -[LOG 20:44:55.014] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/ramAirIntake/ramAirIntake/PART -[LOG 20:44:55.015] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/shuttleWings/delta/PART -[LOG 20:44:55.015] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/shuttleWings/elevon1/PART -[LOG 20:44:55.015] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/shuttleWings/elevon2/PART -[LOG 20:44:55.024] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/shuttleWings/rudder/PART -[LOG 20:44:55.025] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/shuttleWings/strake/PART -[LOG 20:44:55.026] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/PART -[LOG 20:44:55.026] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/PART -[LOG 20:44:55.026] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wings/elevon1/PART -[LOG 20:44:55.027] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wings/elevon2/PART -[LOG 20:44:55.027] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wings/elevon3/PART -[LOG 20:44:55.028] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wings/elevon4/PART -[LOG 20:44:55.028] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Aero/wings/elevon5/PART -[LOG 20:44:55.028] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/PART -[LOG 20:44:55.029] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/cupola/cupola/PART -[LOG 20:44:55.029] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/PART -[LOG 20:44:55.030] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/PART -[LOG 20:44:55.030] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/PART -[LOG 20:44:55.031] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/Mk1-3Pod/mk1-3/PART -[LOG 20:44:55.031] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1Cockpits/mk1Cockpit/PART -[LOG 20:44:55.031] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/PART -[LOG 20:44:55.032] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/PART -[LOG 20:44:55.032] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1LanderCan/mk1LanderCan/PART -[LOG 20:44:55.033] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1pod/mk1Pod/PART -[LOG 20:44:55.033] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/PART -[LOG 20:44:55.033] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/PART -[LOG 20:44:55.034] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/PART -[LOG 20:44:55.034] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk2DroneCore/mk2Dronecore/PART -[LOG 20:44:55.035] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk2LanderCan/mk2LanderCan/PART -[LOG 20:44:55.035] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/PART -[LOG 20:44:55.035] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/PART -[LOG 20:44:55.036] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreCube/probeCoreCube/PART -[LOG 20:44:55.036] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreHex/probeCoreHex/PART -[LOG 20:44:55.036] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/PART -[LOG 20:44:55.037] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreOcto/probeCoreOcto/PART -[LOG 20:44:55.037] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/PART -[LOG 20:44:55.038] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/PART -[LOG 20:44:55.038] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/PART -[LOG 20:44:55.038] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeRoverBody/probeRoverBody/PART -[LOG 20:44:55.039] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/PART -[LOG 20:44:55.039] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeStackLarge/probeStackLarge/PART -[LOG 20:44:55.040] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeStackSmall/probeStackSmall/PART -[LOG 20:44:55.040] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeStackSphere/probeStackSphere/PART -[LOG 20:44:55.040] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/PART -[LOG 20:44:55.041] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/PART -[LOG 20:44:55.041] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/PART -[LOG 20:44:55.041] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/PART -[LOG 20:44:55.042] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/PART -[LOG 20:44:55.043] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/PART -[LOG 20:44:55.043] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/PART -[LOG 20:44:55.043] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/z-100Battery/z-100Battery/PART -[LOG 20:44:55.044] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/z-1kBattery/z-1kBattery/PART -[LOG 20:44:55.044] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/z-200Battery/z-200Battery/PART -[LOG 20:44:55.045] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/z-400Battery/z-400Battery/PART -[LOG 20:44:55.045] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Electrical/z-4kBattery/z-4kBattery/PART -[LOG 20:44:55.045] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/ionEngine/ionEngine/PART -[LOG 20:44:55.046] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/jetEngines/jetEngineAfterburning/PART -[LOG 20:44:55.046] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/jetEngines/jetEngineBasic/PART -[LOG 20:44:55.047] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/jetEngines/jetEngineBig/PART -[LOG 20:44:55.047] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/jetEngines/jetEngineTurbo/PART -[LOG 20:44:55.048] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/PART -[LOG 20:44:55.048] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/PART -[LOG 20:44:55.048] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/PART -[LOG 20:44:55.049] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/PART -[LOG 20:44:55.049] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/PART -[LOG 20:44:55.049] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/PART -[LOG 20:44:55.050] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/PART -[LOG 20:44:55.050] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/PART -[LOG 20:44:55.051] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/PART -[LOG 20:44:55.051] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/PART -[LOG 20:44:55.051] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/PART -[LOG 20:44:55.052] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/PART -[LOG 20:44:55.052] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/PART -[LOG 20:44:55.052] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/PART -[LOG 20:44:55.053] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/PART -[LOG 20:44:55.054] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/PART -[LOG 20:44:55.054] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/liquidEngineSSME/SSME/PART -[LOG 20:44:55.054] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/MassiveSRB/part/PART -[LOG 20:44:55.055] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/miniJet/SmallJetEngine/PART -[LOG 20:44:55.055] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/OMSEngine/omsEngine/PART -[LOG 20:44:55.056] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/rapierEngine/rapierEngine/PART -[LOG 20:44:55.056] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/PART -[LOG 20:44:55.056] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/PART -[LOG 20:44:55.057] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/Size2LFB/part/PART -[LOG 20:44:55.057] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/Size3AdvancedEngine/part/PART -[LOG 20:44:55.057] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/Size3EngineCluster/part/PART -[LOG 20:44:55.058] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/PART -[LOG 20:44:55.060] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/PART -[LOG 20:44:55.060] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/PART -[LOG 20:44:55.061] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/PART -[LOG 20:44:55.061] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Engine/vernorEngine/vernorEngine/PART -[LOG 20:44:55.061] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/PART -[LOG 20:44:55.062] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/PART -[LOG 20:44:55.062] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/PART -[LOG 20:44:55.063] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/PART -[LOG 20:44:55.063] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1/PART -[LOG 20:44:55.064] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/PART -[LOG 20:44:55.064] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/PART -[LOG 20:44:55.065] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/PART -[LOG 20:44:55.065] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/PART -[LOG 20:44:55.065] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/FoilTanks/ToroidTank/PART -[LOG 20:44:55.066] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/PART -[LOG 20:44:55.066] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/PART -[LOG 20:44:55.066] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/PART -[LOG 20:44:55.067] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/PART -[LOG 20:44:55.067] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/PART -[LOG 20:44:55.068] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/PART -[LOG 20:44:55.068] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/miniFuselage/miniFuselage/PART -[LOG 20:44:55.068] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2Adapters/bicoupler/PART -[LOG 20:44:55.069] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2Adapters/long/PART -[LOG 20:44:55.069] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2Adapters/standard/PART -[LOG 20:44:55.069] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/PART -[LOG 20:44:55.070] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2FuselageLong/L_long/PART -[LOG 20:44:55.070] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/PART -[LOG 20:44:55.070] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2FuselageShort/L_short/PART -[LOG 20:44:55.071] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/PART -[LOG 20:44:55.071] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_100/PART -[LOG 20:44:55.072] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_25/PART -[LOG 20:44:55.072] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LFO_50/PART -[LOG 20:44:55.072] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LF_100/PART -[LOG 20:44:55.073] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LF_25/PART -[LOG 20:44:55.073] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/LF_50/PART -[LOG 20:44:55.074] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/mk3Fuselage/MONO/PART -[LOG 20:44:55.074] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/PART -[LOG 20:44:55.075] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/PART -[LOG 20:44:55.075] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/PART -[LOG 20:44:55.075] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/PART -[LOG 20:44:55.076] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/PART -[LOG 20:44:55.076] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/PART -[LOG 20:44:55.076] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/PART -[LOG 20:44:55.077] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/PART -[LOG 20:44:55.077] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/PART -[LOG 20:44:55.078] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/PART -[LOG 20:44:55.078] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/PART -[LOG 20:44:55.078] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/PART -[LOG 20:44:55.079] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/PART -[LOG 20:44:55.079] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size3Tanks/large/PART -[LOG 20:44:55.079] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size3Tanks/medium/PART -[LOG 20:44:55.080] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/Size3Tanks/small/PART -[LOG 20:44:55.080] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/xenonTank/xenonTank/PART -[LOG 20:44:55.081] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/PART -[LOG 20:44:55.081] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/PART -[LOG 20:44:55.082] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Misc/AsteroidDay/HECS2/PART -[LOG 20:44:55.082] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Misc/AsteroidDay/HighGainAntenna/PART -[LOG 20:44:55.082] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Misc/AsteroidDay/LgRadialSolar/PART -[LOG 20:44:55.083] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Prebuilt/kerbalEVA/PART -[LOG 20:44:55.083] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Prebuilt/kerbalEVAfemale/PART -[LOG 20:44:55.084] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Resources/FuelCell/FuelCell/PART -[LOG 20:44:55.084] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Resources/FuelCell/FuelCellArray/PART -[LOG 20:44:55.084] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Resources/LargeTank/LargeTank/PART -[LOG 20:44:55.085] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Resources/RadialTank/RadialTank/PART -[LOG 20:44:55.085] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Resources/SmallTank/SmallTank/PART -[LOG 20:44:55.086] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Structural/mk1Parts/engineBodyRadial/PART -[LOG 20:44:55.086] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Structural/mk1Parts/engineNacelle/PART -[LOG 20:44:55.087] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Structural/mk1Parts/mk1Fuselage/PART -[LOG 20:44:55.087] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/PART -[LOG 20:44:55.087] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/PART -[LOG 20:44:55.093] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/commDish88-88/commDish88-88/PART -[LOG 20:44:55.094] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/PART -[LOG 20:44:55.094] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/commsDish16/commsAntenna16/PART -[LOG 20:44:55.095] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/DirectAntennas/C16S/PART -[LOG 20:44:55.095] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/DirectAntennas/HG-5/PART -[LOG 20:44:55.095] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/launchEscapeSystem/part/PART -[LOG 20:44:55.096] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/linearRCS/linearRCS/PART -[LOG 20:44:55.096] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/PART -[LOG 20:44:55.097] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/parachuteMk1/parachuteMk1/PART -[LOG 20:44:55.097] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/PART -[LOG 20:44:55.097] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/PART -[LOG 20:44:55.098] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/PART -[LOG 20:44:55.098] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/parachuteMk25/parachuteMk25/PART -[LOG 20:44:55.099] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/PART -[LOG 20:44:55.099] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/RelayAntennas/RA-100/PART -[LOG 20:44:55.099] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/RelayAntennas/RA-5/PART -[LOG 20:44:55.100] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to Squad/Parts/Utility/RelayAntennas/RA-50/PART -[LOG 20:44:55.100] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/PART -[LOG 20:44:55.100] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/PART -[LOG 20:44:55.101] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/PART -[LOG 20:44:55.101] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/PART -[LOG 20:44:55.102] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/PART -[LOG 20:44:55.102] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/PART -[LOG 20:44:55.102] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/PART -[LOG 20:44:55.103] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/PART -[LOG 20:44:55.103] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/PART -[LOG 20:44:55.104] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/PART -[LOG 20:44:55.104] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/PART -[LOG 20:44:55.104] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/PART -[LOG 20:44:55.105] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/PART -[LOG 20:44:55.105] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/PART -[LOG 20:44:55.105] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/PART -[LOG 20:44:55.106] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/PART -[LOG 20:44:55.106] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/PART -[LOG 20:44:55.107] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/PART -[LOG 20:44:55.107] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/PART -[LOG 20:44:55.107] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/PART -[LOG 20:44:55.108] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/PART -[LOG 20:44:55.108] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/PART -[LOG 20:44:55.108] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/PART -[LOG 20:44:55.109] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/PART -[LOG 20:44:55.109] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Payload/SM25/PART -[LOG 20:44:55.110] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/PART -[LOG 20:44:55.110] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/PART -[LOG 20:44:55.110] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/PART -[LOG 20:44:55.111] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/PART -[LOG 20:44:55.111] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/PART -[LOG 20:44:55.111] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/PART -[LOG 20:44:55.112] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/PART -[LOG 20:44:55.112] [ModuleManager] Applying update Severedsolo/OhScrap/MM Patches/ModuleUPFMEvents/@PART[*]:HAS[@MODULE[*FailureModule]] to SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/PART -[LOG 20:44:55.113] [ModuleManager] Done patching -[LOG 20:44:55.121] [ModuleManager] Saving Cache -[LOG 20:44:55.154] [ModuleManager] Saving cache -[LOG 20:44:55.347] [ModuleManager] ModuleManager: 953 patches applied - -[LOG 20:44:55.348] [ModuleManager] Running tests... -[LOG 20:44:55.349] [ModuleManager] tests complete. -[LOG 20:44:55.350] [ModuleManager] Reloading resources definitions -[LOG 20:44:55.350] Resource LiquidFuel added to database -[LOG 20:44:55.351] Resource Oxidizer added to database -[LOG 20:44:55.351] Resource SolidFuel added to database -[LOG 20:44:55.352] Resource MonoPropellant added to database -[LOG 20:44:55.352] Resource XenonGas added to database -[LOG 20:44:55.353] Resource ElectricCharge added to database -[LOG 20:44:55.353] Resource IntakeAir added to database -[LOG 20:44:55.353] Resource EVA Propellant added to database -[LOG 20:44:55.354] Resource Ore added to database -[LOG 20:44:55.354] Resource Ablator added to database -[LOG 20:44:55.354] [ModuleManager] Reloading Trait configs -[LOG 20:44:55.356] [ModuleManager] Reloading Part Upgrades -[ERR 20:44:55.359] [ModuleManager] Post run call threw an exception in loading ScrapYard_ContractConfigurator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null +[LOG 21:55:46.237] [ModuleManager] Running tests... +[LOG 21:55:46.239] [ModuleManager] tests complete. +[LOG 21:55:46.240] [ModuleManager] Reloading resources definitions +[LOG 21:55:46.241] Resource LiquidFuel added to database +[LOG 21:55:46.242] Resource Oxidizer added to database +[LOG 21:55:46.242] Resource SolidFuel added to database +[LOG 21:55:46.242] Resource MonoPropellant added to database +[LOG 21:55:46.243] Resource XenonGas added to database +[LOG 21:55:46.243] Resource ElectricCharge added to database +[LOG 21:55:46.243] Resource IntakeAir added to database +[LOG 21:55:46.244] Resource EVA Propellant added to database +[LOG 21:55:46.244] Resource Ore added to database +[LOG 21:55:46.245] Resource Ablator added to database +[LOG 21:55:46.245] [ModuleManager] Reloading Trait configs +[LOG 21:55:46.246] [ModuleManager] Reloading Part Upgrades +[ERR 21:55:46.250] [ModuleManager] Post run call threw an exception in loading ScrapYard_ContractConfigurator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null UnityEngine.Logger:Log(LogType, Object) ModuleManager.Logging.ModLogger:Log(LogType, String) ModuleManager.Logging.ModLogger:Error(String) ModuleManager.Logging.ModLogger:Exception(String, Exception) ModuleManager.d__33:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) -[EXC 20:44:55.359] ReflectionTypeLoadException: The classes in the module cannot be loaded. +[EXC 21:55:46.251] ReflectionTypeLoadException: The classes in the module cannot be loaded. System.Reflection.Assembly.GetTypes () ModuleManager.MMPatchLoader+d__33.MoveNext () UnityEngine.Logger:LogException(Exception) ModuleManager.Logging.ModLogger:Exception(String, Exception) ModuleManager.d__33:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) -[LOG 20:44:55.470] [ModuleManager] Ran in 2.032s -[LOG 20:44:55.518] PartLoader: Loading part database -[LOG 20:44:55.522] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone' -[LOG 20:44:55.548] EffectList: Created 14 effect types -[LOG 20:44:55.611] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1' -[LOG 20:44:55.642] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop' -[LOG 20:44:55.674] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf' -[LOG 20:44:55.702] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing' -[LOG 20:44:55.724] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin' -[LOG 20:44:55.751] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard' -[LOG 20:44:55.774] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController' -[LOG 20:44:55.798] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing' -[LOG 20:44:55.814] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin' -[LOG 20:44:55.852] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin' -[LOG 20:44:55.867] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake' -[LOG 20:44:55.893] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake' -[LOG 20:44:55.914] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone' -[LOG 20:44:55.948] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA' -[LOG 20:44:55.966] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB' -[LOG 20:44:55.984] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter' -[LOG 20:44:56.005] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone' -[LOG 20:44:56.019] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail' -[LOG 20:44:56.035] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB' -[LOG 20:44:56.051] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1' -[LOG 20:44:56.131] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2' -[LOG 20:44:56.190] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3' -[LOG 20:44:56.246] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0' -[LOG 20:44:56.292] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1' -[LOG 20:44:56.331] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2' -[LOG 20:44:56.372] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3' -[LOG 20:44:56.411] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield' -[LOG 20:44:56.446] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong' -[LOG 20:44:56.466] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake' -[LOG 20:44:56.484] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone' -[LOG 20:44:56.496] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7_v2/protectiveRocketNoseMk7_v2/rocketNoseCone_v2' -[LOG 20:44:56.511] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake' -[LOG 20:44:56.533] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta' -[LOG 20:44:56.553] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1' -[LOG 20:44:56.577] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2' -[LOG 20:44:56.599] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder' -[LOG 20:44:56.621] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake' -[LOG 20:44:56.641] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet' -[LOG 20:44:56.664] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet' -[LOG 20:44:56.680] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3' -[LOG 20:44:56.701] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector' -[LOG 20:44:56.716] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2' -[LOG 20:44:56.731] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3' -[LOG 20:44:56.747] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4' -[LOG 20:44:56.762] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5' -[LOG 20:44:56.778] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing' -[LOG 20:44:56.794] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small' -[LOG 20:44:56.810] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf' -[LOG 20:44:56.832] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2' -[LOG 20:44:56.854] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3' -[LOG 20:44:56.877] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf' -[LOG 20:44:56.917] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5' -[LOG 20:44:56.940] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake' -[LOG 20:44:56.956] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing' -[LOG 20:44:56.972] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2' -[LOG 20:44:56.988] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3' -[LOG 20:44:57.004] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4' -[LOG 20:44:57.020] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1' -[LOG 20:44:57.035] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2' -[LOG 20:44:57.051] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2' -[LOG 20:44:57.076] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola' -[LOG 20:44:57.156] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd' -[LOG 20:44:57.174] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin' -[LOG 20:44:57.203] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule' -[LOG 20:44:57.223] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule' -[LOG 20:44:57.244] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod' -[LOG 20:44:57.306] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-3Pod/mk1-3/mk1-3pod' -[LOG 20:44:57.388] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit' -[LOG 20:44:57.441] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin' -[LOG 20:44:57.478] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit' -[LOG 20:44:57.531] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall' -[LOG 20:44:57.583] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod' -[LOG 20:44:57.639] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/mk1pod_v2' -[LOG 20:44:57.699] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline' -[LOG 20:44:57.756] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard' -[LOG 20:44:57.813] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore' -[LOG 20:44:57.874] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin' -[LOG 20:44:57.927] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/mk2LanderCabin_v2' -[LOG 20:44:57.989] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle' -[LOG 20:44:58.043] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube' -[LOG 20:44:58.081] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex' -[LOG 20:44:58.124] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/probeCoreHex_v2' -[LOG 20:44:58.167] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto' -[LOG 20:44:58.208] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2' -[LOG 20:44:58.245] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/probeCoreOcto2_v2' -[LOG 20:44:58.284] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/probeCoreOcto_v2' -[LOG 20:44:58.325] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody' -[LOG 20:44:58.361] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/roverBody_v2' -[LOG 20:44:58.404] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge' -[LOG 20:44:58.450] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall' -[LOG 20:44:58.496] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere' -[LOG 20:44:58.530] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/probeCoreSphere_v2' -[LOG 20:44:58.563] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/FuelLine/fuelLine/fuelLine' -[LOG 20:44:58.593] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector' -[LOG 20:44:58.618] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_0/Decoupler_0' -[LOG 20:44:58.643] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_1/Decoupler_1' -[LOG 20:44:58.664] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_2/Decoupler_2' -[LOG 20:44:58.685] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_3/Decoupler_3' -[LOG 20:44:58.706] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_0/Separator_0' -[LOG 20:44:58.728] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_1/Separator_1' -[LOG 20:44:58.749] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_2/Separator_2' -[LOG 20:44:58.772] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_3/Separator_3' -[LOG 20:44:58.793] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2' -[LOG 20:44:58.856] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4' -[LOG 20:44:58.886] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1' -[LOG 20:44:58.913] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3' -[LOG 20:44:58.939] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel' -[LOG 20:44:58.966] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5' -[LOG 20:44:58.995] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg' -[LOG 20:44:59.027] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack' -[LOG 20:44:59.047] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank' -[LOG 20:44:59.068] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini' -[LOG 20:44:59.091] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack' -[LOG 20:44:59.113] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge' -[LOG 20:44:59.134] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine' -[LOG 20:44:59.195] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet' -[LOG 20:44:59.297] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine' -[LOG 20:44:59.348] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2' -[LOG 20:44:59.417] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine' -[LOG 20:44:59.474] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine' -[LOG 20:44:59.515] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini' -[LOG 20:44:59.560] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/liquidEngineMini_v2' -[LOG 20:44:59.612] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike' -[LOG 20:44:59.667] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine' -[LOG 20:44:59.706] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini' -[LOG 20:44:59.747] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3' -[LOG 20:44:59.797] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/liquidEngine3_v2' -[LOG 20:44:59.853] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine' -[LOG 20:44:59.930] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine' -[LOG 20:44:59.976] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2' -[LOG 20:45:00.031] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2' -[LOG 20:45:00.084] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2' -[LOG 20:45:00.126] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2' -[LOG 20:45:00.177] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/liquidEngine2-2_v2' -[LOG 20:45:00.231] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper' -[LOG 20:45:00.282] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME' -[LOG 20:45:00.336] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster' -[LOG 20:45:00.384] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine' -[LOG 20:45:00.425] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine' -[LOG 20:45:00.464] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER' -[LOG 20:45:00.530] PartLoader: Compiling Part 'Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/solidBooster_v2' -[LOG 20:45:00.580] PartLoader: Compiling Part 'Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/solidBooster_sm_v2' -[LOG 20:45:00.624] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB' -[LOG 20:45:00.676] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine' -[LOG 20:45:00.732] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster' -[LOG 20:45:00.782] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1' -[LOG 20:45:00.824] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster' -[LOG 20:45:00.868] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm' -[LOG 20:45:00.906] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1' -[LOG 20:45:00.966] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine' -[LOG 20:45:00.991] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2' -[LOG 20:45:01.009] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines' -[LOG 20:45:01.023] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2' -[LOG 20:45:01.041] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant' -[LOG 20:45:01.059] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2' -[LOG 20:45:01.077] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1' -[LOG 20:45:01.097] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant' -[LOG 20:45:01.114] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3' -[LOG 20:45:01.133] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/externalTankCapsule' -[LOG 20:45:01.151] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/externalTankRound' -[LOG 20:45:01.169] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/ToroidTank/externalTankToroid' -[LOG 20:45:01.187] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2' -[LOG 20:45:01.205] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank' -[LOG 20:45:01.223] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank' -[LOG 20:45:01.242] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2' -[LOG 20:45:01.260] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2' -[LOG 20:45:01.278] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2' -[LOG 20:45:01.297] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage' -[LOG 20:45:01.316] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler' -[LOG 20:45:01.337] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong' -[LOG 20:45:01.358] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter' -[LOG 20:45:01.379] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO' -[LOG 20:45:01.402] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage' -[LOG 20:45:01.424] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO' -[LOG 20:45:01.446] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid' -[LOG 20:45:01.469] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono' -[LOG 20:45:01.489] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin' -[LOG 20:45:01.520] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100' -[LOG 20:45:01.538] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25' -[LOG 20:45:01.556] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50' -[LOG 20:45:01.574] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100' -[LOG 20:45:01.593] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25' -[LOG 20:45:01.612] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50' -[LOG 20:45:01.633] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO' -[LOG 20:45:01.652] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2' -[LOG 20:45:01.673] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini' -[LOG 20:45:01.691] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank' -[LOG 20:45:01.709] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank' -[LOG 20:45:01.727] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong' -[LOG 20:45:01.746] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/Rockomax16_BW' -[LOG 20:45:01.766] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/Rockomax32_BW' -[LOG 20:45:01.787] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/Rockomax64_BW' -[LOG 20:45:01.808] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/Rockomax8BW' -[LOG 20:45:01.829] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/fuelTankSmallFlat' -[LOG 20:45:01.849] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/fuelTankSmall' -[LOG 20:45:01.871] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/fuelTank' -[LOG 20:45:01.891] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/fuelTank_long' -[LOG 20:45:01.913] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank' -[LOG 20:45:01.931] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank' -[LOG 20:45:01.949] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank' -[LOG 20:45:01.967] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank' -[LOG 20:45:01.985] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge' -[LOG 20:45:02.004] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial' -[LOG 20:45:02.022] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/CamSat/InfraredTelescope' -[LOG 20:45:02.046] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore' -[LOG 20:45:02.093] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna' -[LOG 20:45:02.126] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel' -[LOG 20:45:02.152] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid' -[WRN 20:45:02.158] PartLoader Warning: Variable sinker not found in Part -[LOG 20:45:02.180] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/flag/flag' -[LOG 20:45:02.189] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA' -[LOG 20:45:02.228] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale' -[LOG 20:45:02.256] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell' -[LOG 20:45:02.318] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray' -[LOG 20:45:02.344] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU' -[LOG 20:45:02.401] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank' -[LOG 20:45:02.423] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill' -[LOG 20:45:02.475] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU' -[LOG 20:45:02.519] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner' -[LOG 20:45:02.550] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill' -[LOG 20:45:02.592] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank' -[LOG 20:45:02.611] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank' -[LOG 20:45:02.632] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner' -[LOG 20:45:02.661] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner' -[LOG 20:45:02.692] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere' -[LOG 20:45:02.711] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment' -[LOG 20:45:02.736] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab' -[LOG 20:45:02.786] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module' -[LOG 20:45:02.813] PartLoader: Compiling Part 'Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox' -[LOG 20:45:02.833] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer' -[LOG 20:45:02.858] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer' -[LOG 20:45:02.879] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter' -[LOG 20:45:02.901] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer' -[LOG 20:45:02.922] PartLoader: Compiling Part 'Squad/Parts/Structural/FLAdapters/adapterSmallMiniShort/adapterSmallMiniShort' -[LOG 20:45:02.938] PartLoader: Compiling Part 'Squad/Parts/Structural/FLAdapters/adapterSmallMiniTall/adapterSmallMiniTall' -[LOG 20:45:02.955] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody' -[LOG 20:45:02.981] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody' -[LOG 20:45:03.010] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage' -[LOG 20:45:03.029] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage' -[LOG 20:45:03.055] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural' -[LOG 20:45:03.067] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler' -[LOG 20:45:03.086] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter' -[LOG 20:45:03.099] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/Size3To2Adapter_v2' -[LOG 20:45:03.118] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallBi/adapterLargeSmallBi' -[LOG 20:45:03.135] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallQuad/adapterLargeSmallQuad' -[LOG 20:45:03.152] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallTri/adapterLargeSmallTri' -[LOG 20:45:03.170] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub' -[LOG 20:45:03.184] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2' -[LOG 20:45:03.198] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3' -[LOG 20:45:03.214] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1' -[LOG 20:45:03.228] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode' -[LOG 20:45:03.241] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1' -[LOG 20:45:03.256] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2' -[LOG 20:45:03.270] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint' -[LOG 20:45:03.294] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon' -[LOG 20:45:03.316] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube' -[LOG 20:45:03.330] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto' -[LOG 20:45:03.346] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter' -[LOG 20:45:03.360] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x' -[LOG 20:45:03.374] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x' -[LOG 20:45:03.387] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge' -[LOG 20:45:03.422] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed' -[LOG 20:45:03.447] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall' -[LOG 20:45:03.473] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge' -[LOG 20:45:03.492] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg' -[LOG 20:45:03.511] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm' -[LOG 20:45:03.529] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish' -[LOG 20:45:03.561] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna' -[LOG 20:45:03.591] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna' -[LOG 20:45:03.648] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2' -[LOG 20:45:03.674] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler' -[LOG 20:45:03.697] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2' -[LOG 20:45:03.720] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator' -[LOG 20:45:03.739] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini' -[LOG 20:45:03.758] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig' -[LOG 20:45:03.776] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2' -[LOG 20:45:03.795] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler' -[LOG 20:45:03.814] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini' -[LOG 20:45:03.832] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna' -[LOG 20:45:03.856] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5' -[LOG 20:45:03.886] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2' -[LOG 20:45:03.912] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral' -[LOG 20:45:03.939] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3' -[LOG 20:45:03.959] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1' -[LOG 20:45:03.986] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge' -[LOG 20:45:04.006] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice' -[LOG 20:45:04.046] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1' -[LOG 20:45:04.062] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder' -[LOG 20:45:04.083] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay' -[LOG 20:45:04.102] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1' -[LOG 20:45:04.163] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2' -[LOG 20:45:04.205] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg' -[LOG 20:45:04.243] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1' -[LOG 20:45:04.271] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem' -[LOG 20:45:04.311] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs' -[LOG 20:45:04.339] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL' -[LOG 20:45:04.366] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS' -[LOG 20:45:04.391] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin' -[LOG 20:45:04.426] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort' -[LOG 20:45:04.460] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL' -[LOG 20:45:04.483] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM' -[LOG 20:45:04.505] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp' -[LOG 20:45:04.529] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS' -[LOG 20:45:04.552] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle' -[LOG 20:45:04.595] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue' -[LOG 20:45:04.628] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge' -[LOG 20:45:04.660] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial' -[LOG 20:45:04.693] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue' -[LOG 20:45:04.727] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1' -[LOG 20:45:04.743] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock' -[LOG 20:45:04.769] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100' -[LOG 20:45:04.796] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5' -[LOG 20:45:04.822] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50' -[LOG 20:45:04.848] PartLoader: Compiling Part 'Squad/Parts/Utility/rockomaxAdapters/largeAdapter/largeAdapter' -[LOG 20:45:04.867] PartLoader: Compiling Part 'Squad/Parts/Utility/rockomaxAdapters/largeAdapterShort/largeAdapter2' -[LOG 20:45:04.886] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125' -[LOG 20:45:04.949] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250' -[LOG 20:45:04.979] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1' -[LOG 20:45:05.004] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2' -[LOG 20:45:05.023] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler' -[LOG 20:45:05.039] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackBiCoupler_v2/stackBiCoupler_v2' -[LOG 20:45:05.057] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackQuadCoupler/stackQuadCoupler' -[LOG 20:45:05.076] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackTriCoupler_v2/stackTriCoupler_v2' -[LOG 20:45:05.095] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler' -[LOG 20:45:05.111] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge' -[LOG 20:45:05.171] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed' -[LOG 20:45:05.202] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree' -[LOG 20:45:05.236] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium' -[LOG 20:45:05.292] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall' -[LOG 20:45:05.349] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay' -[LOG 20:45:05.408] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1' -[LOG 20:45:05.453] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2' -[LOG 20:45:05.495] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed' -[LOG 20:45:05.535] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3' -[LOG 20:45:05.575] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_1p5/Decoupler_1p5' -[LOG 20:45:05.598] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_4/Decoupler_4' -[LOG 20:45:05.621] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_1p5/EnginePlate1p5' -[LOG 20:45:05.658] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_2/EnginePlate2' -[LOG 20:45:05.689] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_3/EnginePlate3' -[LOG 20:45:05.719] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_4/EnginePlate4' -[LOG 20:45:05.752] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/InflatableAirlock/InflatableAirlock' -[LOG 20:45:05.784] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Separator_1p5/Separator_1p5' -[LOG 20:45:05.808] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Separator_4/Separator_4' -[LOG 20:45:05.830] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Size1p5_Strut_Decoupler/Size1p5_Strut_Decoupler' -[LOG 20:45:05.855] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/LiquidEngineKE-1' -[LOG 20:45:05.912] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/LiquidEngineLV-T91' -[LOG 20:45:05.966] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/LiquidEngineLV-TX87' -[LOG 20:45:06.021] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/LiquidEngineRE-I2' -[LOG 20:45:06.078] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/LiquidEngineRE-J10' -[LOG 20:45:06.133] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/LiquidEngineRK-7' -[LOG 20:45:06.216] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/LiquidEngineRV-1' -[LOG 20:45:06.260] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/monopropMiniSphere' -[LOG 20:45:06.281] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/Size1p5_Monoprop' -[LOG 20:45:06.304] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/Size1p5_Size0_Adapter_01' -[LOG 20:45:06.329] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/Size1p5_Size1_Adapter_01' -[LOG 20:45:06.353] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/Size1p5_Size1_Adapter_02' -[LOG 20:45:06.378] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/Size1p5_Size2_Adapter_01' -[LOG 20:45:06.402] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/Size1p5_Tank_01' -[LOG 20:45:06.427] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/Size1p5_Tank_02' -[LOG 20:45:06.451] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/Size1p5_Tank_03' -[LOG 20:45:06.475] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/Size1p5_Tank_04' -[LOG 20:45:06.500] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/Size1p5_Tank_05' -[LOG 20:45:06.539] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/Size3_Size4_Adapter_01' -[LOG 20:45:06.560] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/Size4_EngineAdapter_01' -[LOG 20:45:06.581] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/Size4_Tank_01' -[LOG 20:45:06.603] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/Size4_Tank_02' -[LOG 20:45:06.625] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/Size4_Tank_03' -[LOG 20:45:06.647] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/Size4_Tank_04' -[LOG 20:45:06.668] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Ground/RoverWheel/roverWheelM1-F' -[LOG 20:45:06.718] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/fairingSize1p5/fairingSize1p5' -[LOG 20:45:06.780] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/fairingSize4/fairingSize4' -[LOG 20:45:06.842] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/Size1to0ServiceModule/Size1to0ServiceModule' -[LOG 20:45:06.877] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/SM18/ServiceModule18' -[LOG 20:45:06.916] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/SM25/ServiceModule25' -[LOG 20:45:06.957] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/kv1Pod' -[LOG 20:45:07.015] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/kv2Pod' -[LOG 20:45:07.074] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/kv3Pod' -[LOG 20:45:07.134] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/Mk2Pod' -[LOG 20:45:07.190] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/MEMLander' -[LOG 20:45:07.258] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/kerbalEVAfemaleVintage' -[LOG 20:45:07.287] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/kerbalEVAVintage' -[LOG 20:45:07.317] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle0/EquiTriangle0' -[LOG 20:45:07.336] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1/EquiTriangle1' -[LOG 20:45:07.356] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1p5/EquiTriangle1p5' -[LOG 20:45:07.376] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle2/EquiTriangle2' -[LOG 20:45:07.396] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel0/Panel0' -[LOG 20:45:07.417] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel1/Panel1' -[LOG 20:45:07.438] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel1p5/Panel1p5' -[LOG 20:45:07.459] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel2/Panel2' -[LOG 20:45:07.480] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle0/Triangle0' -[LOG 20:45:07.502] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle1/Triangle1' -[LOG 20:45:07.522] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle1p5/Triangle1p5' -[LOG 20:45:07.542] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle2/Triangle2' -[LOG 20:45:07.563] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube1/Tube1' -[LOG 20:45:07.586] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube1p5/Tube1p5' -[LOG 20:45:07.609] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube2/Tube2' -[LOG 20:45:07.632] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube3/Tube3' -[LOG 20:45:07.690] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube4/Tube4' -[LOG 20:45:07.713] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/HeatShield1p5' -[LOG 20:45:07.756] PartLoader: Compiling Internal Prop 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands' -[LOG 20:45:07.773] PartLoader: Compiling Internal Prop 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth' -[LOG 20:45:07.777] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch' -[LOG 20:45:07.779] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll' -[LOG 20:45:07.782] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw' -[LOG 20:45:07.785] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/circularButton/genericCircularButton' -[LOG 20:45:07.788] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons' -[LOG 20:45:07.789] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2' -[LOG 20:45:07.790] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs' -[LOG 20:45:07.791] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2' -[LOG 20:45:07.793] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed' -[LOG 20:45:07.794] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01' -[LOG 20:45:07.795] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02' -[LOG 20:45:07.797] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03' -[LOG 20:45:07.798] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04' -[LOG 20:45:07.799] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05' -[LOG 20:45:07.800] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06' -[LOG 20:45:07.802] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07' -[LOG 20:45:07.804] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob' -[LOG 20:45:07.805] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2' -[LOG 20:45:07.807] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch' -[LOG 20:45:07.808] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/squareButton/genericSquareButton' -[LOG 20:45:07.809] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch' -[LOG 20:45:07.810] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switch/genericSwitch' -[LOG 20:45:07.812] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards' -[LOG 20:45:07.813] PartLoader: Compiling Internal Prop 'Squad/Props/ButtonSquare/prop/ButtonSquare' -[LOG 20:45:07.817] PartLoader: Compiling Internal Prop 'Squad/Props/circularButton/prop/circularButton' -[LOG 20:45:07.820] PartLoader: Compiling Internal Prop 'Squad/Props/Compass/prop/Compass' -[LOG 20:45:07.822] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob/prop/directionalKnob' -[LOG 20:45:07.824] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob2/prop/directionalKnob2' -[LOG 20:45:07.825] PartLoader: Compiling Internal Prop 'Squad/Props/IndicatorPanel/prop/IndicatorPanel' -[LOG 20:45:07.830] PartLoader: Compiling Internal Prop 'Squad/Props/IVANavBall/prop/NavBall' -[LOG 20:45:07.835] PartLoader: Compiling Internal Prop 'Squad/Props/IVANavBallNoBase/prop/NavBallNoBase' -[LOG 20:45:07.838] PartLoader: Compiling Internal Prop 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed' -[LOG 20:45:07.842] PartLoader: Compiling Internal Prop 'Squad/Props/Monitor/DockingMode/MonitorDockingMode' -[LOG 20:45:07.843] PartLoader: Compiling Internal Prop 'Squad/Props/NavBall/prop/NavBall' -[LOG 20:45:07.846] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode' -[LOG 20:45:07.847] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA' -[LOG 20:45:07.848] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB' -[LOG 20:45:07.850] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC' -[LOG 20:45:07.851] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane' -[LOG 20:45:07.853] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90' -[LOG 20:45:07.854] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame' -[LOG 20:45:07.856] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger' -[LOG 20:45:07.857] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot' -[LOG 20:45:07.858] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet' -[LOG 20:45:07.859] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/SideStick/SideStick' -[LOG 20:45:07.861] PartLoader: Compiling Internal Prop 'Squad/Props/pullSwitch/prop/pullSwitch' -[LOG 20:45:07.862] PartLoader: Compiling Internal Prop 'Squad/Props/radarAltitude/prop/RadarAltimeter' -[LOG 20:45:07.865] PartLoader: Compiling Internal Prop 'Squad/Props/squareButton/prop/squareButton' -[LOG 20:45:07.868] PartLoader: Compiling Internal Prop 'Squad/Props/standingSwitch/prop/standingSwitch' -[LOG 20:45:07.870] PartLoader: Compiling Internal Prop 'Squad/Props/switch/prop/switch' -[LOG 20:45:07.871] PartLoader: Compiling Internal Prop 'Squad/Props/switchGuard/prop/switchGuard' -[LOG 20:45:07.873] PartLoader: Compiling Internal Prop 'Squad/Props/switchWithGuards/prop/switchWithGuards' -[LOG 20:45:07.874] PartLoader: Compiling Internal Prop 'Squad/Props/throttle/prop/throttle' -[LOG 20:45:07.877] PartLoader: Compiling Internal Prop 'Squad/Props/VSI/prop/VSI' -[LOG 20:45:07.882] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals' -[LOG 20:45:07.896] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal' -[LOG 20:45:07.910] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1' -[LOG 20:45:07.913] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3' -[LOG 20:45:07.917] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals' -[LOG 20:45:07.923] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal' -[LOG 20:45:07.929] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int' -[LOG 20:45:07.934] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk1-3/internal/Mk1-3' -[LOG 20:45:07.947] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal' -[LOG 20:45:07.957] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal' -[LOG 20:45:07.971] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal' -[LOG 20:45:07.981] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit' -[LOG 20:45:07.986] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1pod_IVA/mk1pod_Internal/mk1pod_IVA' -[LOG 20:45:07.995] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals' -[LOG 20:45:08.008] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int' -[LOG 20:45:08.018] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal' -[LOG 20:45:08.035] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2LanderCanInternal/internal/mk2LanderCanInternal' -[LOG 20:45:08.041] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int' -[LOG 20:45:08.062] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int' -[LOG 20:45:08.068] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003' -[LOG 20:45:08.082] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder' -[LOG 20:45:08.101] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit' -[LOG 20:45:08.114] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_Internal/Airlock_IVA' -[LOG 20:45:08.116] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Internal/KV1_IVA' -[LOG 20:45:08.123] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Internal/KV2_IVA' -[LOG 20:45:08.131] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Internal/KV3_IVA' -[LOG 20:45:08.141] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA/MEM_IVA' -[LOG 20:45:08.155] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/Mk2Pod/Mk2Pod_Internal/MK2POD_IVA' -[LOG 20:45:17.028] Assets: -[LOG 20:45:17.029] appanim_missionsapp.prefab -[LOG 20:45:17.029] cascading_body_missionheader.prefab -[LOG 20:45:17.029] cascading_body_missioninfo.prefab -[LOG 20:45:17.030] cascading_body_missionobjective.prefab -[LOG 20:45:17.030] cascading_body_missionsvesselheader.prefab -[LOG 20:45:17.030] cascading_body_missionsvesselitem.prefab -[LOG 20:45:17.031] cascading_body_settingsbutton.prefab -[LOG 20:45:17.031] cascading_body_settingstoggle.prefab -[LOG 20:45:17.031] missionsapp.prefab -[LOG 20:45:17.031] anim_missionsapp_idle.anim -[LOG 20:45:17.032] anim_missionsapp_idle_warning.anim -[LOG 20:45:17.032] anim_missionsapp_warning.anim -[LOG 20:45:17.032] anim_missionssapp.anim -[LOG 20:45:17.033] animcontroller_missionsappmaster.controller -[LOG 20:45:17.033] app_bg.tif -[LOG 20:45:17.033] app_bottom_gray.tif -[LOG 20:45:17.034] app_divider_pulldown_body.tif -[LOG 20:45:17.034] app_divider_pulldown_footer.tif -[LOG 20:45:17.034] app_divider_pulldown_header.tif -[LOG 20:45:17.035] app_divider_pulldown_header_over.tif -[LOG 20:45:17.035] app_header_gray.tif -[LOG 20:45:17.035] app_missions_icon_active.tif -[LOG 20:45:17.036] app_missions_icon_complete.tif -[LOG 20:45:17.036] app_missions_icon_failed.tif -[LOG 20:45:17.036] app_missions_icon_inactive.tif -[LOG 20:45:17.037] spritesheet_missionsapp.tif -[LOG 20:45:17.038] spritesheet_missionsappwarning.tif -[LOG 20:45:17.038] messagenodedialog.prefab -[LOG 20:45:17.038] missionbriefingdialog.prefab -[LOG 20:45:17.039] missionbriefingtag.prefab -[LOG 20:45:17.039] missionenddialog.prefab -[LOG 20:45:17.039] missionplaydialog.prefab -[LOG 20:45:17.039] missionsteamitemwidget.prefab -[LOG 20:45:17.040] missionvalidationdialog.prefab -[LOG 20:45:17.040] validationentry.prefab -[LOG 20:45:17.040] checkpointentrywidget.prefab -[LOG 20:45:17.041] crewmanagementdialog.prefab -[LOG 20:45:17.041] listitem_vesseltitle.prefab -[LOG 20:45:17.041] missionbrowser.prefab -[LOG 20:45:17.042] missioncheckpointbrowser.prefab -[LOG 20:45:17.042] missioncrewlistitem.prefab -[LOG 20:45:17.042] missionentrywidget.prefab -[LOG 20:45:17.043] missiontemplateentrywidget.prefab -[LOG 20:45:17.043] partcategorizerbutton.prefab -[LOG 20:45:17.043] partselectorbrowser.prefab -[LOG 20:45:17.044] partselectorentry.prefab -[LOG 20:45:17.044] gaputil_vesselframe.prefab -[LOG 20:45:17.044] meguiconnector.prefab -[LOG 20:45:17.045] meguinode.prefab -[LOG 20:45:17.045] meguinodecategorybutton.prefab -[LOG 20:45:17.045] meguinodeicon.prefab -[LOG 20:45:17.046] meguinodeicongroup.prefab -[LOG 20:45:17.046] meguiscrollviewitem.prefab -[LOG 20:45:17.046] meiconloaderbasicnode.prefab -[LOG 20:45:17.046] meiconloadernodecategorizer.prefab -[LOG 20:45:17.047] missioneditorscreen.prefab -[LOG 20:45:17.047] nodelisttooltip.prefab -[LOG 20:45:17.047] nodelisttooltipextinfolistspacer.prefab -[LOG 20:45:17.048] orbitgizmo.prefab -[LOG 20:45:17.048] biomeshighlight.shader -[LOG 20:45:17.048] projector-surfacegizmo.shader -[LOG 20:45:17.049] scaledplanetbiomeshighlight.shader -[LOG 20:45:17.049] sprites-alwaysover.shader -[LOG 20:45:17.049] ui-unlit-infinite.shader -[LOG 20:45:17.049] ui-unlit-solid.shader -[LOG 20:45:17.050] assetgraph_connectionpoint_inputmark.png -[LOG 20:45:17.050] assetgraph_inputbg.png -[LOG 20:45:17.050] boldly.png -[LOG 20:45:17.051] carpool.png -[LOG 20:45:17.051] frugal.png -[LOG 20:45:17.051] homesick.png -[LOG 20:45:17.052] keys.png -[LOG 20:45:17.052] saint.png -[LOG 20:45:17.053] sinner.png -[LOG 20:45:17.054] thespot.png -[LOG 20:45:17.054] timekeeper.png -[LOG 20:45:17.054] helmetbronze.png -[LOG 20:45:17.055] helmetgold.png -[LOG 20:45:17.055] helmetsilver.png -[LOG 20:45:17.055] action-part-resource-drain.png -[LOG 20:45:17.056] change-part-resource-levels.png -[LOG 20:45:17.056] create-asteroid.png -[LOG 20:45:17.056] create-kerbal.png -[LOG 20:45:17.056] create-vessel.png -[LOG 20:45:17.057] crew-assignment.png -[LOG 20:45:17.057] dialog-message.png -[LOG 20:45:17.057] display-message.png -[LOG 20:45:17.058] fail-part.png -[LOG 20:45:17.058] fly-through.png -[LOG 20:45:17.058] funds-recovery.png -[LOG 20:45:17.059] generic-node.png -[LOG 20:45:17.059] go-to.png -[LOG 20:45:17.059] kerbal-boarded.png -[LOG 20:45:17.059] kerbal-recovery.png -[LOG 20:45:17.060] kerbal-rescue.png -[LOG 20:45:17.060] launch-site.png -[LOG 20:45:17.060] leave-soi.png -[LOG 20:45:17.061] orbit.png -[LOG 20:45:17.061] part-explode.png -[LOG 20:45:17.061] plant-flag.png -[LOG 20:45:17.062] reach-soi.png -[LOG 20:45:17.062] repair-part.png -[LOG 20:45:17.062] resource-amount.png -[LOG 20:45:17.063] resource-recovery.png -[LOG 20:45:17.063] science-experiment.png -[LOG 20:45:17.063] score.png -[LOG 20:45:17.064] take-tourist.png -[LOG 20:45:17.064] test-altitude.png -[LOG 20:45:17.064] test-eva.png -[LOG 20:45:17.064] time-of-flight.png -[LOG 20:45:17.065] time-of-mission.png -[LOG 20:45:17.065] time-since-node.png -[LOG 20:45:17.065] vessel-crashed.png -[LOG 20:45:17.066] vessel-crew-count.png -[LOG 20:45:17.066] vessel-explode.png -[LOG 20:45:17.066] vessel-flying.png -[LOG 20:45:17.067] vessel-landed.png -[LOG 20:45:17.067] vessel-mass.png -[LOG 20:45:17.067] vessel-splashed.png -[LOG 20:45:17.068] vessel-stage-activated.png -[LOG 20:45:17.068] vessel-stage.png -[LOG 20:45:17.068] arrange-graph.png -[LOG 20:45:17.068] builderbuttons_briefing.png -[LOG 20:45:17.069] builderbuttons_reset.png -[LOG 20:45:17.069] builderbuttons_trackingstation.png -[LOG 20:45:17.070] frame-graph.png -[LOG 20:45:17.070] lock.png -[LOG 20:45:17.071] maximize.png -[LOG 20:45:17.071] minimize.png -[LOG 20:45:17.071] pin.png -[LOG 20:45:17.072] pin_down.png -[LOG 20:45:17.072] redo.png -[LOG 20:45:17.072] reset.png -[LOG 20:45:17.072] tracking-station.png -[LOG 20:45:17.073] undo.png -[LOG 20:45:17.073] visible-in-gap.png -[LOG 20:45:17.073] location.png -[LOG 20:45:17.074] logic.png -[LOG 20:45:17.074] science.png -[LOG 20:45:17.074] utility.png -[LOG 20:45:17.075] vessel.png -[LOG 20:45:17.075] eye.png -[LOG 20:45:17.075] iconmb.png -[LOG 20:45:17.076] me_btn_generic_normal.tif -[LOG 20:45:17.076] me_button_generic_normal.tif -[LOG 20:45:17.076] nodecat_bg.png -[LOG 20:45:17.076] nodecat_divider.tif -[LOG 20:45:17.077] nodecat_divider_bottom.tif -[LOG 20:45:17.077] pholderwarningicon.png -[LOG 20:45:17.077] reseticon.png -[LOG 20:45:17.078] validityindicator.controller -[LOG 20:45:17.078] validtyinidicatorpulse.anim -[LOG 20:45:17.078] broadorbittoggle button.png -[LOG 20:45:17.079] maneuvertoggle button.png -[LOG 20:45:17.079] orbitalgizmoicons.png -[LOG 20:45:17.079] reset orbit button.png -[LOG 20:45:17.079] nodelabel.prefab -[LOG 20:45:17.080] kerbaleva_female_exp.prefab -[LOG 20:45:17.080] kerbaleva_rd_exp.prefab -[LOG 20:45:17.080] missioneditorevabody.mat -[LOG 20:45:17.081] missioneditorevabodyalternate.mat -[LOG 20:45:17.081] missioneditorevabodybrown.mat -[LOG 20:45:17.081] missioneditorevaeyeballs.mat -[LOG 20:45:17.082] missioneditorevaeyes.mat -[LOG 20:45:17.082] missioneditorevahead.mat -[LOG 20:45:17.082] missioneditorevahelmet.mat -[LOG 20:45:17.083] missioneditorevahelmetred.mat -[LOG 20:45:17.083] missioneditorevajetpack.mat -[LOG 20:45:17.083] missioneditorevalight.mat -[LOG 20:45:17.084] kbevafemalevintage.prefab -[LOG 20:45:17.084] kbevavintage.prefab -[LOG 20:45:17.084] evalight.fbx -[LOG 20:45:17.085] kbeva@new.fbx -[LOG 20:45:17.085] kbeva@newfem.fbx -[LOG 20:45:17.085] mevahelmetlight.fbx -[LOG 20:45:17.086] evajetpackscondary.dds -[LOG 20:45:17.086] evajetpacksecondary_n.dds -[LOG 20:45:17.087] evalight.png -[LOG 20:45:17.087] kerbalmainnrm.dds -[LOG 20:45:17.087] me_suit_difuse_blue.dds -[LOG 20:45:17.088] me_suit_difuse_low_polybrown.dds -[LOG 20:45:17.088] me_suit_difuse_orange.dds -[LOG 20:45:17.088] kerbalfemalevintage.prefab -[LOG 20:45:17.089] kerbalmalevintage.prefab -[LOG 20:45:17.089] evahelmet.mat -[LOG 20:45:17.089] evatexture.mat -[LOG 20:45:17.090] kerbalgirl_06_basecolor.mat -[LOG 20:45:17.090] kerbalhead.mat -[LOG 20:45:17.090] lambert6.mat -[LOG 20:45:17.090] mat_eyeballs.mat -[LOG 20:45:17.091] mat_eyes01.mat -[LOG 20:45:17.091] material #4.mat -[LOG 20:45:17.091] mesh_female_kerbalastronaut01_kerbalgirl_export_15_lambert20.mat -[LOG 20:45:17.092] mesh_female_kerbalastronaut01_kerbalgirl_export_15_lambert21.mat -[LOG 20:45:17.092] kbfemale_iva_mecanim.fbx -[LOG 20:45:17.092] kbiva_mecanim.fbx -[LOG 20:45:17.093] kerbal_switch_suit.png -[LOG 20:45:17.093] kerbalicon_eva_female_vintage.tif -[LOG 20:45:17.093] kerbalicon_eva_vintage.tif -[LOG 20:45:17.094] kerbalicon_suit_female_vintage.tif -[LOG 20:45:17.094] kerbalicon_suit_orange_female_vintage.tif -[LOG 20:45:17.094] kerbalicon_suit_orange_vintage.tif -[LOG 20:45:17.095] kerbalicon_suit_vintage.tif -[LOG 20:45:17.095] gap_celestialbody_camerasetup.prefab -[LOG 20:45:17.095] gap_celestialbody_collisionsphere.prefab -[LOG 20:45:17.096] gap_celestialbody_surfacegizmo_area.prefab -[LOG 20:45:17.096] gap_celestialbody_surfacegizmo_basic.prefab -[LOG 20:45:17.096] gap_celestialbody_surfacegizmo_icon.prefab -[LOG 20:45:17.096] gap_celestialbody_surfacegizmo_vessel.prefab -[LOG 20:45:17.097] gap_celestialbody_surfacegizmo_volume.prefab -[LOG 20:45:17.097] gap_proceduralasteroid.prefab -[LOG 20:45:17.097] gapbuttonprefab.prefab -[LOG 20:45:17.098] gapkerbal_femaleveteran.prefab -[LOG 20:45:17.098] gapkerbal_femaleveteran_vintage.prefab -[LOG 20:45:17.098] gapkerbal_gene.prefab -[LOG 20:45:17.099] gapkerbal_maleveteran.prefab -[LOG 20:45:17.099] gapkerbal_maleveteran_vintage.prefab -[LOG 20:45:17.099] gapkerbal_mechanicguy.prefab -[LOG 20:45:17.100] gapkerbal_mortimer.prefab -[LOG 20:45:17.100] gapkerbal_prguy.prefab -[LOG 20:45:17.100] gapkerbal_scienceguy.prefab -[LOG 20:45:17.101] gapkerbal_wernher.prefab -[LOG 20:45:17.101] gapscrollablesidebarbutton.prefab -[LOG 20:45:17.101] gapsidebarbutton.prefab -[LOG 20:45:17.102] gaptoggleprefab.prefab -[LOG 20:45:17.102] gaputil_biselector.prefab -[LOG 20:45:17.102] gaputil_celestialbody.prefab -[LOG 20:45:17.103] meawards.prefab -[LOG 20:45:17.103] meflowparser.prefab -[LOG 20:45:17.104] meflowthen.prefab -[LOG 20:45:17.104] meflowuigroup_or.prefab -[LOG 20:45:17.105] meflowuigroup_then.prefab -[LOG 20:45:17.105] meflowuinode.prefab -[LOG 20:45:17.105] meflowuinodetoggle.prefab -[LOG 20:45:17.105] meflowuitext.prefab -[LOG 20:45:17.106] missionlistgroup.prefab -[LOG 20:45:17.106] vesseldisplay_camerasetup.prefab -[LOG 20:45:17.106] desert_airfield.prefab -[LOG 20:45:17.107] desert_groundobjects.prefab -[LOG 20:45:17.107] desert_launch_site.prefab -[LOG 20:45:17.107] larkes.prefab -[LOG 20:45:17.108] floor bottom.mat -[LOG 20:45:17.108] floor top.mat -[LOG 20:45:17.108] legs.mat -[LOG 20:45:17.108] ramp.mat -[LOG 20:45:17.109] stairs grid lights pivot.mat -[LOG 20:45:17.109] supports 1.mat -[LOG 20:45:17.109] supports 2.mat -[LOG 20:45:17.110] tunnels.mat -[LOG 20:45:17.110] floor bottom.dds -[LOG 20:45:17.110] floor top.dds -[LOG 20:45:17.110] floor top_normal.dds -[LOG 20:45:17.111] legs.dds -[LOG 20:45:17.111] ramp.dds -[LOG 20:45:17.111] stairs grid lights pivot.dds -[LOG 20:45:17.112] supports 1.dds -[LOG 20:45:17.112] supports 2.dds -[LOG 20:45:17.112] tunnels.dds -[LOG 20:45:17.113] diffuse.mat -[LOG 20:45:17.113] floor bottom_base_color.mat -[LOG 20:45:17.113] floor top_base_color.mat -[LOG 20:45:17.114] legs_base_color.mat -[LOG 20:45:17.114] ramp_base_color.mat -[LOG 20:45:17.114] stairs grid lights pivot_base_colormodpsd.mat -[LOG 20:45:17.115] stairs_grid_lights_pivot_base_color.mat -[LOG 20:45:17.115] supports 1_base_color.mat -[LOG 20:45:17.115] supports 2_base_color.mat -[LOG 20:45:17.116] tunnels_base_color.mat -[LOG 20:45:17.116] mobilelaunchpad_19.fbx -[LOG 20:45:17.116] pontoons.fbx -[LOG 20:45:17.117] pontoons_diffuse.dds -[LOG 20:45:17.117] ramp_normal.png -[LOG 20:45:17.117] 1001_base_color.mat -[LOG 20:45:17.117] desert groundtransition.mat -[LOG 20:45:17.118] desert runway sand.mat -[LOG 20:45:17.118] desert runway stone.mat -[LOG 20:45:17.118] mobilelaunchpad.prefab -[LOG 20:45:17.119] woomerang_groundobjects.prefab -[LOG 20:45:17.119] woomerang_launch_site.prefab -[LOG 20:45:20.051] Scenes: -[LOG 20:45:20.052] kspMissionEditor.unity -[LOG 20:45:20.056] Expansion makinghistory detected in path C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory -[LOG 20:45:20.065] GetTypesOfModulesImplementingInterface2: Found 69 types with IPartModuleAdjuster interface in 7 assemblies. -[LOG 20:45:20.070] GetSubclassesOfParentClass: Found 0 types with ModuleActiveRadiator parent in 7 assemblies. -[LOG 20:45:20.075] GetSubclassesOfParentClass: Found 0 types with ModuleAlternator parent in 7 assemblies. -[LOG 20:45:20.077] GetSubclassesOfParentClass: Found 1 types with ModuleControlSurface parent in 7 assemblies. -[LOG 20:45:20.080] GetSubclassesOfParentClass: Found 0 types with ModuleDataTransmitter parent in 7 assemblies. -[LOG 20:45:20.083] GetSubclassesOfParentClass: Found 0 types with ModuleDeployableSolarPanel parent in 7 assemblies. -[LOG 20:45:20.086] GetSubclassesOfParentClass: Found 1 types with ModuleEngines parent in 7 assemblies. -[LOG 20:45:20.089] GetSubclassesOfParentClass: Found 0 types with ModuleGenerator parent in 7 assemblies. -[LOG 20:45:20.092] GetSubclassesOfParentClass: Found 0 types with ModuleGimbal parent in 7 assemblies. -[LOG 20:45:20.095] GetSubclassesOfParentClass: Found 2 types with ModuleLiftingSurface parent in 7 assemblies. -[LOG 20:45:20.098] GetSubclassesOfParentClass: Found 0 types with ModuleLight parent in 7 assemblies. -[LOG 20:45:20.100] GetSubclassesOfParentClass: Found 0 types with ModuleReactionWheel parent in 7 assemblies. -[LOG 20:45:20.104] GetSubclassesOfParentClass: Found 0 types with ModuleSAS parent in 7 assemblies. -[LOG 20:45:20.107] GetSubclassesOfParentClass: Found 0 types with ModuleWheelBrakes parent in 7 assemblies. -[LOG 20:45:20.109] GetSubclassesOfParentClass: Found 1 types with ModuleWheelMotor parent in 7 assemblies. -[LOG 20:45:20.110] GetSubclassesOfParentClass: Using cached results for ModuleActiveRadiator -[LOG 20:45:20.113] GetSubclassesOfParentClass: Found 0 types with ModuleAnchoredDecoupler parent in 7 assemblies. -[LOG 20:45:20.115] GetSubclassesOfParentClass: Found 0 types with ModuleCargoBay parent in 7 assemblies. -[LOG 20:45:20.116] GetSubclassesOfParentClass: Using cached results for ModuleControlSurface -[LOG 20:45:20.117] GetSubclassesOfParentClass: Using cached results for ModuleDataTransmitter -[LOG 20:45:20.120] GetSubclassesOfParentClass: Found 0 types with ModuleDecouple parent in 7 assemblies. -[LOG 20:45:20.123] GetSubclassesOfParentClass: Found 3 types with ModuleDeployablePart parent in 7 assemblies. -[LOG 20:45:20.127] GetSubclassesOfParentClass: Found 0 types with ModuleDockingNode parent in 7 assemblies. -[LOG 20:45:20.127] GetSubclassesOfParentClass: Using cached results for ModuleEngines -[LOG 20:45:20.130] GetSubclassesOfParentClass: Found 0 types with CModuleFuelLine parent in 7 assemblies. -[LOG 20:45:20.132] GetSubclassesOfParentClass: Found 0 types with ModuleGPS parent in 7 assemblies. -[LOG 20:45:20.135] GetSubclassesOfParentClass: Found 0 types with ModuleGrappleNode parent in 7 assemblies. -[LOG 20:45:20.136] GetSubclassesOfParentClass: Using cached results for ModuleGrappleNode -[LOG 20:45:20.140] GetSubclassesOfParentClass: Found 0 types with ModuleKerbNetAccess parent in 7 assemblies. -[LOG 20:45:20.140] GetSubclassesOfParentClass: Using cached results for ModuleLight -[LOG 20:45:20.141] GetSubclassesOfParentClass: Using cached results for ModuleLight -[LOG 20:45:20.144] GetSubclassesOfParentClass: Found 0 types with ModuleProbeControlPoint parent in 7 assemblies. -[LOG 20:45:20.147] GetSubclassesOfParentClass: Found 1 types with ModuleRCS parent in 7 assemblies. -[LOG 20:45:20.148] GetSubclassesOfParentClass: Using cached results for ModuleRCS -[LOG 20:45:20.166] GetSubclassesOfParentClass: Using cached results for ModuleReactionWheel -[LOG 20:45:20.167] GetSubclassesOfParentClass: Using cached results for ModuleReactionWheel -[LOG 20:45:20.171] GetSubclassesOfParentClass: Found 0 types with ModuleResourceIntake parent in 7 assemblies. -[LOG 20:45:20.174] GetSubclassesOfParentClass: Found 0 types with ModuleScienceExperiment parent in 7 assemblies. -[LOG 20:45:20.177] GetSubclassesOfParentClass: Found 0 types with ModuleToggleCrossfeed parent in 7 assemblies. -[LOG 20:45:20.180] GetSubclassesOfParentClass: Found 0 types with ModuleWheelDeployment parent in 7 assemblies. -[LOG 20:45:20.182] ExpansionsLoader: Expansions loaded in 11.998s -[LOG 20:45:20.182] Loading Systems: Elapsed time is 82.74113s -[LOG 20:45:27.192] [UIMasterController]: HideUI -[LOG 20:45:27.200] [Agent]: Found 19 agent mentality types -[LOG 20:45:27.201] [AgentList]: 27 agents parsed and loaded. -[LOG 20:45:27.564] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long -[LOG 20:45:35.547] [UIMasterController]: HideUI -[LOG 20:45:35.552] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU ===================== -[LOG 20:45:36.576] [AddonLoader]: Instantiating addon 'ContractDefs' from assembly 'KSP' -[WRN 20:45:36.594] Contract Log: ContractDefs cannot load Sentinel.ExceptionalDeviation , it is not in the node. Initializing with default of 3! -[LOG 20:45:36.598] [AddonLoader]: Instantiating addon 'EventInitializer' from assembly 'ScrapYard' -[LOG 20:45:36.601] [ScrapYard] Initializing Events. -[LOG 20:45:36.602] [ScrapYard] Events Initialized. -[LOG 20:45:36.621] [UIMasterController]: ShowUI -[LOG 20:45:36.918] [GameParameters]: Loaded custom parameter class MissionParamsGeneral. -[LOG 20:45:36.919] [GameParameters]: Loaded custom parameter class MissionParamsFacilities. -[LOG 20:45:36.919] [GameParameters]: Loaded custom parameter class MissionParamsExtras. -[LOG 20:45:36.920] [GameParameters]: Loaded custom parameter class CommNetParams. -[LOG 20:45:36.921] [GameParameters]: Loaded custom parameter class AdvancedParams. -[LOG 20:45:36.922] [GameParameters]: Loaded custom parameter class SaveSpecificSettings. -[LOG 20:45:36.922] [GameParameters]: Loaded custom parameter class UPFMSettings. -[LOG 20:45:38.312] [ModuleManager] Total loading Time = 94.021s -[LOG 20:45:40.602] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. -[WRN 20:45:40.622] File 'C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../Missions/MissionScoreInfo.cfg' does not exist -[LOG 20:45:40.627] [ApplicationLauncher] Awake False -[LOG 20:45:40.630] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown -[LOG 20:45:40.650] [UiApp] Awake: MessageSystem -[LOG 20:45:40.651] [ApplicationLauncher] OnSceneLoadedGUIReady: scene MAINMENU ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True -[LOG 20:45:40.794] [UIApp] Adding MessageSystem to Application Launcher -[LOG 20:45:40.800] [ApplicationLauncher] SetHidden: -[LOG 20:45:40.807] [MessageSystem] OnAppInitialized -[LOG 20:45:40.808] [MessageSystem] Reposition 0.0773185 14813 -[LOG 20:45:49.999] [ReflectionUtil]: Found 4 types with UpgradeModule attribute in 7 assemblies. -[LOG 20:45:50.010] [KSPUpgradePipeline]: default (1.6.1) is up to date. -[LOG 20:45:50.019] [ExperienceSystem]: Found 0 trait types -[LOG 20:45:50.024] [ExperienceSystem]: Found 18 effect types -[LOG 20:45:50.050] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. -[LOG 20:45:50.053] [MessageSystem] Load Messages -[LOG 20:45:50.058] [UIMasterController]: HideUI -[LOG 20:45:50.061] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) ===================== -[LOG 20:45:50.426] [UIMasterController]: HideUI -[LOG 20:45:51.764] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager' -[LOG 20:45:51.766] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:45:55.323] [UIMasterController]: HideUI -[LOG 20:45:55.581] Loading Depletion Nodes -[LOG 20:45:55.582] DepNodeCount: 0 -[LOG 20:45:55.583] Loading Biome Nodes -[LOG 20:45:55.584] BiomeNodeCount: 0 -[LOG 20:45:55.585] Loading Planet Nodes -[LOG 20:45:55.586] PlanetNodeCount: 0 -[LOG 20:45:55.603] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:45:55.613] [ScrapYard] OnLoad -[LOG 20:45:55.614] [ScrapYard] Loaded Part Inventory of size 0 in 0ms -[LOG 20:45:55.616] [ScrapYard] OnLoad Complete -[LOG 20:45:55.636] [CustomConfigsManager] Setting modded physics as the active one -[LOG 20:45:55.638] [CustomConfigsManager] Something went wrong while setting the active physics config. -[LOG 20:45:55.671] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) -[LOG 20:45:55.672] [ScrapYard] Start Start -[LOG 20:45:55.674] [ScrapYard] Initializing GlobalSettings -[LOG 20:45:55.690] [ScrapYard] Blacklisted 1 parts. -[LOG 20:45:55.693] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:45:55.695] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:45:55.696] [ScrapYard] Event Listeners Registered! -[LOG 20:45:55.696] [ScrapYard] Start Complete -[LOG 20:45:55.978] [UiApp] Awake: KSPedia -[LOG 20:45:55.979] [UiApp] Awake: Missions App -[LOG 20:45:55.980] [GenericAppFrame] Reposition 0 15317 -[LOG 20:45:55.981] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True -[LOG 20:45:55.982] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft -[LOG 20:45:55.984] [ApplicationLauncher] SetVisible: -[LOG 20:45:55.988] ScaleModList: listSize 41 maxListSize 1164 -[LOG 20:45:56.023] [UIApp] OnDestroy: Contracts -[LOG 20:45:56.045] [MessageSystem] Reposition 0.02 15318 -[LOG 20:45:56.045] [GenericAppFrame] Reposition 0.02 15318 -[LOG 20:45:56.046] [GenericAppFrame] Reposition 0.02 15318 -[LOG 20:45:56.278] [UIApp] Adding Missions App to Application Launcher -[LOG 20:45:56.295] [MissionsApp] OnAppStarted(): id: -288224 -[LOG 20:45:56.296] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:45:56.296] [UIApp] OnDestroy: Missions App -[LOG 20:45:56.328] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:45:58.426] [UIMasterController]: ShowUI -[LOG 20:46:00.339] Flight State Captured -[LOG 20:46:00.344] Saving Achievements Tree... -[LOG 20:46:00.362] [ScrapYard] OnSave -[LOG 20:46:00.363] [ScrapYard] Saved Part Inventory of size 0 in 0ms -[LOG 20:46:00.366] [ScrapYard] OnSave Complete -[LOG 20:46:00.367] [MessageSystem] Save Messages -[LOG 20:46:00.398] Game State Saved to saves/default/persistent -[LOG 20:46:00.411] [UIMasterController]: HideUI -[LOG 20:46:00.420] [ScrapYard] OnDestroy Start -[LOG 20:46:00.422] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:00.428] [ScrapYard] OnDestroy Complete -[LOG 20:46:00.430] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) ===================== -[LOG 20:46:00.657] [UIApp] OnDestroy: KSPedia -[LOG 20:46:00.775] [UIMasterController]: HideUI -[LOG 20:46:01.790] UICanvasPrefabSpawner SceneLogic spawning Editor -[LOG 20:46:01.833] No Input Locks in effect right now -[LOG 20:46:01.938] [AddonLoader]: Instantiating addon 'EditorAnyWarnings' from assembly 'OhScrap' -[LOG 20:46:01.959] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:46:01.964] [UIMasterController]: HideUI -[LOG 20:46:02.362] [UIMasterController]: ShowUI -[WRN 20:46:03.171] The loaded level has a different lightmaps mode than the current one. Current: Directional. Loaded: Non-Directional. Will use: Directional. -[LOG 20:46:03.187] [UIMasterController]: ShowUI -[LOG 20:46:03.200] ------------------- initializing editor mode... ------------------ -[LOG 20:46:03.200] editor started -[LOG 20:46:03.208] Loading Depletion Nodes -[LOG 20:46:03.210] DepNodeCount: 0 -[LOG 20:46:03.210] Loading Biome Nodes -[LOG 20:46:03.212] BiomeNodeCount: 0 -[LOG 20:46:03.212] Loading Planet Nodes -[LOG 20:46:03.213] PlanetNodeCount: 0 -[LOG 20:46:03.215] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:46:03.216] [ScrapYard] OnLoad -[LOG 20:46:03.216] [ScrapYard] Loaded Part Inventory of size 0 in 0ms -[LOG 20:46:03.217] [ScrapYard] OnLoad Complete -[LOG 20:46:03.529] [ScrapYard] Start Start -[LOG 20:46:03.530] [ScrapYard] Blacklisted 1 parts. -[LOG 20:46:03.532] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:46:03.533] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:46:03.533] [ScrapYard] Event Listeners Registered! -[LOG 20:46:03.546] [ScrapYard] Start Complete -[WRN 20:46:03.894] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled. -[LOG 20:46:04.011] [UiApp] Awake: EngineersReport -[LOG 20:46:04.012] [UiApp] Awake: KSPedia -[LOG 20:46:04.012] [UiApp] Awake: Missions App -[LOG 20:46:04.013] [UiApp] Awake: DeltaVApp -[LOG 20:46:04.014] [ApplicationLauncher] OnSceneLoadedGUIReady: scene EDITOR ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop False -[LOG 20:46:04.018] ScaleModList: listSize 41 maxListSize 895 -[LOG 20:46:04.021] ScaleModList: listSize 82 maxListSize 886 -[LOG 20:46:04.036] [UIApp] OnDestroy: Contracts -[LOG 20:46:04.055] [MessageSystem] Reposition 0.02 15568 -[LOG 20:46:04.056] [GenericAppFrame] Reposition 0.02 15568 -[LOG 20:46:04.056] [GenericAppFrame] Reposition 0.02 15568 -[LOG 20:46:04.240] [UIApp] Adding Missions App to Application Launcher -[LOG 20:46:04.242] ScaleModList: listSize 82 maxListSize 845 -[LOG 20:46:04.242] [UIApp] Adding EngineersReport to Application Launcher -[LOG 20:46:04.244] ScaleModList: listSize 82 maxListSize 804 -[LOG 20:46:04.260] [UIApp] Adding DeltaVApp to Application Launcher -[LOG 20:46:04.262] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:04.263] [MissionsApp] OnAppStarted(): id: -308932 -[LOG 20:46:04.263] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:46:04.264] [UIApp] OnDestroy: Missions App -[LOG 20:46:04.265] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:04.267] [GenericAppFrame] Reposition 0.1488675 15574 -[LOG 20:46:04.349] [GenericAppFrame] Reposition 0.1888675 15575 -[LOG 20:46:04.375] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:46:04.377] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:04.524] [UIMasterController]: ShowUI -[LOG 20:46:05.151] [ScrapYard] Copy: 1ms -[LOG 20:46:05.152] [ScrapYard] Convert To IParts: 0ms -[LOG 20:46:05.152] [ScrapYard] Constructor: 0 -[LOG 20:46:05.152] [ScrapYard] Removal: 0 -[LOG 20:46:05.153] [ScrapYard] Finding: 0 -[LOG 20:46:05.153] [ScrapYard] Check Parts: 2ms -[LOG 20:46:05.154] [ScrapYard] Update Part List: 0ms -[LOG 20:46:05.154] [ScrapYard] VerifyEditor.VerifyEditorShip: 6ms -[LOG 20:46:05.155] [ScrapYard] VerifyEditor.UpdateEditorCost: 1ms -[LOG 20:46:05.156] [ScrapYard] VerifyEditor.UpdateSelectionUI: 0ms -[LOG 20:46:05.156] [ScrapYard] VerifyEditor: 7ms -[LOG 20:46:10.219] [OhScrap]: Attempting to refresh part 1940403622 -[LOG 20:46:10.219] [OhScrap]: Refreshed. New ID is 3566191544 -[LOG 20:46:10.233] [UPFM]: UPFMEvents.Start3566191544 -[LOG 20:46:10.373] [ScrapYard] Copy: 0ms -[LOG 20:46:10.373] [ScrapYard] Convert To IParts: 0ms -[LOG 20:46:10.374] [ScrapYard] Constructor: 0 -[LOG 20:46:10.374] [ScrapYard] Removal: 0 -[LOG 20:46:10.375] [ScrapYard] Finding: 0 -[LOG 20:46:10.375] [ScrapYard] Check Parts: 2ms -[LOG 20:46:10.376] [ScrapYard] Update Part List: 0ms -[LOG 20:46:10.376] [ScrapYard] VerifyEditor.VerifyEditorShip: 4ms -[LOG 20:46:10.376] [ScrapYard] VerifyEditor.UpdateEditorCost: 0ms -[LOG 20:46:10.377] [ScrapYard] VerifyEditor.UpdateSelectionUI: 0ms -[LOG 20:46:10.377] [ScrapYard] VerifyEditor: 5ms -[LOG 20:46:16.672] [Pre-Flight Check]: Checking for CraftWithinPartCountLimit: PASS! -[LOG 20:46:16.673] [Pre-Flight Check]: Checking for CraftWithinSizeLimits: PASS! -[LOG 20:46:16.674] [Pre-Flight Check]: Checking for CraftWithinMassLimits: PASS! -[LOG 20:46:16.675] [Pre-Flight Check]: Checking for ExperimentalPartsAvailable: PASS! -[LOG 20:46:16.676] [Pre-Flight Check]: Checking for CanAffordLaunchTest: PASS! -[LOG 20:46:16.677] [Pre-Flight Check]: Checking for FacilityOperational: PASS! -[LOG 20:46:16.682] [Pre-Flight Check]: Checking for NoControlSources: FAIL! -[LOG 20:46:18.272] [Pre-Flight Check]: Checking for LaunchSiteClear: PASS! -[LOG 20:46:18.273] [Pre-Flight Check]: All Checks Complete. Go for Launch! -[LOG 20:46:18.289] Launching vessel from LaunchPad. Craft file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../saves/default/Ships/VAB/Auto-Saved Ship.craft -[LOG 20:46:18.291] [ScrapYard] OnSave -[LOG 20:46:18.292] [ScrapYard] Saved Part Inventory of size 0 in 0ms -[LOG 20:46:18.293] [ScrapYard] OnSave Complete -[LOG 20:46:18.295] [OhScrap]: Saved -[LOG 20:46:18.295] [MessageSystem] Save Messages -[LOG 20:46:18.306] Game State Saved to saves/default/persistent -[LOG 20:46:18.350] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:18.351] [UIMasterController]: HideUI -[LOG 20:46:18.355] [ScrapYard] OnDestroy Start -[LOG 20:46:18.356] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:18.359] [ScrapYard] OnDestroy Complete -[LOG 20:46:18.566] [HighLogic]: =========================== Scene Change : From EDITOR to FLIGHT (Async) ===================== -[LOG 20:46:18.836] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:18.836] [UIApp] OnDestroy: EngineersReport -[LOG 20:46:18.838] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:18.838] [UIApp] OnDestroy: KSPedia -[LOG 20:46:18.838] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:18.852] [UIApp] OnDestroy: DeltaVApp -[LOG 20:46:18.853] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:18.973] [PlanetariumCamera]: Focus: Kerbin -[LOG 20:46:18.974] [UIMasterController]: HideUI -[LOG 20:46:20.280] UICanvasPrefabSpawner FlightUI spawning Flight -[LOG 20:46:20.317] UICanvasPrefabSpawner FlightUI spawning VesselLabels -[LOG 20:46:20.319] [UiApp] Awake: ResourceDisplay -[LOG 20:46:20.425] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' -[LOG 20:46:20.428] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' -[EXC 20:46:20.430] DirectoryNotFoundException: Directory 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\Logs' not found. - System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) - System.IO.Directory.GetFiles (System.String path, System.String searchPattern) - System.IO.DirectoryInfo.GetFiles (System.String searchPattern) - System.IO.DirectoryInfo.GetFiles () - (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:GetFiles () - OhScrap.Logger.Awake () (at C:/Users/evilp/Documents/GitHub/OhScrap/OhScrap/Logger.cs:22) - UnityEngine.GameObject:AddComponent(Type) - AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup) - AddonLoader:StartAddons(Startup) - AddonLoader:OnLevelLoaded(GameScenes) - AddonLoader:OnSceneLoaded(Scene, LoadSceneMode) - UnityEngine.SceneManagement.SceneManager:Internal_SceneLoaded(Scene, LoadSceneMode) -[LOG 20:46:20.431] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' -[LOG 20:46:20.433] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:46:20.433] [PlanetariumCamera]: Focus: Kerbin -[LOG 20:46:20.435] [UIMasterController]: HideUI -[LOG 20:46:20.724] [UIMasterController]: HideUI -[LOG 20:46:20.724] ------------------- initializing flight mode... ------------------ -[LOG 20:46:20.734] [MessageSystem] Save Messages -[LOG 20:46:20.736] Loading Depletion Nodes -[LOG 20:46:20.737] DepNodeCount: 0 -[LOG 20:46:20.737] Loading Biome Nodes -[LOG 20:46:20.738] BiomeNodeCount: 0 -[LOG 20:46:20.739] Loading Planet Nodes -[LOG 20:46:20.739] PlanetNodeCount: 0 -[LOG 20:46:20.743] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:46:20.746] [ScrapYard] OnLoad -[LOG 20:46:20.747] [ScrapYard] Loaded Part Inventory of size 0 in 0ms -[LOG 20:46:20.747] [ScrapYard] OnLoad Complete -[LOG 20:46:20.754] Loading ship from file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../saves/default/Ships/VAB/Auto-Saved Ship.craft -[LOG 20:46:20.755] [UIMasterController]: HideUI -[LOG 20:46:20.784] Untitled Space Craft loaded! -[LOG 20:46:24.104] putting ship to ground: 14.24022 -[LOG 20:46:24.113] [Untitled Space Craft]: Ready to Launch - waiting to start physics... -[LOG 20:46:24.122] [FLIGHT GLOBALS]: Switching To Vessel Untitled Space Craft ---------------------- -[LOG 20:46:24.125] setting new dominant body: Kerbin +[LOG 21:55:46.365] [ModuleManager] Ran in 1.852s +[LOG 21:55:46.420] PartLoader: Loading part database +[LOG 21:55:46.424] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone' +[LOG 21:55:46.450] EffectList: Created 14 effect types +[LOG 21:55:46.514] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1' +[LOG 21:55:46.544] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop' +[LOG 21:55:46.579] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf' +[LOG 21:55:46.607] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing' +[LOG 21:55:46.630] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin' +[LOG 21:55:46.657] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard' +[LOG 21:55:46.679] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController' +[LOG 21:55:46.701] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing' +[LOG 21:55:46.717] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin' +[LOG 21:55:46.741] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin' +[LOG 21:55:46.757] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake' +[LOG 21:55:46.782] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake' +[LOG 21:55:46.804] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone' +[LOG 21:55:46.838] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA' +[LOG 21:55:46.855] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB' +[LOG 21:55:46.871] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter' +[LOG 21:55:46.890] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone' +[LOG 21:55:46.905] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail' +[LOG 21:55:46.919] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB' +[LOG 21:55:46.935] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1' +[LOG 21:55:47.017] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2' +[LOG 21:55:47.090] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3' +[LOG 21:55:47.146] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0' +[LOG 21:55:47.190] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1' +[LOG 21:55:47.231] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2' +[LOG 21:55:47.270] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3' +[LOG 21:55:47.309] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield' +[LOG 21:55:47.341] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong' +[LOG 21:55:47.362] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake' +[LOG 21:55:47.379] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone' +[LOG 21:55:47.392] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7_v2/protectiveRocketNoseMk7_v2/rocketNoseCone_v2' +[LOG 21:55:47.408] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake' +[LOG 21:55:47.429] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta' +[LOG 21:55:47.450] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1' +[LOG 21:55:47.474] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2' +[LOG 21:55:47.499] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder' +[LOG 21:55:47.521] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake' +[LOG 21:55:47.540] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet' +[LOG 21:55:47.562] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet' +[LOG 21:55:47.577] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3' +[LOG 21:55:47.599] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector' +[LOG 21:55:47.615] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2' +[LOG 21:55:47.631] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3' +[LOG 21:55:47.646] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4' +[LOG 21:55:47.662] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5' +[LOG 21:55:47.678] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing' +[LOG 21:55:47.693] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small' +[LOG 21:55:47.710] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf' +[LOG 21:55:47.734] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2' +[LOG 21:55:47.756] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3' +[LOG 21:55:47.778] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf' +[LOG 21:55:47.801] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5' +[LOG 21:55:47.823] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake' +[LOG 21:55:47.840] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing' +[LOG 21:55:47.856] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2' +[LOG 21:55:47.871] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3' +[LOG 21:55:47.887] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4' +[LOG 21:55:47.902] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1' +[LOG 21:55:47.917] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2' +[LOG 21:55:47.933] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2' +[LOG 21:55:47.958] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola' +[LOG 21:55:48.039] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd' +[LOG 21:55:48.057] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin' +[LOG 21:55:48.086] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule' +[LOG 21:55:48.105] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule' +[LOG 21:55:48.125] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod' +[LOG 21:55:48.205] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-3Pod/mk1-3/mk1-3pod' +[LOG 21:55:48.287] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit' +[LOG 21:55:48.340] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin' +[LOG 21:55:48.376] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit' +[LOG 21:55:48.429] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall' +[LOG 21:55:48.481] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod' +[LOG 21:55:48.539] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod_v2/mk1Pod_v2/mk1pod_v2' +[LOG 21:55:48.595] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline' +[LOG 21:55:48.651] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard' +[LOG 21:55:48.707] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore' +[LOG 21:55:48.750] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin' +[LOG 21:55:48.802] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan_v2/mk2LanderCan_v2/mk2LanderCabin_v2' +[LOG 21:55:48.863] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle' +[LOG 21:55:48.918] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube' +[LOG 21:55:48.956] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex' +[LOG 21:55:48.998] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex_v2/probeCoreHex_v2/probeCoreHex_v2' +[LOG 21:55:49.039] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto' +[LOG 21:55:49.081] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2' +[LOG 21:55:49.137] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2/probeCoreOcto2_v2' +[LOG 21:55:49.174] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2/probeCoreOcto_v2' +[LOG 21:55:49.215] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody' +[LOG 21:55:49.252] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2/roverBody_v2' +[LOG 21:55:49.294] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge' +[LOG 21:55:49.341] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall' +[LOG 21:55:49.388] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere' +[LOG 21:55:49.421] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere_v2/probeStackSphere_v2/probeCoreSphere_v2' +[LOG 21:55:49.453] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/FuelLine/fuelLine/fuelLine' +[LOG 21:55:49.483] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector' +[LOG 21:55:49.505] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_0/Decoupler_0' +[LOG 21:55:49.527] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_1/Decoupler_1' +[LOG 21:55:49.546] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_2/Decoupler_2' +[LOG 21:55:49.566] PartLoader: Compiling Part 'Squad/Parts/Coupling/Decoupler_3/Decoupler_3' +[LOG 21:55:49.586] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_0/Separator_0' +[LOG 21:55:49.606] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_1/Separator_1' +[LOG 21:55:49.625] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_2/Separator_2' +[LOG 21:55:49.644] PartLoader: Compiling Part 'Squad/Parts/Coupling/Separator_3/Separator_3' +[LOG 21:55:49.664] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2' +[LOG 21:55:49.698] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4' +[LOG 21:55:49.725] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1' +[LOG 21:55:49.751] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3' +[LOG 21:55:49.777] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel' +[LOG 21:55:49.804] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5' +[LOG 21:55:49.829] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg' +[LOG 21:55:49.859] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack' +[LOG 21:55:49.879] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank' +[LOG 21:55:49.897] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini' +[LOG 21:55:49.917] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack' +[LOG 21:55:49.937] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge' +[LOG 21:55:49.957] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine' +[LOG 21:55:50.013] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet' +[LOG 21:55:50.111] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine' +[LOG 21:55:50.182] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2' +[LOG 21:55:50.248] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine' +[LOG 21:55:50.301] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine' +[LOG 21:55:50.341] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini' +[LOG 21:55:50.385] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S_v2/liquidEngine48-7S_v2/liquidEngineMini_v2' +[LOG 21:55:50.434] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike' +[LOG 21:55:50.489] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine' +[LOG 21:55:50.528] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini' +[LOG 21:55:50.567] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3' +[LOG 21:55:50.615] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909_v2/liquidEngineLV-909_v2/liquidEngine3_v2' +[LOG 21:55:50.665] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine' +[LOG 21:55:50.714] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine' +[LOG 21:55:50.759] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2' +[LOG 21:55:50.813] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2' +[LOG 21:55:50.864] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2' +[LOG 21:55:50.908] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2' +[LOG 21:55:50.959] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle_v2/liquidEnginePoodle_v2/liquidEngine2-2_v2' +[LOG 21:55:51.014] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper' +[LOG 21:55:51.066] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME' +[LOG 21:55:51.120] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster' +[LOG 21:55:51.168] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine' +[LOG 21:55:51.233] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine' +[LOG 21:55:51.269] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER' +[LOG 21:55:51.335] PartLoader: Compiling Part 'Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-10_v2/solidBooster_v2' +[LOG 21:55:51.382] PartLoader: Compiling Part 'Squad/Parts/Engine/Size1_SRBs/solidBoosterRT-5_v2/solidBooster_sm_v2' +[LOG 21:55:51.427] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB' +[LOG 21:55:51.478] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine' +[LOG 21:55:51.534] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster' +[LOG 21:55:51.583] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1' +[LOG 21:55:51.624] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster' +[LOG 21:55:51.666] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm' +[LOG 21:55:51.704] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1' +[LOG 21:55:51.739] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine' +[LOG 21:55:51.765] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2' +[LOG 21:55:51.783] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines' +[LOG 21:55:51.796] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2' +[LOG 21:55:51.814] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant' +[LOG 21:55:51.832] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2' +[LOG 21:55:51.851] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1' +[LOG 21:55:51.869] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant' +[LOG 21:55:51.887] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3' +[LOG 21:55:51.905] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule/externalTankCapsule' +[LOG 21:55:51.923] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/RadialTank_Round/externalTankRound' +[LOG 21:55:51.941] PartLoader: Compiling Part 'Squad/Parts/FuelTank/FoilTanks/ToroidTank/externalTankToroid' +[LOG 21:55:51.959] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2' +[LOG 21:55:51.977] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank' +[LOG 21:55:51.996] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank' +[LOG 21:55:52.013] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2' +[LOG 21:55:52.031] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2' +[LOG 21:55:52.050] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2' +[LOG 21:55:52.068] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage' +[LOG 21:55:52.087] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler' +[LOG 21:55:52.109] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong' +[LOG 21:55:52.130] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter' +[LOG 21:55:52.152] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO' +[LOG 21:55:52.173] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage' +[LOG 21:55:52.194] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO' +[LOG 21:55:52.215] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid' +[LOG 21:55:52.237] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono' +[LOG 21:55:52.258] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin' +[LOG 21:55:52.287] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100' +[LOG 21:55:52.306] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25' +[LOG 21:55:52.325] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50' +[LOG 21:55:52.343] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100' +[LOG 21:55:52.361] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25' +[LOG 21:55:52.379] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50' +[LOG 21:55:52.397] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO' +[LOG 21:55:52.415] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2' +[LOG 21:55:52.437] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini' +[LOG 21:55:52.454] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank' +[LOG 21:55:52.473] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank' +[LOG 21:55:52.491] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong' +[LOG 21:55:52.510] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax16/Rockomax16_BW' +[LOG 21:55:52.556] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax32/Rockomax32_BW' +[LOG 21:55:52.576] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax64/Rockomax64_BW' +[LOG 21:55:52.598] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RockomaxTanks/Rockomax8/Rockomax8BW' +[LOG 21:55:52.619] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT100/fuelTankSmallFlat' +[LOG 21:55:52.640] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT200/fuelTankSmall' +[LOG 21:55:52.661] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT400/fuelTank' +[LOG 21:55:52.682] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size1_Tanks/fuelTankT800/fuelTank_long' +[LOG 21:55:52.703] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank' +[LOG 21:55:52.722] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank' +[LOG 21:55:52.740] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank' +[LOG 21:55:52.759] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank' +[LOG 21:55:52.777] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge' +[LOG 21:55:52.795] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial' +[LOG 21:55:52.813] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/CamSat/InfraredTelescope' +[LOG 21:55:52.838] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore' +[LOG 21:55:52.884] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna' +[LOG 21:55:52.916] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel' +[LOG 21:55:52.941] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid' +[WRN 21:55:52.947] PartLoader Warning: Variable sinker not found in Part +[LOG 21:55:52.969] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/flag/flag' +[LOG 21:55:52.978] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA' +[LOG 21:55:53.017] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale' +[LOG 21:55:53.046] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell' +[LOG 21:55:53.079] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray' +[LOG 21:55:53.107] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU' +[LOG 21:55:53.163] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank' +[LOG 21:55:53.184] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill' +[LOG 21:55:53.236] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU' +[LOG 21:55:53.280] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner' +[LOG 21:55:53.312] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill' +[LOG 21:55:53.354] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank' +[LOG 21:55:53.374] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank' +[LOG 21:55:53.394] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner' +[LOG 21:55:53.423] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner' +[LOG 21:55:53.452] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere' +[LOG 21:55:53.472] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment' +[LOG 21:55:53.499] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab' +[LOG 21:55:53.546] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module' +[LOG 21:55:53.571] PartLoader: Compiling Part 'Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox' +[LOG 21:55:53.590] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer' +[LOG 21:55:53.615] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer' +[LOG 21:55:53.636] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter' +[LOG 21:55:53.658] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer' +[LOG 21:55:53.680] PartLoader: Compiling Part 'Squad/Parts/Structural/FLAdapters/adapterSmallMiniShort/adapterSmallMiniShort' +[LOG 21:55:53.696] PartLoader: Compiling Part 'Squad/Parts/Structural/FLAdapters/adapterSmallMiniTall/adapterSmallMiniTall' +[LOG 21:55:53.711] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody' +[LOG 21:55:53.765] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody' +[LOG 21:55:53.789] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage' +[LOG 21:55:53.808] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage' +[LOG 21:55:53.834] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural' +[LOG 21:55:53.847] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler' +[LOG 21:55:53.866] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter' +[LOG 21:55:53.877] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter_v2/Size2to3_v2/Size3To2Adapter_v2' +[LOG 21:55:53.897] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallBi/adapterLargeSmallBi' +[LOG 21:55:53.913] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallQuad/adapterLargeSmallQuad' +[LOG 21:55:53.931] PartLoader: Compiling Part 'Squad/Parts/Structural/stackAdapters/adapterLargeSmallTri/adapterLargeSmallTri' +[LOG 21:55:53.948] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub' +[LOG 21:55:53.961] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2' +[LOG 21:55:53.975] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3' +[LOG 21:55:53.991] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1' +[LOG 21:55:54.006] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode' +[LOG 21:55:54.020] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1' +[LOG 21:55:54.034] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2' +[LOG 21:55:54.049] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint' +[LOG 21:55:54.071] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon' +[LOG 21:55:54.094] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube' +[LOG 21:55:54.109] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto' +[LOG 21:55:54.125] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter' +[LOG 21:55:54.140] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x' +[LOG 21:55:54.153] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x' +[LOG 21:55:54.167] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge' +[LOG 21:55:54.201] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed' +[LOG 21:55:54.224] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall' +[LOG 21:55:54.249] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge' +[LOG 21:55:54.267] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg' +[LOG 21:55:54.285] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm' +[LOG 21:55:54.302] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish' +[LOG 21:55:54.332] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna' +[LOG 21:55:54.361] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna' +[LOG 21:55:54.390] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2' +[LOG 21:55:54.417] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler' +[LOG 21:55:54.441] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2' +[LOG 21:55:54.464] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator' +[LOG 21:55:54.483] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini' +[LOG 21:55:54.502] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig' +[LOG 21:55:54.521] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2' +[LOG 21:55:54.540] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler' +[LOG 21:55:54.559] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini' +[LOG 21:55:54.578] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna' +[LOG 21:55:54.600] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5' +[LOG 21:55:54.631] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2' +[LOG 21:55:54.657] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral' +[LOG 21:55:54.682] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3' +[LOG 21:55:54.703] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1' +[LOG 21:55:54.730] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge' +[LOG 21:55:54.750] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice' +[LOG 21:55:54.791] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1' +[LOG 21:55:54.806] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder' +[LOG 21:55:54.828] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay' +[LOG 21:55:54.847] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1' +[LOG 21:55:54.906] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2' +[LOG 21:55:54.945] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg' +[LOG 21:55:54.982] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1' +[LOG 21:55:55.011] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem' +[LOG 21:55:55.052] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs' +[LOG 21:55:55.079] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL' +[LOG 21:55:55.106] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS' +[LOG 21:55:55.165] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin' +[LOG 21:55:55.200] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort' +[LOG 21:55:55.234] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL' +[LOG 21:55:55.256] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM' +[LOG 21:55:55.278] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp' +[LOG 21:55:55.303] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS' +[LOG 21:55:55.325] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle' +[LOG 21:55:55.369] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue' +[LOG 21:55:55.400] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge' +[LOG 21:55:55.433] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial' +[LOG 21:55:55.465] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue' +[LOG 21:55:55.501] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1' +[LOG 21:55:55.517] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock' +[LOG 21:55:55.545] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100' +[LOG 21:55:55.571] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5' +[LOG 21:55:55.595] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50' +[LOG 21:55:55.621] PartLoader: Compiling Part 'Squad/Parts/Utility/rockomaxAdapters/largeAdapter/largeAdapter' +[LOG 21:55:55.639] PartLoader: Compiling Part 'Squad/Parts/Utility/rockomaxAdapters/largeAdapterShort/largeAdapter2' +[LOG 21:55:55.657] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125' +[LOG 21:55:55.689] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250' +[LOG 21:55:55.719] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1' +[LOG 21:55:55.742] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2' +[LOG 21:55:55.762] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler' +[LOG 21:55:55.778] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackBiCoupler_v2/stackBiCoupler_v2' +[LOG 21:55:55.797] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackQuadCoupler/stackQuadCoupler' +[LOG 21:55:55.815] PartLoader: Compiling Part 'Squad/Parts/Utility/stackCouplers/stackTriCoupler_v2/stackTriCoupler_v2' +[LOG 21:55:55.834] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler' +[LOG 21:55:55.850] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge' +[LOG 21:55:55.911] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed' +[LOG 21:55:55.941] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree' +[LOG 21:55:55.977] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium' +[LOG 21:55:56.032] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall' +[LOG 21:55:56.088] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay' +[LOG 21:55:56.144] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1' +[LOG 21:55:56.191] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2' +[LOG 21:55:56.232] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed' +[LOG 21:55:56.271] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3' +[LOG 21:55:56.311] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_1p5/Decoupler_1p5' +[LOG 21:55:56.333] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Decoupler_4/Decoupler_4' +[LOG 21:55:56.356] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_1p5/EnginePlate1p5' +[LOG 21:55:56.394] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_2/EnginePlate2' +[LOG 21:55:56.426] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_3/EnginePlate3' +[LOG 21:55:56.457] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/EnginePlate_4/EnginePlate4' +[LOG 21:55:56.523] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/InflatableAirlock/InflatableAirlock' +[LOG 21:55:56.555] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Separator_1p5/Separator_1p5' +[LOG 21:55:56.579] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Separator_4/Separator_4' +[LOG 21:55:56.601] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Coupling/Size1p5_Strut_Decoupler/Size1p5_Strut_Decoupler' +[LOG 21:55:56.626] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineKE-1/LiquidEngineKE-1' +[LOG 21:55:56.681] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-T91/LiquidEngineLV-T91' +[LOG 21:55:56.735] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineLV-TX87/LiquidEngineLV-TX87' +[LOG 21:55:56.790] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-I2/LiquidEngineRE-I2' +[LOG 21:55:56.846] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRE-J10/LiquidEngineRE-J10' +[LOG 21:55:56.901] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRK-7/LiquidEngineRK-7' +[LOG 21:55:56.951] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Engine/LiquidEngineRV-1/LiquidEngineRV-1' +[LOG 21:55:56.995] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/MonoPropMini/monopropMiniSphere' +[LOG 21:55:57.016] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Monoprop/Size1p5_Monoprop' +[LOG 21:55:57.040] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size0_Adapter_01/Size1p5_Size0_Adapter_01' +[LOG 21:55:57.064] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_01/Size1p5_Size1_Adapter_01' +[LOG 21:55:57.087] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size1_Adapter_02/Size1p5_Size1_Adapter_02' +[LOG 21:55:57.112] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Size2_Adapter_01/Size1p5_Size2_Adapter_01' +[LOG 21:55:57.135] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_01/Size1p5_Tank_01' +[LOG 21:55:57.159] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_02/Size1p5_Tank_02' +[LOG 21:55:57.183] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_03/Size1p5_Tank_03' +[LOG 21:55:57.207] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_04/Size1p5_Tank_04' +[LOG 21:55:57.231] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size1p5_Tank_05/Size1p5_Tank_05' +[LOG 21:55:57.270] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size3_Size4_Adapter_01/Size3_Size4_Adapter_01' +[LOG 21:55:57.292] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_EngineAdapter_01/Size4_EngineAdapter_01' +[LOG 21:55:57.314] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_01/Size4_Tank_01' +[LOG 21:55:57.335] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_02/Size4_Tank_02' +[LOG 21:55:57.356] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_03/Size4_Tank_03' +[LOG 21:55:57.377] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/FuelTank/Size4_Tank_04/Size4_Tank_04' +[LOG 21:55:57.399] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Ground/RoverWheel/roverWheelM1-F' +[LOG 21:55:57.448] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/fairingSize1p5/fairingSize1p5' +[LOG 21:55:57.510] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/fairingSize4/fairingSize4' +[LOG 21:55:57.571] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/Size1to0ServiceModule/Size1to0ServiceModule' +[LOG 21:55:57.605] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/SM18/ServiceModule18' +[LOG 21:55:57.644] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Payload/SM25/ServiceModule25' +[LOG 21:55:57.685] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV1Pod/kv1Pod' +[LOG 21:55:57.743] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV2Pod/kv2Pod' +[LOG 21:55:57.805] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/KV3Pod/kv3Pod' +[LOG 21:55:57.864] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/Mk2Pod/Mk2Pod' +[LOG 21:55:57.957] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Pods/Size1_5_Lander/MEMLander' +[LOG 21:55:58.026] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAfemaleVintage/kerbalEVAfemaleVintage' +[LOG 21:55:58.055] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Prebuilt/kerbalEVAVintage/kerbalEVAVintage' +[LOG 21:55:58.084] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle0/EquiTriangle0' +[LOG 21:55:58.105] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1/EquiTriangle1' +[LOG 21:55:58.125] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle1p5/EquiTriangle1p5' +[LOG 21:55:58.145] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/EquiTriangle2/EquiTriangle2' +[LOG 21:55:58.165] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel0/Panel0' +[LOG 21:55:58.186] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel1/Panel1' +[LOG 21:55:58.207] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel1p5/Panel1p5' +[LOG 21:55:58.227] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Panel2/Panel2' +[LOG 21:55:58.247] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle0/Triangle0' +[LOG 21:55:58.267] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle1/Triangle1' +[LOG 21:55:58.287] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle1p5/Triangle1p5' +[LOG 21:55:58.309] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Triangle2/Triangle2' +[LOG 21:55:58.329] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube1/Tube1' +[LOG 21:55:58.353] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube1p5/Tube1p5' +[LOG 21:55:58.375] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube2/Tube2' +[LOG 21:55:58.397] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube3/Tube3' +[LOG 21:55:58.420] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Structural/Tube4/Tube4' +[LOG 21:55:58.441] PartLoader: Compiling Part 'SquadExpansion/MakingHistory/Parts/Thermal/HeatShield1p5/HeatShield1p5' +[LOG 21:55:58.488] PartLoader: Compiling Internal Prop 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands' +[LOG 21:55:58.494] PartLoader: Compiling Internal Prop 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth' +[LOG 21:55:58.498] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch' +[LOG 21:55:58.500] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll' +[LOG 21:55:58.504] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw' +[LOG 21:55:58.510] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/circularButton/genericCircularButton' +[LOG 21:55:58.514] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons' +[LOG 21:55:58.516] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2' +[LOG 21:55:58.520] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs' +[LOG 21:55:58.523] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2' +[LOG 21:55:58.526] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed' +[LOG 21:55:58.527] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01' +[LOG 21:55:58.529] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02' +[LOG 21:55:58.530] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03' +[LOG 21:55:58.531] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04' +[LOG 21:55:58.532] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05' +[LOG 21:55:58.533] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06' +[LOG 21:55:58.535] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07' +[LOG 21:55:58.538] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob' +[LOG 21:55:58.539] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2' +[LOG 21:55:58.540] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch' +[LOG 21:55:58.542] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/squareButton/genericSquareButton' +[LOG 21:55:58.543] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch' +[LOG 21:55:58.544] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switch/genericSwitch' +[LOG 21:55:58.545] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards' +[LOG 21:55:58.546] PartLoader: Compiling Internal Prop 'Squad/Props/ButtonSquare/prop/ButtonSquare' +[LOG 21:55:58.551] PartLoader: Compiling Internal Prop 'Squad/Props/circularButton/prop/circularButton' +[LOG 21:55:58.553] PartLoader: Compiling Internal Prop 'Squad/Props/Compass/prop/Compass' +[LOG 21:55:58.556] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob/prop/directionalKnob' +[LOG 21:55:58.557] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob2/prop/directionalKnob2' +[LOG 21:55:58.559] PartLoader: Compiling Internal Prop 'Squad/Props/IndicatorPanel/prop/IndicatorPanel' +[LOG 21:55:58.563] PartLoader: Compiling Internal Prop 'Squad/Props/IVANavBall/prop/NavBall' +[LOG 21:55:58.569] PartLoader: Compiling Internal Prop 'Squad/Props/IVANavBallNoBase/prop/NavBallNoBase' +[LOG 21:55:58.573] PartLoader: Compiling Internal Prop 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed' +[LOG 21:55:58.577] PartLoader: Compiling Internal Prop 'Squad/Props/Monitor/DockingMode/MonitorDockingMode' +[LOG 21:55:58.578] PartLoader: Compiling Internal Prop 'Squad/Props/NavBall/prop/NavBall' +[LOG 21:55:58.581] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode' +[LOG 21:55:58.582] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA' +[LOG 21:55:58.583] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB' +[LOG 21:55:58.585] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC' +[LOG 21:55:58.586] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane' +[LOG 21:55:58.587] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90' +[LOG 21:55:58.589] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame' +[LOG 21:55:58.590] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger' +[LOG 21:55:58.591] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot' +[LOG 21:55:58.592] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet' +[LOG 21:55:58.594] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/SideStick/SideStick' +[LOG 21:55:58.595] PartLoader: Compiling Internal Prop 'Squad/Props/pullSwitch/prop/pullSwitch' +[LOG 21:55:58.596] PartLoader: Compiling Internal Prop 'Squad/Props/radarAltitude/prop/RadarAltimeter' +[LOG 21:55:58.600] PartLoader: Compiling Internal Prop 'Squad/Props/squareButton/prop/squareButton' +[LOG 21:55:58.603] PartLoader: Compiling Internal Prop 'Squad/Props/standingSwitch/prop/standingSwitch' +[LOG 21:55:58.605] PartLoader: Compiling Internal Prop 'Squad/Props/switch/prop/switch' +[LOG 21:55:58.607] PartLoader: Compiling Internal Prop 'Squad/Props/switchGuard/prop/switchGuard' +[LOG 21:55:58.608] PartLoader: Compiling Internal Prop 'Squad/Props/switchWithGuards/prop/switchWithGuards' +[LOG 21:55:58.610] PartLoader: Compiling Internal Prop 'Squad/Props/throttle/prop/throttle' +[LOG 21:55:58.613] PartLoader: Compiling Internal Prop 'Squad/Props/VSI/prop/VSI' +[LOG 21:55:58.617] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals' +[LOG 21:55:58.632] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal' +[LOG 21:55:58.646] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1' +[LOG 21:55:58.648] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3' +[LOG 21:55:58.653] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals' +[LOG 21:55:58.658] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal' +[LOG 21:55:58.663] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int' +[LOG 21:55:58.668] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk1-3/internal/Mk1-3' +[LOG 21:55:58.680] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal' +[LOG 21:55:58.690] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal' +[LOG 21:55:58.703] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal' +[LOG 21:55:58.713] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit' +[LOG 21:55:58.718] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1pod_IVA/mk1pod_Internal/mk1pod_IVA' +[LOG 21:55:58.728] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals' +[LOG 21:55:58.741] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int' +[LOG 21:55:58.751] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal' +[LOG 21:55:58.769] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2LanderCanInternal/internal/mk2LanderCanInternal' +[LOG 21:55:58.776] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int' +[LOG 21:55:58.796] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int' +[LOG 21:55:58.802] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003' +[LOG 21:55:58.816] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder' +[LOG 21:55:58.835] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit' +[LOG 21:55:58.848] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/Airlock_Internal/Airlock_IVA' +[LOG 21:55:58.850] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV1_Internal/KV1_IVA' +[LOG 21:55:58.856] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV2_Internal/KV2_IVA' +[LOG 21:55:58.865] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/KVPods/KV3_Internal/KV3_IVA' +[LOG 21:55:58.874] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/MEM/MEM_IVA/MEM_IVA' +[LOG 21:55:58.888] PartLoader: Compiling Internal Space 'SquadExpansion/MakingHistory/Spaces/Mk2Pod/Mk2Pod_Internal/MK2POD_IVA' +[LOG 21:56:08.443] Assets: +[LOG 21:56:08.443] appanim_missionsapp.prefab +[LOG 21:56:08.444] cascading_body_missionheader.prefab +[LOG 21:56:08.444] cascading_body_missioninfo.prefab +[LOG 21:56:08.444] cascading_body_missionobjective.prefab +[LOG 21:56:08.445] cascading_body_missionsvesselheader.prefab +[LOG 21:56:08.445] cascading_body_missionsvesselitem.prefab +[LOG 21:56:08.445] cascading_body_settingsbutton.prefab +[LOG 21:56:08.446] cascading_body_settingstoggle.prefab +[LOG 21:56:08.446] missionsapp.prefab +[LOG 21:56:08.447] anim_missionsapp_idle.anim +[LOG 21:56:08.447] anim_missionsapp_idle_warning.anim +[LOG 21:56:08.448] anim_missionsapp_warning.anim +[LOG 21:56:08.448] anim_missionssapp.anim +[LOG 21:56:08.448] animcontroller_missionsappmaster.controller +[LOG 21:56:08.449] app_bg.tif +[LOG 21:56:08.449] app_bottom_gray.tif +[LOG 21:56:08.449] app_divider_pulldown_body.tif +[LOG 21:56:08.450] app_divider_pulldown_footer.tif +[LOG 21:56:08.450] app_divider_pulldown_header.tif +[LOG 21:56:08.450] app_divider_pulldown_header_over.tif +[LOG 21:56:08.450] app_header_gray.tif +[LOG 21:56:08.451] app_missions_icon_active.tif +[LOG 21:56:08.451] app_missions_icon_complete.tif +[LOG 21:56:08.451] app_missions_icon_failed.tif +[LOG 21:56:08.452] app_missions_icon_inactive.tif +[LOG 21:56:08.452] spritesheet_missionsapp.tif +[LOG 21:56:08.452] spritesheet_missionsappwarning.tif +[LOG 21:56:08.453] messagenodedialog.prefab +[LOG 21:56:08.453] missionbriefingdialog.prefab +[LOG 21:56:08.453] missionbriefingtag.prefab +[LOG 21:56:08.453] missionenddialog.prefab +[LOG 21:56:08.454] missionplaydialog.prefab +[LOG 21:56:08.454] missionsteamitemwidget.prefab +[LOG 21:56:08.454] missionvalidationdialog.prefab +[LOG 21:56:08.455] validationentry.prefab +[LOG 21:56:08.455] checkpointentrywidget.prefab +[LOG 21:56:08.455] crewmanagementdialog.prefab +[LOG 21:56:08.456] listitem_vesseltitle.prefab +[LOG 21:56:08.456] missionbrowser.prefab +[LOG 21:56:08.456] missioncheckpointbrowser.prefab +[LOG 21:56:08.456] missioncrewlistitem.prefab +[LOG 21:56:08.457] missionentrywidget.prefab +[LOG 21:56:08.457] missiontemplateentrywidget.prefab +[LOG 21:56:08.457] partcategorizerbutton.prefab +[LOG 21:56:08.458] partselectorbrowser.prefab +[LOG 21:56:08.459] partselectorentry.prefab +[LOG 21:56:08.459] gaputil_vesselframe.prefab +[LOG 21:56:08.459] meguiconnector.prefab +[LOG 21:56:08.460] meguinode.prefab +[LOG 21:56:08.460] meguinodecategorybutton.prefab +[LOG 21:56:08.460] meguinodeicon.prefab +[LOG 21:56:08.461] meguinodeicongroup.prefab +[LOG 21:56:08.461] meguiscrollviewitem.prefab +[LOG 21:56:08.461] meiconloaderbasicnode.prefab +[LOG 21:56:08.462] meiconloadernodecategorizer.prefab +[LOG 21:56:08.462] missioneditorscreen.prefab +[LOG 21:56:08.462] nodelisttooltip.prefab +[LOG 21:56:08.462] nodelisttooltipextinfolistspacer.prefab +[LOG 21:56:08.463] orbitgizmo.prefab +[LOG 21:56:08.463] biomeshighlight.shader +[LOG 21:56:08.464] projector-surfacegizmo.shader +[LOG 21:56:08.465] scaledplanetbiomeshighlight.shader +[LOG 21:56:08.465] sprites-alwaysover.shader +[LOG 21:56:08.466] ui-unlit-infinite.shader +[LOG 21:56:08.466] ui-unlit-solid.shader +[LOG 21:56:08.466] assetgraph_connectionpoint_inputmark.png +[LOG 21:56:08.466] assetgraph_inputbg.png +[LOG 21:56:08.467] boldly.png +[LOG 21:56:08.467] carpool.png +[LOG 21:56:08.467] frugal.png +[LOG 21:56:08.468] homesick.png +[LOG 21:56:08.468] keys.png +[LOG 21:56:08.468] saint.png +[LOG 21:56:08.469] sinner.png +[LOG 21:56:08.469] thespot.png +[LOG 21:56:08.469] timekeeper.png +[LOG 21:56:08.470] helmetbronze.png +[LOG 21:56:08.470] helmetgold.png +[LOG 21:56:08.470] helmetsilver.png +[LOG 21:56:08.471] action-part-resource-drain.png +[LOG 21:56:08.471] change-part-resource-levels.png +[LOG 21:56:08.471] create-asteroid.png +[LOG 21:56:08.471] create-kerbal.png +[LOG 21:56:08.472] create-vessel.png +[LOG 21:56:08.472] crew-assignment.png +[LOG 21:56:08.472] dialog-message.png +[LOG 21:56:08.473] display-message.png +[LOG 21:56:08.473] fail-part.png +[LOG 21:56:08.473] fly-through.png +[LOG 21:56:08.474] funds-recovery.png +[LOG 21:56:08.474] generic-node.png +[LOG 21:56:08.475] go-to.png +[LOG 21:56:08.476] kerbal-boarded.png +[LOG 21:56:08.476] kerbal-recovery.png +[LOG 21:56:08.477] kerbal-rescue.png +[LOG 21:56:08.477] launch-site.png +[LOG 21:56:08.477] leave-soi.png +[LOG 21:56:08.478] orbit.png +[LOG 21:56:08.478] part-explode.png +[LOG 21:56:08.478] plant-flag.png +[LOG 21:56:08.479] reach-soi.png +[LOG 21:56:08.479] repair-part.png +[LOG 21:56:08.479] resource-amount.png +[LOG 21:56:08.480] resource-recovery.png +[LOG 21:56:08.480] science-experiment.png +[LOG 21:56:08.481] score.png +[LOG 21:56:08.481] take-tourist.png +[LOG 21:56:08.481] test-altitude.png +[LOG 21:56:08.482] test-eva.png +[LOG 21:56:08.482] time-of-flight.png +[LOG 21:56:08.482] time-of-mission.png +[LOG 21:56:08.483] time-since-node.png +[LOG 21:56:08.483] vessel-crashed.png +[LOG 21:56:08.483] vessel-crew-count.png +[LOG 21:56:08.484] vessel-explode.png +[LOG 21:56:08.484] vessel-flying.png +[LOG 21:56:08.484] vessel-landed.png +[LOG 21:56:08.485] vessel-mass.png +[LOG 21:56:08.485] vessel-splashed.png +[LOG 21:56:08.485] vessel-stage-activated.png +[LOG 21:56:08.486] vessel-stage.png +[LOG 21:56:08.486] arrange-graph.png +[LOG 21:56:08.486] builderbuttons_briefing.png +[LOG 21:56:08.486] builderbuttons_reset.png +[LOG 21:56:08.487] builderbuttons_trackingstation.png +[LOG 21:56:08.487] frame-graph.png +[LOG 21:56:08.487] lock.png +[LOG 21:56:08.488] maximize.png +[LOG 21:56:08.488] minimize.png +[LOG 21:56:08.488] pin.png +[LOG 21:56:08.489] pin_down.png +[LOG 21:56:08.489] redo.png +[LOG 21:56:08.489] reset.png +[LOG 21:56:08.489] tracking-station.png +[LOG 21:56:08.490] undo.png +[LOG 21:56:08.490] visible-in-gap.png +[LOG 21:56:08.490] location.png +[LOG 21:56:08.491] logic.png +[LOG 21:56:08.491] science.png +[LOG 21:56:08.492] utility.png +[LOG 21:56:08.493] vessel.png +[LOG 21:56:08.493] eye.png +[LOG 21:56:08.493] iconmb.png +[LOG 21:56:08.494] me_btn_generic_normal.tif +[LOG 21:56:08.494] me_button_generic_normal.tif +[LOG 21:56:08.494] nodecat_bg.png +[LOG 21:56:08.495] nodecat_divider.tif +[LOG 21:56:08.495] nodecat_divider_bottom.tif +[LOG 21:56:08.495] pholderwarningicon.png +[LOG 21:56:08.495] reseticon.png +[LOG 21:56:08.496] validityindicator.controller +[LOG 21:56:08.496] validtyinidicatorpulse.anim +[LOG 21:56:08.497] broadorbittoggle button.png +[LOG 21:56:08.497] maneuvertoggle button.png +[LOG 21:56:08.498] orbitalgizmoicons.png +[LOG 21:56:08.498] reset orbit button.png +[LOG 21:56:08.498] nodelabel.prefab +[LOG 21:56:08.499] kerbaleva_female_exp.prefab +[LOG 21:56:08.499] kerbaleva_rd_exp.prefab +[LOG 21:56:08.499] missioneditorevabody.mat +[LOG 21:56:08.500] missioneditorevabodyalternate.mat +[LOG 21:56:08.500] missioneditorevabodybrown.mat +[LOG 21:56:08.500] missioneditorevaeyeballs.mat +[LOG 21:56:08.501] missioneditorevaeyes.mat +[LOG 21:56:08.501] missioneditorevahead.mat +[LOG 21:56:08.501] missioneditorevahelmet.mat +[LOG 21:56:08.502] missioneditorevahelmetred.mat +[LOG 21:56:08.502] missioneditorevajetpack.mat +[LOG 21:56:08.502] missioneditorevalight.mat +[LOG 21:56:08.502] kbevafemalevintage.prefab +[LOG 21:56:08.503] kbevavintage.prefab +[LOG 21:56:08.503] evalight.fbx +[LOG 21:56:08.503] kbeva@new.fbx +[LOG 21:56:08.504] kbeva@newfem.fbx +[LOG 21:56:08.504] mevahelmetlight.fbx +[LOG 21:56:08.504] evajetpackscondary.dds +[LOG 21:56:08.505] evajetpacksecondary_n.dds +[LOG 21:56:08.505] evalight.png +[LOG 21:56:08.505] kerbalmainnrm.dds +[LOG 21:56:08.505] me_suit_difuse_blue.dds +[LOG 21:56:08.506] me_suit_difuse_low_polybrown.dds +[LOG 21:56:08.506] me_suit_difuse_orange.dds +[LOG 21:56:08.506] kerbalfemalevintage.prefab +[LOG 21:56:08.507] kerbalmalevintage.prefab +[LOG 21:56:08.507] evahelmet.mat +[LOG 21:56:08.507] evatexture.mat +[LOG 21:56:08.508] kerbalgirl_06_basecolor.mat +[LOG 21:56:08.508] kerbalhead.mat +[LOG 21:56:08.509] lambert6.mat +[LOG 21:56:08.509] mat_eyeballs.mat +[LOG 21:56:08.510] mat_eyes01.mat +[LOG 21:56:08.510] material #4.mat +[LOG 21:56:08.510] mesh_female_kerbalastronaut01_kerbalgirl_export_15_lambert20.mat +[LOG 21:56:08.511] mesh_female_kerbalastronaut01_kerbalgirl_export_15_lambert21.mat +[LOG 21:56:08.511] kbfemale_iva_mecanim.fbx +[LOG 21:56:08.511] kbiva_mecanim.fbx +[LOG 21:56:08.511] kerbal_switch_suit.png +[LOG 21:56:08.512] kerbalicon_eva_female_vintage.tif +[LOG 21:56:08.512] kerbalicon_eva_vintage.tif +[LOG 21:56:08.512] kerbalicon_suit_female_vintage.tif +[LOG 21:56:08.513] kerbalicon_suit_orange_female_vintage.tif +[LOG 21:56:08.513] kerbalicon_suit_orange_vintage.tif +[LOG 21:56:08.514] kerbalicon_suit_vintage.tif +[LOG 21:56:08.514] gap_celestialbody_camerasetup.prefab +[LOG 21:56:08.515] gap_celestialbody_collisionsphere.prefab +[LOG 21:56:08.515] gap_celestialbody_surfacegizmo_area.prefab +[LOG 21:56:08.515] gap_celestialbody_surfacegizmo_basic.prefab +[LOG 21:56:08.516] gap_celestialbody_surfacegizmo_icon.prefab +[LOG 21:56:08.516] gap_celestialbody_surfacegizmo_vessel.prefab +[LOG 21:56:08.516] gap_celestialbody_surfacegizmo_volume.prefab +[LOG 21:56:08.516] gap_proceduralasteroid.prefab +[LOG 21:56:08.517] gapbuttonprefab.prefab +[LOG 21:56:08.517] gapkerbal_femaleveteran.prefab +[LOG 21:56:08.517] gapkerbal_femaleveteran_vintage.prefab +[LOG 21:56:08.518] gapkerbal_gene.prefab +[LOG 21:56:08.518] gapkerbal_maleveteran.prefab +[LOG 21:56:08.518] gapkerbal_maleveteran_vintage.prefab +[LOG 21:56:08.519] gapkerbal_mechanicguy.prefab +[LOG 21:56:08.519] gapkerbal_mortimer.prefab +[LOG 21:56:08.519] gapkerbal_prguy.prefab +[LOG 21:56:08.520] gapkerbal_scienceguy.prefab +[LOG 21:56:08.520] gapkerbal_wernher.prefab +[LOG 21:56:08.520] gapscrollablesidebarbutton.prefab +[LOG 21:56:08.520] gapsidebarbutton.prefab +[LOG 21:56:08.521] gaptoggleprefab.prefab +[LOG 21:56:08.521] gaputil_biselector.prefab +[LOG 21:56:08.521] gaputil_celestialbody.prefab +[LOG 21:56:08.522] meawards.prefab +[LOG 21:56:08.522] meflowparser.prefab +[LOG 21:56:08.522] meflowthen.prefab +[LOG 21:56:08.523] meflowuigroup_or.prefab +[LOG 21:56:08.523] meflowuigroup_then.prefab +[LOG 21:56:08.523] meflowuinode.prefab +[LOG 21:56:08.523] meflowuinodetoggle.prefab +[LOG 21:56:08.524] meflowuitext.prefab +[LOG 21:56:08.524] missionlistgroup.prefab +[LOG 21:56:08.525] vesseldisplay_camerasetup.prefab +[LOG 21:56:08.525] desert_airfield.prefab +[LOG 21:56:08.525] desert_groundobjects.prefab +[LOG 21:56:08.526] desert_launch_site.prefab +[LOG 21:56:08.526] larkes.prefab +[LOG 21:56:08.526] floor bottom.mat +[LOG 21:56:08.527] floor top.mat +[LOG 21:56:08.527] legs.mat +[LOG 21:56:08.527] ramp.mat +[LOG 21:56:08.528] stairs grid lights pivot.mat +[LOG 21:56:08.528] supports 1.mat +[LOG 21:56:08.528] supports 2.mat +[LOG 21:56:08.529] tunnels.mat +[LOG 21:56:08.529] floor bottom.dds +[LOG 21:56:08.530] floor top.dds +[LOG 21:56:08.530] floor top_normal.dds +[LOG 21:56:08.530] legs.dds +[LOG 21:56:08.531] ramp.dds +[LOG 21:56:08.531] stairs grid lights pivot.dds +[LOG 21:56:08.532] supports 1.dds +[LOG 21:56:08.532] supports 2.dds +[LOG 21:56:08.532] tunnels.dds +[LOG 21:56:08.533] diffuse.mat +[LOG 21:56:08.533] floor bottom_base_color.mat +[LOG 21:56:08.533] floor top_base_color.mat +[LOG 21:56:08.534] legs_base_color.mat +[LOG 21:56:08.534] ramp_base_color.mat +[LOG 21:56:08.534] stairs grid lights pivot_base_colormodpsd.mat +[LOG 21:56:08.534] stairs_grid_lights_pivot_base_color.mat +[LOG 21:56:08.535] supports 1_base_color.mat +[LOG 21:56:08.535] supports 2_base_color.mat +[LOG 21:56:08.535] tunnels_base_color.mat +[LOG 21:56:08.536] mobilelaunchpad_19.fbx +[LOG 21:56:08.536] pontoons.fbx +[LOG 21:56:08.536] pontoons_diffuse.dds +[LOG 21:56:08.537] ramp_normal.png +[LOG 21:56:08.537] 1001_base_color.mat +[LOG 21:56:08.537] desert groundtransition.mat +[LOG 21:56:08.538] desert runway sand.mat +[LOG 21:56:08.538] desert runway stone.mat +[LOG 21:56:08.538] mobilelaunchpad.prefab +[LOG 21:56:08.539] woomerang_groundobjects.prefab +[LOG 21:56:08.539] woomerang_launch_site.prefab +[LOG 21:56:11.505] Scenes: +[LOG 21:56:11.506] kspMissionEditor.unity +[LOG 21:56:11.509] Expansion makinghistory detected in path C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\SquadExpansion\MakingHistory +[LOG 21:56:11.517] GetTypesOfModulesImplementingInterface2: Found 69 types with IPartModuleAdjuster interface in 7 assemblies. +[LOG 21:56:11.522] GetSubclassesOfParentClass: Found 0 types with ModuleActiveRadiator parent in 7 assemblies. +[LOG 21:56:11.526] GetSubclassesOfParentClass: Found 0 types with ModuleAlternator parent in 7 assemblies. +[LOG 21:56:11.530] GetSubclassesOfParentClass: Found 1 types with ModuleControlSurface parent in 7 assemblies. +[LOG 21:56:11.532] GetSubclassesOfParentClass: Found 0 types with ModuleDataTransmitter parent in 7 assemblies. +[LOG 21:56:11.535] GetSubclassesOfParentClass: Found 0 types with ModuleDeployableSolarPanel parent in 7 assemblies. +[LOG 21:56:11.538] GetSubclassesOfParentClass: Found 1 types with ModuleEngines parent in 7 assemblies. +[LOG 21:56:11.541] GetSubclassesOfParentClass: Found 0 types with ModuleGenerator parent in 7 assemblies. +[LOG 21:56:11.544] GetSubclassesOfParentClass: Found 0 types with ModuleGimbal parent in 7 assemblies. +[LOG 21:56:11.547] GetSubclassesOfParentClass: Found 2 types with ModuleLiftingSurface parent in 7 assemblies. +[LOG 21:56:11.550] GetSubclassesOfParentClass: Found 0 types with ModuleLight parent in 7 assemblies. +[LOG 21:56:11.553] GetSubclassesOfParentClass: Found 0 types with ModuleReactionWheel parent in 7 assemblies. +[LOG 21:56:11.555] GetSubclassesOfParentClass: Found 0 types with ModuleSAS parent in 7 assemblies. +[LOG 21:56:11.558] GetSubclassesOfParentClass: Found 0 types with ModuleWheelBrakes parent in 7 assemblies. +[LOG 21:56:11.561] GetSubclassesOfParentClass: Found 1 types with ModuleWheelMotor parent in 7 assemblies. +[LOG 21:56:11.562] GetSubclassesOfParentClass: Using cached results for ModuleActiveRadiator +[LOG 21:56:11.565] GetSubclassesOfParentClass: Found 0 types with ModuleAnchoredDecoupler parent in 7 assemblies. +[LOG 21:56:11.567] GetSubclassesOfParentClass: Found 0 types with ModuleCargoBay parent in 7 assemblies. +[LOG 21:56:11.568] GetSubclassesOfParentClass: Using cached results for ModuleControlSurface +[LOG 21:56:11.569] GetSubclassesOfParentClass: Using cached results for ModuleDataTransmitter +[LOG 21:56:11.572] GetSubclassesOfParentClass: Found 0 types with ModuleDecouple parent in 7 assemblies. +[LOG 21:56:11.574] GetSubclassesOfParentClass: Found 3 types with ModuleDeployablePart parent in 7 assemblies. +[LOG 21:56:11.577] GetSubclassesOfParentClass: Found 0 types with ModuleDockingNode parent in 7 assemblies. +[LOG 21:56:11.578] GetSubclassesOfParentClass: Using cached results for ModuleEngines +[LOG 21:56:11.581] GetSubclassesOfParentClass: Found 0 types with CModuleFuelLine parent in 7 assemblies. +[LOG 21:56:11.585] GetSubclassesOfParentClass: Found 0 types with ModuleGPS parent in 7 assemblies. +[LOG 21:56:11.587] GetSubclassesOfParentClass: Found 0 types with ModuleGrappleNode parent in 7 assemblies. +[LOG 21:56:11.588] GetSubclassesOfParentClass: Using cached results for ModuleGrappleNode +[LOG 21:56:11.591] GetSubclassesOfParentClass: Found 0 types with ModuleKerbNetAccess parent in 7 assemblies. +[LOG 21:56:11.591] GetSubclassesOfParentClass: Using cached results for ModuleLight +[LOG 21:56:11.592] GetSubclassesOfParentClass: Using cached results for ModuleLight +[LOG 21:56:11.595] GetSubclassesOfParentClass: Found 0 types with ModuleProbeControlPoint parent in 7 assemblies. +[LOG 21:56:11.598] GetSubclassesOfParentClass: Found 1 types with ModuleRCS parent in 7 assemblies. +[LOG 21:56:11.599] GetSubclassesOfParentClass: Using cached results for ModuleRCS +[LOG 21:56:11.599] GetSubclassesOfParentClass: Using cached results for ModuleReactionWheel +[LOG 21:56:11.600] GetSubclassesOfParentClass: Using cached results for ModuleReactionWheel +[LOG 21:56:11.603] GetSubclassesOfParentClass: Found 0 types with ModuleResourceIntake parent in 7 assemblies. +[LOG 21:56:11.606] GetSubclassesOfParentClass: Found 0 types with ModuleScienceExperiment parent in 7 assemblies. +[LOG 21:56:11.609] GetSubclassesOfParentClass: Found 0 types with ModuleToggleCrossfeed parent in 7 assemblies. +[LOG 21:56:11.612] GetSubclassesOfParentClass: Found 0 types with ModuleWheelDeployment parent in 7 assemblies. +[LOG 21:56:11.615] ExpansionsLoader: Expansions loaded in 12.700s +[LOG 21:56:11.616] Loading Systems: Elapsed time is 84.44135s +[LOG 21:56:19.079] [UIMasterController]: HideUI +[LOG 21:56:19.087] [Agent]: Found 19 agent mentality types +[LOG 21:56:19.089] [AgentList]: 27 agents parsed and loaded. +[LOG 21:56:19.455] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long +[LOG 21:56:27.472] [UIMasterController]: HideUI +[LOG 21:56:27.478] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU ===================== +[LOG 21:56:28.970] [AddonLoader]: Instantiating addon 'ContractDefs' from assembly 'KSP' +[WRN 21:56:28.990] Contract Log: ContractDefs cannot load Sentinel.ExceptionalDeviation , it is not in the node. Initializing with default of 3! +[LOG 21:56:28.995] [AddonLoader]: Instantiating addon 'EventInitializer' from assembly 'ScrapYard' +[LOG 21:56:28.997] [ScrapYard] Initializing Events. +[LOG 21:56:28.998] [ScrapYard] Events Initialized. +[LOG 21:56:29.016] [UIMasterController]: ShowUI +[LOG 21:56:29.341] [GameParameters]: Loaded custom parameter class MissionParamsGeneral. +[LOG 21:56:29.342] [GameParameters]: Loaded custom parameter class MissionParamsFacilities. +[LOG 21:56:29.343] [GameParameters]: Loaded custom parameter class MissionParamsExtras. +[LOG 21:56:29.344] [GameParameters]: Loaded custom parameter class CommNetParams. +[LOG 21:56:29.344] [GameParameters]: Loaded custom parameter class AdvancedParams. +[LOG 21:56:29.346] [GameParameters]: Loaded custom parameter class SaveSpecificSettings. +[LOG 21:56:29.347] [GameParameters]: Loaded custom parameter class UPFMSettings. +[LOG 21:56:29.419] [ModuleManager] Total loading Time = 94.319s +[LOG 21:56:29.955] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. +[WRN 21:56:29.977] File 'C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../Missions/MissionScoreInfo.cfg' does not exist +[LOG 21:56:29.982] [ApplicationLauncher] Awake False +[LOG 21:56:29.984] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown +[LOG 21:56:30.005] [UiApp] Awake: MessageSystem +[LOG 21:56:30.006] [ApplicationLauncher] OnSceneLoadedGUIReady: scene MAINMENU ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True +[LOG 21:56:30.112] [UIApp] Adding MessageSystem to Application Launcher +[LOG 21:56:30.118] [ApplicationLauncher] SetHidden: +[LOG 21:56:30.135] [MessageSystem] OnAppInitialized +[LOG 21:56:30.136] [MessageSystem] Reposition 0.0885909 14859 +[LOG 21:56:40.804] [ReflectionUtil]: Found 4 types with UpgradeModule attribute in 7 assemblies. +[LOG 21:56:40.815] [KSPUpgradePipeline]: OhScrapTest (1.6.1) is up to date. +[LOG 21:56:40.824] [ExperienceSystem]: Found 0 trait types +[LOG 21:56:40.828] [ExperienceSystem]: Found 18 effect types +[LOG 21:56:40.862] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. +[LOG 21:56:40.864] [MessageSystem] Load Messages +[LOG 21:56:40.875] [UIMasterController]: HideUI +[LOG 21:56:40.878] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) ===================== +[LOG 21:56:41.255] [UIMasterController]: HideUI +[LOG 21:56:42.667] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager' +[LOG 21:56:42.669] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:56:46.290] [UIMasterController]: HideUI +[LOG 21:56:46.587] Loading Depletion Nodes +[LOG 21:56:46.588] DepNodeCount: 0 +[LOG 21:56:46.590] Loading Biome Nodes +[LOG 21:56:46.590] BiomeNodeCount: 0 +[LOG 21:56:46.592] Loading Planet Nodes +[LOG 21:56:46.592] PlanetNodeCount: 0 +[LOG 21:56:46.613] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:56:46.641] [ScrapYard] OnLoad +[LOG 21:56:46.645] [ScrapYard] Loaded Part Inventory of size 18 in 1ms +[LOG 21:56:46.649] [ScrapYard] OnLoad Complete +[LOG 21:56:46.752] [CustomConfigsManager] Setting modded physics as the active one +[LOG 21:56:46.753] [CustomConfigsManager] Something went wrong while setting the active physics config. +[LOG 21:56:46.797] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:56:46.798] [ScrapYard] Start Start +[LOG 21:56:46.800] [ScrapYard] Initializing GlobalSettings +[LOG 21:56:46.809] [ScrapYard] Blacklisted 1 parts. +[LOG 21:56:46.811] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:56:46.813] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:56:46.814] [ScrapYard] Event Listeners Registered! +[LOG 21:56:46.814] [ScrapYard] Start Complete +[LOG 21:56:47.331] [UiApp] Awake: KSPedia +[LOG 21:56:47.332] [UiApp] Awake: Missions App +[LOG 21:56:47.333] [GenericAppFrame] Reposition 0 15453 +[LOG 21:56:47.334] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True +[LOG 21:56:47.335] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft +[LOG 21:56:47.338] [ApplicationLauncher] SetVisible: +[LOG 21:56:47.341] ScaleModList: listSize 41 maxListSize 1164 +[LOG 21:56:47.379] [UIApp] OnDestroy: Contracts +[LOG 21:56:47.446] [MessageSystem] Reposition 0.02 15454 +[LOG 21:56:47.447] [GenericAppFrame] Reposition 0.02 15454 +[LOG 21:56:47.448] [GenericAppFrame] Reposition 0.02 15454 +[LOG 21:56:47.684] [UIApp] Adding Missions App to Application Launcher +[LOG 21:56:47.701] [MissionsApp] OnAppStarted(): id: -288392 +[LOG 21:56:47.702] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:56:47.702] [UIApp] OnDestroy: Missions App +[LOG 21:56:47.737] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:56:51.981] [UIMasterController]: ShowUI +[LOG 21:56:54.373] Flight State Captured +[LOG 21:56:54.383] Saving Achievements Tree... +[LOG 21:56:54.385] Saving Achievements Tree... +[LOG 21:56:54.404] [ScrapYard] OnSave +[LOG 21:56:54.411] [ScrapYard] Saved Part Inventory of size 18 in 5ms +[LOG 21:56:54.419] [ScrapYard] OnSave Complete +[LOG 21:56:54.420] [MessageSystem] Save Messages +[LOG 21:56:54.461] Game State Saved to saves/OhScrapTest/persistent +[LOG 21:56:54.478] [UIMasterController]: HideUI +[LOG 21:56:54.488] [ScrapYard] OnDestroy Start +[LOG 21:56:54.489] [ScrapYard] Event Listeners De-Registered! +[LOG 21:56:54.493] [ScrapYard] OnDestroy Complete +[LOG 21:56:54.494] [HighLogic]: =========================== Scene Change : From SPACECENTER to FLIGHT (Async) ===================== +[LOG 21:56:54.866] [UIApp] OnDestroy: KSPedia +[LOG 21:56:54.994] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:56:54.996] [UIMasterController]: HideUI +[LOG 21:56:57.658] UICanvasPrefabSpawner FlightUI spawning Flight +[LOG 21:56:57.711] UICanvasPrefabSpawner FlightUI spawning VesselLabels +[LOG 21:56:57.712] [UiApp] Awake: ResourceDisplay +[LOG 21:56:57.819] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' +[LOG 21:56:57.823] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' +[LOG 21:56:57.844] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' +[LOG 21:56:57.868] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:56:57.869] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:56:57.870] [UIMasterController]: HideUI +[LOG 21:56:58.135] [UIMasterController]: HideUI +[LOG 21:56:58.135] ------------------- initializing flight mode... ------------------ +[LOG 21:56:58.173] Loading Depletion Nodes +[LOG 21:56:58.174] DepNodeCount: 0 +[LOG 21:56:58.174] Loading Biome Nodes +[LOG 21:56:58.175] BiomeNodeCount: 0 +[LOG 21:56:58.175] Loading Planet Nodes +[LOG 21:56:58.176] PlanetNodeCount: 0 +[LOG 21:56:58.182] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:56:58.185] [ScrapYard] OnLoad +[LOG 21:56:58.186] [ScrapYard] Loaded Part Inventory of size 18 in 0ms +[LOG 21:56:58.188] [ScrapYard] OnLoad Complete +[LOG 21:56:58.208] Target vessel index: 1 vessel count: 2 +[LOG 21:56:58.210] [FLIGHT GLOBALS]: Switching To Vessel AeroEquus ---------------------- +[LOG 21:56:58.212] setting new dominant body: Kerbin +FlightGlobals.mainBody: Kerbin +[LOG 21:56:58.214] Reference Frame: Rotating +[LOG 21:56:58.529] [AeroEquus]: landed - waiting for ground contact to resume physics... +[LOG 21:56:58.588] Camera Mode: AUTO +[LOG 21:57:02.215] all systems started +[LOG 21:57:02.379] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:02.381] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:02.384] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:02.386] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:02.498] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:57:02.498] [ScrapYard] Start Start +[LOG 21:57:02.500] [ScrapYard] Blacklisted 1 parts. +[LOG 21:57:02.501] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:57:02.502] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:57:02.502] [ScrapYard] Event Listeners Registered! +[LOG 21:57:02.503] [ScrapYard] Start Complete +[LOG 21:57:02.529] [UPFM]: UPFMEvents.Start1955363427 +[LOG 21:57:02.530] [UPFM]: UPFMEvents.Start508580228 +[LOG 21:57:02.530] [UPFM]: UPFMEvents.Start3838494452 +[LOG 21:57:02.531] [UPFM]: UPFMEvents.Start56455937 +[LOG 21:57:02.531] [UPFM]: UPFMEvents.Start1999558711 +[LOG 21:57:02.531] [UPFM]: UPFMEvents.Start801774215 +[LOG 21:57:02.531] [UPFM]: UPFMEvents.Start2585455119 +[LOG 21:57:02.532] [UPFM]: UPFMEvents.Start2532965630 +[LOG 21:57:02.532] [UPFM]: UPFMEvents.Start3545789352 +[LOG 21:57:02.532] [UPFM]: UPFMEvents.Start2654853336 +[LOG 21:57:02.533] [UPFM]: UPFMEvents.Start2496513469 +[LOG 21:57:02.533] [UPFM]: UPFMEvents.Start30052473 +[LOG 21:57:02.533] [UPFM]: UPFMEvents.Start826114277 +[LOG 21:57:02.533] [UPFM]: UPFMEvents.Start2013013536 +[LOG 21:57:02.534] [UPFM]: UPFMEvents.Start1057249358 +[LOG 21:57:02.534] [UPFM]: UPFMEvents.Start396733339 +[LOG 21:57:02.534] [UPFM]: UPFMEvents.Start3206426461 +[LOG 21:57:02.796] [UiApp] Awake: CurrencyWidgetsApp +[LOG 21:57:02.797] [UiApp] Awake: ResourceDisplay +[LOG 21:57:02.798] [UiApp] Awake: KSPedia +[LOG 21:57:02.799] [UiApp] Awake: Missions App +[LOG 21:57:02.799] [UiApp] Awake: DeltaVApp +[LOG 21:57:02.800] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False +[LOG 21:57:02.800] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown +[LOG 21:57:02.803] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:57:02.805] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:57:02.806] [KnowledgeBase] OnAppLauncherReady 15731 +[LOG 21:57:02.863] [UIApp] OnDestroy: Contracts +[LOG 21:57:02.950] [MessageSystem] Reposition 0.02 15732 +[LOG 21:57:02.950] [GenericAppFrame] Reposition 0.02 15732 +[LOG 21:57:02.951] [GenericAppFrame] Reposition 0.02 15732 +[LOG 21:57:03.006] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk1pod.v2 (AeroEquus) on vessel AeroEquus +[LOG 21:57:03.040] [FlightIntegrator]: Vessel AeroEquus has been unloaded 4.77999999999905, applying analytic temperature 308.573774496718 +[LOG 21:57:03.347] [PlanetariumCamera]: Focus: AeroEquus +[LOG 21:57:03.416] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:57:03.417] ScaleModList: listSize 41 maxListSize 469 +[LOG 21:57:03.418] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:57:03.419] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:03.428] [ResourceDisplay] OnAppStarted(): id: -304588 +[LOG 21:57:03.430] [GenericAppFrame] Reposition 0.1540277 15736 +[LOG 21:57:03.431] [ResourceDisplay] OnAppStarted(): id: 172020 +[LOG 21:57:03.431] ResourceDisplay already exist, destroying this instance +[LOG 21:57:03.432] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:57:03.433] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:03.483] [UIApp] Adding Missions App to Application Launcher +[LOG 21:57:03.485] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:03.486] CURRENCY WIDGET False False False +[LOG 21:57:03.489] [UIApp] OnDestroy: CurrencyWidgetsApp +[LOG 21:57:03.496] [UIApp] Adding DeltaVApp to Application Launcher +[LOG 21:57:03.498] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:03.498] [MissionsApp] OnAppStarted(): id: -304600 +[LOG 21:57:03.499] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:57:03.499] [UIApp] OnDestroy: Missions App +[LOG 21:57:03.501] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:03.512] [GenericAppFrame] Reposition 0.2361791 15739 +[LOG 21:57:03.557] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:57:03.559] ScaleModList: listSize 41 maxListSize 387 +[WRN 21:57:03.564] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled. +[LOG 21:57:03.659] Flight State Captured +[LOG 21:57:03.660] Saving Achievements Tree... +[LOG 21:57:03.660] Saving Achievements Tree... +[LOG 21:57:03.662] [ScrapYard] OnSave +[LOG 21:57:03.663] [ScrapYard] Saved Part Inventory of size 18 in 0ms +[LOG 21:57:03.665] [ScrapYard] OnSave Complete +[LOG 21:57:03.671] [OhScrap]: Saved +[LOG 21:57:03.672] [MessageSystem] Save Messages +[LOG 21:57:03.700] Game State Saved as persistent +[LOG 21:57:04.691] Unpacking AeroEquus +[LOG 21:57:04.760] [UIMasterController]: ShowUI +[LOG 21:57:27.574] [Progress Node Reached]: RecordsAltitude +[LOG 21:57:27.576] [Progress Node Reached]: RecordsDistance +[LOG 21:57:28.583] [Progress Node Reached]: FirstLaunch +[LOG 21:57:28.584] [Progress Node Complete]: FirstLaunch +[LOG 21:57:29.471] [Progress Node Reached]: RecordsSpeed +[LOG 21:57:30.043] SCREENSHOT!! +[LOG 21:57:31.315] [UIMasterController]: ShowUI +[LOG 21:57:31.315] Game Paused! +[LOG 21:57:31.317] [UIMasterController]: ShowUI +[LOG 21:57:31.318] [FlightGlobals]: Active Vessel is in atmosphere. Cannot save. +[LOG 21:57:32.611] [MessageSystem] Load Messages +[LOG 21:57:32.619] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:32.621] [UIMasterController]: HideUI +[LOG 21:57:32.627] [ScrapYard] OnDestroy Start +[LOG 21:57:32.628] [ScrapYard] Event Listeners De-Registered! +[LOG 21:57:32.632] [ScrapYard] OnDestroy Complete +[LOG 21:57:32.738] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT ===================== +[LOG 21:57:33.125] KbApp.OnDestroy Vessel Crew +[LOG 21:57:33.127] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:57:33.132] KbApp.OnDestroy Unowned Info +[LOG 21:57:33.133] KbApp.OnDestroy Planet Resources +[LOG 21:57:33.133] KbApp.OnDestroy Vessel Info +[LOG 21:57:33.134] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:57:33.136] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:33.136] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:33.138] KbApp.OnDestroy Planet Parameters +[LOG 21:57:33.138] [UIApp] OnDestroy: DeltaVApp +[LOG 21:57:33.138] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:33.140] KbApp.OnDestroy NullName +[LOG 21:57:33.140] KbApp.OnDestroy Planet Info +[LOG 21:57:33.142] [UIApp] OnDestroy: KSPedia +[LOG 21:57:33.143] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:33.157] UICanvasPrefabSpawner FlightUI spawning Flight +[LOG 21:57:33.178] UICanvasPrefabSpawner FlightUI spawning VesselLabels +[LOG 21:57:33.179] [UiApp] Awake: ResourceDisplay +[LOG 21:57:33.291] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' +[LOG 21:57:33.293] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' +[LOG 21:57:33.294] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' +[LOG 21:57:33.295] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:57:33.296] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:57:33.297] [UIMasterController]: HideUI +[LOG 21:57:33.583] [UIMasterController]: HideUI +[LOG 21:57:33.583] ------------------- initializing flight mode... ------------------ +[LOG 21:57:33.586] Loading Depletion Nodes +[LOG 21:57:33.587] DepNodeCount: 0 +[LOG 21:57:33.588] Loading Biome Nodes +[LOG 21:57:33.588] BiomeNodeCount: 0 +[LOG 21:57:33.589] Loading Planet Nodes +[LOG 21:57:33.590] PlanetNodeCount: 0 +[LOG 21:57:33.592] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:57:33.593] [ScrapYard] OnLoad +[LOG 21:57:33.595] [ScrapYard] Loaded Part Inventory of size 18 in 0ms +[LOG 21:57:33.596] [ScrapYard] OnLoad Complete +[LOG 21:57:33.604] Target vessel index: 1 vessel count: 2 +[LOG 21:57:33.605] [FLIGHT GLOBALS]: Switching To Vessel AeroEquus ---------------------- +[LOG 21:57:33.605] setting new dominant body: Kerbin +FlightGlobals.mainBody: Kerbin +[LOG 21:57:33.606] Reference Frame: Rotating +[LOG 21:57:33.888] [AeroEquus]: landed - waiting for ground contact to resume physics... +[LOG 21:57:33.891] Camera Mode: AUTO +[LOG 21:57:37.434] all systems started +[LOG 21:57:37.448] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:37.450] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:37.451] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:37.452] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:57:37.457] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:57:37.458] [ScrapYard] Start Start +[LOG 21:57:37.460] [ScrapYard] Blacklisted 1 parts. +[LOG 21:57:37.461] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:57:37.462] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:57:37.462] [ScrapYard] Event Listeners Registered! +[LOG 21:57:37.463] [ScrapYard] Start Complete +[LOG 21:57:37.472] [UPFM]: UPFMEvents.Start1955363427 +[LOG 21:57:37.473] [UPFM]: UPFMEvents.Start508580228 +[LOG 21:57:37.473] [UPFM]: UPFMEvents.Start3838494452 +[LOG 21:57:37.474] [UPFM]: UPFMEvents.Start56455937 +[LOG 21:57:37.476] [UPFM]: UPFMEvents.Start1999558711 +[LOG 21:57:37.477] [UPFM]: UPFMEvents.Start801774215 +[LOG 21:57:37.477] [UPFM]: UPFMEvents.Start2585455119 +[LOG 21:57:37.477] [UPFM]: UPFMEvents.Start2532965630 +[LOG 21:57:37.477] [UPFM]: UPFMEvents.Start3545789352 +[LOG 21:57:37.478] [UPFM]: UPFMEvents.Start2654853336 +[LOG 21:57:37.479] [UPFM]: UPFMEvents.Start2496513469 +[LOG 21:57:37.479] [UPFM]: UPFMEvents.Start30052473 +[LOG 21:57:37.480] [UPFM]: UPFMEvents.Start826114277 +[LOG 21:57:37.481] [UPFM]: UPFMEvents.Start2013013536 +[LOG 21:57:37.481] [UPFM]: UPFMEvents.Start1057249358 +[LOG 21:57:37.481] [UPFM]: UPFMEvents.Start396733339 +[LOG 21:57:37.482] [UPFM]: UPFMEvents.Start3206426461 +[LOG 21:57:37.512] [UiApp] Awake: CurrencyWidgetsApp +[LOG 21:57:37.513] [UiApp] Awake: ResourceDisplay +[LOG 21:57:37.514] [UiApp] Awake: KSPedia +[LOG 21:57:37.515] [UiApp] Awake: Missions App +[LOG 21:57:37.516] [UiApp] Awake: DeltaVApp +[LOG 21:57:37.516] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True +[LOG 21:57:37.520] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:57:37.522] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:57:37.522] [KnowledgeBase] OnAppLauncherReady 16556 +[LOG 21:57:37.547] [UIApp] OnDestroy: Contracts +[LOG 21:57:37.639] [MessageSystem] Reposition 0.02 16557 +[LOG 21:57:37.639] [GenericAppFrame] Reposition 0.02 16557 +[LOG 21:57:37.640] [GenericAppFrame] Reposition 0.02 16557 +[LOG 21:57:37.658] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk1pod.v2 (AeroEquus) on vessel AeroEquus +[LOG 21:57:37.849] [PlanetariumCamera]: Focus: AeroEquus +[LOG 21:57:37.868] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:57:37.869] ScaleModList: listSize 41 maxListSize 469 +[LOG 21:57:37.869] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:57:37.871] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:37.882] [ResourceDisplay] OnAppStarted(): id: -333476 +[LOG 21:57:37.883] [GenericAppFrame] Reposition 0.1342335 16561 +[LOG 21:57:37.884] [ResourceDisplay] OnAppStarted(): id: 172148 +[LOG 21:57:37.885] ResourceDisplay already exist, destroying this instance +[LOG 21:57:37.885] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:57:37.886] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:37.901] [UIApp] Adding Missions App to Application Launcher +[LOG 21:57:37.903] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:57:37.903] CURRENCY WIDGET False False False +[LOG 21:57:37.906] [UIApp] OnDestroy: CurrencyWidgetsApp +[LOG 21:57:37.914] [UIApp] Adding DeltaVApp to Application Launcher +[LOG 21:57:37.915] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:37.916] [MissionsApp] OnAppStarted(): id: -333488 +[LOG 21:57:37.916] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:57:37.916] [UIApp] OnDestroy: Missions App +[LOG 21:57:37.917] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:37.929] [GenericAppFrame] Reposition 0.1813696 16564 +[LOG 21:57:37.941] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:57:37.942] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:38.026] Flight State Captured +[LOG 21:57:38.027] Saving Achievements Tree... +[LOG 21:57:38.028] Saving Achievements Tree... +[LOG 21:57:38.030] [ScrapYard] OnSave +[LOG 21:57:38.032] [ScrapYard] Saved Part Inventory of size 18 in 0ms +[LOG 21:57:38.033] [ScrapYard] OnSave Complete +[LOG 21:57:38.034] [OhScrap]: Saved +[LOG 21:57:38.035] [MessageSystem] Save Messages +[LOG 21:57:38.063] Game State Saved as persistent +[LOG 21:57:39.043] Unpacking AeroEquus +[LOG 21:57:39.059] [UIMasterController]: ShowUI +[LOG 21:57:40.835] [Progress Node Reached]: RecordsAltitude +[LOG 21:57:40.835] [Progress Node Reached]: RecordsDistance +[LOG 21:57:41.857] [Progress Node Reached]: FirstLaunch +[LOG 21:57:41.857] [Progress Node Complete]: FirstLaunch +[LOG 21:57:42.747] [Progress Node Reached]: RecordsSpeed +[LOG 21:57:52.870] [AsteroidSpawner]: New object found near Kerbin: Ast. ETM-242! +[LOG 21:57:56.543] [UIMasterController]: ShowUI +[LOG 21:57:56.544] Game Paused! +[LOG 21:57:56.544] [UIMasterController]: ShowUI +[LOG 21:57:56.545] [FlightGlobals]: Active Vessel is in atmosphere. Cannot save. +[LOG 21:57:57.935] [MessageSystem] Load Messages +[LOG 21:57:57.939] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:57.941] [UIMasterController]: HideUI +[LOG 21:57:57.947] [ScrapYard] OnDestroy Start +[LOG 21:57:57.949] [ScrapYard] Event Listeners De-Registered! +[LOG 21:57:57.952] [ScrapYard] OnDestroy Complete +[LOG 21:57:58.056] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT ===================== +[LOG 21:57:58.412] [UIApp] OnDestroy: KSPedia +[LOG 21:57:58.413] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:58.414] KbApp.OnDestroy Vessel Crew +[LOG 21:57:58.415] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:57:58.416] KbApp.OnDestroy Unowned Info +[LOG 21:57:58.416] KbApp.OnDestroy NullName +[LOG 21:57:58.417] KbApp.OnDestroy Planet Resources +[LOG 21:57:58.417] KbApp.OnDestroy Planet Parameters +[LOG 21:57:58.417] [UIApp] OnDestroy: DeltaVApp +[LOG 21:57:58.418] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:58.419] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:58.420] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:57:58.421] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:57:58.421] KbApp.OnDestroy Vessel Info +[LOG 21:57:58.422] KbApp.OnDestroy Planet Info +[LOG 21:57:58.436] UICanvasPrefabSpawner FlightUI spawning Flight +[LOG 21:57:58.457] UICanvasPrefabSpawner FlightUI spawning VesselLabels +[LOG 21:57:58.458] [UiApp] Awake: ResourceDisplay +[LOG 21:57:58.574] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' +[LOG 21:57:58.576] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' +[LOG 21:57:58.577] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' +[LOG 21:57:58.578] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:57:58.579] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:57:58.580] [UIMasterController]: HideUI +[LOG 21:57:58.888] [UIMasterController]: HideUI +[LOG 21:57:58.889] ------------------- initializing flight mode... ------------------ +[LOG 21:57:58.891] Loading Depletion Nodes +[LOG 21:57:58.892] DepNodeCount: 0 +[LOG 21:57:58.892] Loading Biome Nodes +[LOG 21:57:58.893] BiomeNodeCount: 0 +[LOG 21:57:58.894] Loading Planet Nodes +[LOG 21:57:58.895] PlanetNodeCount: 0 +[LOG 21:57:58.898] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:57:58.899] [ScrapYard] OnLoad +[LOG 21:57:58.901] [ScrapYard] Loaded Part Inventory of size 18 in 0ms +[LOG 21:57:58.902] [ScrapYard] OnLoad Complete +[LOG 21:57:58.908] Target vessel index: 1 vessel count: 2 +[LOG 21:57:58.909] [FLIGHT GLOBALS]: Switching To Vessel AeroEquus ---------------------- +[LOG 21:57:58.909] setting new dominant body: Kerbin +FlightGlobals.mainBody: Kerbin +[LOG 21:57:58.910] Reference Frame: Rotating +[LOG 21:57:59.198] [AeroEquus]: landed - waiting for ground contact to resume physics... +[LOG 21:57:59.200] Camera Mode: AUTO +[LOG 21:58:02.777] all systems started +[LOG 21:58:02.791] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:02.793] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:02.794] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:02.795] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:02.802] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:58:02.802] [ScrapYard] Start Start +[LOG 21:58:02.804] [ScrapYard] Blacklisted 1 parts. +[LOG 21:58:02.805] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:58:02.806] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:58:02.806] [ScrapYard] Event Listeners Registered! +[LOG 21:58:02.807] [ScrapYard] Start Complete +[LOG 21:58:02.816] [UPFM]: UPFMEvents.Start1955363427 +[LOG 21:58:02.818] [UPFM]: UPFMEvents.Start508580228 +[LOG 21:58:02.818] [UPFM]: UPFMEvents.Start3838494452 +[LOG 21:58:02.819] [UPFM]: UPFMEvents.Start56455937 +[LOG 21:58:02.820] [UPFM]: UPFMEvents.Start1999558711 +[LOG 21:58:02.821] [UPFM]: UPFMEvents.Start801774215 +[LOG 21:58:02.821] [UPFM]: UPFMEvents.Start2585455119 +[LOG 21:58:02.821] [UPFM]: UPFMEvents.Start2532965630 +[LOG 21:58:02.821] [UPFM]: UPFMEvents.Start3545789352 +[LOG 21:58:02.822] [UPFM]: UPFMEvents.Start2654853336 +[LOG 21:58:02.822] [UPFM]: UPFMEvents.Start2496513469 +[LOG 21:58:02.823] [UPFM]: UPFMEvents.Start30052473 +[LOG 21:58:02.824] [UPFM]: UPFMEvents.Start826114277 +[LOG 21:58:02.825] [UPFM]: UPFMEvents.Start2013013536 +[LOG 21:58:02.825] [UPFM]: UPFMEvents.Start1057249358 +[LOG 21:58:02.825] [UPFM]: UPFMEvents.Start396733339 +[LOG 21:58:02.825] [UPFM]: UPFMEvents.Start3206426461 +[LOG 21:58:02.857] [UiApp] Awake: CurrencyWidgetsApp +[LOG 21:58:02.857] [UiApp] Awake: ResourceDisplay +[LOG 21:58:02.858] [UiApp] Awake: KSPedia +[LOG 21:58:02.859] [UiApp] Awake: Missions App +[LOG 21:58:02.859] [UiApp] Awake: DeltaVApp +[LOG 21:58:02.860] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True +[LOG 21:58:02.862] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:58:02.864] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:58:02.865] [KnowledgeBase] OnAppLauncherReady 17750 +[LOG 21:58:02.887] [UIApp] OnDestroy: Contracts +[LOG 21:58:02.977] [MessageSystem] Reposition 0.02 17751 +[LOG 21:58:02.977] [GenericAppFrame] Reposition 0.02 17751 +[LOG 21:58:02.978] [GenericAppFrame] Reposition 0.02 17751 +[LOG 21:58:02.997] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk1pod.v2 (AeroEquus) on vessel AeroEquus +[LOG 21:58:03.200] [PlanetariumCamera]: Focus: AeroEquus +[LOG 21:58:03.221] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:58:03.222] ScaleModList: listSize 41 maxListSize 469 +[LOG 21:58:03.223] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:58:03.224] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:03.235] [ResourceDisplay] OnAppStarted(): id: -371060 +[LOG 21:58:03.237] [GenericAppFrame] Reposition 0.1394746 17755 +[LOG 21:58:03.238] [ResourceDisplay] OnAppStarted(): id: 172276 +[LOG 21:58:03.238] ResourceDisplay already exist, destroying this instance +[LOG 21:58:03.239] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:58:03.240] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:03.257] [UIApp] Adding Missions App to Application Launcher +[LOG 21:58:03.257] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:03.258] CURRENCY WIDGET False False False +[LOG 21:58:03.261] [UIApp] OnDestroy: CurrencyWidgetsApp +[LOG 21:58:03.269] [UIApp] Adding DeltaVApp to Application Launcher +[LOG 21:58:03.271] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:03.271] [MissionsApp] OnAppStarted(): id: -371072 +[LOG 21:58:03.272] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:58:03.272] [UIApp] OnDestroy: Missions App +[LOG 21:58:03.274] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:03.285] [GenericAppFrame] Reposition 0.1895618 17758 +[LOG 21:58:03.297] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:58:03.298] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:03.386] Flight State Captured +[LOG 21:58:03.387] Saving Achievements Tree... +[LOG 21:58:03.389] Saving Achievements Tree... +[LOG 21:58:03.390] [ScrapYard] OnSave +[LOG 21:58:03.392] [ScrapYard] Saved Part Inventory of size 18 in 0ms +[LOG 21:58:03.393] [ScrapYard] OnSave Complete +[LOG 21:58:03.394] [OhScrap]: Saved +[LOG 21:58:03.395] [MessageSystem] Save Messages +[LOG 21:58:03.431] Game State Saved as persistent +[LOG 21:58:04.419] Unpacking AeroEquus +[LOG 21:58:04.436] [UIMasterController]: ShowUI +[LOG 21:58:05.660] [Progress Node Reached]: RecordsAltitude +[LOG 21:58:05.661] [Progress Node Reached]: RecordsDistance +[LOG 21:58:06.681] [Progress Node Reached]: FirstLaunch +[LOG 21:58:06.681] [Progress Node Complete]: FirstLaunch +[LOG 21:58:07.574] [Progress Node Reached]: RecordsSpeed +[LOG 21:58:10.736] [UIMasterController]: ShowUI +[LOG 21:58:10.736] Game Paused! +[LOG 21:58:10.737] [UIMasterController]: ShowUI +[LOG 21:58:10.737] [FlightGlobals]: Active Vessel is in atmosphere. Cannot save. +[LOG 21:58:12.047] [MessageSystem] Load Messages +[LOG 21:58:12.051] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:12.054] [UIMasterController]: HideUI +[LOG 21:58:12.060] [ScrapYard] OnDestroy Start +[LOG 21:58:12.062] [ScrapYard] Event Listeners De-Registered! +[LOG 21:58:12.065] [ScrapYard] OnDestroy Complete +[LOG 21:58:12.171] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT ===================== +[LOG 21:58:12.533] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:58:12.534] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:12.534] KbApp.OnDestroy Vessel Crew +[LOG 21:58:12.535] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:12.535] [UIApp] OnDestroy: KSPedia +[LOG 21:58:12.536] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:12.536] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:58:12.540] KbApp.OnDestroy Planet Parameters +[LOG 21:58:12.541] KbApp.OnDestroy Unowned Info +[LOG 21:58:12.541] KbApp.OnDestroy NullName +[LOG 21:58:12.542] KbApp.OnDestroy Planet Resources +[LOG 21:58:12.542] KbApp.OnDestroy Planet Info +[LOG 21:58:12.542] KbApp.OnDestroy Vessel Info +[LOG 21:58:12.544] [UIApp] OnDestroy: DeltaVApp +[LOG 21:58:12.544] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:12.558] UICanvasPrefabSpawner FlightUI spawning Flight +[LOG 21:58:12.581] UICanvasPrefabSpawner FlightUI spawning VesselLabels +[LOG 21:58:12.582] [UiApp] Awake: ResourceDisplay +[LOG 21:58:12.704] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' +[LOG 21:58:12.707] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' +[LOG 21:58:12.708] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' +[LOG 21:58:12.710] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:58:12.710] [PlanetariumCamera]: Focus: Kerbin +[LOG 21:58:12.712] [UIMasterController]: HideUI +[LOG 21:58:13.026] [UIMasterController]: HideUI +[LOG 21:58:13.027] ------------------- initializing flight mode... ------------------ +[LOG 21:58:13.029] Loading Depletion Nodes +[LOG 21:58:13.030] DepNodeCount: 0 +[LOG 21:58:13.031] Loading Biome Nodes +[LOG 21:58:13.031] BiomeNodeCount: 0 +[LOG 21:58:13.032] Loading Planet Nodes +[LOG 21:58:13.033] PlanetNodeCount: 0 +[LOG 21:58:13.035] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:58:13.036] [ScrapYard] OnLoad +[LOG 21:58:13.038] [ScrapYard] Loaded Part Inventory of size 18 in 0ms +[LOG 21:58:13.039] [ScrapYard] OnLoad Complete +[LOG 21:58:13.047] Target vessel index: 1 vessel count: 2 +[LOG 21:58:13.048] [FLIGHT GLOBALS]: Switching To Vessel AeroEquus ---------------------- +[LOG 21:58:13.048] setting new dominant body: Kerbin FlightGlobals.mainBody: Kerbin -[LOG 20:46:24.127] Reference Frame: Rotating -[LOG 20:46:24.139] Vessel assembly complete! -[LOG 20:46:27.623] all systems started -[LOG 20:46:27.734] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) -[LOG 20:46:27.734] [ScrapYard] Start Start -[LOG 20:46:27.736] [ScrapYard] Blacklisted 1 parts. -[LOG 20:46:27.737] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:46:27.738] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:46:27.738] [ScrapYard] Event Listeners Registered! -[LOG 20:46:27.738] [ScrapYard] Start Complete -[LOG 20:46:27.747] [UPFM]: UPFMEvents.Start3566191544 -[LOG 20:46:27.878] [UiApp] Awake: CurrencyWidgetsApp -[LOG 20:46:27.879] [UiApp] Awake: ResourceDisplay -[LOG 20:46:27.880] [UiApp] Awake: KSPedia -[LOG 20:46:27.880] [UiApp] Awake: Missions App -[LOG 20:46:27.881] [UiApp] Awake: DeltaVApp -[LOG 20:46:27.882] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False -[LOG 20:46:27.882] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown -[LOG 20:46:27.886] ScaleModList: listSize 41 maxListSize 519 -[LOG 20:46:27.888] ScaleModList: listSize 41 maxListSize 519 -[LOG 20:46:27.888] [KnowledgeBase] OnAppLauncherReady 16366 -[LOG 20:46:27.906] [UIApp] OnDestroy: Contracts -[LOG 20:46:27.928] [MessageSystem] Reposition 0.02 16367 -[LOG 20:46:27.928] [GenericAppFrame] Reposition 0.02 16367 -[LOG 20:46:27.929] [GenericAppFrame] Reposition 0.02 16367 -[LOG 20:46:27.943] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part liquidEngine3.v2 on vessel Untitled Space Craft -[LOG 20:46:27.970] [FlightIntegrator]: Vessel Untitled Space Craft has been unloaded 1.79769313486232E+308, applying analytic temperature 313.82465211431 -[LOG 20:46:28.131] [PlanetariumCamera]: Focus: Untitled Space Craft -[LOG 20:46:28.151] [UIApp] Adding ResourceDisplay to Application Launcher -[LOG 20:46:28.153] ScaleModList: listSize 41 maxListSize 469 -[LOG 20:46:28.153] [UIApp] Adding ResourceDisplay to Application Launcher -[LOG 20:46:28.154] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:28.163] [ResourceDisplay] OnAppStarted(): id: -354928 -[LOG 20:46:28.164] [GenericAppFrame] Reposition 0.1193488 16371 -[LOG 20:46:28.165] [ResourceDisplay] OnAppStarted(): id: 202450 -[LOG 20:46:28.166] ResourceDisplay already exist, destroying this instance -[LOG 20:46:28.166] [UIApp] OnDestroy: ResourceDisplay -[LOG 20:46:28.168] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:28.178] [UIApp] Adding Missions App to Application Launcher -[LOG 20:46:28.179] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:28.180] CURRENCY WIDGET False False False -[LOG 20:46:28.183] [UIApp] OnDestroy: CurrencyWidgetsApp -[LOG 20:46:28.191] [UIApp] Adding DeltaVApp to Application Launcher -[LOG 20:46:28.193] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:28.193] [MissionsApp] OnAppStarted(): id: -354940 -[LOG 20:46:28.193] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:46:28.194] [UIApp] OnDestroy: Missions App -[LOG 20:46:28.195] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:28.208] [GenericAppFrame] Reposition 0.1645414 16374 -[LOG 20:46:28.224] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:46:28.226] ScaleModList: listSize 41 maxListSize 387 -[WRN 20:46:28.238] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled. -[LOG 20:46:28.310] [ScrapYard] Vessel Rollout! -[LOG 20:46:28.312] [ScrapYard] Adding build (parts) -[LOG 20:46:28.319] ADDON BINDER: Create binding redirect: MagiCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null => MagiCore, Version=1.3.1.4, Culture=neutral, PublicKeyToken=null -[LOG 20:46:28.328] [ScrapYard] liquidEngine3.v2 has been used 1/1/0 (T/N/I) times. -[LOG 20:46:28.330] [ScrapYard] liquidEngine3.v2 has been used in 1/1/0 (T/N/I) builds. -[LOG 20:46:28.331] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2133946254 EngineFailureModule -[LOG 20:46:28.333] Flight State Captured -[LOG 20:46:28.333] Saving Achievements Tree... -[LOG 20:46:28.335] [ScrapYard] OnSave -[LOG 20:46:28.335] [ScrapYard] Saved Part Inventory of size 0 in 0ms -[LOG 20:46:28.339] [ScrapYard] OnSave Complete -[LOG 20:46:28.339] [OhScrap]: Saved -[LOG 20:46:28.340] [MessageSystem] Save Messages -[LOG 20:46:28.352] Game State Saved as persistent -[LOG 20:46:29.351] Unpacking Untitled Space Craft -[LOG 20:46:29.397] [UIMasterController]: ShowUI -[LOG 20:46:30.623] Flight State Captured -[LOG 20:46:30.624] Saving Achievements Tree... -[LOG 20:46:30.625] [ScrapYard] OnSave -[LOG 20:46:30.626] [ScrapYard] Saved Part Inventory of size 0 in 0ms -[LOG 20:46:30.628] [ScrapYard] OnSave Complete -[LOG 20:46:30.629] [OhScrap]: Saved -[LOG 20:46:30.630] [MessageSystem] Save Messages -[LOG 20:46:30.652] Game State Saved to saves/default/persistent -[LOG 20:46:30.711] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:30.713] [UIMasterController]: HideUI -[LOG 20:46:30.718] [ScrapYard] OnDestroy Start -[LOG 20:46:30.720] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:30.723] [ScrapYard] OnDestroy Complete -[LOG 20:46:30.728] [HighLogic]: =========================== Scene Change : From FLIGHT to SPACECENTER (Async) ===================== -[LOG 20:46:31.108] KbApp.OnDestroy Planet Resources -[LOG 20:46:31.108] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:31.109] KbApp.OnDestroy Planet Info -[LOG 20:46:31.111] KbApp.OnDestroy NullName -[LOG 20:46:31.112] [UIApp] OnDestroy: ResourceDisplay -[LOG 20:46:31.112] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:31.114] KbApp.OnDestroy Vessel Crew -[LOG 20:46:31.115] [UIApp] OnDestroy: KSPedia -[LOG 20:46:31.115] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:31.116] KbApp.OnDestroy Planet Parameters -[LOG 20:46:31.116] KbApp.OnDestroy Vessel Info -[LOG 20:46:31.118] KbApp.OnDestroy Unowned Info -[LOG 20:46:31.118] [UIApp] OnDestroy: DeltaVApp -[LOG 20:46:31.118] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:31.240] [UIMasterController]: HideUI -[LOG 20:46:32.137] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager' -[LOG 20:46:32.138] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:46:35.646] [UIMasterController]: HideUI -[LOG 20:46:35.919] Loading Depletion Nodes -[LOG 20:46:35.920] DepNodeCount: 0 -[LOG 20:46:35.920] Loading Biome Nodes -[LOG 20:46:35.921] BiomeNodeCount: 0 -[LOG 20:46:35.922] Loading Planet Nodes -[LOG 20:46:35.923] PlanetNodeCount: 0 -[LOG 20:46:35.925] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:46:35.927] [ScrapYard] OnLoad -[LOG 20:46:35.928] [ScrapYard] Loaded Part Inventory of size 0 in 0ms -[LOG 20:46:35.929] [ScrapYard] OnLoad Complete -[LOG 20:46:35.938] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) -[LOG 20:46:35.939] [ScrapYard] Start Start -[LOG 20:46:35.941] [ScrapYard] Blacklisted 1 parts. -[LOG 20:46:35.942] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:46:35.943] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:46:35.943] [ScrapYard] Event Listeners Registered! -[LOG 20:46:35.944] [ScrapYard] Start Complete -[LOG 20:46:35.979] [UiApp] Awake: KSPedia -[LOG 20:46:35.980] [UiApp] Awake: Missions App -[LOG 20:46:35.981] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True -[LOG 20:46:35.982] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft -[LOG 20:46:35.986] ScaleModList: listSize 41 maxListSize 1164 -[LOG 20:46:35.994] [UIApp] OnDestroy: Contracts -[LOG 20:46:36.003] [MessageSystem] Reposition 0.02 16515 -[LOG 20:46:36.004] [GenericAppFrame] Reposition 0.02 16515 -[LOG 20:46:36.004] [GenericAppFrame] Reposition 0.02 16515 -[LOG 20:46:36.203] [UIApp] Adding Missions App to Application Launcher -[LOG 20:46:36.219] [MissionsApp] OnAppStarted(): id: -363498 -[LOG 20:46:36.220] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:46:36.220] [UIApp] OnDestroy: Missions App -[LOG 20:46:36.223] [ScrapYard] Recovered -[LOG 20:46:36.229] [ScrapYard] InventoryChangedEvent - part: 'liquidEngine3.v2' added? True -[LOG 20:46:36.236] [VesselRecovery]: Untitled Space Craft recovered At LaunchPad. Recovery Value: 100.0% -[LOG 20:46:36.238] Flight State Captured -[LOG 20:46:36.239] Saving Achievements Tree... -[LOG 20:46:36.241] [ScrapYard] OnSave -[LOG 20:46:36.242] [ScrapYard] Saved Part Inventory of size 1 in 0ms -[LOG 20:46:36.243] [ScrapYard] OnSave Complete -[LOG 20:46:36.243] [MessageSystem] Save Messages -[LOG 20:46:36.253] Game State Saved to saves/default/persistent -[LOG 20:46:36.273] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:46:38.366] [UIMasterController]: ShowUI -[LOG 20:46:39.355] Flight State Captured -[LOG 20:46:39.356] Saving Achievements Tree... -[LOG 20:46:39.357] [ScrapYard] OnSave -[LOG 20:46:39.359] [ScrapYard] Saved Part Inventory of size 1 in 0ms -[LOG 20:46:39.360] [ScrapYard] OnSave Complete -[LOG 20:46:39.360] [MessageSystem] Save Messages -[LOG 20:46:39.370] Game State Saved to saves/default/persistent -[LOG 20:46:39.378] [UIMasterController]: HideUI -[LOG 20:46:39.381] [ScrapYard] OnDestroy Start -[LOG 20:46:39.383] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:39.386] [ScrapYard] OnDestroy Complete -[LOG 20:46:39.387] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) ===================== -[LOG 20:46:39.619] [UIApp] OnDestroy: KSPedia -[LOG 20:46:39.736] [UIMasterController]: HideUI -[LOG 20:46:40.530] UICanvasPrefabSpawner SceneLogic spawning Editor -[LOG 20:46:40.561] No Input Locks in effect right now -[LOG 20:46:40.664] [AddonLoader]: Instantiating addon 'EditorAnyWarnings' from assembly 'OhScrap' -[LOG 20:46:40.665] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:46:40.670] [UIMasterController]: HideUI -[LOG 20:46:41.014] [UIMasterController]: ShowUI -[WRN 20:46:41.132] The loaded level has a different lightmaps mode than the current one. Current: Directional. Loaded: Non-Directional. Will use: Directional. -[LOG 20:46:41.143] [UIMasterController]: ShowUI -[LOG 20:46:41.154] ------------------- initializing editor mode... ------------------ -[LOG 20:46:41.154] editor started -[LOG 20:46:41.163] Loading Depletion Nodes -[LOG 20:46:41.163] DepNodeCount: 0 -[LOG 20:46:41.164] Loading Biome Nodes -[LOG 20:46:41.165] BiomeNodeCount: 0 -[LOG 20:46:41.165] Loading Planet Nodes -[LOG 20:46:41.166] PlanetNodeCount: 0 -[LOG 20:46:41.167] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:46:41.168] [ScrapYard] OnLoad -[LOG 20:46:41.169] [ScrapYard] Loaded Part Inventory of size 1 in 0ms -[LOG 20:46:41.170] [ScrapYard] OnLoad Complete -[LOG 20:46:41.267] Untitled Space Craft loaded! -[LOG 20:46:41.274] [OhScrap]: Attempting to refresh part 3566191544 -[LOG 20:46:41.275] [OhScrap]: Refreshed. New ID is 4058337431 -[LOG 20:46:41.276] [ScrapYard] Start Start -[LOG 20:46:41.278] [ScrapYard] Blacklisted 1 parts. -[LOG 20:46:41.279] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:46:41.280] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:46:41.280] [ScrapYard] Event Listeners Registered! -[LOG 20:46:41.292] [ScrapYard] Start Complete -[LOG 20:46:41.292] [UPFM]: UPFMEvents.Start4058337431 -[WRN 20:46:41.517] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled. -[LOG 20:46:41.566] [UiApp] Awake: EngineersReport -[LOG 20:46:41.567] [UiApp] Awake: KSPedia -[LOG 20:46:41.568] [UiApp] Awake: Missions App -[LOG 20:46:41.569] [UiApp] Awake: DeltaVApp -[LOG 20:46:41.570] [ApplicationLauncher] OnSceneLoadedGUIReady: scene EDITOR ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop False -[LOG 20:46:41.572] ScaleModList: listSize 41 maxListSize 895 -[LOG 20:46:41.574] ScaleModList: listSize 82 maxListSize 886 -[LOG 20:46:41.580] [UIApp] OnDestroy: Contracts -[LOG 20:46:41.597] [MessageSystem] Reposition 0.02 16710 -[LOG 20:46:41.597] [GenericAppFrame] Reposition 0.02 16710 -[LOG 20:46:41.598] [GenericAppFrame] Reposition 0.02 16710 -[LOG 20:46:41.709] [UIApp] Adding Missions App to Application Launcher -[LOG 20:46:41.711] ScaleModList: listSize 82 maxListSize 845 -[LOG 20:46:41.711] [UIApp] Adding EngineersReport to Application Launcher -[LOG 20:46:41.713] ScaleModList: listSize 82 maxListSize 804 -[LOG 20:46:41.726] [UIApp] Adding DeltaVApp to Application Launcher -[LOG 20:46:41.728] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:41.729] [MissionsApp] OnAppStarted(): id: -381618 -[LOG 20:46:41.729] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:46:41.730] [UIApp] OnDestroy: Missions App -[LOG 20:46:41.731] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:41.732] [GenericAppFrame] Reposition 0.1423031 16716 -[LOG 20:46:41.769] [GenericAppFrame] Reposition 0.1823031 16717 -[LOG 20:46:41.792] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:46:41.794] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:41.870] [UIMasterController]: ShowUI -[LOG 20:46:42.560] [ScrapYard] Copy: 0ms -[LOG 20:46:42.561] [ScrapYard] Convert To IParts: 0ms -[LOG 20:46:42.561] [ScrapYard] Constructor: 0 -[LOG 20:46:42.562] [ScrapYard] Removal: 0 -[LOG 20:46:42.562] [ScrapYard] Finding: 0 -[LOG 20:46:42.563] [ScrapYard] Check Parts: 1ms -[LOG 20:46:42.563] [ScrapYard] Update Part List: 0ms -[LOG 20:46:42.564] [ScrapYard] VerifyEditor.VerifyEditorShip: 3ms -[LOG 20:46:42.564] [ScrapYard] VerifyEditor.UpdateEditorCost: 0ms -[LOG 20:46:42.564] [ScrapYard] VerifyEditor.UpdateSelectionUI: 0ms -[LOG 20:46:42.565] [ScrapYard] VerifyEditor: 5ms -[LOG 20:46:45.782] [Pre-Flight Check]: Checking for CraftWithinPartCountLimit: PASS! -[LOG 20:46:45.783] [Pre-Flight Check]: Checking for CraftWithinSizeLimits: PASS! -[LOG 20:46:45.783] [Pre-Flight Check]: Checking for CraftWithinMassLimits: PASS! -[LOG 20:46:45.784] [Pre-Flight Check]: Checking for ExperimentalPartsAvailable: PASS! -[LOG 20:46:45.785] [Pre-Flight Check]: Checking for CanAffordLaunchTest: PASS! -[LOG 20:46:45.786] [Pre-Flight Check]: Checking for FacilityOperational: PASS! -[LOG 20:46:45.790] [Pre-Flight Check]: Checking for NoControlSources: FAIL! -[LOG 20:46:47.820] [Pre-Flight Check]: Checking for LaunchSiteClear: PASS! -[LOG 20:46:47.821] [Pre-Flight Check]: All Checks Complete. Go for Launch! -[LOG 20:46:47.837] Launching vessel from LaunchPad. Craft file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../saves/default/Ships/VAB/Auto-Saved Ship.craft -[LOG 20:46:47.839] [ScrapYard] OnSave -[LOG 20:46:47.840] [ScrapYard] Saved Part Inventory of size 1 in 0ms -[LOG 20:46:47.841] [ScrapYard] OnSave Complete -[LOG 20:46:47.841] [OhScrap]: Saved -[LOG 20:46:47.842] [MessageSystem] Save Messages -[LOG 20:46:47.851] Game State Saved to saves/default/persistent -[LOG 20:46:47.858] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:47.859] [UIMasterController]: HideUI -[LOG 20:46:47.863] [ScrapYard] OnDestroy Start -[LOG 20:46:47.864] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:47.867] [ScrapYard] OnDestroy Complete -[LOG 20:46:48.030] [HighLogic]: =========================== Scene Change : From EDITOR to FLIGHT (Async) ===================== -[LOG 20:46:48.287] [UIApp] OnDestroy: KSPedia -[LOG 20:46:48.287] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:48.288] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:48.288] [UIApp] OnDestroy: DeltaVApp -[LOG 20:46:48.288] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:48.295] [UIApp] OnDestroy: EngineersReport -[LOG 20:46:48.295] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:46:48.418] [PlanetariumCamera]: Focus: Kerbin -[LOG 20:46:48.419] [UIMasterController]: HideUI -[LOG 20:46:49.228] UICanvasPrefabSpawner FlightUI spawning Flight -[LOG 20:46:49.250] UICanvasPrefabSpawner FlightUI spawning VesselLabels -[LOG 20:46:49.251] [UiApp] Awake: ResourceDisplay -[LOG 20:46:49.355] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' -[LOG 20:46:49.357] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' -[EXC 20:46:49.358] DirectoryNotFoundException: Directory 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\Severedsolo\OhScrap\Logs' not found. - System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) - System.IO.Directory.GetFiles (System.String path, System.String searchPattern) - System.IO.DirectoryInfo.GetFiles (System.String searchPattern) - System.IO.DirectoryInfo.GetFiles () - (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:GetFiles () - OhScrap.Logger.Awake () (at C:/Users/evilp/Documents/GitHub/OhScrap/OhScrap/Logger.cs:22) - UnityEngine.GameObject:AddComponent(Type) - AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup) - AddonLoader:StartAddons(Startup) - AddonLoader:OnLevelLoaded(GameScenes) - AddonLoader:OnSceneLoaded(Scene, LoadSceneMode) - UnityEngine.SceneManagement.SceneManager:Internal_SceneLoaded(Scene, LoadSceneMode) -[LOG 20:46:49.359] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' -[LOG 20:46:49.360] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:46:49.361] [PlanetariumCamera]: Focus: Kerbin -[LOG 20:46:49.362] [UIMasterController]: HideUI -[LOG 20:46:49.626] [UIMasterController]: HideUI -[LOG 20:46:49.626] ------------------- initializing flight mode... ------------------ -[LOG 20:46:49.634] [MessageSystem] Save Messages -[LOG 20:46:49.636] Loading Depletion Nodes -[LOG 20:46:49.637] DepNodeCount: 0 -[LOG 20:46:49.638] Loading Biome Nodes -[LOG 20:46:49.639] BiomeNodeCount: 0 -[LOG 20:46:49.639] Loading Planet Nodes -[LOG 20:46:49.640] PlanetNodeCount: 0 -[LOG 20:46:49.642] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:46:49.644] [ScrapYard] OnLoad -[LOG 20:46:49.645] [ScrapYard] Loaded Part Inventory of size 1 in 0ms -[LOG 20:46:49.646] [ScrapYard] OnLoad Complete -[LOG 20:46:49.649] Loading ship from file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../saves/default/Ships/VAB/Auto-Saved Ship.craft -[LOG 20:46:49.650] [UIMasterController]: HideUI -[LOG 20:46:49.671] Untitled Space Craft loaded! -[LOG 20:46:52.953] putting ship to ground: 14.24022 -[LOG 20:46:52.956] [Untitled Space Craft]: Ready to Launch - waiting to start physics... -[LOG 20:46:52.958] [FLIGHT GLOBALS]: Switching To Vessel Untitled Space Craft ---------------------- -[LOG 20:46:52.959] setting new dominant body: Kerbin +[LOG 21:58:13.049] Reference Frame: Rotating +[LOG 21:58:13.344] [AeroEquus]: landed - waiting for ground contact to resume physics... +[LOG 21:58:13.346] Camera Mode: AUTO +[LOG 21:58:16.937] all systems started +[LOG 21:58:16.951] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:16.952] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:16.953] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:16.955] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 21:58:16.960] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:58:16.960] [ScrapYard] Start Start +[LOG 21:58:16.962] [ScrapYard] Blacklisted 1 parts. +[LOG 21:58:16.964] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:58:16.964] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:58:16.964] [ScrapYard] Event Listeners Registered! +[LOG 21:58:16.965] [ScrapYard] Start Complete +[LOG 21:58:16.974] [UPFM]: UPFMEvents.Start1955363427 +[LOG 21:58:16.975] [UPFM]: UPFMEvents.Start508580228 +[LOG 21:58:16.976] [UPFM]: UPFMEvents.Start3838494452 +[LOG 21:58:16.976] [UPFM]: UPFMEvents.Start56455937 +[LOG 21:58:16.977] [UPFM]: UPFMEvents.Start1999558711 +[LOG 21:58:16.978] [UPFM]: UPFMEvents.Start801774215 +[LOG 21:58:16.978] [UPFM]: UPFMEvents.Start2585455119 +[LOG 21:58:16.978] [UPFM]: UPFMEvents.Start2532965630 +[LOG 21:58:16.979] [UPFM]: UPFMEvents.Start3545789352 +[LOG 21:58:16.979] [UPFM]: UPFMEvents.Start2654853336 +[LOG 21:58:16.981] [UPFM]: UPFMEvents.Start2496513469 +[LOG 21:58:16.981] [UPFM]: UPFMEvents.Start30052473 +[LOG 21:58:16.982] [UPFM]: UPFMEvents.Start826114277 +[LOG 21:58:16.983] [UPFM]: UPFMEvents.Start2013013536 +[LOG 21:58:16.983] [UPFM]: UPFMEvents.Start1057249358 +[LOG 21:58:16.984] [UPFM]: UPFMEvents.Start396733339 +[LOG 21:58:16.984] [UPFM]: UPFMEvents.Start3206426461 +[LOG 21:58:17.027] [UiApp] Awake: CurrencyWidgetsApp +[LOG 21:58:17.028] [UiApp] Awake: ResourceDisplay +[LOG 21:58:17.029] [UiApp] Awake: KSPedia +[LOG 21:58:17.029] [UiApp] Awake: Missions App +[LOG 21:58:17.030] [UiApp] Awake: DeltaVApp +[LOG 21:58:17.030] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True +[LOG 21:58:17.034] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:58:17.036] ScaleModList: listSize 41 maxListSize 519 +[LOG 21:58:17.036] [KnowledgeBase] OnAppLauncherReady 18279 +[LOG 21:58:17.059] [UIApp] OnDestroy: Contracts +[LOG 21:58:17.151] [MessageSystem] Reposition 0.02 18280 +[LOG 21:58:17.151] [GenericAppFrame] Reposition 0.02 18280 +[LOG 21:58:17.151] [GenericAppFrame] Reposition 0.02 18280 +[LOG 21:58:17.171] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk1pod.v2 (AeroEquus) on vessel AeroEquus +[LOG 21:58:17.385] [PlanetariumCamera]: Focus: AeroEquus +[LOG 21:58:17.405] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:58:17.407] ScaleModList: listSize 41 maxListSize 469 +[LOG 21:58:17.407] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 21:58:17.408] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:17.422] [ResourceDisplay] OnAppStarted(): id: -403734 +[LOG 21:58:17.423] [GenericAppFrame] Reposition 0.1392395 18284 +[LOG 21:58:17.424] [ResourceDisplay] OnAppStarted(): id: 172404 +[LOG 21:58:17.424] ResourceDisplay already exist, destroying this instance +[LOG 21:58:17.425] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:58:17.426] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:17.446] [UIApp] Adding Missions App to Application Launcher +[LOG 21:58:17.447] ScaleModList: listSize 41 maxListSize 428 +[LOG 21:58:17.448] CURRENCY WIDGET False False False +[LOG 21:58:17.452] [UIApp] OnDestroy: CurrencyWidgetsApp +[LOG 21:58:17.460] [UIApp] Adding DeltaVApp to Application Launcher +[LOG 21:58:17.462] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:17.462] [MissionsApp] OnAppStarted(): id: -403746 +[LOG 21:58:17.462] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:58:17.463] [UIApp] OnDestroy: Missions App +[LOG 21:58:17.464] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:17.476] [GenericAppFrame] Reposition 0.1942302 18287 +[LOG 21:58:17.489] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:58:17.490] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:58:17.572] Flight State Captured +[LOG 21:58:17.572] Saving Achievements Tree... +[LOG 21:58:17.573] Saving Achievements Tree... +[LOG 21:58:17.574] [ScrapYard] OnSave +[LOG 21:58:17.576] [ScrapYard] Saved Part Inventory of size 18 in 0ms +[LOG 21:58:17.577] [ScrapYard] OnSave Complete +[LOG 21:58:17.578] [OhScrap]: Saved +[LOG 21:58:17.579] [MessageSystem] Save Messages +[LOG 21:58:17.632] Game State Saved as persistent +[LOG 21:58:18.692] Unpacking AeroEquus +[LOG 21:58:18.702] [UIMasterController]: ShowUI +[LOG 21:59:26.663] [Progress Node Reached]: RecordsAltitude +[LOG 21:59:26.663] [Progress Node Reached]: RecordsDistance +[LOG 21:59:27.686] [Progress Node Reached]: FirstLaunch +[LOG 21:59:27.687] [Progress Node Complete]: FirstLaunch +[LOG 21:59:28.574] [Progress Node Reached]: RecordsSpeed +[LOG 21:59:38.348] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 21:59:40.242] [UIMasterController]: ShowUI +[LOG 21:59:40.243] Game Paused! +[LOG 21:59:40.243] [UIMasterController]: ShowUI +[LOG 21:59:40.244] [FlightGlobals]: Active Vessel is in atmosphere. Cannot save. +[LOG 21:59:44.162] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:59:44.163] [UIMasterController]: HideUI +[LOG 21:59:44.170] [ScrapYard] OnDestroy Start +[LOG 21:59:44.172] [ScrapYard] Event Listeners De-Registered! +[LOG 21:59:44.175] [ScrapYard] OnDestroy Complete +[LOG 21:59:44.183] [HighLogic]: =========================== Scene Change : From FLIGHT to MAINMENU ===================== +[LOG 21:59:44.714] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:59:44.715] [UIApp] OnDestroy: ResourceDisplay +[LOG 21:59:44.715] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:59:44.716] KbApp.OnDestroy NullName +[LOG 21:59:44.717] KbApp.OnDestroy Vessel Info +[LOG 21:59:44.718] KbApp.OnDestroy Planet Info +[LOG 21:59:44.718] KbApp.OnDestroy Planet Resources +[LOG 21:59:44.719] [UIApp] OnDestroy: DeltaVApp +[LOG 21:59:44.719] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:59:44.720] KbApp.OnDestroy Unowned Info +[LOG 21:59:44.721] [UIApp] OnDestroy: KSPedia +[LOG 21:59:44.721] ScaleModList: listSize 41 maxListSize 387 +[LOG 21:59:44.722] KbApp.OnDestroy Vessel Crew +[LOG 21:59:44.724] KbApp.OnDestroy Planet Parameters +[LOG 21:59:44.904] [UIMasterController]: ShowUI +[LOG 21:59:45.831] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. +[WRN 21:59:45.842] File 'C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program - ModDev/KSP_x64_Data/../Missions/MissionScoreInfo.cfg' does not exist +[LOG 21:59:45.843] [ApplicationLauncher] OnSceneLoadedGUIReady: scene MAINMENU ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True +[LOG 21:59:45.844] [ApplicationLauncher] SetHidden: +[LOG 21:59:45.849] [MessageSystem] Reposition 0.02 19513 +[LOG 21:59:45.849] [GenericAppFrame] Reposition 0.02 19513 +[LOG 21:59:45.850] [GenericAppFrame] Reposition 0.02 19513 +[LOG 21:59:51.034] Game State Created. +[LOG 21:59:51.039] [ScenarioTypes]: List Created 21 scenario types loaded from 7 loaded assemblies. +[LOG 21:59:51.050] Game State Saved to saves/Test/persistent +[LOG 21:59:51.058] [UIMasterController]: HideUI +[LOG 21:59:51.158] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) ===================== +[LOG 21:59:51.548] [UIMasterController]: HideUI +[LOG 21:59:52.622] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager' +[LOG 21:59:52.623] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 21:59:56.168] [UIMasterController]: HideUI +[LOG 21:59:56.525] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 21:59:56.526] [ScrapYard] OnLoad +[LOG 21:59:56.527] [ScrapYard] OnLoad Complete +[LOG 21:59:56.529] [CustomConfigsManager] Setting modded tech tree as the active one +[LOG 21:59:56.545] [AsteroidSpawner]: New object found near Kerbin: Ast. HSJ-227! +[LOG 21:59:56.549] [ScrapYard] Start Start +[LOG 21:59:56.550] [ScrapYard] Blacklisted 1 parts. +[LOG 21:59:56.552] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 21:59:56.552] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 21:59:56.553] [ScrapYard] Event Listeners Registered! +[LOG 21:59:56.553] [ScrapYard] Start Complete +[LOG 21:59:56.588] [UiApp] Awake: KSPedia +[LOG 21:59:56.589] [UiApp] Awake: Missions App +[LOG 21:59:56.589] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True +[LOG 21:59:56.590] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft +[LOG 21:59:56.592] [ApplicationLauncher] SetVisible: +[LOG 21:59:56.594] ScaleModList: listSize 41 maxListSize 1164 +[LOG 21:59:56.636] [UIApp] OnDestroy: Contracts +[LOG 21:59:56.645] [MessageSystem] Reposition 0.02 19782 +[LOG 21:59:56.646] [GenericAppFrame] Reposition 0.02 19782 +[LOG 21:59:56.647] [GenericAppFrame] Reposition 0.02 19782 +[LOG 21:59:56.829] [UIApp] Adding Missions App to Application Launcher +[LOG 21:59:56.845] [MissionsApp] OnAppStarted(): id: -430744 +[LOG 21:59:56.846] MissionsApp does not execute in this game mode, destroying this instance +[LOG 21:59:56.847] [UIApp] OnDestroy: Missions App +[LOG 21:59:56.897] [UIApp] Adding KSPedia to Application Launcher +[LOG 21:59:56.899] Flight State Captured +[LOG 21:59:56.900] Saving Achievements Tree... +[LOG 21:59:56.901] [ScrapYard] OnSave +[LOG 21:59:56.902] [ScrapYard] Saved Part Inventory of size 0 in 0ms +[LOG 21:59:56.903] [ScrapYard] OnSave Complete +[LOG 21:59:56.904] [MessageSystem] Save Messages +[LOG 21:59:56.914] Game State Saved to saves/Test/persistent +[LOG 21:59:58.992] [UIMasterController]: ShowUI +[LOG 22:00:00.216] Flight State Captured +[LOG 22:00:00.217] Saving Achievements Tree... +[LOG 22:00:00.219] [ScrapYard] OnSave +[LOG 22:00:00.220] [ScrapYard] Saved Part Inventory of size 0 in 0ms +[LOG 22:00:00.221] [ScrapYard] OnSave Complete +[LOG 22:00:00.222] [MessageSystem] Save Messages +[LOG 22:00:00.233] Game State Saved to saves/Test/persistent +[LOG 22:00:04.758] [KSPUpgradePipeline]: AeroEquus (Stock) updated from 1.6.0 to 1.6.1. +[LOG 22:00:04.760] [UIMasterController] RemoveCanvas:VesselSpawnDialog +[LOG 22:00:04.768] Flight State Captured +[LOG 22:00:04.771] Saving Achievements Tree... +[LOG 22:00:04.773] [ScrapYard] OnSave +[LOG 22:00:04.774] [ScrapYard] Saved Part Inventory of size 0 in 0ms +[LOG 22:00:04.776] [ScrapYard] OnSave Complete +[LOG 22:00:04.777] [MessageSystem] Save Messages +[LOG 22:00:04.796] Game State Saved to saves/Test/persistent +[LOG 22:00:04.835] [Pre-Flight Check]: Checking for CraftWithinPartCountLimit: PASS! +[LOG 22:00:04.836] [Pre-Flight Check]: Checking for CraftWithinSizeLimits: PASS! +[LOG 22:00:04.838] [Pre-Flight Check]: Checking for CraftWithinMassLimits: PASS! +[LOG 22:00:04.839] [Pre-Flight Check]: Checking for ExperimentalPartsAvailable: PASS! +[LOG 22:00:04.841] [Pre-Flight Check]: Checking for CanAffordLaunchTest: PASS! +[LOG 22:00:04.842] [Pre-Flight Check]: Checking for FacilityOperational: PASS! +[LOG 22:00:04.843] [Pre-Flight Check]: Checking for FacilityOperational: PASS! +[LOG 22:00:04.846] [Pre-Flight Check]: Checking for NoControlSources: PASS! +[LOG 22:00:04.860] [Pre-Flight Check]: Checking for WrongVesselTypeForLaunchSite: PASS! +[LOG 22:00:04.862] [Pre-Flight Check]: All Checks Complete. Go for Launch! +[LOG 22:00:04.864] Launching vessel from LaunchPad. Craft file: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\Ships\VAB\AeroEquus.craft +[LOG 22:00:04.866] Flight State Captured +[LOG 22:00:04.869] Saving Achievements Tree... +[LOG 22:00:04.872] [ScrapYard] OnSave +[LOG 22:00:04.874] [ScrapYard] Saved Part Inventory of size 0 in 0ms +[LOG 22:00:04.877] [ScrapYard] OnSave Complete +[LOG 22:00:04.879] [MessageSystem] Save Messages +[LOG 22:00:04.890] Game State Saved to saves/Test/persistent +[LOG 22:00:04.899] [UIMasterController]: HideUI +[LOG 22:00:04.905] [ScrapYard] OnDestroy Start +[LOG 22:00:04.908] [ScrapYard] Event Listeners De-Registered! +[LOG 22:00:04.913] [ScrapYard] OnDestroy Complete +[LOG 22:00:04.917] [HighLogic]: =========================== Scene Change : From SPACECENTER to FLIGHT (Async) ===================== +[LOG 22:00:05.327] [UIApp] OnDestroy: KSPedia +[LOG 22:00:05.467] [PlanetariumCamera]: Focus: Kerbin +[LOG 22:00:05.468] [UIMasterController]: HideUI +[LOG 22:00:06.341] UICanvasPrefabSpawner FlightUI spawning Flight +[LOG 22:00:06.363] UICanvasPrefabSpawner FlightUI spawning VesselLabels +[LOG 22:00:06.364] [UiApp] Awake: ResourceDisplay +[LOG 22:00:06.482] [AddonLoader]: Instantiating addon 'AeroGUI' from assembly 'KSP' +[LOG 22:00:06.484] [AddonLoader]: Instantiating addon 'Logger' from assembly 'OhScrap' +[LOG 22:00:06.485] [AddonLoader]: Instantiating addon 'FlightWarnings' from assembly 'OhScrap' +[LOG 22:00:06.486] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' +[LOG 22:00:06.487] [PlanetariumCamera]: Focus: Kerbin +[LOG 22:00:06.488] [UIMasterController]: HideUI +[LOG 22:00:06.815] [UIMasterController]: HideUI +[LOG 22:00:06.815] ------------------- initializing flight mode... ------------------ +[LOG 22:00:06.831] [MessageSystem] Save Messages +[LOG 22:00:06.833] Loading Depletion Nodes +[LOG 22:00:06.834] DepNodeCount: 0 +[LOG 22:00:06.835] Loading Biome Nodes +[LOG 22:00:06.835] BiomeNodeCount: 0 +[LOG 22:00:06.836] Loading Planet Nodes +[LOG 22:00:06.837] PlanetNodeCount: 0 +[LOG 22:00:06.839] [ScenarioDestructibles]: Loading... 0 objects registered +[LOG 22:00:06.840] [ScrapYard] OnLoad +[LOG 22:00:06.841] [ScrapYard] Loaded Part Inventory of size 0 in 0ms +[LOG 22:00:06.842] [ScrapYard] OnLoad Complete +[LOG 22:00:06.845] Loading ship from file: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\Ships\VAB\AeroEquus.craft +[LOG 22:00:06.847] [UIMasterController]: HideUI +[WRN 22:00:06.888] [Part]: PartModule indexing mismatch at mk1pod.v2, index 10. +Node 'ModuleTripLogger' found in loaded data, but 'ModuleSYPartTracker' is defined in prefab. +Looking for ModuleTripLogger in other indices... +[WRN 22:00:06.889] ...ModuleTripLogger module found at index 16. +[LOG 22:00:07.127] #autoLOC_501214 loaded! +[LOG 22:00:10.512] putting ship to ground: 4.398966 +[LOG 22:00:10.522] [#autoLOC_501214]: Ready to Launch - waiting to start physics... +[LOG 22:00:10.538] Crewmember Jebediah Kerman assigned to Mk1 Command Pod, seat # 0 (crew seat index: 0) +[LOG 22:00:10.539] [FLIGHT GLOBALS]: Switching To Vessel #autoLOC_501214 ---------------------- +[LOG 22:00:10.540] setting new dominant body: Kerbin FlightGlobals.mainBody: Kerbin -[LOG 20:46:52.960] Reference Frame: Rotating -[LOG 20:46:52.962] Vessel assembly complete! -[LOG 20:46:56.456] all systems started -[LOG 20:46:56.533] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) -[LOG 20:46:56.533] [ScrapYard] Start Start -[LOG 20:46:56.535] [ScrapYard] Blacklisted 1 parts. -[LOG 20:46:56.536] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:46:56.537] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:46:56.537] [ScrapYard] Event Listeners Registered! -[LOG 20:46:56.537] [ScrapYard] Start Complete -[LOG 20:46:56.542] [UPFM]: UPFMEvents.Start4058337431 -[LOG 20:46:56.579] [UiApp] Awake: CurrencyWidgetsApp -[LOG 20:46:56.580] [UiApp] Awake: ResourceDisplay -[LOG 20:46:56.581] [UiApp] Awake: KSPedia -[LOG 20:46:56.582] [UiApp] Awake: Missions App -[LOG 20:46:56.583] [UiApp] Awake: DeltaVApp -[LOG 20:46:56.583] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False -[LOG 20:46:56.584] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown -[LOG 20:46:56.589] ScaleModList: listSize 41 maxListSize 519 -[LOG 20:46:56.591] ScaleModList: listSize 41 maxListSize 519 -[LOG 20:46:56.592] [KnowledgeBase] OnAppLauncherReady 17079 -[LOG 20:46:56.604] [UIApp] OnDestroy: Contracts -[LOG 20:46:56.612] [MessageSystem] Reposition 0.02 17080 -[LOG 20:46:56.613] [GenericAppFrame] Reposition 0.02 17080 -[LOG 20:46:56.613] [GenericAppFrame] Reposition 0.02 17080 -[LOG 20:46:56.620] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part liquidEngine3.v2 on vessel Untitled Space Craft -[LOG 20:46:56.767] [FlightIntegrator]: Vessel Untitled Space Craft has been unloaded 1.79769313486232E+308, applying analytic temperature 313.831880488813 -[LOG 20:46:56.770] [PlanetariumCamera]: Focus: Untitled Space Craft -[LOG 20:46:56.784] [UIApp] Adding ResourceDisplay to Application Launcher -[LOG 20:46:56.786] ScaleModList: listSize 41 maxListSize 469 -[LOG 20:46:56.786] [UIApp] Adding ResourceDisplay to Application Launcher -[LOG 20:46:56.788] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:56.796] [ResourceDisplay] OnAppStarted(): id: -402154 -[LOG 20:46:56.797] [GenericAppFrame] Reposition 0.0965429 17084 -[LOG 20:46:56.798] [ResourceDisplay] OnAppStarted(): id: 229520 -[LOG 20:46:56.799] ResourceDisplay already exist, destroying this instance -[LOG 20:46:56.799] [UIApp] OnDestroy: ResourceDisplay -[LOG 20:46:56.800] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:56.808] [UIApp] Adding Missions App to Application Launcher -[LOG 20:46:56.810] ScaleModList: listSize 41 maxListSize 428 -[LOG 20:46:56.810] CURRENCY WIDGET False False False -[LOG 20:46:56.813] [UIApp] OnDestroy: CurrencyWidgetsApp -[LOG 20:46:56.819] [UIApp] Adding DeltaVApp to Application Launcher -[LOG 20:46:56.820] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:56.821] [MissionsApp] OnAppStarted(): id: -402166 -[LOG 20:46:56.821] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:46:56.822] [UIApp] OnDestroy: Missions App -[LOG 20:46:56.823] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:56.836] [GenericAppFrame] Reposition 0.1358971 17087 -[LOG 20:46:56.852] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:46:56.854] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:56.937] [ScrapYard] Vessel Rollout! -[LOG 20:46:56.938] [ScrapYard] Adding build (parts) -[LOG 20:46:56.939] [ScrapYard] liquidEngine3.v2 has been used 2/2/0 (T/N/I) times. -[LOG 20:46:56.939] [ScrapYard] liquidEngine3.v2 has been used in 2/2/0 (T/N/I) builds. -[LOG 20:46:56.939] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1776101154 EngineFailureModule -[LOG 20:46:56.940] Flight State Captured -[LOG 20:46:56.941] Saving Achievements Tree... -[LOG 20:46:56.942] [ScrapYard] OnSave -[LOG 20:46:56.943] [ScrapYard] Saved Part Inventory of size 1 in 0ms -[LOG 20:46:56.944] [ScrapYard] OnSave Complete -[LOG 20:46:56.945] [OhScrap]: Saved -[LOG 20:46:56.945] [MessageSystem] Save Messages -[LOG 20:46:56.956] Game State Saved as persistent -[LOG 20:46:57.943] Unpacking Untitled Space Craft -[LOG 20:46:57.960] [UIMasterController]: ShowUI -[LOG 20:46:58.915] Flight State Captured -[LOG 20:46:58.917] Saving Achievements Tree... -[LOG 20:46:58.918] [ScrapYard] OnSave -[LOG 20:46:58.919] [ScrapYard] Saved Part Inventory of size 1 in 0ms -[LOG 20:46:58.921] [ScrapYard] OnSave Complete -[LOG 20:46:58.922] [OhScrap]: Saved -[LOG 20:46:58.923] [MessageSystem] Save Messages -[LOG 20:46:58.933] Game State Saved to saves/default/persistent -[LOG 20:46:58.939] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:58.941] [UIMasterController]: HideUI -[LOG 20:46:58.946] [ScrapYard] OnDestroy Start -[LOG 20:46:58.947] [ScrapYard] Event Listeners De-Registered! -[LOG 20:46:58.951] [ScrapYard] OnDestroy Complete -[LOG 20:46:58.955] [HighLogic]: =========================== Scene Change : From FLIGHT to SPACECENTER (Async) ===================== -[LOG 20:46:59.338] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:59.339] [UIApp] OnDestroy: DeltaVApp -[LOG 20:46:59.339] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:59.340] KbApp.OnDestroy Unowned Info -[LOG 20:46:59.340] KbApp.OnDestroy Vessel Info -[LOG 20:46:59.340] KbApp.OnDestroy Planet Resources -[LOG 20:46:59.340] [UIApp] OnDestroy: ResourceDisplay -[LOG 20:46:59.341] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:59.341] KbApp.OnDestroy Vessel Crew -[LOG 20:46:59.341] KbApp.OnDestroy NullName -[LOG 20:46:59.341] [UIApp] OnDestroy: KSPedia -[LOG 20:46:59.342] ScaleModList: listSize 41 maxListSize 387 -[LOG 20:46:59.342] KbApp.OnDestroy Planet Parameters -[LOG 20:46:59.342] KbApp.OnDestroy Planet Info -[LOG 20:46:59.460] [UIMasterController]: HideUI -[LOG 20:47:00.369] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager' -[LOG 20:47:00.370] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:47:03.870] [UIMasterController]: HideUI -[LOG 20:47:04.144] Loading Depletion Nodes -[LOG 20:47:04.145] DepNodeCount: 0 -[LOG 20:47:04.145] Loading Biome Nodes -[LOG 20:47:04.146] BiomeNodeCount: 0 -[LOG 20:47:04.147] Loading Planet Nodes -[LOG 20:47:04.148] PlanetNodeCount: 0 -[LOG 20:47:04.150] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:47:04.152] [ScrapYard] OnLoad -[LOG 20:47:04.153] [ScrapYard] Loaded Part Inventory of size 1 in 0ms -[LOG 20:47:04.154] [ScrapYard] OnLoad Complete -[LOG 20:47:04.163] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) -[LOG 20:47:04.163] [ScrapYard] Start Start -[LOG 20:47:04.166] [ScrapYard] Blacklisted 1 parts. -[LOG 20:47:04.167] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:47:04.168] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:47:04.168] [ScrapYard] Event Listeners Registered! -[LOG 20:47:04.169] [ScrapYard] Start Complete -[LOG 20:47:04.204] [UiApp] Awake: KSPedia -[LOG 20:47:04.205] [UiApp] Awake: Missions App -[LOG 20:47:04.205] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True -[LOG 20:47:04.206] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft -[LOG 20:47:04.210] ScaleModList: listSize 41 maxListSize 1164 -[LOG 20:47:04.217] [UIApp] OnDestroy: Contracts -[LOG 20:47:04.226] [MessageSystem] Reposition 0.02 17214 -[LOG 20:47:04.226] [GenericAppFrame] Reposition 0.02 17214 -[LOG 20:47:04.227] [GenericAppFrame] Reposition 0.02 17214 -[LOG 20:47:04.428] [UIApp] Adding Missions App to Application Launcher -[LOG 20:47:04.445] [MissionsApp] OnAppStarted(): id: -410686 -[LOG 20:47:04.445] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:47:04.446] [UIApp] OnDestroy: Missions App -[LOG 20:47:04.447] [ScrapYard] Recovered -[LOG 20:47:04.450] [ScrapYard] InventoryChangedEvent - part: 'liquidEngine3.v2' added? True -[LOG 20:47:04.453] [VesselRecovery]: Untitled Space Craft recovered At LaunchPad. Recovery Value: 100.0% -[LOG 20:47:04.453] Flight State Captured -[LOG 20:47:04.454] Saving Achievements Tree... -[LOG 20:47:04.456] [ScrapYard] OnSave -[LOG 20:47:04.457] [ScrapYard] Saved Part Inventory of size 2 in 0ms -[LOG 20:47:04.458] [ScrapYard] OnSave Complete -[LOG 20:47:04.459] [MessageSystem] Save Messages -[LOG 20:47:04.468] Game State Saved to saves/default/persistent -[LOG 20:47:04.487] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:47:06.575] [UIMasterController]: ShowUI -[LOG 20:47:07.280] Flight State Captured -[LOG 20:47:07.281] Saving Achievements Tree... -[LOG 20:47:07.282] [ScrapYard] OnSave -[LOG 20:47:07.283] [ScrapYard] Saved Part Inventory of size 2 in 0ms -[LOG 20:47:07.284] [ScrapYard] OnSave Complete -[LOG 20:47:07.285] [MessageSystem] Save Messages -[LOG 20:47:07.294] Game State Saved to saves/default/persistent -[LOG 20:47:07.303] [UIMasterController]: HideUI -[LOG 20:47:07.306] [ScrapYard] OnDestroy Start -[LOG 20:47:07.307] [ScrapYard] Event Listeners De-Registered! -[LOG 20:47:07.310] [ScrapYard] OnDestroy Complete -[LOG 20:47:07.311] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) ===================== -[LOG 20:47:07.544] [UIApp] OnDestroy: KSPedia -[LOG 20:47:07.664] [UIMasterController]: HideUI -[LOG 20:47:08.464] UICanvasPrefabSpawner SceneLogic spawning Editor -[LOG 20:47:08.495] No Input Locks in effect right now -[LOG 20:47:08.599] [AddonLoader]: Instantiating addon 'EditorAnyWarnings' from assembly 'OhScrap' -[LOG 20:47:08.600] [AddonLoader]: Instantiating addon 'StageRecoveryHandler' from assembly 'OhScrap' -[LOG 20:47:08.605] [UIMasterController]: HideUI -[LOG 20:47:08.952] [UIMasterController]: ShowUI -[WRN 20:47:09.070] The loaded level has a different lightmaps mode than the current one. Current: Directional. Loaded: Non-Directional. Will use: Directional. -[LOG 20:47:09.080] [UIMasterController]: ShowUI -[LOG 20:47:09.091] ------------------- initializing editor mode... ------------------ -[LOG 20:47:09.091] editor started -[LOG 20:47:09.100] Loading Depletion Nodes -[LOG 20:47:09.100] DepNodeCount: 0 -[LOG 20:47:09.101] Loading Biome Nodes -[LOG 20:47:09.102] BiomeNodeCount: 0 -[LOG 20:47:09.103] Loading Planet Nodes -[LOG 20:47:09.104] PlanetNodeCount: 0 -[LOG 20:47:09.105] [ScenarioDestructibles]: Loading... 0 objects registered -[LOG 20:47:09.106] [ScrapYard] OnLoad -[LOG 20:47:09.107] [ScrapYard] Loaded Part Inventory of size 2 in 0ms -[LOG 20:47:09.108] [ScrapYard] OnLoad Complete -[LOG 20:47:09.205] Untitled Space Craft loaded! -[LOG 20:47:09.212] [OhScrap]: Attempting to refresh part 4058337431 -[LOG 20:47:09.212] [OhScrap]: Refreshed. New ID is 787382984 -[LOG 20:47:09.214] [ScrapYard] Start Start -[LOG 20:47:09.216] [ScrapYard] Blacklisted 1 parts. -[LOG 20:47:09.217] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. -[LOG 20:47:09.218] [ScrapYard] Automatically refurbishing 1 modules. -[LOG 20:47:09.218] [ScrapYard] Event Listeners Registered! -[LOG 20:47:09.229] [ScrapYard] Start Complete -[LOG 20:47:09.229] [UPFM]: UPFMEvents.Start787382984 -[WRN 20:47:09.449] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled. -[LOG 20:47:09.492] [UiApp] Awake: EngineersReport -[LOG 20:47:09.493] [UiApp] Awake: KSPedia -[LOG 20:47:09.494] [UiApp] Awake: Missions App -[LOG 20:47:09.495] [UiApp] Awake: DeltaVApp -[LOG 20:47:09.495] [ApplicationLauncher] OnSceneLoadedGUIReady: scene EDITOR ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop False -[LOG 20:47:09.498] ScaleModList: listSize 41 maxListSize 895 -[LOG 20:47:09.500] ScaleModList: listSize 82 maxListSize 886 -[LOG 20:47:09.506] [UIApp] OnDestroy: Contracts -[LOG 20:47:09.521] [MessageSystem] Reposition 0.02 17392 -[LOG 20:47:09.522] [GenericAppFrame] Reposition 0.02 17392 -[LOG 20:47:09.523] [GenericAppFrame] Reposition 0.02 17392 -[LOG 20:47:09.639] [UIApp] Adding Missions App to Application Launcher -[LOG 20:47:09.640] ScaleModList: listSize 82 maxListSize 845 -[LOG 20:47:09.641] [UIApp] Adding EngineersReport to Application Launcher -[LOG 20:47:09.642] ScaleModList: listSize 82 maxListSize 804 -[LOG 20:47:09.658] [UIApp] Adding DeltaVApp to Application Launcher -[LOG 20:47:09.660] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:09.660] [MissionsApp] OnAppStarted(): id: -428792 -[LOG 20:47:09.661] MissionsApp does not execute in this game mode, destroying this instance -[LOG 20:47:09.661] [UIApp] OnDestroy: Missions App -[LOG 20:47:09.662] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:09.664] [GenericAppFrame] Reposition 0.1459374 17398 -[LOG 20:47:09.701] [GenericAppFrame] Reposition 0.1859374 17399 -[LOG 20:47:09.723] [UIApp] Adding KSPedia to Application Launcher -[LOG 20:47:09.726] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:09.802] [UIMasterController]: ShowUI -[LOG 20:47:10.493] [ScrapYard] Copy: 0ms -[LOG 20:47:10.494] [ScrapYard] Convert To IParts: 0ms -[LOG 20:47:10.494] [ScrapYard] Constructor: 0 -[LOG 20:47:10.494] [ScrapYard] Removal: 0 -[LOG 20:47:10.495] [ScrapYard] Finding: 0 -[LOG 20:47:10.495] [ScrapYard] Check Parts: 1ms -[LOG 20:47:10.496] [ScrapYard] Update Part List: 0ms -[LOG 20:47:10.496] [ScrapYard] VerifyEditor.VerifyEditorShip: 3ms -[LOG 20:47:10.496] [ScrapYard] VerifyEditor.UpdateEditorCost: 0ms -[LOG 20:47:10.497] [ScrapYard] VerifyEditor.UpdateSelectionUI: 0ms -[LOG 20:47:10.497] [ScrapYard] VerifyEditor: 4ms -[LOG 20:47:18.950] [UIApp] OnDestroy: EngineersReport -[LOG 20:47:18.951] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:18.953] [UIApp] OnDestroy: DeltaVApp -[LOG 20:47:18.954] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:18.968] [ScrapYard] OnDestroy Start -[LOG 20:47:18.969] [ScrapYard] Event Listeners De-Registered! -[LOG 20:47:18.971] [ScrapYard] OnDestroy Complete -[LOG 20:47:19.071] [UIApp] OnDestroy: KSPedia -[LOG 20:47:19.073] ScaleModList: listSize 82 maxListSize 763 -[LOG 20:47:19.074] ScaleModList: listSize 82 maxListSize 763 +[LOG 22:00:10.540] Reference Frame: Rotating +[LOG 22:00:10.564] Vessel assembly complete! +[LOG 22:00:14.111] all systems started +[LOG 22:00:14.149] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 22:00:14.151] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 22:00:14.153] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 22:00:14.155] FXModuleAnimateThrottle: Could not find animation heatAnimation in part's animation components. Check the animationName and model file +[LOG 22:00:14.224] [AsteroidSpawner]: No new objects this time. (Odds are 1:2) +[LOG 22:00:14.225] [ScrapYard] Start Start +[LOG 22:00:14.226] [ScrapYard] Blacklisted 1 parts. +[LOG 22:00:14.227] [ScrapYard] Loaded 4 module templates and 1 forbidden templates. +[LOG 22:00:14.228] [ScrapYard] Automatically refurbishing 1 modules. +[LOG 22:00:14.229] [ScrapYard] Event Listeners Registered! +[LOG 22:00:14.229] [ScrapYard] Start Complete +[LOG 22:00:14.234] [UPFM]: UPFMEvents.Start1492478607 +[LOG 22:00:14.234] [UPFM]: UPFMEvents.Start3218498920 +[LOG 22:00:14.235] [UPFM]: UPFMEvents.Start2564546222 +[LOG 22:00:14.235] [UPFM]: UPFMEvents.Start4141818792 +[LOG 22:00:14.235] [UPFM]: UPFMEvents.Start2788161823 +[LOG 22:00:14.235] [UPFM]: UPFMEvents.Start2868301472 +[LOG 22:00:14.236] [UPFM]: UPFMEvents.Start2367225142 +[LOG 22:00:14.236] [UPFM]: UPFMEvents.Start2133348639 +[LOG 22:00:14.236] [UPFM]: UPFMEvents.Start1038461871 +[LOG 22:00:14.237] [UPFM]: UPFMEvents.Start1174580373 +[LOG 22:00:14.237] [UPFM]: UPFMEvents.Start928435503 +[LOG 22:00:14.237] [UPFM]: UPFMEvents.Start3756806227 +[LOG 22:00:14.237] [UPFM]: UPFMEvents.Start1620991218 +[LOG 22:00:14.238] [UPFM]: UPFMEvents.Start4248658969 +[LOG 22:00:14.238] [UPFM]: UPFMEvents.Start2918340286 +[LOG 22:00:14.239] [UPFM]: UPFMEvents.Start2142564303 +[LOG 22:00:14.239] [UPFM]: UPFMEvents.Start741815413 +[LOG 22:00:14.304] [UiApp] Awake: CurrencyWidgetsApp +[LOG 22:00:14.305] [UiApp] Awake: ResourceDisplay +[LOG 22:00:14.306] [UiApp] Awake: KSPedia +[LOG 22:00:14.307] [UiApp] Awake: Missions App +[LOG 22:00:14.307] [UiApp] Awake: DeltaVApp +[LOG 22:00:14.308] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False +[LOG 22:00:14.308] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown +[LOG 22:00:14.311] ScaleModList: listSize 41 maxListSize 519 +[LOG 22:00:14.313] ScaleModList: listSize 41 maxListSize 519 +[LOG 22:00:14.314] [KnowledgeBase] OnAppLauncherReady 20124 +[LOG 22:00:14.337] [UIApp] OnDestroy: Contracts +[LOG 22:00:14.347] [MessageSystem] Reposition 0.02 20125 +[LOG 22:00:14.347] [GenericAppFrame] Reposition 0.02 20125 +[LOG 22:00:14.347] [GenericAppFrame] Reposition 0.02 20125 +[LOG 22:00:14.365] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk1pod.v2 on vessel #autoLOC_501214 +[LOG 22:00:14.381] [FlightIntegrator]: Vessel #autoLOC_501214 has been unloaded 1.79769313486232E+308, applying analytic temperature 308.315181019163 +[LOG 22:00:14.584] [PlanetariumCamera]: Focus: #autoLOC_501214 +[LOG 22:00:14.605] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 22:00:14.607] ScaleModList: listSize 41 maxListSize 469 +[LOG 22:00:14.607] [UIApp] Adding ResourceDisplay to Application Launcher +[LOG 22:00:14.609] ScaleModList: listSize 41 maxListSize 428 +[LOG 22:00:14.619] [ResourceDisplay] OnAppStarted(): id: -451480 +[LOG 22:00:14.621] [GenericAppFrame] Reposition 0.1181513 20129 +[LOG 22:00:14.621] [ResourceDisplay] OnAppStarted(): id: 177312 +[LOG 22:00:14.622] ResourceDisplay already exist, destroying this instance +[LOG 22:00:14.622] [UIApp] OnDestroy: ResourceDisplay +[LOG 22:00:14.624] ScaleModList: listSize 41 maxListSize 428 +[LOG 22:00:14.641] [UIApp] Adding Missions App to Application Launcher +[LOG 22:00:14.643] ScaleModList: listSize 41 maxListSize 428 +[LOG 22:00:14.643] CURRENCY WIDGET False False False +[LOG 22:00:14.647] [UIApp] OnDestroy: CurrencyWidgetsApp +[LOG 22:00:14.655] [UIApp] Adding DeltaVApp to Application Launcher +[LOG 22:00:14.657] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:14.658] [MissionsApp] OnAppStarted(): id: -451492 +[LOG 22:00:14.658] MissionsApp does not execute in this game mode, destroying this instance +[LOG 22:00:14.659] [UIApp] OnDestroy: Missions App +[LOG 22:00:14.660] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:14.673] [GenericAppFrame] Reposition 0.1698409 20132 +[LOG 22:00:14.686] [UIApp] Adding KSPedia to Application Launcher +[LOG 22:00:14.688] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:14.751] [ScrapYard] Vessel Rollout! +[LOG 22:00:14.756] [ScrapYard] Adding build (parts) +[LOG 22:00:14.768] ADDON BINDER: Create binding redirect: MagiCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null => MagiCore, Version=1.3.1.4, Culture=neutral, PublicKeyToken=null +[LOG 22:00:14.787] [ScrapYard] mk1pod.v2 has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.795] [ScrapYard] Decoupler.1 has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.798] [ScrapYard] fuelTank has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.801] [ScrapYard] liquidEngine3.v2 has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.801] [ScrapYard] Decoupler.1 has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.802] [ScrapYard] fuelTank has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.803] [ScrapYard] fuelTank has been used 3/3/0 (T/N/I) times. +[LOG 22:00:14.804] [ScrapYard] fuelTank has been used 4/4/0 (T/N/I) times. +[LOG 22:00:14.805] [ScrapYard] R8winglet has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.806] [ScrapYard] R8winglet has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.807] [ScrapYard] R8winglet has been used 3/3/0 (T/N/I) times. +[LOG 22:00:14.807] [ScrapYard] R8winglet has been used 4/4/0 (T/N/I) times. +[LOG 22:00:14.809] [ScrapYard] radialDecoupler has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.810] [ScrapYard] radialDecoupler has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.810] [ScrapYard] radialDecoupler has been used 3/3/0 (T/N/I) times. +[LOG 22:00:14.811] [ScrapYard] radialDecoupler has been used 4/4/0 (T/N/I) times. +[LOG 22:00:14.814] [ScrapYard] liquidEngine2 has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.816] [ScrapYard] parachuteSingle has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.817] [ScrapYard] GooExperiment has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.817] [ScrapYard] GooExperiment has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.819] [ScrapYard] longAntenna has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.821] [ScrapYard] solidBooster.v2 has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.822] [ScrapYard] solidBooster.v2 has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.823] [ScrapYard] solidBooster.v2 has been used 3/3/0 (T/N/I) times. +[LOG 22:00:14.824] [ScrapYard] solidBooster.v2 has been used 4/4/0 (T/N/I) times. +[LOG 22:00:14.825] [ScrapYard] noseCone has been used 1/1/0 (T/N/I) times. +[LOG 22:00:14.826] [ScrapYard] noseCone has been used 2/2/0 (T/N/I) times. +[LOG 22:00:14.826] [ScrapYard] noseCone has been used 3/3/0 (T/N/I) times. +[LOG 22:00:14.827] [ScrapYard] noseCone has been used 4/4/0 (T/N/I) times. +[LOG 22:00:14.830] [ScrapYard] mk1pod.v2 has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.831] [ScrapYard] Decoupler.1 has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.832] [ScrapYard] fuelTank has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.832] [ScrapYard] liquidEngine3.v2 has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.833] [ScrapYard] R8winglet has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.834] [ScrapYard] radialDecoupler has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.834] [ScrapYard] liquidEngine2 has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.835] [ScrapYard] parachuteSingle has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.835] [ScrapYard] GooExperiment has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.836] [ScrapYard] longAntenna has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.836] [ScrapYard] solidBooster.v2 has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.837] [ScrapYard] noseCone has been used in 1/1/0 (T/N/I) builds. +[LOG 22:00:14.838] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 581386553 TankFailureModule +[LOG 22:00:14.839] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 581386553 SRBFailureModule +[LOG 22:00:14.839] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 244591382 TankFailureModule +[LOG 22:00:14.840] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 244591382 SRBFailureModule +[LOG 22:00:14.841] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1447593118 TankFailureModule +[LOG 22:00:14.842] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1447593118 SRBFailureModule +[LOG 22:00:14.842] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1213169225 TankFailureModule +[LOG 22:00:14.843] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1213169225 SRBFailureModule +[LOG 22:00:14.843] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2991502406 AntennaFailureModule +[LOG 22:00:14.844] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 12858518 ParachuteFailureModule +[LOG 22:00:14.845] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2072734108 EngineFailureModule +[LOG 22:00:14.845] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2512008959 ControlSurfaceFailureModule +[LOG 22:00:14.846] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2890680613 ControlSurfaceFailureModule +[LOG 22:00:14.847] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 804959444 ControlSurfaceFailureModule +[LOG 22:00:14.847] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1080852353 ControlSurfaceFailureModule +[LOG 22:00:14.848] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 2241214336 TankFailureModule +[LOG 22:00:14.849] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 624971135 TankFailureModule +[LOG 22:00:14.849] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 388878361 TankFailureModule +[LOG 22:00:14.850] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 3978407325 EngineFailureModule +[LOG 22:00:14.851] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 1326684862 TankFailureModule +[LOG 22:00:14.851] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 3456857639 TankFailureModule +[LOG 22:00:14.852] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 3456857639 ReactionWheelFailureModule +[LOG 22:00:14.853] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 3456857639 BatteryFailureModule +[LOG 22:00:14.853] [UPFM]: ScrayYard Tracker updated. Recalculating failure chance for 3456857639 AntennaFailureModule +[LOG 22:00:14.863] Flight State Captured +[LOG 22:00:14.864] Saving Achievements Tree... +[LOG 22:00:14.865] [ScrapYard] OnSave +[LOG 22:00:14.866] [ScrapYard] Saved Part Inventory of size 0 in 0ms +[LOG 22:00:14.867] [ScrapYard] OnSave Complete +[LOG 22:00:14.868] [OhScrap]: Saved +[LOG 22:00:14.869] [MessageSystem] Save Messages +[LOG 22:00:14.894] Game State Saved as persistent +[LOG 22:00:15.874] Unpacking #autoLOC_501214 +[LOG 22:00:15.890] [UIMasterController]: ShowUI +[LOG 22:00:22.711] [Progress Node Reached]: RecordsAltitude +[LOG 22:00:22.712] [Progress Node Reached]: RecordsSpeed +[LOG 22:00:22.712] [Progress Node Reached]: RecordsDistance +[LOG 22:00:23.732] [F: 20454]: Decoupler.1 collided into Launch Pad - relative velocity: 17.22252 - no impact momentum (no RB) +[LOG 22:00:23.736] Decoupler.1 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:23.767] [Decoupler.1]: Deactivated +[LOG 22:00:23.769] [UPFM]: Stopped Tracking 1013365969 +[LOG 22:00:23.774] [F: 20454]: fuelTank collided into Launch Pad - relative velocity: 15.09892 - no impact momentum (no RB) +[LOG 22:00:23.775] [Explosion] Combined. +[LOG 22:00:23.775] fuelTank Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:23.788] [fuelTank]: Deactivated +[LOG 22:00:23.790] [UPFM]: Stopped Tracking 1326684862 +[LOG 22:00:23.791] [F: 20454]: mk1pod.v2 collided into Launch Pad - relative velocity: 18.15926 - no impact momentum (no RB) +[LOG 22:00:23.792] [Explosion] Combined. +[LOG 22:00:23.792] mk1pod.v2 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:23.806] [longAntenna]: Deactivated +[LOG 22:00:23.807] [UPFM]: Stopped Tracking 2991502406 +[LOG 22:00:23.808] [mk1pod.v2]: Deactivated +[LOG 22:00:23.820] [UPFM]: Stopped Tracking 3456857639 +[LOG 22:00:23.825] [F: 20454]: parachuteSingle collided into Launch Pad - relative velocity: 19.52132 - no impact momentum (no RB) +[LOG 22:00:23.825] [Explosion] Combined. +[LOG 22:00:23.826] parachuteSingle Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:23.826] [parachuteSingle]: Deactivated +[LOG 22:00:23.827] [UPFM]: Stopped Tracking 12858518 +[LOG 22:00:23.890] 1 explosions created. +[LOG 22:00:24.503] [F: 20490]: solidBooster.v2 collided into Launch Pad - relative velocity: 7.653081 - no impact momentum (no RB) +[LOG 22:00:24.503] solidBooster.v2 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:24.510] [solidBooster.v2]: Deactivated +[LOG 22:00:24.511] [UPFM]: Stopped Tracking 1447593118 +[LOG 22:00:24.530] 1 explosions created. +[LOG 22:00:25.409] [F: 20544]: fuelTank collided into launchpad_shoulders - relative velocity: 8.661182 - no impact momentum (no RB) +[LOG 22:00:25.409] fuelTank Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.420] [fuelTank]: Deactivated +[LOG 22:00:25.421] [UPFM]: Stopped Tracking 388878361 +[LOG 22:00:25.422] [F: 20544]: Decoupler.1 collided into launchpad_shoulders - relative velocity: 8.692888 - no impact momentum (no RB) +[LOG 22:00:25.422] [Explosion] Combined. +[LOG 22:00:25.423] Decoupler.1 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.423] [Decoupler.1]: Deactivated +[LOG 22:00:25.424] [UPFM]: Stopped Tracking 1625167767 +[LOG 22:00:25.442] 1 explosions created. +[LOG 22:00:25.542] [F: 20551]: fuelTank collided into launchpad_shoulders - relative velocity: 9.069161 - no impact momentum (no RB) +[LOG 22:00:25.543] fuelTank Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.554] [fuelTank]: Deactivated +[LOG 22:00:25.555] [UPFM]: Stopped Tracking 624971135 +[LOG 22:00:25.574] 1 explosions created. +[LOG 22:00:25.743] [F: 20563]: fuelTank collided into launchpad_shoulders - relative velocity: 9.712234 - no impact momentum (no RB) +[LOG 22:00:25.744] fuelTank Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.789] [fuelTank]: Deactivated +[LOG 22:00:25.790] [UPFM]: Stopped Tracking 2241214336 +[LOG 22:00:25.909] 1 explosions created. +[LOG 22:00:25.977] [F: 20568]: noseCone collided into launchpad_shoulders - relative velocity: 10.11243 - no impact momentum (no RB) +[LOG 22:00:25.978] noseCone Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.978] [noseCone]: Deactivated +[LOG 22:00:25.979] [UPFM]: Stopped Tracking 2148385287 +[LOG 22:00:25.980] [F: 20568]: solidBooster.v2 collided into launchpad_shoulders - relative velocity: 10.39283 - no impact momentum (no RB) +[LOG 22:00:25.981] [Explosion] Combined. +[LOG 22:00:25.981] solidBooster.v2 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:25.982] [solidBooster.v2]: Deactivated +[LOG 22:00:25.983] [UPFM]: Stopped Tracking 1213169225 +[LOG 22:00:25.992] 1 explosions created. +[LOG 22:00:26.300] [F: 20587]: solidBooster.v2 collided into liquidEngine3.v2 - relative velocity: 16.31613 - impact momentum: 8.2 +[LOG 22:00:26.301] solidBooster.v2 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:26.306] [solidBooster.v2]: Deactivated +[LOG 22:00:26.307] [UPFM]: Stopped Tracking 581386553 +[LOG 22:00:26.327] 1 explosions created. +[LOG 22:00:26.396] [F: 20593]: noseCone collided into model_launchpad_ground_collider_v46 - relative velocity: 25.09706 - no impact momentum (no RB) +[LOG 22:00:26.397] noseCone Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:26.398] [noseCone]: Deactivated +[LOG 22:00:26.398] [UPFM]: Stopped Tracking 1084525991 +[LOG 22:00:26.408] 1 explosions created. +[LOG 22:00:26.463] [F: 20597]: radialDecoupler collided into model_launchpad_ground_collider_v46 - relative velocity: 24.55954 - no impact momentum (no RB) +[LOG 22:00:26.463] radialDecoupler Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:26.464] [radialDecoupler]: Deactivated +[LOG 22:00:26.465] [UPFM]: Stopped Tracking 1280344784 +[LOG 22:00:26.473] 1 explosions created. +[LOG 22:00:26.497] [F: 20599]: liquidEngine3.v2 collided into model_launchpad_ground_collider_v46 - relative velocity: 18.68957 - no impact momentum (no RB) +[LOG 22:00:26.497] liquidEngine3.v2 Exploded!! - blast awesomeness: 0.5 +[LOG 22:00:26.498] [liquidEngine3.v2]: Deactivated +[LOG 22:00:26.498] [UPFM]: Stopped Tracking 3978407325 +[LOG 22:00:26.507] 1 explosions created. +[LOG 22:00:26.752] [UIApp] OnDestroy: ResourceDisplay +[LOG 22:00:26.753] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:26.767] [UIApp] OnDestroy: DeltaVApp +[LOG 22:00:26.768] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:26.769] KbApp.OnDestroy Vessel Info +[LOG 22:00:26.769] KbApp.OnDestroy Vessel Crew +[LOG 22:00:26.772] KbApp.OnDestroy NullName +[LOG 22:00:26.774] KbApp.OnDestroy Planet Resources +[LOG 22:00:26.785] [ScrapYard] OnDestroy Start +[LOG 22:00:26.785] [ScrapYard] Event Listeners De-Registered! +[LOG 22:00:26.788] [ScrapYard] OnDestroy Complete +[LOG 22:00:26.809] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:26.835] [UIApp] OnDestroy: KSPedia +[LOG 22:00:26.836] ScaleModList: listSize 41 maxListSize 387 +[LOG 22:00:26.837] KbApp.OnDestroy Unowned Info diff --git a/OhScrap/bin/Debug/MiniAVC.log b/OhScrap/bin/Debug/MiniAVC.log index 241b143..8a31d14 100644 --- a/OhScrap/bin/Debug/MiniAVC.log +++ b/OhScrap/bin/Debug/MiniAVC.log @@ -1,8 +1,8 @@ Executing: MiniAVC - 1.2.0.6 Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MiniAVC.dll -[Log 20:44:04.3114179]: Starter was created. -[Log 20:44:06.0632080]: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MagiCore.version +[Log 21:54:55.1210988]: Starter was created. +[Log 21:54:56.8973211]: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - ModDev\GameData\MagiCore\MagiCore.version NAME: MagiCore URL: http://ksp.spacetux.net/avc/MagiCore DOWNLOAD: NULL @@ -18,4 +18,4 @@ Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program - M CompatibleKspVersionMax: True CompatibleGitHubVersion: True -[Log 20:44:06.4545045]: Starter was destroyed. +[Log 21:54:57.3126331]: Starter was destroyed.