Jump to content

[1.3] kOS Scriptable Autopilot System v1.1.3.0


erendrake

Recommended Posts

Why does he lock throttle does not lock my throttle D: When I run stage. it just resets my throttle to 0.5 aka 50%?

Are you executing "lock throttle to x" directly in the editor window, or are you executing within a program written in a text file? If its the latter, make sure you have an "until" command that cuts out at some condition when you want it too, because if the program is just lock throttle, then the program will lock the throttle, then immediately end because there are no other commands to compute, resetting the throttle, also see below as to why the throttle specifically goes to 0.5.

Why after ending a program throttle goes back to 0.5? Or I have missed something?

Basically upon ending the program, the throttle goes back to where it was when it started, because SQUAD have changed the default throttle upon loading on the launchpad to 50%, if you don't manually take the throttle down to 0, when your launch script or whatever ends, the throttle goes back to 0.5. Best thing is just to get into the habit of pressing "x" prior to launching from the launchpad.

Link to comment
Share on other sites

Question:

I'm trying to do some exception handling if the script is run without the required parameter. Here's what I tried to use:

 declare parameter talt.   
set me to ship.
set bod to me:obt:body.
if (not talt or talt < bod:atm:height) {set talt to bod:atm:height * 1.2.}.

but what I get back is:

Object reference not set to an instance of an object.

Am I missing something, or is this not an option?

X-post from r/kOS

AFAIK, the current iteration of Kerboscript doesn't handle optional parameters. If you declare a parameter it must get used.

Now, I know that erendrake and Steve Mading have some yummy goodness in store for the next version, but I think they may still be ironing out 0.25 issues...

Link to comment
Share on other sites

Oh well. I guess I'll have to wait. :)

We dont currently have a concept of checking for null or undefined. We are thinking about adding an ISNULL(<thing>) function call that could help. I have been reticent to add the concept of null because i would like to make sure we do it thoughtfully.

Link to comment
Share on other sites

We dont currently have a concept of checking for null or undefined. We are thinking about adding an ISNULL(<thing>) function call that could help. I have been reticent to add the concept of null because i would like to make sure we do it thoughtfully.

What about providing default values for when parameters aren't passed?



declare parameter foo default 0.

if (foo != 0) then {
-- Do stuff
}.

Link to comment
Share on other sites

kOS units are causing a relevant amount of lag in my installation. Adding more makes it worse, but it is noticeable with even one and seems to get worse over time. Cutting power eliminates all lag.

I must admit it's not a clean installation, I will check whether this happens when only kOS is installed.

Link to comment
Share on other sites

kOS units are causing a relevant amount of lag in my installation. Adding more makes it worse, but it is noticeable with even one and seems to get worse over time. Cutting power eliminates all lag.

I must admit it's not a clean installation, I will check whether this happens when only kOS is installed.

Well, that is discouraging. If you still get it after a clean install please post your log and we will take a look.

Link to comment
Share on other sites

Well, that is discouraging. If you still get it after a clean install please post your log and we will take a look.

It's weird. I made a new installation with only kOS and I tried to exaggerate the problem by using 24 units and, sure enough, lagspikes. Strangely enough the game runs smoothly in between, so it seems it is some problem with calls eating up time or something.

Just having kOS installed but not using it is also causing minor spikes. Simply removing kOS from Gamedata and driving around with the same vehicle causes no problems.

Kerbal Space Program - 0.25.0.642 (WindowsPlayer)

[...]

RT Formats: ARGB32, Depth, ARGBHalf, RGB565, Default, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8


Log started: Fri, Oct 10, 2014 21:34:17


[LOG 21:34:19.572] Load(Assembly): kOS/Plugins/ICSharpCode.SharpZipLib
[LOG 21:34:19.574] AssemblyLoader: Loading assembly at X:\KSP 0.25 test\KSP_win\GameData\kOS\Plugins\ICSharpCode.SharpZipLib.dll
[LOG 21:34:19.626] Load(Assembly): kOS/Plugins/kOS
[LOG 21:34:19.627] AssemblyLoader: Loading assembly at X:\KSP 0.25 test\KSP_win\GameData\kOS\Plugins\kOS.dll
[LOG 21:34:19.634] AssemblyLoader: KSPAssembly 'kOS' V0.14
[LOG 21:34:19.636] AssemblyLoader: Loading assemblies
[LOG 21:34:19.659] TestManager: Adding unit test: kOS.CoreInitializer
[LOG 21:34:19.663] TestManager: Adding unit test: kOS.CoreInitializer
[LOG 21:34:19.664] TestManager: Adding unit test: kOS.CoreInitializer
[LOG 21:34:19.665] TestManager: Adding unit test: kOS.CoreInitializer
[LOG 21:34:19.948] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 21:34:20.009] couldn't connect to host
[LOG 21:34:20.010] Load(Audio): Squad/Sounds/editorLoop01
[LOG 21:34:20.238] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 21:34:20.266] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 21:34:20.292] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 21:34:20.399] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 21:34:20.433] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 21:34:20.456] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 21:34:20.482] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 21:34:20.508] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 21:34:20.534] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 21:34:20.563] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 21:34:20.585] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 21:34:20.612] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 21:34:20.639] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 21:34:20.666] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 21:34:20.692] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 21:34:20.723] Load(Texture): kOS/Flags/kOS-Logo
[LOG 21:34:20.799] Load(Texture): kOS/GFX/FontFinder
[LOG 21:34:20.879] Load(Texture): kOS/GFX/font_sml
[LOG 21:34:20.959] Load(Texture): kOS/GFX/monitor_launch
[LOG 21:34:21.042] Load(Texture): kOS/GFX/monitor_minimal
[LOG 21:34:21.124] Load(Texture): kOS/GFX/resize-button
[LOG 21:34:21.199] Load(Texture): kOS/Parts/kOSMachine0m/KR-2042_uv_layout_1_d_NRM
[LOG 21:34:21.388] Load(Texture): kOS/Parts/kOSMachine0m/KR-2042_uv_layout_1_EMIS
[LOG 21:34:21.523] Load(Texture): kOS/Parts/kOSMachine0m/KR-2042_uv_layout_d
[LOG 21:34:21.706] Load(Texture): kOS/Parts/kOSMachine1m/model000
[LOG 21:34:21.879] Load(Texture): kOS/Parts/kOSMachine1m/model001
[LOG 21:34:22.010] Load(Texture): NASAmission/Flags/NASA
[LOG 21:34:22.029] Load(Texture): NASAmission/Parts/GrapplingDevice/grabberDiffuse
[LOG 21:34:22.052] Load(Texture): NASAmission/Parts/GrapplingDevice/window
[LOG 21:34:22.053] Load(Texture): NASAmission/Parts/LaunchEscapeSystem/LES_Diffuse
[LOG 21:34:22.133] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_cm
[LOG 21:34:22.183] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_em
[LOG 21:34:22.190] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_nm
[LOG 21:34:22.226] Load(Texture): NASAmission/Parts/PotatoRoid/squareButton
[LOG 21:34:22.231] Load(Texture): NASAmission/Parts/Size2LFB/Size2LFBEmissive
[LOG 21:34:22.239] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_cm
[LOG 21:34:22.328] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_nm
[LOG 21:34:22.401] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 21:34:22.489] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 21:34:22.576] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 21:34:22.586] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 21:34:22.604] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 21:34:22.692] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 21:34:22.764] Load(Texture): NASAmission/Parts/Size3EngineCluster/ClusterEngineEmit
[LOG 21:34:22.773] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_cm
[LOG 21:34:22.863] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_nm
[LOG 21:34:22.936] Load(Texture): NASAmission/Parts/Size3LargeTank/fueltTanks_cm
[LOG 21:34:23.022] Load(Texture): NASAmission/Parts/Size3MediumTank/fueltTanks_cm
[LOG 21:34:23.109] Load(Texture): NASAmission/Parts/Size3SmallTank/fueltTanks_cm
[LOG 21:34:23.194] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 21:34:23.284] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 21:34:23.356] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 21:34:23.367] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 21:34:23.373] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 21:34:23.390] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 21:34:23.399] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 21:34:23.419] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 21:34:23.426] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 21:34:23.445] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 21:34:23.452] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 21:34:23.469] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 21:34:23.479] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 21:34:23.495] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 21:34:23.505] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 21:34:23.526] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 21:34:23.532] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 21:34:23.549] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 21:34:23.563] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 21:34:23.575] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 21:34:23.585] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 21:34:23.601] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 21:34:23.626] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 21:34:23.641] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 21:34:23.656] Load(Texture): Squad/Agencies/Kerlington
[LOG 21:34:23.668] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 21:34:23.680] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 21:34:23.695] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 21:34:23.706] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 21:34:23.726] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 21:34:23.733] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 21:34:23.749] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 21:34:23.764] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 21:34:23.775] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 21:34:23.786] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 21:34:23.803] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 21:34:23.817] Load(Texture): Squad/Agencies/R&D
[LOG 21:34:23.828] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 21:34:23.839] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 21:34:23.860] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 21:34:23.866] Load(Texture): Squad/Agencies/Rockomax
[LOG 21:34:23.882] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 21:34:23.893] Load(Texture): Squad/Agencies/Rokea
[LOG 21:34:23.909] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 21:34:23.919] Load(Texture): Squad/Agencies/SeansCannery
[LOG 21:34:23.936] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 21:34:23.946] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 21:34:23.966] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 21:34:23.973] Load(Texture): Squad/Agencies/StrutCo
[LOG 21:34:23.987] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 21:34:23.999] Load(Texture): Squad/Agencies/Vac-Co
[LOG 21:34:24.018] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 21:34:24.025] Load(Texture): Squad/Agencies/WinterOwl
[LOG 21:34:24.046] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 21:34:24.052] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 21:34:24.067] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 21:34:24.079] Load(Texture): Squad/Flags/09
[LOG 21:34:24.095] Load(Texture): Squad/Flags/blorbs
[LOG 21:34:24.107] Load(Texture): Squad/Flags/bullseye
[LOG 21:34:24.132] Load(Texture): Squad/Flags/capsule
[LOG 21:34:24.151] Load(Texture): Squad/Flags/circles
[LOG 21:34:24.161] Load(Texture): Squad/Flags/default
[LOG 21:34:24.175] Load(Texture): Squad/Flags/hexagon
[LOG 21:34:24.188] Load(Texture): Squad/Flags/hexagonCircles
[LOG 21:34:24.202] Load(Texture): Squad/Flags/kerbal1
[LOG 21:34:24.219] Load(Texture): Squad/Flags/kerbal2
[LOG 21:34:24.228] Load(Texture): Squad/Flags/kerbin
[LOG 21:34:24.247] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 21:34:24.255] Load(Texture): Squad/Flags/line
[LOG 21:34:24.268] Load(Texture): Squad/Flags/minimalistic
[LOG 21:34:24.284] Load(Texture): Squad/Flags/orbit
[LOG 21:34:24.295] Load(Texture): Squad/Flags/orbs
[LOG 21:34:24.308] Load(Texture): Squad/Flags/retro
[LOG 21:34:24.326] Load(Texture): Squad/Flags/rings
[LOG 21:34:24.336] Load(Texture): Squad/Flags/rocketScience
[LOG 21:34:24.352] Load(Texture): Squad/Flags/satellite
[LOG 21:34:24.362] Load(Texture): Squad/Flags/spheres
[LOG 21:34:24.376] Load(Texture): Squad/Flags/squadLogo
[LOG 21:34:24.388] Load(Texture): Squad/Flags/squadLogo2
[LOG 21:34:24.401] Load(Texture): Squad/Flags/stripes
[LOG 21:34:24.418] Load(Texture): Squad/Flags/trees
[LOG 21:34:24.428] Load(Texture): Squad/Flags/trippy
[LOG 21:34:24.447] Load(Texture): Squad/FX/rocketplume2
[LOG 21:34:24.453] Load(Texture): Squad/FX/shockDiamond2
[LOG 21:34:24.466] Load(Texture): Squad/FX/smokepuff1
[LOG 21:34:24.480] Load(Texture): Squad/Parts/Aero/advancedCanard/model000
[LOG 21:34:24.561] Load(Texture): Squad/Parts/Aero/advancedCanard/model001
[LOG 21:34:24.644] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/model000
[LOG 21:34:24.734] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model000
[LOG 21:34:24.830] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model001
[LOG 21:34:24.903] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 21:34:24.924] Load(Texture): Squad/Parts/Aero/standardCanard/model000
[LOG 21:34:25.036] Load(Texture): Squad/Parts/Aero/standardCanard/model001
[LOG 21:34:25.109] Load(Texture): Squad/Parts/Aero/standardNoseCone/model000
[LOG 21:34:25.133] Load(Texture): Squad/Parts/Aero/standardNoseCone/model001
[LOG 21:34:25.154] Load(Texture): Squad/Parts/Aero/sweptWing/model000
[LOG 21:34:25.252] Load(Texture): Squad/Parts/Aero/sweptWing/model001
[LOG 21:34:25.325] Load(Texture): Squad/Parts/Aero/sweptWing/model002
[LOG 21:34:25.335] Load(Texture): Squad/Parts/Aero/tailConnector/model000
[LOG 21:34:25.362] Load(Texture): Squad/Parts/Aero/tailConnector/model001
[LOG 21:34:25.381] Load(Texture): Squad/Parts/Aero/tailfin/model000
[LOG 21:34:25.404] Load(Texture): Squad/Parts/Aero/tailfin/model001
[LOG 21:34:25.422] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 21:34:25.431] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 21:34:25.444] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 21:34:25.466] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 21:34:25.485] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 21:34:25.507] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 21:34:25.519] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 21:34:25.529] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 21:34:25.626] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 21:34:25.645] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 21:34:25.647] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 21:34:25.742] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 21:34:25.822] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 21:34:25.842] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 21:34:25.845] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 21:34:25.868] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 21:34:25.887] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 21:34:25.899] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 21:34:25.910] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 21:34:25.911] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 21:34:25.919] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 21:34:25.993] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 21:34:26.090] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 21:34:26.176] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 21:34:26.177] Load(Texture): Squad/Parts/Command/mk1Cockpit/mk1Cockpit
[LOG 21:34:26.306] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitDiffuse
[LOG 21:34:26.439] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitNRM2
[LOG 21:34:26.573] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/ladder
[LOG 21:34:26.657] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/window
[LOG 21:34:26.732] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 21:34:26.865] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 21:34:26.946] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 21:34:27.026] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 21:34:27.106] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 21:34:27.188] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 21:34:27.266] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 21:34:27.346] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 21:34:27.426] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 21:34:27.561] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 21:34:27.643] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 21:34:27.719] Load(Texture): Squad/Parts/Command/mk3Cockpit/c7fuselagemk3C_COLOR copy
[LOG 21:34:27.799] Load(Texture): Squad/Parts/Command/mk3Cockpit/ladder
[LOG 21:34:27.883] Load(Texture): Squad/Parts/Command/mk3Cockpit/MK3NRM
[LOG 21:34:27.959] Load(Texture): Squad/Parts/Command/mk3Cockpit/window
[LOG 21:34:28.044] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 21:34:28.123] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 21:34:28.133] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 21:34:28.203] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 21:34:28.222] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 21:34:28.233] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 21:34:28.243] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 21:34:28.257] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 21:34:28.339] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 21:34:28.412] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 21:34:28.494] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 21:34:28.567] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 21:34:28.590] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 21:34:28.595] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 21:34:28.617] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 21:34:28.628] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 21:34:28.639] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 21:34:28.656] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 21:34:28.668] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 21:34:28.681] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model000
[LOG 21:34:28.701] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model001
[LOG 21:34:28.722] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model002
[LOG 21:34:28.728] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model000
[LOG 21:34:28.733] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model001
[LOG 21:34:28.753] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model002
[LOG 21:34:28.759] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/model000
[LOG 21:34:28.782] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 21:34:28.786] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 21:34:28.799] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 21:34:28.817] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 21:34:28.828] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 21:34:28.839] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 21:34:28.857] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 21:34:28.881] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 21:34:28.903] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 21:34:28.922] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 21:34:28.945] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model000
[LOG 21:34:28.968] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model001
[LOG 21:34:28.985] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model000
[LOG 21:34:29.008] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model001
[LOG 21:34:29.025] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 21:34:29.027] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 21:34:29.049] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 21:34:29.068] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 21:34:29.087] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 21:34:29.109] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model000
[LOG 21:34:29.136] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model001
[LOG 21:34:29.155] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model002
[LOG 21:34:29.180] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 21:34:29.182] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 21:34:29.186] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 21:34:29.261] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 21:34:29.282] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 21:34:29.306] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 21:34:29.319] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 21:34:29.341] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 21:34:29.373] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 21:34:29.392] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 21:34:29.399] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 21:34:29.477] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 21:34:29.497] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 21:34:29.520] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 21:34:29.523] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model003
[LOG 21:34:29.595] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model004
[LOG 21:34:29.706] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 21:34:29.785] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 21:34:29.866] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 21:34:29.950] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 21:34:30.027] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 21:34:30.107] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 21:34:30.186] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 21:34:30.266] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 21:34:30.346] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 21:34:30.427] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/model000
[LOG 21:34:30.505] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 21:34:30.586] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 21:34:30.666] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 21:34:30.746] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 21:34:30.826] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 21:34:30.919] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 21:34:31.013] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 21:34:31.146] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 21:34:31.280] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 21:34:31.373] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 21:34:31.386] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 21:34:31.442] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 21:34:31.466] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 21:34:31.471] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 21:34:31.493] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 21:34:31.512] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 21:34:31.526] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 21:34:31.601] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 21:34:31.620] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 21:34:31.624] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 21:34:31.640] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 21:34:31.653] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 21:34:31.699] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 21:34:31.736] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 21:34:31.740] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 21:34:31.750] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 21:34:31.830] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 21:34:31.851] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 21:34:31.872] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 21:34:31.896] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 21:34:31.969] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 21:34:32.008] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 21:34:32.045] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 21:34:32.066] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 21:34:32.085] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 21:34:32.091] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 21:34:32.110] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 21:34:32.195] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 21:34:32.214] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 21:34:32.290] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 21:34:32.309] Load(Texture): Squad/Parts/FuelTank/mk2mk3Adapter/model000
[LOG 21:34:32.333] Load(Texture): Squad/Parts/FuelTank/mk2mk3Adapter/model001
[LOG 21:34:32.353] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/model000
[LOG 21:34:32.379] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/model001
[LOG 21:34:32.398] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 21:34:32.407] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 21:34:32.417] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 21:34:32.439] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 21:34:32.459] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 21:34:32.471] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 21:34:32.482] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 21:34:32.488] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 21:34:32.511] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 21:34:32.532] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 21:34:32.553] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 21:34:32.577] Load(Texture): Squad/Parts/Mk1/mk1fuselage
[LOG 21:34:32.667] Load(Texture): Squad/Parts/Mk1/mk1fuselageFuel
[LOG 21:34:32.757] Load(Texture): Squad/Parts/Science/avionicsNoseCone/model000
[LOG 21:34:32.781] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 21:34:32.854] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 21:34:32.932] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 21:34:32.946] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 21:34:33.026] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 21:34:33.040] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 21:34:33.059] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 21:34:33.074] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 21:34:33.149] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 21:34:33.232] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 21:34:33.310] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 21:34:33.331] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 21:34:33.407] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C1EB_NRM
[LOG 21:34:33.426] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C7A_EngineBody_F1_COLOR copy
[LOG 21:34:33.455] Load(Texture): Squad/Parts/Structural/engineNacelle/model000
[LOG 21:34:33.483] Load(Texture): Squad/Parts/Structural/engineNacelle/model001
[LOG 21:34:33.502] Load(Texture): Squad/Parts/Structural/smallHardpoint/model000
[LOG 21:34:33.527] Load(Texture): Squad/Parts/Structural/smallHardpoint/model001
[LOG 21:34:33.548] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 21:34:33.572] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 21:34:33.592] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 21:34:33.598] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 21:34:33.605] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 21:34:33.613] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 21:34:33.626] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 21:34:33.640] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 21:34:33.653] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 21:34:33.666] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 21:34:33.679] Load(Texture): Squad/Parts/Structural/structuralPylon/model000
[LOG 21:34:33.707] Load(Texture): Squad/Parts/Structural/structuralPylon/model001
[LOG 21:34:33.726] Load(Texture): Squad/Parts/Structural/strutConnector/model000
[LOG 21:34:33.729] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 21:34:33.750] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 21:34:33.759] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 21:34:33.773] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 21:34:33.796] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 21:34:33.879] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 21:34:33.962] Load(Texture): Squad/Parts/Utility/airIntakeRadialXM-G50/model000
[LOG 21:34:33.984] Load(Texture): Squad/Parts/Utility/CircularIntake/model000
[LOG 21:34:34.011] Load(Texture): Squad/Parts/Utility/CircularIntake/model001
[LOG 21:34:34.030] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 21:34:34.052] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 21:34:34.073] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 21:34:34.079] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 21:34:34.155] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 21:34:34.160] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 21:34:34.173] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 21:34:34.186] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 21:34:34.199] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 21:34:34.217] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 21:34:34.226] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 21:34:34.247] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 21:34:34.267] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 21:34:34.270] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 21:34:34.307] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 21:34:34.343] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 21:34:34.353] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 21:34:34.365] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 21:34:34.376] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 21:34:34.386] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 21:34:34.407] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 21:34:34.427] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 21:34:34.451] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 21:34:34.473] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 21:34:34.496] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 21:34:34.502] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 21:34:34.524] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 21:34:34.548] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 21:34:34.567] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 21:34:34.573] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 21:34:34.656] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 21:34:34.729] Load(Texture): Squad/Parts/Utility/fuelLine/model000
[LOG 21:34:34.738] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 21:34:34.746] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 21:34:34.841] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 21:34:34.915] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 21:34:35.002] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 21:34:35.096] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 21:34:35.177] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 21:34:35.200] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 21:34:35.222] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 21:34:35.225] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 21:34:35.239] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 21:34:35.262] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 21:34:35.282] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 21:34:35.304] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 21:34:35.310] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 21:34:35.323] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 21:34:35.333] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 21:34:35.358] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 21:34:35.377] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 21:34:35.399] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 21:34:35.411] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 21:34:35.433] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 21:34:35.448] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 21:34:35.471] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 21:34:35.483] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 21:34:35.531] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 21:34:35.555] Load(Texture): Squad/Parts/Utility/ramAirIntake/model000
[LOG 21:34:35.585] Load(Texture): Squad/Parts/Utility/ramAirIntake/model001
[LOG 21:34:35.612] Load(Texture): Squad/Parts/Utility/ramAirIntake/model002
[LOG 21:34:35.633] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 21:34:35.635] Load(Texture): Squad/Parts/Utility/roverBody/model000
[LOG 21:34:35.667] Load(Texture): Squad/Parts/Utility/roverBody/model001
[LOG 21:34:35.686] Load(Texture): Squad/Parts/Utility/sensorAccelerometer/model000
[LOG 21:34:35.690] Load(Texture): Squad/Parts/Utility/sensorBarometer/model000
[LOG 21:34:35.706] Load(Texture): Squad/Parts/Utility/sensorGravimeter/model000
[LOG 21:34:35.723] Load(Texture): Squad/Parts/Utility/sensorThermometer/model000
[LOG 21:34:35.733] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 21:34:35.746] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 21:34:35.763] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 21:34:35.773] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 21:34:35.786] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 21:34:35.809] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 21:34:35.895] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 21:34:35.917] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 21:34:35.943] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 21:34:35.950] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 21:34:35.970] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 21:34:36.057] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 21:34:36.129] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 21:34:36.209] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 21:34:36.282] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 21:34:36.367] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 21:34:36.386] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 21:34:36.398] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 21:34:36.409] Load(Texture): Squad/Parts/Wheel/SmallGearBay/internal shell box props
[LOG 21:34:36.490] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel000
[LOG 21:34:36.598] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel001
[LOG 21:34:36.670] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 21:34:36.679] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 21:34:36.693] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 21:34:36.712] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 21:34:36.721] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 21:34:36.733] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 21:34:36.801] Load(Texture): Squad/Props/circularButton/model000
[LOG 21:34:36.808] Load(Texture): Squad/Props/Compass/model000
[LOG 21:34:36.832] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 21:34:36.839] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 21:34:36.845] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 21:34:36.869] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 21:34:36.875] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 21:34:36.880] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 21:34:36.893] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 21:34:36.907] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 21:34:36.924] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 21:34:36.934] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 21:34:36.947] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 21:34:36.960] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 21:34:36.974] Load(Texture): Squad/Props/NavBall/model000
[LOG 21:34:36.987] Load(Texture): Squad/Props/NavBall/model001
[LOG 21:34:37.000] Load(Texture): Squad/Props/NavBall/model002
[LOG 21:34:37.017] Load(Texture): Squad/Props/NavBall/model003
[LOG 21:34:37.027] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 21:34:37.044] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 21:34:37.053] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 21:34:37.077] Load(Texture): Squad/Props/squareButton/model000
[LOG 21:34:37.084] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 21:34:37.093] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 21:34:37.124] Load(Texture): Squad/Props/switch/model000
[LOG 21:34:37.134] Load(Texture): Squad/Props/switchGuard/model000
[LOG 21:34:37.147] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 21:34:37.160] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 21:34:37.173] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 21:34:37.186] Load(Texture): Squad/Props/throttle/model000
[LOG 21:34:37.200] Load(Texture): Squad/Props/throttle/model001
[LOG 21:34:37.273] Load(Texture): Squad/Props/VSI/model000
[LOG 21:34:37.297] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 21:34:37.298] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 21:34:37.614] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 21:34:37.633] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 21:34:37.712] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 21:34:37.713] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 21:34:37.793] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 21:34:38.124] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 21:34:38.410] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 21:34:38.472] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 21:34:38.552] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 21:34:38.638] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 21:34:38.714] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 21:34:38.787] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 21:34:38.867] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 21:34:38.948] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 21:34:39.029] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 21:34:39.111] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 21:34:39.128] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 21:34:39.208] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 21:34:39.288] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 21:34:39.364] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 21:34:39.437] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 21:34:39.524] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 21:34:39.597] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 21:34:39.673] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 21:34:39.755] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 21:34:39.837] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 21:34:40.202] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 21:34:40.283] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 21:34:40.301] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 21:34:40.382] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 21:34:40.383] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 21:34:40.711] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 21:34:41.034] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 21:34:41.091] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 21:34:41.171] Load(Texture): Squad/Spaces/mk1CockpitInternal/model000
[LOG 21:34:41.273] Load(Texture): Squad/Spaces/mk1CockpitInternal/model001
[LOG 21:34:41.385] Load(Texture): Squad/Spaces/mk1CockpitInternal/model002
[LOG 21:34:41.480] Load(Texture): Squad/Spaces/mk1CockpitInternal/model003
[LOG 21:34:41.594] Load(Texture): Squad/Spaces/mk1CockpitInternal/model004
[LOG 21:34:41.692] Load(Texture): Squad/Spaces/mk1CockpitInternal/model005
[LOG 21:34:41.777] Load(Texture): Squad/Spaces/mk1CockpitInternal/model006
[LOG 21:34:41.865] Load(Texture): Squad/Spaces/mk1CockpitInternal/model007
[LOG 21:34:41.930] Load(Texture): Squad/Spaces/mk1CockpitInternal/model008
[LOG 21:34:42.002] Load(Texture): Squad/Spaces/mk1CockpitInternal/model009
[LOG 21:34:42.101] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 21:34:42.178] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 21:34:42.258] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 21:34:42.339] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 21:34:42.397] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 21:34:42.653] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 21:34:42.671] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 21:34:42.751] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 21:34:42.752] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 21:34:42.832] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 21:34:42.909] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 21:34:42.982] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 21:34:43.065] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 21:34:43.145] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 21:34:43.218] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 21:34:43.306] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 21:34:43.391] Load(Texture): Squad/SPP/IntakeRadialLong/Radial_long
[LOG 21:34:43.398] Load(Texture): Squad/SPP/Mk2Adapters/mk2adapters1m
[LOG 21:34:43.485] Load(Texture): Squad/SPP/Mk2CargoBay/mk2CargoBay
[LOG 21:34:43.579] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit
[LOG 21:34:43.755] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit_Lum
[LOG 21:34:43.783] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit_NRM
[LOG 21:34:43.927] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/CargoBagA
[LOG 21:34:43.946] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 21:34:44.044] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Pilotseat
[LOG 21:34:44.071] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Windows
[LOG 21:34:44.081] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_Inline
[LOG 21:34:44.170] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_inline_LUM
[LOG 21:34:44.185] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_Inline_NRM
[LOG 21:34:44.266] Load(Texture): Squad/SPP/Mk2CrewCabin/mk2CrewCabin
[LOG 21:34:44.312] Load(Texture): Squad/SPP/Mk2CrewCabin/mk2CrewCabin_LUM
[LOG 21:34:44.315] Load(Texture): Squad/SPP/Mk2DockingPort/mk2DockingPort
[LOG 21:34:44.401] Load(Texture): Squad/SPP/Mk2DroneCore/mk2Dronecore
[LOG 21:34:44.414] Load(Texture): Squad/SPP/Mk2FuselageLong/mk2Fuselage
[LOG 21:34:44.506] Load(Texture): Squad/SPP/Mk2FuselageShort/mk2FuselageShort
[LOG 21:34:44.601] Load(Texture): Squad/SPP/ShockConeIntake/ShockConeIntake
[LOG 21:34:44.624] Load(Texture): Squad/SPP/Wings/Wings
[LOG 21:34:44.699] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 21:34:44.706] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 21:34:44.723] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 21:34:44.733] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 21:34:44.747] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 21:34:44.774] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 21:34:44.787] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 21:34:44.801] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 21:34:44.819] Load(Model): kOS/Parts/kOSMachine0m/model
[LOG 21:34:44.836] Load(Model): kOS/Parts/kOSMachine1m/model
[LOG 21:34:44.851] Load(Model): NASAmission/Parts/GrapplingDevice/GrapplingArm
[LOG 21:34:44.878] Load(Model): NASAmission/Parts/LaunchEscapeSystem/LaunchEscapeSystem
[LOG 21:34:44.890] Load(Model): NASAmission/Parts/MassiveSRB/MassiveSRB
[LOG 21:34:44.896] Load(Model): NASAmission/Parts/PotatoRoid/PotatoRoid
[LOG 21:34:44.907] Load(Model): NASAmission/Parts/Size2LFB/Size2LFB
[LOG 21:34:44.926] Load(Model): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 21:34:44.936] Load(Model): NASAmission/Parts/Size3Decoupler/size3Decoupler
[LOG 21:34:44.952] Load(Model): NASAmission/Parts/Size3EngineCluster/Size3EngineCluster
[LOG 21:34:44.963] Load(Model): NASAmission/Parts/Size3LargeTank/Size3LargeTank
[LOG 21:34:44.979] Load(Model): NASAmission/Parts/Size3MediumTank/Size3MediumTank
[LOG 21:34:44.988] Load(Model): NASAmission/Parts/Size3SmallTank/Size3SmallTank
[LOG 21:34:45.006] Load(Model): NASAmission/Parts/Size3To2Adapter/Size3Adapter
[LOG 21:34:45.015] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 21:34:45.033] Load(Model): Squad/FX/ks1_Exhaust
[LOG 21:34:45.041] Load(Model): Squad/FX/ks25_Exhaust
[LOG 21:34:45.057] Load(Model): Squad/FX/ksX_Exhaust
[LOG 21:34:45.067] Load(Model): Squad/FX/LES_Thruster
[LOG 21:34:45.084] Load(Model): Squad/FX/shockExhaust_blue
[LOG 21:34:45.094] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 21:34:45.113] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 21:34:45.120] Load(Model): Squad/FX/SRB_Large
[LOG 21:34:45.137] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 21:34:45.147] Load(Model): Squad/Parts/Aero/advancedCanard/model
[LOG 21:34:45.160] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 21:34:45.175] Load(Model): Squad/Parts/Aero/noseConeAdapter/model
[LOG 21:34:45.187] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 21:34:45.202] Load(Model): Squad/Parts/Aero/standardCanard/model
[LOG 21:34:45.217] Load(Model): Squad/Parts/Aero/standardNoseCone/model
[LOG 21:34:45.227] Load(Model): Squad/Parts/Aero/sweptWing/model
[LOG 21:34:45.240] Load(Model): Squad/Parts/Aero/tailConnector/model
[LOG 21:34:45.257] Load(Model): Squad/Parts/Aero/tailfin/model
[LOG 21:34:45.280] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 21:34:45.330] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 21:34:45.332] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 21:34:45.347] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 21:34:45.360] Load(Model): Squad/Parts/Command/cupola/model
[LOG 21:34:45.373] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 21:34:45.387] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 21:34:45.401] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 21:34:45.417] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 21:34:45.427] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 21:34:45.441] Load(Model): Squad/Parts/Command/mk1Cockpit/model
[LOG 21:34:45.457] Load(Model): Squad/Parts/Command/mk1InlineCockpit/model
[LOG 21:34:45.467] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 21:34:45.481] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 21:34:45.494] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 21:34:45.511] Load(Model): Squad/Parts/Command/mk3Cockpit/model
[LOG 21:34:45.526] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 21:34:45.534] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 21:34:45.547] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 21:34:45.560] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 21:34:45.574] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 21:34:45.587] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 21:34:45.601] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 21:34:45.618] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 21:34:45.627] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 21:34:45.641] Load(Model): Squad/Parts/Electrical/2x3ShroudSolarPanels/model
[LOG 21:34:45.658] Load(Model): Squad/Parts/Electrical/2x3SolarPanels/model
[LOG 21:34:45.667] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 21:34:45.681] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 21:34:45.694] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 21:34:45.707] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 21:34:45.724] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 21:34:45.735] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 21:34:45.747] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 21:34:45.760] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 21:34:45.787] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 21:34:45.801] Load(Model): Squad/Parts/Engine/jetEngineBasic/model
[LOG 21:34:45.819] Load(Model): Squad/Parts/Engine/jetEngineTurbo/model
[LOG 21:34:45.828] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 21:34:45.840] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 21:34:45.857] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/model
[LOG 21:34:45.867] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 21:34:45.880] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 21:34:45.893] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 21:34:45.907] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 21:34:45.925] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 21:34:45.934] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 21:34:45.947] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 21:34:45.961] Load(Model): Squad/Parts/Engine/liquidEngineMk55/model
[LOG 21:34:45.973] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 21:34:45.987] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 21:34:46.000] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 21:34:46.018] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 21:34:46.028] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 21:34:46.045] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 21:34:46.055] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 21:34:46.067] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 21:34:46.081] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 21:34:46.094] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 21:34:46.107] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 21:34:46.124] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 21:34:46.135] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 21:34:46.148] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 21:34:46.161] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 21:34:46.174] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 21:34:46.187] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 21:34:46.201] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 21:34:46.218] Load(Model): Squad/Parts/FuelTank/mk2mk3Adapter/model
[LOG 21:34:46.228] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/model
[LOG 21:34:46.240] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 21:34:46.292] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 21:34:46.307] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 21:34:46.325] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 21:34:46.334] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 21:34:46.347] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 21:34:46.361] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 21:34:46.374] Load(Model): Squad/Parts/Mk1/mk1fuselage
[LOG 21:34:46.387] Load(Model): Squad/Parts/Mk1/mk1fuselageIntake
[LOG 21:34:46.400] Load(Model): Squad/Parts/Mk1/mk1structural
[LOG 21:34:46.418] Load(Model): Squad/Parts/Science/avionicsNoseCone/model
[LOG 21:34:46.426] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 21:34:46.440] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 21:34:46.463] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 21:34:46.469] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 21:34:46.480] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 21:34:46.493] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 21:34:46.507] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 21:34:46.525] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 21:34:46.535] Load(Model): Squad/Parts/Structural/engineBodyRadial/model
[LOG 21:34:46.548] Load(Model): Squad/Parts/Structural/engineNacelle/model
[LOG 21:34:46.560] Load(Model): Squad/Parts/Structural/smallHardpoint/model
[LOG 21:34:46.574] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 21:34:46.588] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 21:34:46.601] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 21:34:46.618] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 21:34:46.627] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 21:34:46.640] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 21:34:46.658] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 21:34:46.667] Load(Model): Squad/Parts/Structural/structuralPylon/model
[LOG 21:34:46.680] Load(Model): Squad/Parts/Structural/strutConnector/model
[LOG 21:34:46.694] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 21:34:46.707] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 21:34:46.724] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 21:34:46.734] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 21:34:46.747] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 21:34:46.760] Load(Model): Squad/Parts/Utility/airIntakeRadialXM-G50/model
[LOG 21:34:46.774] Load(Model): Squad/Parts/Utility/CircularIntake/model
[LOG 21:34:46.787] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 21:34:46.817] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 21:34:46.827] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 21:34:46.840] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 21:34:46.857] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 21:34:46.867] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 21:34:46.880] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 21:34:46.893] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 21:34:46.907] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 21:34:46.925] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 21:34:46.934] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 21:34:46.947] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 21:34:46.960] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 21:34:46.974] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 21:34:46.988] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 21:34:47.001] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 21:34:47.019] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 21:34:47.028] Load(Model): Squad/Parts/Utility/fuelLine/model
[LOG 21:34:47.044] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 21:34:47.054] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 21:34:47.067] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 21:34:47.081] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[ERR 21:34:47.084] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.084] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.094] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[ERR 21:34:47.097] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.097] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.107] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 21:34:47.110] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.110] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.124] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 21:34:47.134] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 21:34:47.147] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 21:34:47.161] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 21:34:47.174] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 21:34:47.187] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 21:34:47.201] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 21:34:47.218] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 21:34:47.227] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 21:34:47.241] Load(Model): Squad/Parts/Utility/ramAirIntake/model
[LOG 21:34:47.257] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 21:34:47.267] Load(Model): Squad/Parts/Utility/roverBody/model
[LOG 21:34:47.281] Load(Model): Squad/Parts/Utility/sensorAccelerometer/model
[LOG 21:34:47.294] Load(Model): Squad/Parts/Utility/sensorBarometer/model
[LOG 21:34:47.320] Load(Model): Squad/Parts/Utility/sensorGravimeter/model
[LOG 21:34:47.335] Load(Model): Squad/Parts/Utility/sensorThermometer/model
[LOG 21:34:47.347] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 21:34:47.360] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 21:34:47.373] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 21:34:47.387] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 21:34:47.400] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 21:34:47.417] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 21:34:47.419] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.419] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.427] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 21:34:47.430] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.430] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.443] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 21:34:47.445] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.445] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.454] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 21:34:47.456] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.457] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.471] Load(Model): Squad/Parts/Wheel/SmallGearBay/model
[ERR 21:34:47.474] WheelCollider requires an attached Rigidbody to function.

[ERR 21:34:47.475] WheelCollider requires an attached Rigidbody to function.

[LOG 21:34:47.480] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 21:34:47.493] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 21:34:47.506] Load(Model): Squad/Props/AxisIndicator/model
[LOG 21:34:47.524] Load(Model): Squad/Props/ButtonSquare/model
[LOG 21:34:47.535] Load(Model): Squad/Props/circularButton/model
[LOG 21:34:47.546] Load(Model): Squad/Props/Compass/model
[LOG 21:34:47.560] Load(Model): Squad/Props/directionalKnob/model
[LOG 21:34:47.574] Load(Model): Squad/Props/directionalKnob2/model
[LOG 21:34:47.587] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 21:34:47.600] Load(Model): Squad/Props/IVANavBall/model
[LOG 21:34:47.618] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 21:34:47.627] Load(Model): Squad/Props/NavBall/model
[LOG 21:34:47.645] Load(Model): Squad/Props/pullSwitch/model
[LOG 21:34:47.654] Load(Model): Squad/Props/radarAltitude/model
[LOG 21:34:47.667] Load(Model): Squad/Props/squareButton/model
[LOG 21:34:47.680] Load(Model): Squad/Props/standingSwitch/model
[LOG 21:34:47.694] Load(Model): Squad/Props/switch/model
[LOG 21:34:47.707] Load(Model): Squad/Props/switchGuard/model
[LOG 21:34:47.720] Load(Model): Squad/Props/switchWithGuards/model
[LOG 21:34:47.734] Load(Model): Squad/Props/throttle/model
[LOG 21:34:47.747] Load(Model): Squad/Props/VSI/model
[LOG 21:34:47.760] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 21:34:47.778] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 21:34:47.791] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 21:34:47.806] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 21:34:47.827] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 21:34:47.844] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 21:34:47.854] Load(Model): Squad/Spaces/mk1CockpitInternal/model
[LOG 21:34:48.447] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 21:34:48.459] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 21:34:48.485] Load(Model): Squad/SPP/IntakeRadialLong/IntakeRadial
[LOG 21:34:48.487] Load(Model): Squad/SPP/Mk2Adapters/bicoupler
[LOG 21:34:48.494] Load(Model): Squad/SPP/Mk2Adapters/long
[LOG 21:34:48.507] Load(Model): Squad/SPP/Mk2Adapters/standard
[LOG 21:34:48.524] Load(Model): Squad/SPP/Mk2CargoBay/BayLarge
[LOG 21:34:48.534] Load(Model): Squad/SPP/Mk2CargoBay/BaySmall
[LOG 21:34:48.552] Load(Model): Squad/SPP/Mk2CockpitStandard/model
[LOG 21:34:48.561] Load(Model): Squad/SPP/Mk2CockpitStandardInternal/model
[LOG 21:34:48.574] Load(Model): Squad/SPP/mk2Cockpit_Inline/model
[LOG 21:34:48.591] Load(Model): Squad/SPP/Mk2CrewCabin/model
[LOG 21:34:48.601] Load(Model): Squad/SPP/Mk2DockingPort/model
[LOG 21:34:48.617] Load(Model): Squad/SPP/Mk2DroneCore/model
[LOG 21:34:48.627] Load(Model): Squad/SPP/Mk2FuselageLong/FuselageLongLFO
[LOG 21:34:48.641] Load(Model): Squad/SPP/Mk2FuselageLong/FuselageLongLiquid
[LOG 21:34:48.657] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortLFO
[LOG 21:34:48.667] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortLiquid
[LOG 21:34:48.681] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortMono
[LOG 21:34:48.694] Load(Model): Squad/SPP/ShockConeIntake/model
[LOG 21:34:48.707] Load(Model): Squad/SPP/Wings/connector1
[LOG 21:34:48.724] Load(Model): Squad/SPP/Wings/connector2
[LOG 21:34:48.734] Load(Model): Squad/SPP/Wings/connector3
[LOG 21:34:48.751] Load(Model): Squad/SPP/Wings/connector4
[LOG 21:34:48.760] Load(Model): Squad/SPP/Wings/connector5
[LOG 21:34:48.773] Load(Model): Squad/SPP/Wings/delta
[LOG 21:34:48.787] Load(Model): Squad/SPP/Wings/delta_small
[LOG 21:34:48.800] Load(Model): Squad/SPP/Wings/elevon1
[LOG 21:34:48.813] Load(Model): Squad/SPP/Wings/elevon2
[LOG 21:34:48.830] Load(Model): Squad/SPP/Wings/elevon3
[LOG 21:34:48.840] Load(Model): Squad/SPP/Wings/elevon4
[LOG 21:34:48.854] Load(Model): Squad/SPP/Wings/elevon5
[LOG 21:34:48.871] Load(Model): Squad/SPP/Wings/strake
[LOG 21:34:48.880] Load(Model): Squad/SPP/Wings/structural1
[LOG 21:34:48.893] Load(Model): Squad/SPP/Wings/structural2
[LOG 21:34:48.906] Load(Model): Squad/SPP/Wings/structural3
[LOG 21:34:48.924] Load(Model): Squad/SPP/Wings/structural4
[LOG 21:34:48.933] Load(Model): Squad/SPP/Wings/swept1
[LOG 21:34:48.960] Load(Model): Squad/SPP/Wings/swept2
[LOG 21:34:48.974] Config(PART) kOS/Parts/kOSMachine0m/part/kOSMachine0m
[LOG 21:34:48.975] Config(PART) kOS/Parts/kOSMachine1m/part/kOSMachine1m
[LOG 21:34:48.976] Config(PART) NASAmission/Parts/GrapplingDevice/part/GrapplingDevice
[LOG 21:34:48.977] Config(PART) NASAmission/Parts/LaunchEscapeSystem/part/LaunchEscapeSystem
[LOG 21:34:48.977] Config(PART) NASAmission/Parts/MassiveSRB/part/MassiveBooster
[LOG 21:34:48.978] Config(PART) NASAmission/Parts/PotatoRoid/part/PotatoRoid
[LOG 21:34:48.979] Config(PART) NASAmission/Parts/Size2LFB/part/Size2LFB
[LOG 21:34:48.979] Config(PART) NASAmission/Parts/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 21:34:48.980] Config(PART) NASAmission/Parts/Size3Decoupler/part/size3Decoupler
[LOG 21:34:48.981] Config(PART) NASAmission/Parts/Size3EngineCluster/part/Size3EngineCluster
[LOG 21:34:48.981] Config(PART) NASAmission/Parts/Size3LargeTank/part/Size3LargeTank
[LOG 21:34:48.982] Config(PART) NASAmission/Parts/Size3MediumTank/part/Size3MediumTank
[LOG 21:34:48.983] Config(PART) NASAmission/Parts/Size3SmallTank/part/Size3SmallTank
[LOG 21:34:48.983] Config(PART) NASAmission/Parts/Size3To2Adapter/part/Size3to2Adapter
[LOG 21:34:48.984] Config(EXPERIMENT_DEFINITION) NASAmission/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:48.985] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 21:34:48.985] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 21:34:48.986] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 21:34:48.987] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 21:34:48.988] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 21:34:48.988] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 21:34:48.989] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 21:34:48.990] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 21:34:48.991] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 21:34:48.991] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 21:34:48.992] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 21:34:48.993] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 21:34:48.993] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 21:34:48.994] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 21:34:48.995] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 21:34:48.995] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 21:34:48.996] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 21:34:48.997] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 21:34:48.997] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 21:34:48.998] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 21:34:48.998] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 21:34:48.999] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 21:34:49.000] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 21:34:49.001] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 21:34:49.001] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 21:34:49.002] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 21:34:49.002] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 21:34:49.003] Config(PART) Squad/Parts/Aero/advancedCanard/advancedCanard/AdvancedCanard
[LOG 21:34:49.004] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 21:34:49.004] Config(PART) Squad/Parts/Aero/noseConeAdapter/noseConeAdapter/noseConeAdapter
[LOG 21:34:49.005] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 21:34:49.006] Config(PART) Squad/Parts/Aero/standardCanard/standardCanard/CanardController
[LOG 21:34:49.007] Config(PART) Squad/Parts/Aero/standardNoseCone/standardNoseCone/standardNoseCone
[LOG 21:34:49.007] Config(PART) Squad/Parts/Aero/sweptWing/sweptWing/sweptWing
[LOG 21:34:49.008] Config(PART) Squad/Parts/Aero/tailConnector/tailConnector/airplaneTail
[LOG 21:34:49.009] Config(PART) Squad/Parts/Aero/tailfin/part/tailfin
[LOG 21:34:49.009] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 21:34:49.010] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 21:34:49.011] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 21:34:49.012] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 21:34:49.012] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 21:34:49.013] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 21:34:49.014] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 21:34:49.014] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 21:34:49.015] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 21:34:49.016] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 21:34:49.017] Config(PART) Squad/Parts/Command/mk1Cockpit/mk1Cockpit/Mark1Cockpit
[LOG 21:34:49.017] Config(PART) Squad/Parts/Command/mk1InlineCockpit/mk1InlineCockpit/Mark2Cockpit
[LOG 21:34:49.018] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 21:34:49.019] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 21:34:49.019] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 21:34:49.020] Config(PART) Squad/Parts/Command/mk3Cockpit/mk3Cockpit/mark3Cockpit
[LOG 21:34:49.021] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 21:34:49.022] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 21:34:49.022] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto

Edited by Camacha
Link to comment
Share on other sites

[LOG 21:34:49.023] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 21:34:49.024] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 21:34:49.025] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 21:34:49.025] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 21:34:49.026] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 21:34:49.027] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 21:34:49.028] Config(PART) Squad/Parts/Electrical/2x3ShroudSolarPanels/2x3ShroudSolarPanels/solarPanels1
[LOG 21:34:49.028] Config(PART) Squad/Parts/Electrical/2x3SolarPanels/2x3SolarPanels/solarPanels3
[LOG 21:34:49.029] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 21:34:49.030] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 21:34:49.031] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 21:34:49.031] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 21:34:49.032] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 21:34:49.033] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 21:34:49.033] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 21:34:49.034] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 21:34:49.035] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 21:34:49.036] Config(PART) Squad/Parts/Engine/jetEngineBasic/jetEngineBasic/JetEngine
[LOG 21:34:49.036] Config(PART) Squad/Parts/Engine/jetEngineTurbo/jetEngineTurbo/turboFanEngine
[LOG 21:34:49.037] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 21:34:49.038] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 21:34:49.039] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 21:34:49.040] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 21:34:49.041] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 21:34:49.041] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 21:34:49.042] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 21:34:49.043] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 21:34:49.044] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 21:34:49.044] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 21:34:49.045] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 21:34:49.046] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 21:34:49.047] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 21:34:49.047] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 21:34:49.048] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 21:34:49.049] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 21:34:49.049] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 21:34:49.050] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 21:34:49.051] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 21:34:49.051] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 21:34:49.052] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 21:34:49.053] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 21:34:49.054] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 21:34:49.054] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 21:34:49.055] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 21:34:49.056] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 21:34:49.056] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 21:34:49.057] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 21:34:49.058] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 21:34:49.059] Config(PART) Squad/Parts/FuelTank/mk2mk3Adapter/mk2mk3Adapter/mk3spacePlaneAdapter
[LOG 21:34:49.059] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/mk3Fuselage/mk3Fuselage
[LOG 21:34:49.060] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 21:34:49.061] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 21:34:49.061] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 21:34:49.062] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 21:34:49.063] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 21:34:49.064] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 21:34:49.064] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 21:34:49.065] Config(PART) Squad/Parts/Mk1/mk1fuselage/MK1Fuselage
[LOG 21:34:49.066] Config(PART) Squad/Parts/Mk1/mk1fuselageIntake/MK1IntakeFuselage
[LOG 21:34:49.066] Config(PART) Squad/Parts/Mk1/mk1structural/Mk1FuselageStructural
[LOG 21:34:49.067] Config(PART) Squad/Parts/Science/avionicsNoseCone/avionicsNoseCone/avionicsNoseCone
[LOG 21:34:49.068] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 21:34:49.068] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 21:34:49.069] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 21:34:49.070] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 21:34:49.071] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 21:34:49.071] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 21:34:49.072] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 21:34:49.073] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 21:34:49.074] Config(PART) Squad/Parts/Structural/engineBodyRadial/engineBodyRadial/radialEngineBody
[LOG 21:34:49.074] Config(PART) Squad/Parts/Structural/engineNacelle/engineNacelle/nacelleBody
[LOG 21:34:49.075] Config(PART) Squad/Parts/Structural/smallHardpoint/smallHardpoint/smallHardpoint
[LOG 21:34:49.076] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 21:34:49.076] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 21:34:49.077] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 21:34:49.078] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 21:34:49.079] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 21:34:49.080] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 21:34:49.080] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 21:34:49.081] Config(PART) Squad/Parts/Structural/structuralPylon/structuralPylon/structuralPylon
[LOG 21:34:49.082] Config(PART) Squad/Parts/Structural/strutConnector/strutConnector/strutConnector
[LOG 21:34:49.082] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 21:34:49.083] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 21:34:49.084] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 21:34:49.085] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 21:34:49.085] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 21:34:49.086] Config(PART) Squad/Parts/Utility/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 21:34:49.087] Config(PART) Squad/Parts/Utility/CircularIntake/circularIntake/CircularIntake
[LOG 21:34:49.087] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 21:34:49.088] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 21:34:49.089] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 21:34:49.089] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 21:34:49.090] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 21:34:49.091] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 21:34:49.092] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 21:34:49.093] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 21:34:49.093] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 21:34:49.094] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 21:34:49.095] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 21:34:49.096] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 21:34:49.096] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 21:34:49.097] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 21:34:49.098] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 21:34:49.098] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 21:34:49.099] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 21:34:49.100] Config(PART) Squad/Parts/Utility/fuelLine/fuelLine/fuelLine
[LOG 21:34:49.100] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 21:34:49.101] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 21:34:49.102] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 21:34:49.103] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 21:34:49.104] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 21:34:49.104] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 21:34:49.105] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 21:34:49.106] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 21:34:49.106] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 21:34:49.107] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 21:34:49.108] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 21:34:49.108] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 21:34:49.109] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 21:34:49.110] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 21:34:49.111] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 21:34:49.111] Config(PART) Squad/Parts/Utility/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 21:34:49.112] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 21:34:49.113] Config(PART) Squad/Parts/Utility/roverBody/roverBody/roverBody
[LOG 21:34:49.114] Config(PART) Squad/Parts/Utility/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 21:34:49.114] Config(PART) Squad/Parts/Utility/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 21:34:49.115] Config(PART) Squad/Parts/Utility/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 21:34:49.116] Config(PART) Squad/Parts/Utility/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 21:34:49.116] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 21:34:49.117] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 21:34:49.118] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 21:34:49.119] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 21:34:49.119] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 21:34:49.120] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 21:34:49.121] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 21:34:49.122] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 21:34:49.122] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 21:34:49.123] Config(PART) Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay
[LOG 21:34:49.124] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 21:34:49.124] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 21:34:49.125] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 21:34:49.126] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 21:34:49.126] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 21:34:49.127] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 21:34:49.128] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 21:34:49.128] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 21:34:49.129] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 21:34:49.130] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 21:34:49.130] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 21:34:49.131] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 21:34:49.132] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 21:34:49.132] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 21:34:49.133] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 21:34:49.133] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 21:34:49.134] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 21:34:49.135] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 21:34:49.135] Config(PROP) Squad/Props/switch/prop/switch
[LOG 21:34:49.136] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 21:34:49.137] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 21:34:49.137] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 21:34:49.138] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 21:34:49.139] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 21:34:49.139] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 21:34:49.140] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 21:34:49.141] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 21:34:49.141] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 21:34:49.142] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 21:34:49.143] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 21:34:49.143] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 21:34:49.144] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.145] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.146] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.146] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.147] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.148] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.148] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.149] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.150] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.151] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 21:34:49.151] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 21:34:49.152] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 21:34:49.153] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 21:34:49.154] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 21:34:49.154] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 21:34:49.155] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 21:34:49.156] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 21:34:49.156] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 21:34:49.157] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 21:34:49.158] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 21:34:49.158] Config(PART) Squad/SPP/IntakeRadialLong/part/IntakeRadialLong
[LOG 21:34:49.159] Config(PART) Squad/SPP/Mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 21:34:49.160] Config(PART) Squad/SPP/Mk2Adapters/long/mk2_1m_AdapterLong
[LOG 21:34:49.161] Config(PART) Squad/SPP/Mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 21:34:49.161] Config(PART) Squad/SPP/Mk2CargoBay/BayL/mk2CargoBayL
[LOG 21:34:49.162] Config(PART) Squad/SPP/Mk2CargoBay/BayS/mk2CargoBayS
[LOG 21:34:49.163] Config(PART) Squad/SPP/Mk2CockpitStandard/part/mk2Cockpit_Standard
[LOG 21:34:49.163] Config(INTERNAL) Squad/SPP/Mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 21:34:49.164] Config(PART) Squad/SPP/mk2Cockpit_Inline/part/mk2Cockpit_Inline
[LOG 21:34:49.165] Config(PART) Squad/SPP/Mk2CrewCabin/part/mk2CrewCabin
[LOG 21:34:49.165] Config(PART) Squad/SPP/Mk2DockingPort/part/mk2DockingPort
[LOG 21:34:49.166] Config(PART) Squad/SPP/Mk2DroneCore/part/mk2DroneCore
[LOG 21:34:49.167] Config(PART) Squad/SPP/Mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 21:34:49.167] Config(PART) Squad/SPP/Mk2FuselageLong/L_long/mk2Fuselage
[LOG 21:34:49.168] Config(PART) Squad/SPP/Mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 21:34:49.169] Config(PART) Squad/SPP/Mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 21:34:49.169] Config(PART) Squad/SPP/Mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 21:34:49.170] Config(PART) Squad/SPP/ShockConeIntake/part/shockConeIntake
[LOG 21:34:49.171] Config(PART) Squad/SPP/Wings/connector1/wingConnector
[LOG 21:34:49.171] Config(PART) Squad/SPP/Wings/connector2/wingConnector2
[LOG 21:34:49.172] Config(PART) Squad/SPP/Wings/connector3/wingConnector3
[LOG 21:34:49.173] Config(PART) Squad/SPP/Wings/connector4/wingConnector4
[LOG 21:34:49.173] Config(PART) Squad/SPP/Wings/connector5/wingConnector5
[LOG 21:34:49.174] Config(PART) Squad/SPP/Wings/delta/deltaWing
[LOG 21:34:49.174] Config(PART) Squad/SPP/Wings/delta_small/delta_small
[LOG 21:34:49.175] Config(PART) Squad/SPP/Wings/elevon1/StandardCtrlSrf
[LOG 21:34:49.176] Config(PART) Squad/SPP/Wings/elevon2/elevon2
[LOG 21:34:49.176] Config(PART) Squad/SPP/Wings/elevon3/elevon3
[LOG 21:34:49.177] Config(PART) Squad/SPP/Wings/elevon4/smallCtrlSrf
[LOG 21:34:49.178] Config(PART) Squad/SPP/Wings/elevon5/elevon5
[LOG 21:34:49.178] Config(PART) Squad/SPP/Wings/strake/wingStrake
[LOG 21:34:49.179] Config(PART) Squad/SPP/Wings/structural1/structuralWing
[LOG 21:34:49.179] Config(PART) Squad/SPP/Wings/structural2/structuralWing2
[LOG 21:34:49.180] Config(PART) Squad/SPP/Wings/structural3/structuralWing3
[LOG 21:34:49.181] Config(PART) Squad/SPP/Wings/structural4/structuralWing4
[LOG 21:34:49.181] Config(PART) Squad/SPP/Wings/swept1/sweptWing1
[LOG 21:34:49.182] Config(PART) Squad/SPP/Wings/swept2/sweptWing2
[LOG 21:34:49.183] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 21:34:49.183] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 21:34:49.184] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 21:34:49.184] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 21:34:49.185] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 21:34:49.186] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 21:34:49.187] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 21:34:49.187] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 21:34:49.188] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 21:34:49.189] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 21:34:49.189] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 21:34:49.190] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 21:34:49.194] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.194] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.195] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.195] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.196] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.197] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.197] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.198] Resource RESOURCE_DEFINITION added to database
[LOG 21:34:49.200] GameDatabase: Assets loaded in 29.841s
[LOG 21:34:49.202] PartLoader: Compiling Part 'kOS/Parts/kOSMachine0m/part/kOSMachine0m'
[LOG 21:34:49.221] EffectList: Created 11 effect types
[LOG 21:34:49.254] PartLoader: Compiling Part 'kOS/Parts/kOSMachine1m/part/kOSMachine1m'
[LOG 21:34:49.269] PartLoader: Compiling Part 'NASAmission/Parts/GrapplingDevice/part/GrapplingDevice'
[LOG 21:34:49.304] PartLoader: Compiling Part 'NASAmission/Parts/LaunchEscapeSystem/part/LaunchEscapeSystem'
[LOG 21:34:49.373] PartLoader: Compiling Part 'NASAmission/Parts/MassiveSRB/part/MassiveBooster'
[LOG 21:34:49.400] PartLoader: Compiling Part 'NASAmission/Parts/PotatoRoid/part/PotatoRoid'
[LOG 21:34:49.410] PartLoader: Compiling Part 'NASAmission/Parts/Size2LFB/part/Size2LFB'
[LOG 21:34:49.456] PartLoader: Compiling Part 'NASAmission/Parts/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 21:34:49.493] PartLoader: Compiling Part 'NASAmission/Parts/Size3Decoupler/part/size3Decoupler'
[LOG 21:34:49.502] Added sound_vent_large to FXGroup decouple
[LOG 21:34:49.513] PartLoader: Compiling Part 'NASAmission/Parts/Size3EngineCluster/part/Size3EngineCluster'
[LOG 21:34:49.543] PartLoader: Compiling Part 'NASAmission/Parts/Size3LargeTank/part/Size3LargeTank'
[LOG 21:34:49.559] PartLoader: Compiling Part 'NASAmission/Parts/Size3MediumTank/part/Size3MediumTank'
[LOG 21:34:49.583] PartLoader: Compiling Part 'NASAmission/Parts/Size3SmallTank/part/Size3SmallTank'
[LOG 21:34:49.600] PartLoader: Compiling Part 'NASAmission/Parts/Size3To2Adapter/part/Size3to2Adapter'
[LOG 21:34:49.617] PartLoader: Compiling Part 'Squad/Parts/Aero/advancedCanard/advancedCanard/AdvancedCanard'
[LOG 21:34:49.626] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 21:34:49.644] PartLoader: Compiling Part 'Squad/Parts/Aero/noseConeAdapter/noseConeAdapter/noseConeAdapter'
[LOG 21:34:49.654] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 21:34:49.671] PartLoader: Compiling Part 'Squad/Parts/Aero/standardCanard/standardCanard/CanardController'
[LOG 21:34:49.680] PartLoader: Compiling Part 'Squad/Parts/Aero/standardNoseCone/standardNoseCone/standardNoseCone'
[LOG 21:34:49.697] PartLoader: Compiling Part 'Squad/Parts/Aero/sweptWing/sweptWing/sweptWing'
[LOG 21:34:49.707] PartLoader: Compiling Part 'Squad/Parts/Aero/tailConnector/tailConnector/airplaneTail'
[LOG 21:34:49.715] PartLoader: Compiling Part 'Squad/Parts/Aero/tailfin/part/tailfin'
[LOG 21:34:49.722] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 21:34:49.731] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 21:34:49.738] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 21:34:49.747] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 21:34:49.760] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 21:34:49.781] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 21:34:49.790] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 21:34:49.805] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 21:34:49.816] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 21:34:49.828] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 21:34:49.852] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpit/mk1Cockpit/Mark1Cockpit'
[LOG 21:34:49.893] PartLoader: Compiling Part 'Squad/Parts/Command/mk1InlineCockpit/mk1InlineCockpit/Mark2Cockpit'
[LOG 21:34:49.911] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 21:34:49.933] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 21:34:49.956] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 21:34:50.004] PartLoader: Compiling Part 'Squad/Parts/Command/mk3Cockpit/mk3Cockpit/mark3Cockpit'
[LOG 21:34:50.033] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 21:34:50.044] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 21:34:50.057] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 21:34:50.072] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 21:34:50.087] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 21:34:50.101] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 21:34:50.112] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 21:34:50.126] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 21:34:50.138] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 21:34:50.154] PartLoader: Compiling Part 'Squad/Parts/Electrical/2x3ShroudSolarPanels/2x3ShroudSolarPanels/solarPanels1'
[LOG 21:34:50.163] PartLoader: Compiling Part 'Squad/Parts/Electrical/2x3SolarPanels/2x3SolarPanels/solarPanels3'
[LOG 21:34:50.171] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 21:34:50.180] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 21:34:50.188] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 21:34:50.202] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 21:34:50.209] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 21:34:50.218] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 21:34:50.224] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 21:34:50.230] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 21:34:50.235] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 21:34:50.253] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngineBasic/jetEngineBasic/JetEngine'
[LOG 21:34:50.271] Added sound_jet_deep to FXGroup power
[LOG 21:34:50.271] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.347] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngineTurbo/jetEngineTurbo/turboFanEngine'
[LOG 21:34:50.356] Added sound_jet_deep to FXGroup power
[LOG 21:34:50.357] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.373] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 21:34:50.387] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 21:34:50.401] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 21:34:50.407] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.407] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.420] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 21:34:50.423] Added sound_rocket_mini to FXGroup running
[LOG 21:34:50.431] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 21:34:50.434] Added sound_rocket_mini to FXGroup running
[LOG 21:34:50.442] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 21:34:50.447] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.461] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 21:34:50.465] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.482] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 21:34:50.487] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.487] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.499] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 21:34:50.504] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.505] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.520] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 21:34:50.527] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.528] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.545] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 21:34:50.548] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.557] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 21:34:50.564] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.580] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 21:34:50.583] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.584] Added sound_explosion_low to FXGroup flameout
[LOG 21:34:50.597] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 21:34:50.601] Added sound_rocket_mini to FXGroup running
[LOG 21:34:50.608] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 21:34:50.640] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 21:34:50.645] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.656] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 21:34:50.663] Added sound_rocket_hard to FXGroup running
[LOG 21:34:50.674] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 21:34:50.677] Added sound_rocket_mini to FXGroup running
[LOG 21:34:50.686] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 21:34:50.703] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 21:34:50.724] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 21:34:50.733] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 21:34:50.739] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 21:34:50.748] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 21:34:50.758] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 21:34:50.767] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 21:34:50.777] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 21:34:50.786] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 21:34:50.795] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 21:34:50.804] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2mk3Adapter/mk2mk3Adapter/mk3spacePlaneAdapter'
[LOG 21:34:50.820] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/mk3Fuselage/mk3Fuselage'
[LOG 21:34:50.830] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 21:34:50.838] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 21:34:50.844] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 21:34:50.853] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 21:34:50.859] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 21:34:50.865] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 21:34:50.874] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 21:34:50.883] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1fuselage/MK1Fuselage'
[LOG 21:34:50.888] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1fuselageIntake/MK1IntakeFuselage'
[LOG 21:34:50.897] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1structural/Mk1FuselageStructural'
[LOG 21:34:50.903] PartLoader: Compiling Part 'Squad/Parts/Science/avionicsNoseCone/avionicsNoseCone/avionicsNoseCone'
[LOG 21:34:50.913] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 21:34:50.923] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 21:34:50.981] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 21:34:50.995] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 21:34:51.001] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 21:34:51.007] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 21:34:51.014] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 21:34:51.021] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 21:34:51.027] PartLoader: Compiling Part 'Squad/Parts/Structural/engineBodyRadial/engineBodyRadial/radialEngineBody'
[LOG 21:34:51.041] PartLoader: Compiling Part 'Squad/Parts/Structural/engineNacelle/engineNacelle/nacelleBody'
[LOG 21:34:51.051] PartLoader: Compiling Part 'Squad/Parts/Structural/smallHardpoint/smallHardpoint/smallHardpoint'
[LOG 21:34:51.058] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 21:34:51.075] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 21:34:51.081] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 21:34:51.087] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 21:34:51.093] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 21:34:51.099] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 21:34:51.106] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 21:34:51.113] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylon/structuralPylon/structuralPylon'
[LOG 21:34:51.117] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.125] PartLoader: Compiling Part 'Squad/Parts/Structural/strutConnector/strutConnector/strutConnector'
[LOG 21:34:51.134] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 21:34:51.140] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 21:34:51.148] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 21:34:51.157] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 21:34:51.163] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 21:34:51.169] PartLoader: Compiling Part 'Squad/Parts/Utility/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 21:34:51.179] PartLoader: Compiling Part 'Squad/Parts/Utility/CircularIntake/circularIntake/CircularIntake'
[LOG 21:34:51.188] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 21:34:51.214] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 21:34:51.232] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 21:34:51.241] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 21:34:51.245] Added sound_decoupler_fire to FXGroup decouple
[LOG 21:34:51.252] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 21:34:51.256] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.263] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 21:34:51.275] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.282] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 21:34:51.286] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.294] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 21:34:51.307] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 21:34:51.313] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.321] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 21:34:51.327] Added sound_decoupler_fire to FXGroup decouple
[LOG 21:34:51.337] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 21:34:51.343] Added sound_vent_large to FXGroup decouple
[LOG 21:34:51.351] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 21:34:51.364] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 21:34:51.378] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 21:34:51.398] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 21:34:51.411] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 21:34:51.430] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 21:34:51.442] PartLoader: Compiling Part 'Squad/Parts/Utility/fuelLine/fuelLine/fuelLine'
[LOG 21:34:51.451] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 21:34:51.457] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 21:34:51.466] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 21:34:51.479] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 21:34:51.489] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 21:34:51.499] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 21:34:51.508] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 21:34:51.515] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 21:34:51.524] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 21:34:51.527] Added sound_decoupler_fire to FXGroup activate
[LOG 21:34:51.538] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 21:34:51.548] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 21:34:51.553] Added sound_parachute_open to FXGroup activate
[LOG 21:34:51.563] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 21:34:51.568] Added sound_parachute_open to FXGroup activate
[LOG 21:34:51.577] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 21:34:51.580] Added sound_parachute_open to FXGroup activate
[LOG 21:34:51.587] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 21:34:51.592] Added sound_parachute_open to FXGroup activate
[LOG 21:34:51.601] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 21:34:51.609] PartLoader: Compiling Part 'Squad/Parts/Utility/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 21:34:51.620] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 21:34:51.629] PartLoader: Compiling Part 'Squad/Parts/Utility/roverBody/roverBody/roverBody'
[LOG 21:34:51.638] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 21:34:51.649] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 21:34:51.659] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 21:34:51.669] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 21:34:51.679] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 21:34:51.691] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 21:34:51.699] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 21:34:51.705] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 21:34:51.712] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 21:34:51.718] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 21:34:51.737] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 21:34:51.759] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 21:34:51.776] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 21:34:51.841] PartLoader: Compiling Part 'Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay'
[LOG 21:34:51.859] PartLoader: Compiling Part 'Squad/SPP/IntakeRadialLong/part/IntakeRadialLong'
[LOG 21:34:51.868] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 21:34:51.876] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 21:34:51.884] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 21:34:51.892] PartLoader: Compiling Part 'Squad/SPP/Mk2CargoBay/BayL/mk2CargoBayL'
[LOG 21:34:51.903] PartLoader: Compiling Part 'Squad/SPP/Mk2CargoBay/BayS/mk2CargoBayS'
[LOG 21:34:51.921] PartLoader: Compiling Part 'Squad/SPP/Mk2CockpitStandard/part/mk2Cockpit_Standard'
[LOG 21:34:51.942] PartLoader: Compiling Part 'Squad/SPP/mk2Cockpit_Inline/part/mk2Cockpit_Inline'
[LOG 21:34:51.964] PartLoader: Compiling Part 'Squad/SPP/Mk2CrewCabin/part/mk2CrewCabin'
[LOG 21:34:51.983] PartLoader: Compiling Part 'Squad/SPP/Mk2DockingPort/part/mk2DockingPort'
[LOG 21:34:51.996] PartLoader: Compiling Part 'Squad/SPP/Mk2DroneCore/part/mk2DroneCore'
[LOG 21:34:52.008] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 21:34:52.016] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageLong/L_long/mk2Fuselage'
[LOG 21:34:52.024] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 21:34:52.036] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 21:34:52.048] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 21:34:52.060] PartLoader: Compiling Part 'Squad/SPP/ShockConeIntake/part/shockConeIntake'
[LOG 21:34:52.068] PartLoader: Compiling Part 'Squad/SPP/Wings/connector1/wingConnector'
[LOG 21:34:52.074] PartLoader: Compiling Part 'Squad/SPP/Wings/connector2/wingConnector2'
[LOG 21:34:52.079] PartLoader: Compiling Part 'Squad/SPP/Wings/connector3/wingConnector3'
[LOG 21:34:52.084] PartLoader: Compiling Part 'Squad/SPP/Wings/connector4/wingConnector4'
[LOG 21:34:52.090] PartLoader: Compiling Part 'Squad/SPP/Wings/connector5/wingConnector5'
[LOG 21:34:52.095] PartLoader: Compiling Part 'Squad/SPP/Wings/delta/deltaWing'
[LOG 21:34:52.101] PartLoader: Compiling Part 'Squad/SPP/Wings/delta_small/delta_small'
[LOG 21:34:52.106] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon1/StandardCtrlSrf'
[LOG 21:34:52.114] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon2/elevon2'
[LOG 21:34:52.122] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon3/elevon3'
[LOG 21:34:52.130] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon4/smallCtrlSrf'
[LOG 21:34:52.139] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon5/elevon5'
[LOG 21:34:52.146] PartLoader: Compiling Part 'Squad/SPP/Wings/strake/wingStrake'
[LOG 21:34:52.153] PartLoader: Compiling Part 'Squad/SPP/Wings/structural1/structuralWing'
[LOG 21:34:52.161] PartLoader: Compiling Part 'Squad/SPP/Wings/structural2/structuralWing2'
[LOG 21:34:52.168] PartLoader: Compiling Part 'Squad/SPP/Wings/structural3/structuralWing3'
[LOG 21:34:52.175] PartLoader: Compiling Part 'Squad/SPP/Wings/structural4/structuralWing4'
[LOG 21:34:52.182] PartLoader: Compiling Part 'Squad/SPP/Wings/swept1/sweptWing1'
[LOG 21:34:52.190] PartLoader: Compiling Part 'Squad/SPP/Wings/swept2/sweptWing2'
[LOG 21:34:52.197] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 21:34:52.202] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 21:34:52.204] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 21:34:52.206] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 21:34:52.208] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 21:34:52.210] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 21:34:52.213] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 21:34:52.215] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 21:34:52.217] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 21:34:52.218] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 21:34:52.220] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 21:34:52.224] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 21:34:52.227] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 21:34:52.230] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 21:34:52.231] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 21:34:52.233] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 21:34:52.235] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 21:34:52.237] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 21:34:52.238] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 21:34:52.240] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 21:34:52.241] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 21:34:52.243] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 21:34:52.245] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 21:34:52.248] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 21:34:52.256] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 21:34:52.270] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 21:34:52.272] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 21:34:52.275] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 21:34:52.278] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 21:34:52.286] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 21:34:52.291] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 21:34:52.295] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 21:34:52.307] PartLoader: Compiling Internal Space 'Squad/SPP/Mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 21:34:53.052]
[LOG 21:34:56.644] Agent: Found 18 agent mentality types
[LOG 21:34:56.646] AgentList: 27 agents parsed and loaded.
[LOG 21:34:57.085] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 59s long
[WRN 21:34:57.301] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 21:35:16.938] ScenarioTypes: List Created 9 scenario types loaded from 3 loaded assemblies.
[WRN 21:35:16.942] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[LOG 21:35:20.575] [ScenarioDestructibles]: Started. 39 objects registered
[LOG 21:35:20.585] [VesselSpawner]: No new objects this time. (Odds are 1:2)
[LOG 21:35:25.768] [VesselRecovery]: Drone recovered At Runway. Recovery Value: 100.0%
[LOG 21:35:25.770] Vessel Drone recovered
[LOG 21:35:25.772] Flight State Captured
[LOG 21:35:25.775] Saving Achievements Tree...
[LOG 21:35:25.775] Saving Achievements Tree...
[LOG 21:35:25.784] Game State Saved as persistent
[LOG 21:35:34.273] [Pre-Flight Check]: Checking for ExperimentalPartsAvailable: PASS!
[LOG 21:35:34.274] [Pre-Flight Check]: Checking for CanAffordLaunchTest: PASS!
[LOG 21:35:34.274] [Pre-Flight Check]: Checking for FacilityOperational: PASS!
[LOG 21:35:34.275] [Pre-Flight Check]: Checking for FacilityOperational: PASS!
[LOG 21:35:34.276] [Pre-Flight Check]: Checking for NoControlSources: PASS!
[LOG 21:35:34.277] [Pre-Flight Check]: Checking for NoCrewInMannedVessel: PASS!
[LOG 21:35:34.288] [Pre-Flight Check]: Checking for WrongVesselTypeForLaunchSite: PASS!
[LOG 21:35:34.288] [Pre-Flight Check]: All Checks Complete. Go for Launch!
[LOG 21:35:34.289] Launching vessel from Runway. Craft file: X:\KSP 0.25 test\KSP_win\saves\default\Ships\SPH\kOS-kraft.craft
[LOG 21:35:34.290] Flight State Captured
[LOG 21:35:34.291] Saving Achievements Tree...
[LOG 21:35:34.291] Saving Achievements Tree...
[LOG 21:35:34.294] Game State Saved as persistent
[WRN 21:35:34.294] [HighLogic]: =========================== Scene Change : From SPACECENTER to FLIGHT (Async) =====================
[LOG 21:35:35.586] ------------------- initializing flight mode... ------------------
[LOG 21:35:35.593] Loading ship from file: X:\KSP 0.25 test\KSP_win\saves\default\Ships\SPH\kOS-kraft.craft
[LOG 21:35:35.948] kOS-kraft loaded!
[LOG 21:35:37.410] putting ship to ground: 5.061965
[LOG 21:35:37.416] [kOS-kraft]: Ready to Launch - waiting to start physics...
[LOG 21:35:37.426] [FLIGHT GLOBALS]: Switching To Vessel kOS-kraft ----------------------
[LOG 21:35:37.428] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 21:35:37.430] Reference Frame: Rotating
[LOG 21:35:37.433] stage manager resuming...
[LOG 21:35:37.435] Vessel assembly complete!
[LOG 21:35:37.436] stage manager starting...
[LOG 21:35:37.436] all systems started
[LOG 21:35:37.508] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.509] kOS: InitObjects: True
[WRN 21:35:37.510] kOS: Starting Factory Building
[LOG 21:35:37.567] Parsing int
[LOG 21:35:37.567] Parsing bool
[LOG 21:35:37.568] Parsing bool
[LOG 21:35:37.568] Parsing bool
[LOG 21:35:37.569] Parsing bool
[LOG 21:35:37.569] Parsing bool
[ERR 21:35:37.571] kOS: Loading Config: InstructionsPerUpdate Value: 150

[ERR 21:35:37.571] kOS: Loading Config: UseCompressedPersistence Value: False

[ERR 21:35:37.572] kOS: Loading Config: ShowStatistics Value: False

[ERR 21:35:37.573] kOS: Loading Config: EnableRT2Integration Value: False

[ERR 21:35:37.573] kOS: Loading Config: StartOnArchive Value: False

[ERR 21:35:37.574] kOS: Loading Config: EnableSafeMode Value: True

[WRN 21:35:37.575] kOS: Standard Factory Building
[LOG 21:35:37.615] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.617] kOS: Saving and removing 0 pointers
[LOG 21:35:37.627] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.629] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.629] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.630] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.631] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.635] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.637] kOS: Saving and removing 0 pointers
[LOG 21:35:37.713] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.713] kOS: InitObjects: True
[WRN 21:35:37.714] kOS: Starting Factory Building
[WRN 21:35:37.714] kOS: Standard Factory Building
[LOG 21:35:37.737] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.738] kOS: Saving and removing 0 pointers
[LOG 21:35:37.740] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.740] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.741] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.742] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.742] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.744] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.745] kOS: Saving and removing 0 pointers
[LOG 21:35:37.778] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.779] kOS: InitObjects: True
[WRN 21:35:37.780] kOS: Starting Factory Building
[WRN 21:35:37.780] kOS: Standard Factory Building
[LOG 21:35:37.803] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.804] kOS: Saving and removing 0 pointers
[LOG 21:35:37.805] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.806] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.807] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.807] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.808] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.810] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.810] kOS: Saving and removing 0 pointers
[LOG 21:35:37.842] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.843] kOS: InitObjects: True
[WRN 21:35:37.843] kOS: Starting Factory Building
[WRN 21:35:37.844] kOS: Standard Factory Building
[LOG 21:35:37.866] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.867] kOS: Saving and removing 0 pointers
[LOG 21:35:37.869] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.870] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.870] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.871] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.872] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.873] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.874] kOS: Saving and removing 0 pointers
[LOG 21:35:37.905] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.906] kOS: InitObjects: True
[WRN 21:35:37.906] kOS: Starting Factory Building
[WRN 21:35:37.907] kOS: Standard Factory Building
[LOG 21:35:37.929] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.930] kOS: Saving and removing 0 pointers
[LOG 21:35:37.932] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.933] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.933] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.934] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.935] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.936] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.937] kOS: Saving and removing 0 pointers
[LOG 21:35:37.967] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:37.968] kOS: InitObjects: True
[WRN 21:35:37.968] kOS: Starting Factory Building
[WRN 21:35:37.969] kOS: Standard Factory Building
[LOG 21:35:37.992] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.992] kOS: Saving and removing 0 pointers
[LOG 21:35:37.994] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:37.995] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:37.996] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:37.996] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:37.997] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:37.998] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:37.999] kOS: Saving and removing 0 pointers
[LOG 21:35:38.027] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.028] kOS: InitObjects: True
[WRN 21:35:38.029] kOS: Starting Factory Building
[WRN 21:35:38.029] kOS: Standard Factory Building
[LOG 21:35:38.052] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.053] kOS: Saving and removing 0 pointers
[LOG 21:35:38.055] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.055] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.056] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.057] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.057] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.059] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.059] kOS: Saving and removing 0 pointers
[LOG 21:35:38.088] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.088] kOS: InitObjects: True
[WRN 21:35:38.089] kOS: Starting Factory Building
[WRN 21:35:38.089] kOS: Standard Factory Building
[LOG 21:35:38.112] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.113] kOS: Saving and removing 0 pointers
[LOG 21:35:38.115] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.116] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.116] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.117] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.117] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.119] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.120] kOS: Saving and removing 0 pointers
[LOG 21:35:38.146] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.146] kOS: InitObjects: True
[WRN 21:35:38.147] kOS: Starting Factory Building
[WRN 21:35:38.147] kOS: Standard Factory Building
[LOG 21:35:38.170] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.170] kOS: Saving and removing 0 pointers
[LOG 21:35:38.172] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.173] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.174] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.174] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.175] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.177] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.177] kOS: Saving and removing 0 pointers
[LOG 21:35:38.202] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.202] kOS: InitObjects: True
[WRN 21:35:38.203] kOS: Starting Factory Building
[WRN 21:35:38.203] kOS: Standard Factory Building
[LOG 21:35:38.226] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.227] kOS: Saving and removing 0 pointers
[LOG 21:35:38.229] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.230] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.230] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.231] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.231] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.233] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.234] kOS: Saving and removing 0 pointers
[LOG 21:35:38.257] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.258] kOS: InitObjects: True
[WRN 21:35:38.259] kOS: Starting Factory Building
[WRN 21:35:38.259] kOS: Standard Factory Building
[LOG 21:35:38.282] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.283] kOS: Saving and removing 0 pointers
[LOG 21:35:38.285] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.285] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.286] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.286] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.287] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.288] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.289] kOS: Saving and removing 0 pointers
[LOG 21:35:38.311] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.312] kOS: InitObjects: True
[WRN 21:35:38.312] kOS: Starting Factory Building
[WRN 21:35:38.313] kOS: Standard Factory Building
[LOG 21:35:38.336] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.337] kOS: Saving and removing 0 pointers
[LOG 21:35:38.338] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.339] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.340] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.340] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.341] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.343] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.343] kOS: Saving and removing 0 pointers
[LOG 21:35:38.363] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.364] kOS: InitObjects: True
[WRN 21:35:38.365] kOS: Starting Factory Building
[WRN 21:35:38.365] kOS: Standard Factory Building
[LOG 21:35:38.387] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.388] kOS: Saving and removing 0 pointers
[LOG 21:35:38.390] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.391] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.391] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.392] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.393] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.394] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.395] kOS: Saving and removing 0 pointers
[LOG 21:35:38.413] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.414] kOS: InitObjects: True
[WRN 21:35:38.415] kOS: Starting Factory Building
[WRN 21:35:38.415] kOS: Standard Factory Building
[LOG 21:35:38.438] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.438] kOS: Saving and removing 0 pointers
[LOG 21:35:38.440] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.441] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.442] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.442] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.443] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.444] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.445] kOS: Saving and removing 0 pointers
[LOG 21:35:38.463] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.463] kOS: InitObjects: True
[WRN 21:35:38.464] kOS: Starting Factory Building
[WRN 21:35:38.464] kOS: Standard Factory Building
[LOG 21:35:38.486] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.487] kOS: Saving and removing 0 pointers
[LOG 21:35:38.489] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.490] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.491] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.491] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.492] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.493] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.494] kOS: Saving and removing 0 pointers
[LOG 21:35:38.511] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.511] kOS: InitObjects: True
[WRN 21:35:38.512] kOS: Starting Factory Building
[WRN 21:35:38.513] kOS: Standard Factory Building
[LOG 21:35:38.535] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.536] kOS: Saving and removing 0 pointers
[LOG 21:35:38.538] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.539] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.539] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.540] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.541] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.542] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.543] kOS: Saving and removing 0 pointers
[LOG 21:35:38.558] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.558] kOS: InitObjects: True
[WRN 21:35:38.559] kOS: Starting Factory Building
[WRN 21:35:38.559] kOS: Standard Factory Building
[LOG 21:35:38.582] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.583] kOS: Saving and removing 0 pointers
[LOG 21:35:38.585] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.585] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.586] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.586] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.587] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.588] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.589] kOS: Saving and removing 0 pointers
[LOG 21:35:38.603] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.603] kOS: InitObjects: True
[WRN 21:35:38.604] kOS: Starting Factory Building
[WRN 21:35:38.604] kOS: Standard Factory Building
[LOG 21:35:38.627] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.627] kOS: Saving and removing 0 pointers
[LOG 21:35:38.629] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.630] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.631] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.631] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.632] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.633] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.634] kOS: Saving and removing 0 pointers
[LOG 21:35:38.647] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.647] kOS: InitObjects: True
[WRN 21:35:38.648] kOS: Starting Factory Building
[WRN 21:35:38.648] kOS: Standard Factory Building
[LOG 21:35:38.670] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.671] kOS: Saving and removing 0 pointers
[LOG 21:35:38.673] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.674] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.674] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.675] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.676] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.677] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.678] kOS: Saving and removing 0 pointers
[LOG 21:35:38.689] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.690] kOS: InitObjects: True
[WRN 21:35:38.690] kOS: Starting Factory Building
[WRN 21:35:38.691] kOS: Standard Factory Building
[LOG 21:35:38.713] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.714] kOS: Saving and removing 0 pointers
[LOG 21:35:38.716] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.717] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.717] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.718] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.718] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.720] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.721] kOS: Saving and removing 0 pointers
[LOG 21:35:38.731] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.731] kOS: InitObjects: True
[WRN 21:35:38.732] kOS: Starting Factory Building
[WRN 21:35:38.732] kOS: Standard Factory Building
[LOG 21:35:38.755] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.756] kOS: Saving and removing 0 pointers
[LOG 21:35:38.758] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.758] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.759] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.760] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.760] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.762] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.763] kOS: Saving and removing 0 pointers
[LOG 21:35:38.771] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.772] kOS: InitObjects: True
[WRN 21:35:38.772] kOS: Starting Factory Building
[WRN 21:35:38.773] kOS: Standard Factory Building
[LOG 21:35:38.795] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.796] kOS: Saving and removing 0 pointers
[LOG 21:35:38.798] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.799] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.800] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.800] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.801] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.802] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.803] kOS: Saving and removing 0 pointers
[LOG 21:35:38.810] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.811] kOS: InitObjects: True
[WRN 21:35:38.812] kOS: Starting Factory Building
[WRN 21:35:38.812] kOS: Standard Factory Building
[LOG 21:35:38.835] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.836] kOS: Saving and removing 0 pointers
[LOG 21:35:38.838] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.838] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.839] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.839] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.840] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.842] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.842] kOS: Saving and removing 0 pointers
[LOG 21:35:38.848] kOS: OnStart: PreLaunch, Landed READY
[WRN 21:35:38.849] kOS: InitObjects: True
[WRN 21:35:38.849] kOS: Starting Factory Building
[WRN 21:35:38.850] kOS: Standard Factory Building
[LOG 21:35:38.872] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.873] kOS: Saving and removing 0 pointers
[LOG 21:35:38.875] kOS: FlightControlManager.AddTo 2c617302-3f16-4349-83b9-40619f929b78
[LOG 21:35:38.876] kOS: FlightCtrlParam: Enabled: throttle False
[LOG 21:35:38.876] kOS: FlightCtrlParam: Enabled: steering False
[LOG 21:35:38.877] kOS: FlightCtrlParam: Enabled: wheelthrottle False
[LOG 21:35:38.878] kOS: FlightCtrlParam: Enabled: wheelsteering False
[LOG 21:35:38.879] kOS: Pushing context staring with: File Line:Col IP opcode operand
[LOG 21:35:38.880] kOS: Saving and removing 0 pointers
[ERR 21:35:38.894] WheelCollider requires an attached Rigidbody to function.

[ERR 21:35:38.895] WheelCollider requires an attached Rigidbody to function.

[ERR 21:35:38.895] WheelCollider requires an attached Rigidbody to function.

[ERR 21:35:38.896] WheelCollider requires an attached Rigidbody to function.

[LOG 21:35:38.916] Look rotation viewing vector is zero
[LOG 21:35:39.057] [ScenarioDestructibles]: Started. 39 objects registered
[LOG 21:35:42.769] Look rotation viewing vector is zero
[LOG 21:35:42.770] [VesselSpawner]: No new objects this time. (Odds are 1:2)
[LOG 21:35:42.920] [PlanetariumCamera]: Focus: kOS-kraft
[WRN 21:35:42.935] [CurrencyWidgetsApp]: No live widgets to Despawn!
[LOG 21:35:43.281] Parsing int
[LOG 21:35:43.282] Parsing bool
[LOG 21:35:43.282] Parsing bool
[LOG 21:35:43.283] Parsing bool
[LOG 21:35:43.283] Parsing bool
[LOG 21:35:43.284] Parsing bool
[LOG 21:35:43.291] Parsing int
[LOG 21:35:43.292] Parsing bool
[LOG 21:35:43.293] Parsing bool
[LOG 21:35:43.293] Parsing bool
[LOG 21:35:43.293] Parsing bool
[LOG 21:35:43.294] Parsing bool
[LOG 21:35:43.296] Parsing int
[LOG 21:35:43.296] Parsing bool
[LOG 21:35:43.297] Parsing bool
[LOG 21:35:43.297] Parsing bool
[LOG 21:35:43.298] Parsing bool
[LOG 21:35:43.298] Parsing bool
[LOG 21:35:43.300] Parsing int
[LOG 21:35:43.301] Parsing bool
[LOG 21:35:43.301] Parsing bool
[LOG 21:35:43.302] Parsing bool
[LOG 21:35:43.302] Parsing bool
[LOG 21:35:43.303] Parsing bool
[LOG 21:35:43.304] Parsing int
[LOG 21:35:43.305] Parsing bool
[LOG 21:35:43.305] Parsing bool
[LOG 21:35:43.306] Parsing bool
[LOG 21:35:43.306] Parsing bool
[LOG 21:35:43.307] Parsing bool
[LOG 21:35:43.309] Parsing int
[LOG 21:35:43.309] Parsing bool
[LOG 21:35:43.310] Parsing bool
[LOG 21:35:43.310] Parsing bool
[LOG 21:35:43.310] Parsing bool
[LOG 21:35:43.311] Parsing bool
[LOG 21:35:43.313] Parsing int
[LOG 21:35:43.313] Parsing bool
[LOG 21:35:43.314] Parsing bool
[LOG 21:35:43.314] Parsing bool
[LOG 21:35:43.315] Parsing bool
[LOG 21:35:43.315] Parsing bool
[LOG 21:35:43.317] Parsing int
[LOG 21:35:43.318] Parsing bool
[LOG 21:35:43.318] Parsing bool
[LOG 21:35:43.319] Parsing bool
[LOG 21:35:43.319] Parsing bool
[LOG 21:35:43.319] Parsing bool
[LOG 21:35:43.321] Parsing int
[LOG 21:35:43.322] Parsing bool
[LOG 21:35:43.322] Parsing bool
[LOG 21:35:43.323] Parsing bool
[LOG 21:35:43.323] Parsing bool
[LOG 21:35:43.324] Parsing bool
[LOG 21:35:43.326] Parsing int
[LOG 21:35:43.326] Parsing bool
[LOG 21:35:43.327] Parsing bool
[LOG 21:35:43.327] Parsing bool
[LOG 21:35:43.328] Parsing bool
[LOG 21:35:43.328] Parsing bool
[LOG 21:35:43.331] Parsing int
[LOG 21:35:43.331] Parsing bool
[LOG 21:35:43.332] Parsing bool
[LOG 21:35:43.332] Parsing bool
[LOG 21:35:43.333] Parsing bool
[LOG 21:35:43.333] Parsing bool
[LOG 21:35:43.335] Parsing int
[LOG 21:35:43.336] Parsing bool
[LOG 21:35:43.336] Parsing bool
[LOG 21:35:43.337] Parsing bool
[LOG 21:35:43.337] Parsing bool
[LOG 21:35:43.338] Parsing bool
[LOG 21:35:43.340] Parsing int
[LOG 21:35:43.340] Parsing bool
[LOG 21:35:43.341] Parsing bool
[LOG 21:35:43.341] Parsing bool
[LOG 21:35:43.342] Parsing bool
[LOG 21:35:43.342] Parsing bool
[LOG 21:35:43.344] Parsing int
[LOG 21:35:43.344] Parsing bool
[LOG 21:35:43.345] Parsing bool
[LOG 21:35:43.345] Parsing bool
[LOG 21:35:43.346] Parsing bool
[LOG 21:35:43.346] Parsing bool
[LOG 21:35:43.348] Parsing int
[LOG 21:35:43.349] Parsing bool
[LOG 21:35:43.349] Parsing bool
[LOG 21:35:43.349] Parsing bool
[LOG 21:35:43.350] Parsing bool
[LOG 21:35:43.350] Parsing bool
[LOG 21:35:43.352] Parsing int
[LOG 21:35:43.353] Parsing bool
[LOG 21:35:43.353] Parsing bool
[LOG 21:35:43.354] Parsing bool
[LOG 21:35:43.354] Parsing bool
[LOG 21:35:43.355] Parsing bool
[LOG 21:35:43.357] Parsing int
[LOG 21:35:43.357] Parsing bool
[LOG 21:35:43.358] Parsing bool
[LOG 21:35:43.358] Parsing bool
[LOG 21:35:43.359] Parsing bool
[LOG 21:35:43.359] Parsing bool
[LOG 21:35:43.361] Parsing int
[LOG 21:35:43.362] Parsing bool
[LOG 21:35:43.362] Parsing bool
[LOG 21:35:43.363] Parsing bool
[LOG 21:35:43.363] Parsing bool
[LOG 21:35:43.364] Parsing bool
[LOG 21:35:43.366] Parsing int
[LOG 21:35:43.366] Parsing bool
[LOG 21:35:43.366] Parsing bool
[LOG 21:35:43.367] Parsing bool
[LOG 21:35:43.367] Parsing bool
[LOG 21:35:43.368] Parsing bool
[LOG 21:35:43.370] Parsing int
[LOG 21:35:43.370] Parsing bool
[LOG 21:35:43.371] Parsing bool
[LOG 21:35:43.371] Parsing bool
[LOG 21:35:43.372] Parsing bool
[LOG 21:35:43.372] Parsing bool
[LOG 21:35:43.375] Parsing int
[LOG 21:35:43.375] Parsing bool
[LOG 21:35:43.376] Parsing bool
[LOG 21:35:43.376] Parsing bool
[LOG 21:35:43.377] Parsing bool
[LOG 21:35:43.377] Parsing bool
[LOG 21:35:43.379] Parsing int
[LOG 21:35:43.380] Parsing bool
[LOG 21:35:43.380] Parsing bool
[LOG 21:35:43.381] Parsing bool
[LOG 21:35:43.381] Parsing bool
[LOG 21:35:43.382] Parsing bool
[LOG 21:35:43.383] Parsing int
[LOG 21:35:43.384] Parsing bool
[LOG 21:35:43.384] Parsing bool
[LOG 21:35:43.385] Parsing bool
[LOG 21:35:43.385] Parsing bool
[LOG 21:35:43.386] Parsing bool
[LOG 21:35:43.387] Parsing int
[LOG 21:35:43.388] Parsing bool
[LOG 21:35:43.388] Parsing bool
[LOG 21:35:43.389] Parsing bool
[LOG 21:35:43.389] Parsing bool
[LOG 21:35:43.390] Parsing bool
[LOG 21:35:43.393] Flight State Captured
[LOG 21:35:43.394] Saving Achievements Tree...
[LOG 21:35:43.394] Saving Achievements Tree...
[LOG 21:35:43.409] Game State Saved as persistent
[LOG 21:35:44.855] [kOS-kraft]: ground contact! - error: -0.126m
[LOG 21:35:44.857] Unpacking kOS-kraft
[LOG 21:35:58.185] [VesselSpawner]: New object found!
[LOG 21:36:27.472] kOS: Activate
[LOG 21:36:34.842] Maneuver Mode toggle
[LOG 21:36:56.424] [VesselSpawner]: No new objects this time. (Odds are 1:2)
[LOG 21:37:13.029] [VesselSpawner]: No new objects this time. (Odds are 1:2)
[LOG 21:38:26.574] Game Paused!
[LOG 21:38:26.575] Active Vessel is moving (sqrVel = 482.805149954984). Cannot save.
[LOG 21:38:51.587] Game Unpaused!
[WRN 21:38:51.588] Can not play a disabled audio source
[LOG 21:38:56.869] Maneuver Mode toggle
[LOG 21:39:27.278] [Orbit Targeter]: Target is null
[LOG 21:39:27.300] [Orbit Targeter]: Target is null
[LOG 21:39:27.301] [Orbit Targeter]: Target is null
[LOG 21:39:27.302] [Orbit Targeter]: Target is null
[LOG 21:39:27.304] [Orbit Targeter]: Target is null

Edited by Camacha
Link to comment
Share on other sites

At the end KSP almost froze. I am not sure that last bit is relevant, but I thought you might want to see it.

I must say the kOSwurst is quite a sight to behold :D

full.png

Edited by Camacha
Link to comment
Share on other sites

At the end KSP almost froze. I am not sure that last bit is relevant, but I thought you might want to see it.

I must say the kOSwurst is quite a sight to behold :D

http://tweakers.net/ext/f/czpFQAsbLaJkxAzwgmTEwVvN/full.png

Do you get the same effect if you make sure to enter the tracking center first and clear off *everything* from the vicinity of the Kerbal space center first before launching this? I've seen in the past an effect I can't find the cause of, where if I launch a rover, run some KOS code on it, and then launch another while the first is within 2.5km of the space center, the second one lags BIG time - not just the amount you'd expect from one extra CPU running, but it turns the FPS down to about 1 frame a second. This is mostly from garbage spamming the output_log.txt, and the system Unity uses to write to the log seems to cause a lot of lag if done too much.

Link to comment
Share on other sites

Do you get the same effect if you make sure to enter the tracking center first and clear off *everything* from the vicinity of the Kerbal space center first before launching this?

I ran this in a totally fresh and empty world. Changing craft was done by returning to the SPH and building or loading another craft.

My initial report may have been caused by this though, as there were more vehicles within range - however, none had kOS running or even present.

Edited by Camacha
Link to comment
Share on other sites

What about providing default values for when parameters aren't passed?



declare parameter foo default 0.

if (foo != 0) then {
-- Do stuff
}.

Given the way the RUN command is implemented under the hood, it's currently very bad at dealing with sending the wrong number of arguments (it basically cannot detect that this was done, and it causes null exceptions when using the undefined parameter).

Remember that one consequence of defaulted parameters is that they must necessarily all come at the end, like so:


// legal
declare parameter bar.
declare parameter foo=0.

//This order around would be illegal:
declare parameter bar=0
declare parameter foo.

(If only some of the parameters are defaultable, they have to come at the end).

But this does seem like a good idea to try to implement.

Link to comment
Share on other sites

I ran this in a totally fresh and empty world. Changing craft was done by returning to the SPH and building or loading another craft.

My initial report may have been caused by this though, as there were more vehicles within range - however, none had kOS running or even present.

Okay, next question - does the lag happen without any actual kOS code running? Just from having the part on the ship? Or does it have to be running simultaneous code in them to lag?

Link to comment
Share on other sites

Given the way the RUN command is implemented under the hood, it's currently very bad at dealing with sending the wrong number of arguments (it basically cannot detect that this was done, and it causes null exceptions when using the undefined parameter).

Remember that one consequence of defaulted parameters is that they must necessarily all come at the end, like so:


// legal
declare parameter bar.
declare parameter foo=0.

//This order around would be illegal:
declare parameter bar=0
declare parameter foo.

(If only some of the parameters are defaultable, they have to come at the end).

But this does seem like a good idea to try to implement.

Which I'm used to, and frankly expected. The only other way would be really break old code by somehow getting named parameters to work. I suppose if you found an unused symbol, you could do key(symbol)value, and if the symbol isn't there, use ordered parameters...

Link to comment
Share on other sites

Okay, next question - does the lag happen without any actual kOS code running? Just from having the part on the ship? Or does it have to be running simultaneous code in them to lag?

It seems the lag is present as soon as kOS is installed, so no part on the craft and no code running. That lag is not very prominent and pretty incidental. Removing kOS and launcing the same craft removes the lag. Adding more units seems to exaggerate the problem, though I must admit that it is hard to quantify exactly. I have a hunch the problem gets worse over time, but if it does it is fairly subtle, so that might just be me reading too much into things, or it might be my test script that keeps adding up.

Note that I meant I am testing in a new and clean game/installation, not just world. I was not really clear on that. Fresh from the .zip and that's it.

Edited by Camacha
Link to comment
Share on other sites

It seems the lag is present as soon as kOS is installed, so no part on the craft and no code running. That lag is not very prominent and pretty incidental. Removing kOS and launcing the same craft removes the lag. Adding more units seems to exaggerate the problem, though I must admit that it is hard to quantify exactly. I have a hunch the problem gets worse over time, but if it does it is fairly subtle, so that might just be me reading too much into things, or it might be my test script that keeps adding up.

Note that I meant I am testing in a new and clean game/installation, not just world. I was not really clear on that. Fresh from the .zip and that's it.

The idea that it causes lag even without ANY SCS parts instanced is really strange. The code kOS executes is all inside the Update routine that is called per PART that has the kOS Module on it. Without any such parts, there shouldn't be any code from kOS being run after the initial loading screen.

Link to comment
Share on other sites

The idea that it causes lag even without ANY SCS parts instanced is really strange. The code kOS executes is all inside the Update routine that is called per PART that has the kOS Module on it. Without any such parts, there shouldn't be any code from kOS being run after the initial loading screen.

I will triple check later to make sure - the effect is pretty subtle without any parts, so there might be a weird coincidence or something else going on. With multiple kOS units present it is unmistakable though. I think I tested whether stopping the script or turning off the kOS units made any difference - I felt it did not - but I will double check that too.

Edited by Camacha
Link to comment
Share on other sites

Right, as I started to doubt myself at this point, I thought it was time to quantify things. After looking around I found that FRAPS is able to output frames per second versus time. Unfortunately it does this only once each second, making detection of small dips hard. If anyone knows a more detailed application to do this I would love to hear :) Despite the less than optimal software I think the results are useful and dips are visible, especially if you graph the results. I have not been able to test kOS units powered on but not running code yet because of a bug of the bootloader.

Allright, the results. Please forgive me the shoddy graphs and badly labelled axes. X = time in seconds, Y = frames per second. Frames are limited to 75 fps/Hz because I have vertical synchronisation turned on.

No kOS, no kOS unit:

75
75
69
76
74
76
75
75
75
75
73
75
75
71
74
75
76
75
74
75
75
76
75
69
76
74

full.png

Min: 68 Max: 76 avg: 74.373

kOS installed, no kOS unit:

75
75
75
71
75
75
75
75
70
75
75
75
75
75

full.png

Min: 69 Max: 76 Avg: 74.473

kOS installed, 24 kOS powered off:

76
75
75
75
75
75
75
75
74
76
57
75
75
75
75
75
75
75
75
74
75
75
52
76

full.png

Min: 52 Max: 76 Avg: 73.29

kOS installed, 24 kOS units running code:

53
68
70
63
69
60
57
42
68
68
70
55
68
69
69
63
57
39
67
69
62
68
62
55
32
68
68
69
62
60
51

full.png

Min: 29 Max: 76 Avg: 61.024
Edited by Camacha
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...