Jump to content

[Hardware, Plugin] Arduino based physical display + serial port io+ tutorial (24-11-19)


zitronen

Recommended Posts

13 hours ago, zitronen said:

Thanks guys. Has anyone tried the overheat thing? They might have changed some thing with heat transfer stuff.

 

Well, that was easy. Thanks a lot! I think I got the staging button issue fixed. I think the stage number should be too, I'll have a look at that tomorrow.

My overheat / temp warnings and Parachute warning systems haven't been working for quite some time now;
Edit: Well, who was the kerbal who went and commented out my code?! :blush:

I'm working thru the spaghettio to confirm they work. Hold tight!

Ok, I can confirm that G readouts / data packets are working (well, my G-force warning came on as I told it to)...
Ditto for the Heat Warning (also after giving it values).

Gotta remember the parachute stuff though. (Need to trawl the archives...)

 

10 hours ago, Colray said:

I take it that this does not include windows 10?

Thanks!

I'm testing windows 7...
Had too much bad luck with windows 10 to ever consider it :P
(Though, I'm sure at some point I'll have to jump over!)

Edited by Sputnix
Link to comment
Share on other sites

About 1.1 version: for me it seem working for 100%. 

Other topic, noticed you zalking aboit what to include in packet, so can we have more info about nodes? Like burn time and delta v actual ( right now we have only max delta v needed) 

Link to comment
Share on other sites

Update 0.18.2:

Changes:

  • Fixed stage action
  • Fixed stage number and total stages values

Download link:

https://sites.google.com/site/zitronfiles/KSPSerialIO_018_2.zip

 

21 hours ago, Colray said:

I take it that this does not include windows 10?

Thanks!

Don't know unless someone can test it on win10. Probably still won't work. Although somehow @KingLuxor was able to get his knock off arduino mega working on win 10.

Edited by zitronen
Link to comment
Share on other sites

34 minutes ago, zitronen said:

Update 0.18.2:

Changes:

  • Fixed stage action
  • Fixed stage number and total stages values

 

I've just tried this -- staging button still has no response.
I'm about to output the stage number / total stages onto the LCD to confirm they're working.
Thoughts?

Link to comment
Share on other sites

21 minutes ago, zitronen said:

@Sputnix Damn it that's because the link was wrong. The forum link send you to the 0.18.1 even though it says 0.18.2. Try download it again.

I'm too quick -- sorry :P:)

Staging works - TotalStage is showing OK. Current Stage isn't (I suspect that's likely to be more my code than anything else...
Current stage showing OK too!

I've also noticed these weird numbers appeared now, any thoughts? --

weirdness.png

I think this maybe oxidiser values... ?

oxi.png

Edited by Sputnix
Link to comment
Share on other sites

7 minutes ago, zitronen said:

:confused: I can't seem to do anything right today. Wrong link, messed up github commit twice and uploaded the debug version instead of the final version. Can you try download it again? Sorry.

It's ok :) You're allowed to make mistakes with the work you're doing :wink:

Working A-OK now! Many thanks! :D

Link to comment
Share on other sites

20 hours ago, zitronen said:

I think he means deltaV left to burn, unfortunately I don't know where to get it.

Yeah yeah, that is what I mean, sorry for not be clear :D    But it sad we  dont have that info within game. Maybe some calculation from other values? But not sure what vlaues and where to get them anyway, so... 

Link to comment
Share on other sites

public float MachNumber; //49

I was unaware that the game supported Mach number. is this tied into FAR or something, or does the game support this number, or is it calculated based on altitude, velocity, and pressure?

The question then seems to be something that could possibly be applicable to MechJeb. Can we get a tie in to MechJeb's Total and Stage DeltaV values, and output them only in the presence of a valid MechJeb install?

Edited by richfiles
Link to comment
Share on other sites

15 hours ago, Sputnix said:

Is it just me, or do the TotalStage values seem to change?

Yes, because it is the total stages in the current ship. So as you drop stages the number changes. It's kind of the same as "CurrentStage" except it seems to count different things as stages. I don't know if it's possible to get the value of how many stages the ship originally had, I would imagine that would be difficult because if you dock two ships what would the value be?

4 hours ago, richfiles said:

public float MachNumber; //49

I was unaware that the game supported Mach number. is this tied into FAR or something, or does the game support this number, or is it calculators based on altitude, velocity, and pressure?

The question then seems to be something that could possibly be applicable to MechJeb. Can we get a tie in to MechJeb's Total and Stage DeltaV values, and output them only in the presence of a valid MechJeb install?

Mach number has been in KSP since aero update.

Link to comment
Share on other sites

 

On 4/22/2016 at 5:34 PM, zitronen said:

Update 0.18.2:

Changes:

  • Fixed stage action
  • Fixed stage number and total stages values

Download link:

https://sites.google.com/site/zitronfiles/KSPSerialIO_018_2.zip

 

Don't know unless someone can test it on win10. Probably still won't work. Although somehow @KingLuxor was able to get his knock off arduino mega working on win 10.

@zitronen

Did some testing on windows 10 because I was bored.

I purchased two Unos that use the WCH340 chip, they both work perfectly. Reading over the entire thread I saw a mention of using a proxy app to receive UDP from KSP and relay that out the serial port using System.IO.Ports. I gave that a shot, but again it fails with the Uno using the Atmel 8u2, but works great with the WCH340 chips.

The WCH340 chips keep on working as long as I keep the UDP listening, but the ATmel chip always hangs up on the serial port methods before reaching an AP of 500m, so it doesn't fail right away, but I can't make it work.

Link to comment
Share on other sites

21 hours ago, zitronen said:

Yes, because it is the total stages in the current ship. So as you drop stages the number changes. It's kind of the same as "CurrentStage" except it seems to count different things as stages. I don't know if it's possible to get the value of how many stages the ship originally had, I would imagine that would be difficult because if you dock two ships what would the value be?

I think 'first round of total stages' would be useless anyway... But I get your meaning, and understand its purpose.

The only way I can think of using the stage information is by disabling the 'abort' button except for in the initial launch sequence...
But even that's kind of 'silly' - because who even programs in abort sequences? Just let the Kerbals explode and die in a fiery fashion... you know - with dignity and honour! :sticktongue:

Link to comment
Share on other sites

Hello!

Please help me. Since 1.1 my "work in progress" KSP-Controller wont connect anymore. Basicly it is a special Keyboard from an old Bosch-Surveilance System.

It has a nice 3-Axis Joystick, some 7segment displays and a bunch of buttons. I ripped of the microcontroller wich was socketed and after some reverse engineering i was able to interface

the Keyboard with my Arduino. The Hardware side is ready to go so far. Bevore 1.1 i was able to use the Joystick ingame, figured out how to read the buttons and got the 7-segments to display the actual speed.

After 1.1 nothing works anymore. I updated to KSPIO 18.2 and everything i get is the "Starting Serial Port Com x". Seems my board doesnt recieve any data according to my status Displays.

I also tryed to increase the Idletimer to 4000 without any change. I tryed the stock DemoSketch with a second Arduino to connect and it also failed.

Kerbal Space Program - 1.1.0.1230 (WindowsPlayer)


OS: Windows 7  (6.1.7600) 64bit
CPU: AMD Athlon(tm) X4 740 Quad Core Processor  (4)
RAM: 7367
GPU: AMD Radeon R9 200 Series (2028MB)
SM: 30 (Direct3D 9.0c [aticfx64.dll 8.17.10.1433])
RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, ARGB4444, ARGB1555, Default, ARGB2101010, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8


Log started: Sun, Apr 24, 2016 20:29:59


[LOG 20:29:59.242] ******* Log Initiated for Kerbal Space Program - 1.1.0.1230 (WindowsPlayer) *******
[LOG 20:29:59.578] AppCanvas MASK: 3458764513820540928
[LOG 20:29:59.599] PhysicsGlobals: Loading database
[LOG 20:30:00.156] Load(Assembly): KSPSerialIO/KSPSerialIO
[LOG 20:30:00.164] AssemblyLoader: Loading assembly at D:\Steam\SteamApps\common\Kerbal Space Program\GameData\KSPSerialIO\KSPSerialIO.dll
[LOG 20:30:00.361] Load(Assembly): KSPSerialIO/SerialPort
[LOG 20:30:00.362] AssemblyLoader: Loading assembly at D:\Steam\SteamApps\common\Kerbal Space Program\GameData\KSPSerialIO\SerialPort.dll
[LOG 20:30:00.365] Load(Assembly): Squad/Plugins/KSPSteamCtrlr
[LOG 20:30:00.366] AssemblyLoader: Loading assembly at D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\Plugins\KSPSteamCtrlr.dll
[LOG 20:30:00.369] Load(Assembly): Squad/Plugins/SaveUpgradePipeline.Scripts
[LOG 20:30:00.370] AssemblyLoader: Loading assembly at D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\Plugins\SaveUpgradePipeline.Scripts.dll
[LOG 20:30:00.372] Load(Assembly): Squad/Plugins/Steamworks.NET
[LOG 20:30:00.373] AssemblyLoader: Loading assembly at D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\Plugins\Steamworks.NET.dll
[LOG 20:30:00.383] AssemblyLoader: Loading assemblies
[LOG 20:30:00.555] VesselModules: Found VesselModule of type FlightIntegrator with order 0
[LOG 20:30:00.565] VesselModules: Found 1 VesselModule types
[LOG 20:30:00.608] 
************************************************************************

Environment Info
Win32NT 7FFFFFFFFFFFFFFF  Args: KSP_x64.exe 

Mod DLLs found:
Stock assembly: Assembly-CSharp v0.0.0.0
KSPSerialIO v1.0.0.0
SerialPort v0.7.5698.36509
Stock assembly: KSPSteamCtrlr v0.0.1.33
Stock assembly: SaveUpgradePipeline.Scripts v1.0.0.2 / v1.0.0.21
Stock assembly: Steamworks.NET v8.0.0.0 / v8.0.0

Folders and files in GameData:
KSPSerialIO
Stock folder: Squad


************************************************************************

[LOG 20:30:00.628] AddonLoader: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr'
[ERR 20:30:01.062] <color=orange><b>[KSPSteamController]:</b> Failed to initalize Steam API!</color>

[LOG 20:30:01.486] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 20:30:01.500] ActionCanvas MASK: 3458764513820540928
[WRN 20:30:03.381] [SpaceNavigatorWindows]: Could not initialize device.

[LOG 20:30:03.410] MainCanvas MASK: 3458764513820540928
[LOG 20:30:04.886] Load(Audio): Squad/Sounds/editorLoop01
[LOG 20:30:05.170] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 20:30:05.216] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 20:30:05.265] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 20:30:05.301] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 20:30:05.323] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 20:30:05.344] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 20:30:05.361] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 20:30:05.379] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 20:30:05.398] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 20:30:05.418] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 20:30:05.436] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 20:30:05.455] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 20:30:05.472] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 20:30:05.492] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 20:30:05.510] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 20:30:05.529] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 20:30:05.542] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 20:30:05.583] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 20:30:05.586] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 20:30:05.589] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 20:30:05.591] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 20:30:05.594] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 20:30:05.597] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 20:30:05.600] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 20:30:05.603] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 20:30:05.606] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 20:30:05.609] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 20:30:05.612] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 20:30:05.615] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 20:30:05.618] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 20:30:05.622] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 20:30:05.625] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 20:30:05.628] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 20:30:05.631] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 20:30:05.634] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 20:30:05.637] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 20:30:05.641] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 20:30:05.644] Load(Texture): Squad/Agencies/Kerlington
[LOG 20:30:05.647] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 20:30:05.650] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 20:30:05.653] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 20:30:05.656] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 20:30:05.659] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 20:30:05.662] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 20:30:05.665] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 20:30:05.672] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 20:30:05.676] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 20:30:05.678] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 20:30:05.681] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 20:30:05.684] Load(Texture): Squad/Agencies/R&D
[LOG 20:30:05.687] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 20:30:05.691] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 20:30:05.694] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 20:30:05.697] Load(Texture): Squad/Agencies/Rockomax
[LOG 20:30:05.700] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 20:30:05.703] Load(Texture): Squad/Agencies/Rokea
[LOG 20:30:05.706] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 20:30:05.709] Load(Texture): Squad/Agencies/SeansCannery
[LOG 20:30:05.712] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 20:30:05.715] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 20:30:05.718] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 20:30:05.721] Load(Texture): Squad/Agencies/StrutCo
[LOG 20:30:05.725] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 20:30:05.728] Load(Texture): Squad/Agencies/Vac-Co
[LOG 20:30:05.731] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 20:30:05.734] Load(Texture): Squad/Agencies/WinterOwl
[LOG 20:30:05.737] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 20:30:05.741] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 20:30:05.745] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 20:30:05.747] Load(Texture): Squad/Contracts/Icons/balloon
[LOG 20:30:05.750] Load(Texture): Squad/Contracts/Icons/default
[LOG 20:30:05.753] Load(Texture): Squad/Contracts/Icons/dish
[LOG 20:30:05.756] Load(Texture): Squad/Contracts/Icons/eva
[LOG 20:30:05.759] Load(Texture): Squad/Contracts/Icons/gravity
[LOG 20:30:05.762] Load(Texture): Squad/Contracts/Icons/marker
[LOG 20:30:05.765] Load(Texture): Squad/Contracts/Icons/pressure
[LOG 20:30:05.768] Load(Texture): Squad/Contracts/Icons/report
[LOG 20:30:05.771] Load(Texture): Squad/Contracts/Icons/sample
[LOG 20:30:05.775] Load(Texture): Squad/Contracts/Icons/seismic
[LOG 20:30:05.778] Load(Texture): Squad/Contracts/Icons/thermometer
[LOG 20:30:05.781] Load(Texture): Squad/Contracts/Icons/vessel
[LOG 20:30:05.784] Load(Texture): Squad/Flags/09
[LOG 20:30:05.812] Load(Texture): Squad/Flags/blorbs
[LOG 20:30:05.829] Load(Texture): Squad/Flags/bullseye
[LOG 20:30:05.848] Load(Texture): Squad/Flags/capsule
[LOG 20:30:05.863] Load(Texture): Squad/Flags/circles
[LOG 20:30:05.883] Load(Texture): Squad/Flags/default
[LOG 20:30:05.899] Load(Texture): Squad/Flags/esa_dark_blue
[LOG 20:30:05.916] Load(Texture): Squad/Flags/hexagon
[LOG 20:30:05.932] Load(Texture): Squad/Flags/hexagonCircles
[LOG 20:30:05.948] Load(Texture): Squad/Flags/kerbal1
[LOG 20:30:05.966] Load(Texture): Squad/Flags/kerbal2
[LOG 20:30:05.986] Load(Texture): Squad/Flags/kerbin
[LOG 20:30:06.005] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 20:30:06.024] Load(Texture): Squad/Flags/line
[LOG 20:30:06.042] Load(Texture): Squad/Flags/minimalistic
[LOG 20:30:06.062] Load(Texture): Squad/Flags/NASA
[LOG 20:30:06.082] Load(Texture): Squad/Flags/orbit
[LOG 20:30:06.100] Load(Texture): Squad/Flags/orbs
[LOG 20:30:06.118] Load(Texture): Squad/Flags/retro
[LOG 20:30:06.135] Load(Texture): Squad/Flags/rings
[LOG 20:30:06.153] Load(Texture): Squad/Flags/rocketScience
[LOG 20:30:06.173] Load(Texture): Squad/Flags/satellite
[LOG 20:30:06.190] Load(Texture): Squad/Flags/spheres
[LOG 20:30:06.207] Load(Texture): Squad/Flags/squadLogo
[LOG 20:30:06.224] Load(Texture): Squad/Flags/squadLogo2
[LOG 20:30:06.243] Load(Texture): Squad/Flags/stripes
[LOG 20:30:06.261] Load(Texture): Squad/Flags/trees
[LOG 20:30:06.277] Load(Texture): Squad/Flags/trippy
[LOG 20:30:06.299] Load(Texture): Squad/Flags/uk_space_agency
[LOG 20:30:06.317] Load(Texture): Squad/FX/DiamondBlue
[LOG 20:30:06.319] Load(Texture): Squad/FX/FlameBlueOrange
[LOG 20:30:06.321] Load(Texture): Squad/FX/FlamePurple
[LOG 20:30:06.324] Load(Texture): Squad/FX/FlameRed
[LOG 20:30:06.327] Load(Texture): Squad/FX/FlameRedOrange
[LOG 20:30:06.330] Load(Texture): Squad/FX/plasma2
[LOG 20:30:06.333] Load(Texture): Squad/FX/rocketplume2
[LOG 20:30:06.336] Load(Texture): Squad/FX/shockDiamond2
[LOG 20:30:06.339] Load(Texture): Squad/FX/smokepuff1
[LOG 20:30:06.342] Load(Texture): Squad/PartList/SimpleIcons/cs_main
[LOG 20:30:06.358] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2
[LOG 20:30:06.375] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3
[LOG 20:30:06.392] Load(Texture): Squad/PartList/SimpleIcons/cs_size0
[LOG 20:30:06.408] Load(Texture): Squad/PartList/SimpleIcons/cs_size1
[LOG 20:30:06.424] Load(Texture): Squad/PartList/SimpleIcons/cs_size2
[LOG 20:30:06.440] Load(Texture): Squad/PartList/SimpleIcons/cs_size3
[LOG 20:30:06.455] Load(Texture): Squad/PartList/SimpleIcons/cs_surface
[LOG 20:30:06.471] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant
[LOG 20:30:06.486] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore
[LOG 20:30:06.504] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer
[LOG 20:30:06.520] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel
[LOG 20:30:06.536] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas
[LOG 20:30:06.552] Load(Texture): Squad/PartList/SimpleIcons/number1
[LOG 20:30:06.567] Load(Texture): Squad/PartList/SimpleIcons/number2
[LOG 20:30:06.583] Load(Texture): Squad/PartList/SimpleIcons/number3
[LOG 20:30:06.598] Load(Texture): Squad/PartList/SimpleIcons/number4
[LOG 20:30:06.614] Load(Texture): Squad/PartList/SimpleIcons/number5
[LOG 20:30:06.629] Load(Texture): Squad/PartList/SimpleIcons/number6
[LOG 20:30:06.645] Load(Texture): Squad/PartList/SimpleIcons/number7
[LOG 20:30:06.660] Load(Texture): Squad/PartList/SimpleIcons/number8
[LOG 20:30:06.678] Load(Texture): Squad/PartList/SimpleIcons/number9
[LOG 20:30:06.695] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics
[LOG 20:30:06.710] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors
[LOG 20:30:06.726] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction
[LOG 20:30:06.741] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics
[LOG 20:30:06.760] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration
[LOG 20:30:06.777] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol
[LOG 20:30:06.794] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding
[LOG 20:30:06.810] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks
[LOG 20:30:06.825] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry
[LOG 20:30:06.840] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech
[LOG 20:30:06.856] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned
[LOG 20:30:06.875] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems
[LOG 20:30:06.893] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech
[LOG 20:30:06.909] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation
[LOG 20:30:06.925] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes
[LOG 20:30:06.940] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry
[LOG 20:30:06.954] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites
[LOG 20:30:06.971] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics
[LOG 20:30:06.986] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics
[LOG 20:30:07.001] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech
[LOG 20:30:07.016] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics
[LOG 20:30:07.033] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics
[LOG 20:30:07.052] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors
[LOG 20:30:07.069] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry
[LOG 20:30:07.088] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience
[LOG 20:30:07.107] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience
[LOG 20:30:07.123] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol
[LOG 20:30:07.139] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems
[LOG 20:30:07.157] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction
[LOG 20:30:07.173] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry
[LOG 20:30:07.191] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic
[LOG 20:30:07.206] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry
[LOG 20:30:07.222] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics
[LOG 20:30:07.238] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry
[LOG 20:30:07.254] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight
[LOG 20:30:07.269] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion
[LOG 20:30:07.285] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight
[LOG 20:30:07.300] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion
[LOG 20:30:07.316] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing
[LOG 20:30:07.335] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol
[LOG 20:30:07.350] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics
[LOG 20:30:07.366] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes
[LOG 20:30:07.380] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials
[LOG 20:30:07.397] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing
[LOG 20:30:07.412] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion
[LOG 20:30:07.428] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering
[LOG 20:30:07.442] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics
[LOG 20:30:07.456] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech
[LOG 20:30:07.471] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction
[LOG 20:30:07.487] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol
[LOG 20:30:07.505] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics
[LOG 20:30:07.524] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability
[LOG 20:30:07.542] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start
[LOG 20:30:07.565] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight
[LOG 20:30:07.583] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability
[LOG 20:30:07.599] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech
[LOG 20:30:07.616] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry
[LOG 20:30:07.636] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2
[LOG 20:30:07.655] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules
[LOG 20:30:07.673] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced
[LOG 20:30:07.694] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance
[LOG 20:30:07.714] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment
[LOG 20:30:07.732] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization
[LOG 20:30:07.748] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision
[LOG 20:30:07.763] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems
[LOG 20:30:07.778] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope
[LOG 20:30:07.798] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone
[LOG 20:30:07.800] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake
[LOG 20:30:07.803] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 20:30:07.806] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings
[LOG 20:30:07.842] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins
[LOG 20:30:07.851] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin
[LOG 20:30:07.853] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes
[LOG 20:30:07.856] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat
[LOG 20:30:07.858] Load(Texture): Squad/Parts/Aero/cones/Cones
[LOG 20:30:07.862] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat
[LOG 20:30:07.864] Load(Texture): Squad/Parts/Aero/fairings/FairingBase
[LOG 20:30:07.868] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff
[LOG 20:30:07.874] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing
[LOG 20:30:07.878] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield
[LOG 20:30:07.881] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 20:30:07.888] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing
[LOG 20:30:07.891] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM
[LOG 20:30:07.898] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long
[LOG 20:30:07.902] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 20:30:07.904] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 20:30:07.908] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 20:30:07.911] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat
[LOG 20:30:07.913] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings
[LOG 20:30:07.936] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 20:30:07.940] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 20:30:07.943] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 20:30:07.946] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 20:30:07.949] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 20:30:07.952] Load(Texture): Squad/Parts/Aero/wings/Wings
[LOG 20:30:07.958] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 20:30:07.961] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 20:30:07.963] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 20:30:07.970] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 20:30:07.973] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 20:30:07.975] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 20:30:07.981] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 20:30:07.988] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 20:30:07.991] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 20:30:07.993] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 20:30:07.996] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 20:30:07.999] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 20:30:08.002] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 20:30:08.006] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 20:30:08.008] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 20:30:08.012] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 20:30:08.018] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 20:30:08.024] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 20:30:08.028] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 20:30:08.030] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW
[LOG 20:30:08.034] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
[LOG 20:30:08.041] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 20:30:08.048] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 20:30:08.051] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 20:30:08.054] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 20:30:08.057] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 20:30:08.060] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 20:30:08.062] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 20:30:08.065] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A
[LOG 20:30:08.073] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive
[LOG 20:30:08.077] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal
[LOG 20:30:08.083] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit
[LOG 20:30:08.096] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum
[LOG 20:30:08.114] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM
[LOG 20:30:08.123] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore
[LOG 20:30:08.127] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 20:30:08.129] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 20:30:08.135] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 20:30:08.138] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 20:30:08.140] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle
[LOG 20:30:08.147] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM
[LOG 20:30:08.150] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 20:30:08.152] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 20:30:08.154] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 20:30:08.161] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 20:30:08.165] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 20:30:08.167] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 20:30:08.170] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 20:30:08.173] Load(Texture): Squad/Parts/Command/probeRoverBody/model000
[LOG 20:30:08.175] Load(Texture): Squad/Parts/Command/probeRoverBody/model001
[LOG 20:30:08.178] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 20:30:08.184] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 20:30:08.189] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 20:30:08.195] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 20:30:08.201] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 20:30:08.204] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 20:30:08.206] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000
[LOG 20:30:08.209] Load(Texture): Squad/Parts/CompoundParts/strutConnector/model000
[LOG 20:30:08.212] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 20:30:08.215] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 20:30:08.218] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 20:30:08.221] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 20:30:08.224] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 20:30:08.227] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 20:30:08.231] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000
[LOG 20:30:08.233] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001
[LOG 20:30:08.236] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002
[LOG 20:30:08.239] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000
[LOG 20:30:08.243] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001
[LOG 20:30:08.247] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002
[LOG 20:30:08.249] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel
[LOG 20:30:08.253] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 20:30:08.255] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 20:30:08.258] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 20:30:08.262] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 20:30:08.265] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 20:30:08.268] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 20:30:08.271] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 20:30:08.274] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 20:30:08.277] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 20:30:08.281] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 20:30:08.283] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines
[LOG 20:30:08.289] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat
[LOG 20:30:08.293] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 20:30:08.295] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 20:30:08.298] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 20:30:08.301] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 20:30:08.304] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 20:30:08.307] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike
[LOG 20:30:08.310] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat
[LOG 20:30:08.312] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 20:30:08.315] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 20:30:08.319] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 20:30:08.323] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 20:30:08.325] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 20:30:08.328] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 20:30:08.331] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 20:30:08.334] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 20:30:08.337] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 20:30:08.341] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 20:30:08.344] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 20:30:08.348] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 20:30:08.350] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 20:30:08.353] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 20:30:08.356] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 20:30:08.359] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 20:30:08.362] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 20:30:08.365] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 20:30:08.369] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 20:30:08.372] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 20:30:08.375] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 20:30:08.378] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 20:30:08.381] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 20:30:08.384] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 20:30:08.387] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat
[LOG 20:30:08.392] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 20:30:08.394] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 20:30:08.397] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 20:30:08.400] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 20:30:08.403] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 20:30:08.407] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 20:30:08.411] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 20:30:08.415] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 20:30:08.420] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 20:30:08.424] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 20:30:08.426] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW
[LOG 20:30:08.429] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM
[LOG 20:30:08.431] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm
[LOG 20:30:08.435] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em
[LOG 20:30:08.438] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm
[LOG 20:30:08.441] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet
[LOG 20:30:08.444] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 20:30:08.461] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 20:30:08.466] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 20:30:08.469] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 20:30:08.471] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive
[LOG 20:30:08.474] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm
[LOG 20:30:08.479] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm
[LOG 20:30:08.484] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 20:30:08.491] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 20:30:08.497] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 20:30:08.500] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 20:30:08.503] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit
[LOG 20:30:08.505] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm
[LOG 20:30:08.512] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm
[LOG 20:30:08.518] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 20:30:08.521] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 20:30:08.524] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 20:30:08.526] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 20:30:08.532] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 20:30:08.535] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 20:30:08.537] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5
[LOG 20:30:08.540] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM
[LOG 20:30:08.543] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 20:30:08.545] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 20:30:08.548] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters
[LOG 20:30:08.558] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 20:30:08.562] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 20:30:08.566] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 20:30:08.568] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 20:30:08.570] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank
[LOG 20:30:08.587] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n
[LOG 20:30:08.592] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 20:30:08.595] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 20:30:08.597] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 20:30:08.600] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 20:30:08.602] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 20:30:08.608] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 20:30:08.611] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 20:30:08.615] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 20:30:08.617] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 20:30:08.620] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 20:30:08.623] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 20:30:08.626] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 20:30:08.632] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 20:30:08.635] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 20:30:08.641] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 20:30:08.644] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 20:30:08.647] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m
[LOG 20:30:08.652] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage
[LOG 20:30:08.658] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort
[LOG 20:30:08.664] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage
[LOG 20:30:08.675] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM
[LOG 20:30:08.678] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 20:30:08.680] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 20:30:08.683] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 20:30:08.686] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 20:30:08.690] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 20:30:08.693] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 20:30:08.698] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 20:30:08.701] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 20:30:08.704] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm
[LOG 20:30:08.709] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 20:30:08.728] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 20:30:08.731] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank
[LOG 20:30:08.734] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 20:30:08.737] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat
[LOG 20:30:08.741] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow
[LOG 20:30:08.743] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM
[LOG 20:30:08.748] Load(Texture): Squad/Parts/Misc/AsteroidDay/default
[LOG 20:30:08.750] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe
[LOG 20:30:08.753] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM
[LOG 20:30:08.756] Load(Texture): Squad/Parts/Misc/PotatoRoid/squareButton
[LOG 20:30:08.759] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp
[LOG 20:30:08.763] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack
[LOG 20:30:08.765] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell
[LOG 20:30:08.768] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large
[LOG 20:30:08.771] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff
[LOG 20:30:08.777] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm
[LOG 20:30:08.782] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle
[LOG 20:30:08.784] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff
[LOG 20:30:08.789] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_PSD
[LOG 20:30:08.794] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff
[LOG 20:30:08.797] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector
[LOG 20:30:08.800] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle
[LOG 20:30:08.802] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 20:30:08.806] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2
[LOG 20:30:08.808] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff
[LOG 20:30:08.813] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal
[LOG 20:30:08.819] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff
[LOG 20:30:08.825] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish
[LOG 20:30:08.829] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n
[LOG 20:30:08.835] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff
[LOG 20:30:08.839] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 20:30:08.844] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 20:30:08.850] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 20:30:08.852] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 20:30:08.858] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 20:30:08.861] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 20:30:08.864] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 20:30:08.867] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000
[LOG 20:30:08.869] Load(Texture): Squad/Parts/Science/sensorBarometer/model000
[LOG 20:30:08.872] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000
[LOG 20:30:08.875] Load(Texture): Squad/Parts/Science/sensorThermometer/model000
[LOG 20:30:08.878] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 20:30:08.882] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 20:30:08.885] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 20:30:08.891] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 20:30:08.894] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 20:30:08.897] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural
[LOG 20:30:08.902] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat
[LOG 20:30:08.907] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 20:30:08.913] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 20:30:08.918] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 20:30:08.924] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 20:30:08.929] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 20:30:08.932] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 20:30:08.935] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 20:30:08.938] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 20:30:08.940] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 20:30:08.943] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 20:30:08.946] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 20:30:08.963] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 20:30:08.967] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 20:30:08.969] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 20:30:08.972] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons
[LOG 20:30:08.975] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 20:30:08.977] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 20:30:08.980] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 20:30:08.983] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 20:30:08.987] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 20:30:08.991] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 20:30:08.995] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator
[LOG 20:30:08.998] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM
[LOG 20:30:09.004] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel
[LOG 20:30:09.007] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM
[LOG 20:30:09.013] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 20:30:09.015] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 20:30:09.018] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 20:30:09.020] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 20:30:09.025] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 20:30:09.027] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 20:30:09.031] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 20:30:09.033] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 20:30:09.036] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 20:30:09.039] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 20:30:09.043] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 20:30:09.046] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 20:30:09.050] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 20:30:09.052] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 20:30:09.056] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 20:30:09.059] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 20:30:09.062] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 20:30:09.065] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 20:30:09.068] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 20:30:09.071] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 20:30:09.074] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 20:30:09.078] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 20:30:09.081] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 20:30:09.084] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 20:30:09.088] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 20:30:09.090] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 20:30:09.093] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 20:30:09.097] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 20:30:09.101] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 20:30:09.103] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 20:30:09.109] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 20:30:09.115] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse
[LOG 20:30:09.118] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window
[LOG 20:30:09.121] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 20:30:09.123] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 20:30:09.126] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 20:30:09.133] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 20:30:09.137] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 20:30:09.143] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 20:30:09.149] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 20:30:09.152] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff OUT OF DATE
[LOG 20:30:09.154] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 20:30:09.180] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 20:30:09.183] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg OUT OF DATE
[LOG 20:30:09.184] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 20:30:09.216] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 20:30:09.238] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg OUT OF DATE
[LOG 20:30:09.239] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 20:30:09.261] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 20:30:09.283] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 20:30:09.305] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 20:30:09.328] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 20:30:09.350] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 20:30:09.372] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse
[LOG 20:30:09.394] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 20:30:09.417] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 20:30:09.439] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay
[LOG 20:30:09.461] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin
[LOG 20:30:09.484] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM
[LOG 20:30:09.507] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort
[LOG 20:30:09.543] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay
[LOG 20:30:09.566] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 20:30:09.588] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 20:30:09.611] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000
[LOG 20:30:09.633] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001
[LOG 20:30:09.655] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 20:30:09.677] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 20:30:09.700] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 20:30:09.722] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 20:30:09.744] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 20:30:09.766] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 20:30:09.788] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 20:30:09.811] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 20:30:09.833] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 20:30:09.855] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay
[LOG 20:30:09.878] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM
[LOG 20:30:09.900] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 20:30:09.922] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 20:30:09.944] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 20:30:09.966] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 20:30:09.989] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 20:30:10.011] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 20:30:10.046] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 20:30:10.069] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare
[LOG 20:30:10.091] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear
[LOG 20:30:10.114] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive
[LOG 20:30:10.136] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 20:30:10.158] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1
[LOG 20:30:10.198] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 20:30:10.220] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 20:30:10.243] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2
[LOG 20:30:10.267] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n
[LOG 20:30:10.303] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff
[LOG 20:30:10.419] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal
[LOG 20:30:10.513] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff
[LOG 20:30:10.618] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal
[LOG 20:30:10.707] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 20:30:10.730] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 20:30:10.752] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 20:30:10.775] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 20:30:10.798] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 20:30:10.821] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 20:30:10.844] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 20:30:10.866] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 20:30:10.888] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount
[LOG 20:30:10.989] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n
[LOG 20:30:11.003] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel
[LOG 20:30:11.014] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n
[LOG 20:30:11.024] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 20:30:11.026] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 20:30:11.029] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 20:30:11.031] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 20:30:11.034] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 20:30:11.037] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 20:30:11.040] Load(Texture): Squad/Props/circularButton/model000
[LOG 20:30:11.044] Load(Texture): Squad/Props/Compass/model000
[LOG 20:30:11.047] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 20:30:11.050] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 20:30:11.053] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 20:30:11.056] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 20:30:11.059] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 20:30:11.062] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 20:30:11.065] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow
[LOG 20:30:11.068] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 20:30:11.071] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 20:30:11.074] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 20:30:11.077] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 20:30:11.080] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 20:30:11.083] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 20:30:11.086] Load(Texture): Squad/Props/Monitor/Emissives
[LOG 20:30:11.090] Load(Texture): Squad/Props/Monitor/Emissives_glow
[LOG 20:30:11.094] Load(Texture): Squad/Props/Monitor/Monitor
[LOG 20:30:11.096] Load(Texture): Squad/Props/NavBall/model000
[LOG 20:30:11.099] Load(Texture): Squad/Props/NavBall/model001
[LOG 20:30:11.101] Load(Texture): Squad/Props/NavBall/model002
[LOG 20:30:11.104] Load(Texture): Squad/Props/NavBall/model003
[LOG 20:30:11.107] Load(Texture): Squad/Props/PropsGeneric/propsGeneric
[LOG 20:30:11.112] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 20:30:11.115] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 20:30:11.117] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 20:30:11.120] Load(Texture): Squad/Props/squareButton/model000
[LOG 20:30:11.123] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 20:30:11.127] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 20:30:11.130] Load(Texture): Squad/Props/switch/model000
[LOG 20:30:11.133] Load(Texture): Squad/Props/switchGuard/model000
[LOG 20:30:11.136] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 20:30:11.139] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 20:30:11.142] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 20:30:11.145] Load(Texture): Squad/Props/throttle/model000
[LOG 20:30:11.148] Load(Texture): Squad/Props/throttle/model001
[LOG 20:30:11.154] Load(Texture): Squad/Props/VSI/model000
[LOG 20:30:11.157] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 20:30:11.159] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 20:30:11.169] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 20:30:11.172] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 20:30:11.178] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 20:30:11.180] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 20:30:11.186] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 20:30:11.206] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 20:30:11.241] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 20:30:11.248] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 20:30:11.255] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 20:30:11.262] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 20:30:11.268] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 20:30:11.275] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 20:30:11.281] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 20:30:11.287] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 20:30:11.294] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 20:30:11.300] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 20:30:11.302] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 20:30:11.309] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 20:30:11.315] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 20:30:11.321] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 20:30:11.326] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 20:30:11.330] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 20:30:11.336] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 20:30:11.342] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 20:30:11.348] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 20:30:11.354] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 20:30:11.365] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 20:30:11.371] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 20:30:11.374] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 20:30:11.381] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 20:30:11.383] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 20:30:11.408] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 20:30:11.433] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 20:30:11.469] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 20:30:11.475] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass
[LOG 20:30:11.519] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int
[LOG 20:30:12.024] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM
[LOG 20:30:12.101] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap
[LOG 20:30:12.104] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric
[LOG 20:30:12.107] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM
[LOG 20:30:12.109] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric
[LOG 20:30:12.111] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM
[LOG 20:30:12.114] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP
[LOG 20:30:12.119] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows
[LOG 20:30:12.121] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy
[LOG 20:30:12.127] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric
[LOG 20:30:12.129] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM
[LOG 20:30:12.131] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 20:30:12.134] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 20:30:12.140] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 20:30:12.145] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 20:30:12.150] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 20:30:12.155] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 20:30:12.166] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 20:30:12.169] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 20:30:12.175] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 20:30:12.178] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA
[LOG 20:30:12.180] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 20:30:12.183] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat
[LOG 20:30:12.186] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows
[LOG 20:30:12.189] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA
[LOG 20:30:12.191] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass
[LOG 20:30:12.194] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA
[LOG 20:30:12.198] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat
[LOG 20:30:12.202] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric
[LOG 20:30:12.208] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM
[LOG 20:30:12.213] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap
[LOG 20:30:12.218] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric
[LOG 20:30:12.223] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass
[LOG 20:30:12.226] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA
[LOG 20:30:12.230] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass
[LOG 20:30:12.232] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC
[LOG 20:30:12.235] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA
[LOG 20:30:12.239] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 20:30:12.244] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n
[LOG 20:30:12.247] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat
[LOG 20:30:12.250] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 20:30:12.252] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 20:30:12.257] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 20:30:12.262] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 20:30:12.268] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 20:30:12.274] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 20:30:12.281] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 20:30:12.286] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 20:30:12.290] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 20:30:12.295] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric
[LOG 20:30:12.300] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM
[LOG 20:30:12.321] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 20:30:12.338] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 20:30:12.356] Load(Texture): Squad/Strategies/Icons/BailOutGrant
[LOG 20:30:12.374] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 20:30:12.393] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative
[LOG 20:30:12.413] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 20:30:12.432] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 20:30:12.448] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 20:30:12.464] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 20:30:12.480] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 20:30:12.497] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 20:30:12.513] Load(Texture): Squad/Tutorials/ChuteColors
[LOG 20:30:12.537] Load(Texture): Squad/Tutorials/EditorCoM
[LOG 20:30:12.573] Load(Texture): Squad/Tutorials/EditorSnap
[LOG 20:30:12.609] Load(Texture): Squad/Tutorials/EditorSnap4x
[LOG 20:30:12.644] Load(Texture): Squad/Tutorials/EditorSymm
[LOG 20:30:12.680] Load(Texture): Squad/Tutorials/StagingStack
[LOG 20:30:12.716] Load(Model): Squad/FX/afterburner_flame
[LOG 20:30:12.775] Load(Model): Squad/FX/afterburner_shock
[LOG 20:30:12.783] Load(Model): Squad/FX/diamondBlue
[LOG 20:30:12.793] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 20:30:12.803] Load(Model): Squad/FX/hydroLOXFlame
[LOG 20:30:12.813] Load(Model): Squad/FX/IonPlume
[LOG 20:30:12.822] Load(Model): Squad/FX/ks1_Exhaust
[LOG 20:30:12.832] Load(Model): Squad/FX/ks25_Exhaust
[LOG 20:30:12.842] Load(Model): Squad/FX/ksX_Exhaust
[LOG 20:30:12.852] Load(Model): Squad/FX/LES_Thruster
[LOG 20:30:12.862] Load(Model): Squad/FX/shockExhaust_blue
[LOG 20:30:12.871] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 20:30:12.881] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 20:30:12.890] Load(Model): Squad/FX/SRB_Large
[LOG 20:30:12.900] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 20:30:12.910] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 20:30:12.973] Load(Model): Squad/Parts/Aero/airbrake/Airbrake
[LOG 20:30:13.009] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 20:30:13.019] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface
[LOG 20:30:13.029] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing
[LOG 20:30:13.039] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin
[LOG 20:30:13.075] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard
[LOG 20:30:13.085] Load(Model): Squad/Parts/Aero/airplaneFins/Canard
[LOG 20:30:13.095] Load(Model): Squad/Parts/Aero/airplaneFins/Swept
[LOG 20:30:13.104] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin
[LOG 20:30:13.114] Load(Model): Squad/Parts/Aero/basicFin/basicFin
[LOG 20:30:13.123] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake
[LOG 20:30:13.167] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake
[LOG 20:30:13.177] Load(Model): Squad/Parts/Aero/cones/AvioCone
[LOG 20:30:13.186] Load(Model): Squad/Parts/Aero/cones/ConeA
[LOG 20:30:13.196] Load(Model): Squad/Parts/Aero/cones/ConeB
[LOG 20:30:13.205] Load(Model): Squad/Parts/Aero/cones/NCS
[LOG 20:30:13.215] Load(Model): Squad/Parts/Aero/cones/TailA
[LOG 20:30:13.225] Load(Model): Squad/Parts/Aero/cones/TailB
[LOG 20:30:13.235] Load(Model): Squad/Parts/Aero/cones/TinyCone
[LOG 20:30:13.244] Load(Model): Squad/Parts/Aero/fairings/fairingSize1
[LOG 20:30:13.254] Load(Model): Squad/Parts/Aero/fairings/fairingSize2
[LOG 20:30:13.264] Load(Model): Squad/Parts/Aero/fairings/fairingSize3
[LOG 20:30:13.273] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1
[LOG 20:30:13.283] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2
[LOG 20:30:13.293] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3
[LOG 20:30:13.303] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 20:30:13.324] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial
[LOG 20:30:13.334] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 20:30:13.344] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 20:30:13.353] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 20:30:13.363] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing
[LOG 20:30:13.372] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA
[LOG 20:30:13.382] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB
[LOG 20:30:13.392] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder
[LOG 20:30:13.402] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake
[LOG 20:30:13.413] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 20:30:13.422] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 20:30:13.431] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 20:30:13.441] Load(Model): Squad/Parts/Aero/wings/connector1
[LOG 20:30:13.452] Load(Model): Squad/Parts/Aero/wings/connector2
[LOG 20:30:13.462] Load(Model): Squad/Parts/Aero/wings/connector3
[LOG 20:30:13.471] Load(Model): Squad/Parts/Aero/wings/connector4
[LOG 20:30:13.480] Load(Model): Squad/Parts/Aero/wings/connector5
[LOG 20:30:13.491] Load(Model): Squad/Parts/Aero/wings/delta
[LOG 20:30:13.499] Load(Model): Squad/Parts/Aero/wings/delta_small
[LOG 20:30:13.510] Load(Model): Squad/Parts/Aero/wings/elevon1
[LOG 20:30:13.521] Load(Model): Squad/Parts/Aero/wings/elevon2
[LOG 20:30:13.529] Load(Model): Squad/Parts/Aero/wings/elevon3
[LOG 20:30:13.539] Load(Model): Squad/Parts/Aero/wings/elevon4
[LOG 20:30:13.550] Load(Model): Squad/Parts/Aero/wings/elevon5
[LOG 20:30:13.560] Load(Model): Squad/Parts/Aero/wings/strake
[LOG 20:30:13.568] Load(Model): Squad/Parts/Aero/wings/structural1
[LOG 20:30:13.579] Load(Model): Squad/Parts/Aero/wings/structural2
[LOG 20:30:13.588] Load(Model): Squad/Parts/Aero/wings/structural3
[LOG 20:30:13.597] Load(Model): Squad/Parts/Aero/wings/structural4
[LOG 20:30:13.607] Load(Model): Squad/Parts/Aero/wings/swept1
[LOG 20:30:13.618] Load(Model): Squad/Parts/Aero/wings/swept2
[LOG 20:30:13.628] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 20:30:13.663] Load(Model): Squad/Parts/Command/cupola/model
[LOG 20:30:13.689] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 20:30:13.746] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 20:30:13.758] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 20:30:13.767] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 20:30:13.806] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 20:30:13.816] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin
[LOG 20:30:13.827] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline
[LOG 20:30:13.841] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard
[LOG 20:30:13.852] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 20:30:13.863] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 20:30:13.872] Load(Model): Squad/Parts/Command/mk2CockpitInline/model
[LOG 20:30:13.897] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model
[LOG 20:30:13.907] Load(Model): Squad/Parts/Command/mk2DroneCore/model
[LOG 20:30:13.916] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 20:30:13.931] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model
[LOG 20:30:13.941] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 20:30:13.952] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 20:30:13.962] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 20:30:13.971] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 20:30:13.980] Load(Model): Squad/Parts/Command/probeRoverBody/model
[LOG 20:30:13.991] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 20:30:13.999] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 20:30:14.010] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 20:30:14.020] Load(Model): Squad/Parts/CompoundParts/fuelLine/model
[LOG 20:30:14.030] Load(Model): Squad/Parts/CompoundParts/strutConnector/model
[LOG 20:30:14.039] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 20:30:14.049] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 20:30:14.059] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model
[LOG 20:30:14.069] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model
[LOG 20:30:14.079] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 20:30:14.088] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 20:30:14.098] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 20:30:14.107] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 20:30:14.133] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 20:30:14.143] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 20:30:14.153] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 20:30:14.163] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 20:30:14.172] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 20:30:14.182] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside
[LOG 20:30:14.191] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1
[LOG 20:30:14.201] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2
[LOG 20:30:14.215] Load(Model): Squad/Parts/Engine/jetEngines/turboJet
[LOG 20:30:14.230] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet
[LOG 20:30:14.243] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 20:30:14.252] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 20:30:14.261] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike
[LOG 20:30:14.272] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 20:30:14.281] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 20:30:14.291] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 20:30:14.300] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 20:30:14.312] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 20:30:14.322] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 20:30:14.333] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 20:30:14.345] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 20:30:14.355] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 20:30:14.365] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 20:30:14.375] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 20:30:14.386] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB
[LOG 20:30:14.397] Load(Model): Squad/Parts/Engine/miniJet/SmallJet
[LOG 20:30:14.407] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 20:30:14.412] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 20:30:14.421] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB
[LOG 20:30:14.431] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 20:30:14.441] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster
[LOG 20:30:14.453] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 20:30:14.458] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 20:30:14.465] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5
[LOG 20:30:14.473] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 20:30:14.476] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 20:30:14.482] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2
[LOG 20:30:14.487] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
[LOG 20:30:14.492] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant
[LOG 20:30:14.497] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter
[LOG 20:30:14.502] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
[LOG 20:30:14.507] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1
[LOG 20:30:14.511] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
[LOG 20:30:14.516] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3
[LOG 20:30:14.520] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 20:30:14.527] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 20:30:14.530] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 20:30:14.535] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 20:30:14.540] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 20:30:14.545] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 20:30:14.550] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 20:30:14.559] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 20:30:14.565] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 20:30:14.571] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 20:30:14.576] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 20:30:14.580] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler
[LOG 20:30:14.587] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long
[LOG 20:30:14.592] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard
[LOG 20:30:14.597] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO
[LOG 20:30:14.601] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid
[LOG 20:30:14.606] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO
[LOG 20:30:14.610] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid
[LOG 20:30:14.615] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono
[LOG 20:30:14.619] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW
[LOG 20:30:14.626] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100
[LOG 20:30:14.630] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25
[LOG 20:30:14.634] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50
[LOG 20:30:14.638] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100
[LOG 20:30:14.642] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25
[LOG 20:30:14.646] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50
[LOG 20:30:14.650] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO
[LOG 20:30:14.653] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 20:30:14.658] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 20:30:14.663] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 20:30:14.668] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 20:30:14.672] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 20:30:14.676] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank
[LOG 20:30:14.682] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
[LOG 20:30:14.699] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
[LOG 20:30:14.705] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 20:30:14.710] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model
[LOG 20:30:14.718] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 20:30:14.723] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2
[LOG 20:30:14.727] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna
[LOG 20:30:14.735] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar
[LOG 20:30:14.739] Load(Model): Squad/Parts/Misc/PotatoRoid/PotatoRoid
[ERR 20:30:14.749] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:14.750] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[ERR 20:30:14.761] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:14.761] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[LOG 20:30:14.763] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell
[LOG 20:30:14.767] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray
[LOG 20:30:14.776] Load(Model): Squad/Parts/Resources/ISRU/ISRU
[LOG 20:30:14.788] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank
[LOG 20:30:14.793] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill
[LOG 20:30:14.805] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU
[LOG 20:30:14.813] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner
[LOG 20:30:14.819] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 20:30:14.837] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank
[LOG 20:30:14.843] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank
[LOG 20:30:14.848] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner
[LOG 20:30:14.852] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner
[LOG 20:30:14.858] Load(Model): Squad/Parts/Science/AtmosphereSensor/model
[LOG 20:30:14.863] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 20:30:14.868] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 20:30:14.889] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 20:30:14.898] Load(Model): Squad/Parts/Science/sensorAccelerometer/model
[LOG 20:30:14.902] Load(Model): Squad/Parts/Science/sensorBarometer/model
[LOG 20:30:14.906] Load(Model): Squad/Parts/Science/sensorGravimeter/model
[LOG 20:30:14.910] Load(Model): Squad/Parts/Science/sensorThermometer/model
[LOG 20:30:14.913] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 20:30:14.918] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 20:30:14.923] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 20:30:14.929] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 20:30:14.933] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 20:30:14.939] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage
[LOG 20:30:14.943] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage
[LOG 20:30:14.949] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1
[LOG 20:30:14.955] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2
[LOG 20:30:14.961] Load(Model): Squad/Parts/Structural/mk1Parts/Structural
[LOG 20:30:14.966] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow
[LOG 20:30:14.971] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler
[LOG 20:30:14.978] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter
[LOG 20:30:14.984] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 20:30:14.992] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 20:30:14.995] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 20:30:14.999] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 20:30:15.003] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 20:30:15.006] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 20:30:15.010] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 20:30:15.015] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig
[LOG 20:30:15.020] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall
[LOG 20:30:15.025] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 20:30:15.028] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 20:30:15.033] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 20:30:15.038] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 20:30:15.043] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 20:30:15.048] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
[LOG 20:30:15.080] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed
[LOG 20:30:15.095] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall
[LOG 20:30:15.109] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge
[LOG 20:30:15.113] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg
[LOG 20:30:15.118] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm
[LOG 20:30:15.123] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 20:30:15.155] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 20:30:15.164] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 20:30:15.168] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 20:30:15.172] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 20:30:15.177] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 20:30:15.182] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 20:30:15.187] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 20:30:15.192] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 20:30:15.197] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 20:30:15.203] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 20:30:15.209] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 20:30:15.213] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 20:30:15.220] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 20:30:15.229] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 20:30:15.234] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 20:30:15.243] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 20:30:15.249] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm
[LOG 20:30:15.291] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 20:30:15.295] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 20:30:15.304] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 20:30:15.318] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[LOG 20:30:15.326] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[LOG 20:30:15.332] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 20:30:15.336] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.337] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.343] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 20:30:15.348] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 20:30:15.353] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 20:30:15.360] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem
[LOG 20:30:15.371] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 20:30:15.376] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge
[LOG 20:30:15.384] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall
[LOG 20:30:15.391] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model
[LOG 20:30:15.397] Load(Model): Squad/Parts/Utility/mk2DockingPort/model
[LOG 20:30:15.407] Load(Model): Squad/Parts/Utility/mk3CargoBay/long
[LOG 20:30:15.417] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium
[LOG 20:30:15.426] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp
[LOG 20:30:15.441] Load(Model): Squad/Parts/Utility/mk3CargoBay/short
[LOG 20:30:15.449] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 20:30:15.504] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model
[LOG 20:30:15.510] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 20:30:15.527] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 20:30:15.533] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 20:30:15.541] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 20:30:15.547] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 20:30:15.552] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125
[LOG 20:30:15.568] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250
[LOG 20:30:15.583] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 20:30:15.588] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 20:30:15.620] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 20:30:15.625] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 20:30:15.631] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 20:30:15.637] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge
[ERR 20:30:15.649] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.650] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.660] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed
[ERR 20:30:15.662] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.663] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.666] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree
[ERR 20:30:15.667] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.668] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.672] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge
[ERR 20:30:15.674] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.674] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.684] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium
[ERR 20:30:15.689] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.690] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.693] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall
[ERR 20:30:15.694] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.695] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.702] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 20:30:15.707] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.708] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.711] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 20:30:15.712] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.713] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.720] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 20:30:15.726] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.726] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.729] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 20:30:15.746] WheelCollider requires an attached Rigidbody to function.

[ERR 20:30:15.747] WheelCollider requires an attached Rigidbody to function.

[LOG 20:30:15.750] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 20:30:15.754] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 20:30:15.758] Load(Model): Squad/Props/AxisIndicator/model
[LOG 20:30:15.762] Load(Model): Squad/Props/ButtonSquare/model
[LOG 20:30:15.766] Load(Model): Squad/Props/circularButton/model
[LOG 20:30:15.769] Load(Model): Squad/Props/Compass/model
[LOG 20:30:15.773] Load(Model): Squad/Props/directionalKnob/model
[LOG 20:30:15.777] Load(Model): Squad/Props/directionalKnob2/model
[LOG 20:30:15.781] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 20:30:15.787] Load(Model): Squad/Props/IVANavBall/model
[LOG 20:30:15.802] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 20:30:15.807] Load(Model): Squad/Props/Monitor/MonitorDockingMode
[LOG 20:30:15.811] Load(Model): Squad/Props/NavBall/model
[LOG 20:30:15.817] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode
[LOG 20:30:15.821] Load(Model): Squad/Props/PropsGeneric/CargoBagA
[LOG 20:30:15.851] Load(Model): Squad/Props/PropsGeneric/CargoBagB
[LOG 20:30:15.855] Load(Model): Squad/Props/PropsGeneric/CargoBagC
[LOG 20:30:15.859] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane
[LOG 20:30:15.864] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90
[LOG 20:30:15.868] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame
[LOG 20:30:15.872] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger
[LOG 20:30:15.877] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot
[LOG 20:30:15.882] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet
[LOG 20:30:15.887] Load(Model): Squad/Props/PropsGeneric/SideStick
[LOG 20:30:15.892] Load(Model): Squad/Props/pullSwitch/model
[LOG 20:30:15.896] Load(Model): Squad/Props/radarAltitude/model
[LOG 20:30:15.900] Load(Model): Squad/Props/squareButton/model
[LOG 20:30:15.904] Load(Model): Squad/Props/standingSwitch/model
[LOG 20:30:15.909] Load(Model): Squad/Props/switch/model
[LOG 20:30:15.913] Load(Model): Squad/Props/switchGuard/model
[LOG 20:30:15.916] Load(Model): Squad/Props/switchWithGuards/model
[LOG 20:30:15.921] Load(Model): Squad/Props/throttle/model
[LOG 20:30:15.926] Load(Model): Squad/Props/VSI/model
[LOG 20:30:15.931] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 20:30:15.952] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 20:30:15.966] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 20:30:15.985] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 20:30:16.009] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 20:30:16.025] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 20:30:16.037] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int
[LOG 20:30:16.069] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin
[LOG 20:30:16.106] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA
[LOG 20:30:16.115] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA
[LOG 20:30:16.128] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 20:30:16.144] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model
[LOG 20:30:16.160] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int
[LOG 20:30:16.183] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA
[LOG 20:30:16.211] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int
[LOG 20:30:16.225] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 20:30:16.286] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask
[LOG 20:30:16.292] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder
[LOG 20:30:16.304] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask
[LOG 20:30:16.309] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder
[LOG 20:30:16.314] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask
[LOG 20:30:16.319] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder
[LOG 20:30:16.323] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask
[LOG 20:30:16.328] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask
[LOG 20:30:16.332] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2
[LOG 20:30:16.336] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2
[LOG 20:30:16.341] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3
[LOG 20:30:16.345] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask
[LOG 20:30:16.349] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2
[LOG 20:30:16.353] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3
[LOG 20:30:16.358] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder
[LOG 20:30:16.362] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask
[LOG 20:30:16.367] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder
[LOG 20:30:16.371] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask
[LOG 20:30:16.376] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder
[LOG 20:30:16.380] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask
[LOG 20:30:16.385] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder
[LOG 20:30:16.389] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask
[LOG 20:30:16.393] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2
[LOG 20:30:16.398] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder
[LOG 20:30:16.402] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask
[LOG 20:30:16.407] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder
[LOG 20:30:16.412] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask
[LOG 20:30:16.416] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder
[LOG 20:30:16.420] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask
[LOG 20:30:16.424] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder
[LOG 20:30:16.429] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask
[LOG 20:30:16.433] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder
[LOG 20:30:16.438] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask
[LOG 20:30:16.442] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 20:30:16.448] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 20:30:16.482] Loading Asset Bundle Definitions
[LOG 20:30:16.500] AssetLoader: Loading bundle definitions
[LOG 20:30:16.932] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\squadcore.ksp'
[LOG 20:30:17.229] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia.ksp'
[LOG 20:30:17.314] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraft.ksp'
[LOG 20:30:17.396] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasics.ksp'
[LOG 20:30:17.472] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance.ksp'
[LOG 20:30:17.548] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance2.ksp'
[LOG 20:30:17.624] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscol.ksp'
[LOG 20:30:17.701] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrol.ksp'
[LOG 20:30:17.725] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrolsurfaces.ksp'
[LOG 20:30:17.805] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsdrag.ksp'
[LOG 20:30:17.881] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsengines.ksp'
[LOG 20:30:17.953] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsforces.ksp'
[LOG 20:30:18.029] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsintakes.ksp'
[LOG 20:30:18.104] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslandinggear.ksp'
[LOG 20:30:18.180] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslift.ksp'
[LOG 20:30:18.259] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_career.ksp'
[LOG 20:30:18.335] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscontracts.ksp'
[LOG 20:30:18.366] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscrew.ksp'
[LOG 20:30:18.440] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscurrencies.ksp'
[LOG 20:30:18.513] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsexperience.ksp'
[LOG 20:30:18.589] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsfacilities.ksp'
[LOG 20:30:18.665] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsstrategies.ksp'
[LOG 20:30:18.736] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicstechnology.ksp'
[LOG 20:30:18.812] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ac.ksp'
[LOG 20:30:18.888] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-admin.ksp'
[LOG 20:30:18.964] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ksc.ksp'
[LOG 20:30:19.041] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-mc.ksp'
[LOG 20:30:19.071] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-sciencearchives.ksp'
[LOG 20:30:19.147] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-techtree.ksp'
[LOG 20:30:19.223] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ts.ksp'
[LOG 20:30:19.305] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui.ksp'
[LOG 20:30:19.384] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-actiongroups.ksp'
[LOG 20:30:19.461] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-applauncher.ksp'
[LOG 20:30:19.485] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-crew.ksp'
[LOG 20:30:19.561] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-engineersreport.ksp'
[LOG 20:30:19.637] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-gizmos.ksp'
[LOG 20:30:19.727] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-infos.ksp'
[LOG 20:30:19.755] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-partdetails.ksp'
[LOG 20:30:19.783] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-parts.ksp'
[LOG 20:30:19.811] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-symmetry.ksp'
[LOG 20:30:19.888] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-vesseldetails.ksp'
[LOG 20:30:19.918] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui.ksp'
[LOG 20:30:19.994] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-dockingmode.ksp'
[LOG 20:30:20.067] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editor.ksp'
[LOG 20:30:20.095] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editorgizmos.ksp'
[LOG 20:30:20.175] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-eva.ksp'
[LOG 20:30:20.253] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flight.ksp'
[LOG 20:30:20.329] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightactivities.ksp'
[LOG 20:30:20.405] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightdirections.ksp'
[LOG 20:30:20.481] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-general.ksp'
[LOG 20:30:20.557] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mapandtime.ksp'
[LOG 20:30:20.582] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseconstruction.ksp'
[LOG 20:30:20.608] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseflight.ksp'
[LOG 20:30:20.683] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-rcs.ksp'
[LOG 20:30:20.769] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls.ksp'
[LOG 20:30:20.797] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_eastereggs.ksp'
[LOG 20:30:20.826] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ac.ksp'
[LOG 20:30:20.857] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-admin.ksp'
[LOG 20:30:20.933] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-context.ksp'
[LOG 20:30:21.012] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ksc.ksp'
[LOG 20:30:21.088] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-launchpad.ksp'
[LOG 20:30:21.167] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-mc.ksp'
[LOG 20:30:21.243] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-randd.ksp'
[LOG 20:30:21.319] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-runway.ksp'
[LOG 20:30:21.350] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-sph.ksp'
[LOG 20:30:21.426] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ts.ksp'
[LOG 20:30:21.506] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-vab.ksp'
[LOG 20:30:21.582] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-altimeter.ksp'
[LOG 20:30:21.656] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-applauncher.ksp'
[LOG 20:30:21.732] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-evaactivities.ksp'
[LOG 20:30:21.813] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-modecontrol.ksp'
[LOG 20:30:21.846] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-navball.ksp'
[LOG 20:30:21.879] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-portraits.ksp'
[LOG 20:30:21.907] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-staging.ksp'
[LOG 20:30:21.982] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-timeandaction.ksp'
[LOG 20:30:22.011] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui.ksp'
[LOG 20:30:22.042] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heat.ksp'
[LOG 20:30:22.121] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatactiveradiators.ksp'
[LOG 20:30:22.198] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatcore.ksp'
[LOG 20:30:22.271] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatengines.ksp'
[LOG 20:30:22.347] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatflow.ksp'
[LOG 20:30:22.421] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpart.ksp'
[LOG 20:30:22.447] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpassiveradiators.ksp'
[LOG 20:30:22.482] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatshields.ksp'
[LOG 20:30:22.562] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_locations.ksp'
[LOG 20:30:22.586] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_manual.ksp'
[LOG 20:30:22.662] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-mannodes.ksp'
[LOG 20:30:22.739] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes.ksp'
[LOG 20:30:22.814] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes2.ksp'
[LOG 20:30:22.894] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui.ksp'
[LOG 20:30:22.979] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-atmosphere.ksp'
[LOG 20:30:23.061] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingbackdown.ksp'
[LOG 20:30:23.142] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingupthere.ksp'
[LOG 20:30:23.221] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gravityturn.ksp'
[LOG 20:30:23.301] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-orbits.ksp'
[LOG 20:30:23.380] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-stayingupthere.ksp'
[LOG 20:30:23.407] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics.ksp'
[LOG 20:30:23.436] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-appe.ksp'
[LOG 20:30:23.515] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-dirandinc.ksp'
[LOG 20:30:23.594] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-directions.ksp'
[LOG 20:30:23.674] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-eccentricity.ksp'
[LOG 20:30:23.753] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions.ksp'
[LOG 20:30:23.832] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-adjustinginclination.ksp'
[LOG 20:30:23.908] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-deltav.ksp'
[LOG 20:30:23.987] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-efficiency.ksp'
[LOG 20:30:24.065] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer.ksp'
[LOG 20:30:24.144] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer2.ksp'
[LOG 20:30:24.221] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-orbittypes.ksp'
[LOG 20:30:24.296] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-radandantirad.ksp'
[LOG 20:30:24.373] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-shapingup.ksp'
[LOG 20:30:24.402] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers.ksp'
[LOG 20:30:24.431] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-dres.ksp'
[LOG 20:30:24.463] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-duna.ksp'
[LOG 20:30:24.541] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eeloo.ksp'
[LOG 20:30:24.620] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eve.ksp'
[LOG 20:30:24.700] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-jool.ksp'
[LOG 20:30:24.728] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-kerbin.ksp'
[LOG 20:30:24.756] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-moho.ksp'
[LOG 20:30:24.835] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-sun.ksp'
[LOG 20:30:24.870] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-system.ksp'
[LOG 20:30:24.901] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-asteroidmining.ksp'
[LOG 20:30:24.977] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-conversionmanagement.ksp'
[LOG 20:30:25.056] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-drilling.ksp'
[LOG 20:30:25.138] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit.ksp'
[LOG 20:30:25.217] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit2.ksp'
[LOG 20:30:25.296] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-storageandconversion.ksp'
[LOG 20:30:25.376] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources.ksp'
[LOG 20:30:25.462] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketry.ksp'
[LOG 20:30:25.537] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-fairings.ksp'
[LOG 20:30:25.568] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-girders.ksp'
[LOG 20:30:25.650] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced.ksp'
[LOG 20:30:25.733] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasics.ksp'
[LOG 20:30:25.812] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsaero.ksp'
[LOG 20:30:25.890] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscentered.ksp'
[LOG 20:30:25.974] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicschutes.ksp'
[LOG 20:30:26.055] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscontrol.ksp'
[LOG 20:30:26.134] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsecrecharging.ksp'
[LOG 20:30:26.216] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsengines.ksp'
[LOG 20:30:26.295] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsforces.ksp'
[LOG 20:30:26.374] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicshatchesandladders.ksp'
[LOG 20:30:26.453] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsresources.ksp'
[LOG 20:30:26.535] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsservicecontainers.ksp'
[LOG 20:30:26.617] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstability.ksp'
[LOG 20:30:26.701] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstabilityassist.ksp'
[LOG 20:30:26.783] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstaging.ksp'
[LOG 20:30:26.861] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicssymmetry.ksp'
[LOG 20:30:26.941] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_science.ksp'
[LOG 20:30:27.020] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencedata.ksp'
[LOG 20:30:27.100] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_scienceexperiments.ksp'
[LOG 20:30:27.178] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencelab.ksp'
[LOG 20:30:27.451] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencetransmitted.ksp'
[LOG 20:30:27.535] AssetLoader: Loaded bundle 'D:\Steam\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_spacetravel.ksp'
[LOG 20:30:27.546] AssetLoader: Finished loading. 152 bundle definitions loaded.
[LOG 20:30:27.548] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 20:30:27.551] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 20:30:27.552] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 20:30:27.553] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 20:30:27.553] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 20:30:27.554] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 20:30:27.555] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 20:30:27.556] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 20:30:27.557] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 20:30:27.557] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 20:30:27.558] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 20:30:27.559] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 20:30:27.560] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 20:30:27.561] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 20:30:27.562] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 20:30:27.563] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 20:30:27.563] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 20:30:27.564] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 20:30:27.565] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 20:30:27.566] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 20:30:27.566] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 20:30:27.567] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 20:30:27.568] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 20:30:27.569] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 20:30:27.569] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 20:30:27.570] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 20:30:27.571] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 20:30:27.572] Config(Contracts) Squad/Contracts/Contracts/Contracts
[LOG 20:30:27.572] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot
[LOG 20:30:27.573] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer
[LOG 20:30:27.574] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist
[LOG 20:30:27.575] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist
[LOG 20:30:27.575] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 20:30:27.576] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1
[LOG 20:30:27.577] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 20:30:27.578] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf
[LOG 20:30:27.579] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing
[LOG 20:30:27.580] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin
[LOG 20:30:27.580] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard
[LOG 20:30:27.581] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController
[LOG 20:30:27.582] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing
[LOG 20:30:27.583] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin
[LOG 20:30:27.584] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin
[LOG 20:30:27.584] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake
[LOG 20:30:27.585] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake
[LOG 20:30:27.586] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone
[LOG 20:30:27.587] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA
[LOG 20:30:27.588] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB
[LOG 20:30:27.588] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter
[LOG 20:30:27.589] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone
[LOG 20:30:27.590] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail
[LOG 20:30:27.591] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB
[LOG 20:30:27.592] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1
[LOG 20:30:27.592] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2
[LOG 20:30:27.593] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3
[LOG 20:30:27.594] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1
[LOG 20:30:27.595] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2
[LOG 20:30:27.596] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3
[LOG 20:30:27.597] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield
[LOG 20:30:27.597] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong
[LOG 20:30:27.598] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake
[LOG 20:30:27.599] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 20:30:27.600] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 20:30:27.601] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta
[LOG 20:30:27.602] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1
[LOG 20:30:27.602] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2
[LOG 20:30:27.603] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder
[LOG 20:30:27.604] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake
[LOG 20:30:27.605] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 20:30:27.606] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 20:30:27.607] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 20:30:27.608] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector
[LOG 20:30:27.609] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2
[LOG 20:30:27.610] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3
[LOG 20:30:27.611] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4
[LOG 20:30:27.611] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5
[LOG 20:30:27.612] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing
[LOG 20:30:27.613] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small
[LOG 20:30:27.614] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf
[LOG 20:30:27.615] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2
[LOG 20:30:27.616] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3
[LOG 20:30:27.617] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf
[LOG 20:30:27.618] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5
[LOG 20:30:27.619] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake
[LOG 20:30:27.620] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing
[LOG 20:30:27.620] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2
[LOG 20:30:27.621] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3
[LOG 20:30:27.622] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4
[LOG 20:30:27.623] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1
[LOG 20:30:27.624] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2
[LOG 20:30:27.625] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 20:30:27.626] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 20:30:27.626] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 20:30:27.627] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 20:30:27.628] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 20:30:27.629] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 20:30:27.630] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 20:30:27.631] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit
[LOG 20:30:27.632] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin
[LOG 20:30:27.633] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit
[LOG 20:30:27.634] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 20:30:27.635] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 20:30:27.636] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline
[LOG 20:30:27.637] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard
[LOG 20:30:27.638] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore
[LOG 20:30:27.638] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 20:30:27.639] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle
[LOG 20:30:27.640] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 20:30:27.641] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 20:30:27.642] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 20:30:27.642] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 20:30:27.644] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody
[LOG 20:30:27.645] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 20:30:27.646] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 20:30:27.647] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 20:30:27.648] Config(PART) Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine
[LOG 20:30:27.649] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector
[LOG 20:30:27.650] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 20:30:27.651] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 20:30:27.652] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1
[LOG 20:30:27.654] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3
[LOG 20:30:27.654] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 20:30:27.655] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 20:30:27.656] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 20:30:27.657] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 20:30:27.658] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 20:30:27.659] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 20:30:27.660] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 20:30:27.661] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 20:30:27.662] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 20:30:27.662] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet
[LOG 20:30:27.663] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine
[LOG 20:30:27.664] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2
[LOG 20:30:27.665] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine
[LOG 20:30:27.666] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 20:30:27.666] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 20:30:27.667] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 20:30:27.668] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 20:30:27.669] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 20:30:27.670] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 20:30:27.671] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 20:30:27.672] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 20:30:27.673] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 20:30:27.673] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 20:30:27.674] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 20:30:27.675] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 20:30:27.676] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 20:30:27.677] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME
[LOG 20:30:27.678] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster
[LOG 20:30:27.679] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine
[LOG 20:30:27.680] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 20:30:27.680] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 20:30:27.681] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB
[LOG 20:30:27.682] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 20:30:27.683] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster
[LOG 20:30:27.684] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 20:30:27.684] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 20:30:27.685] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm
[LOG 20:30:27.686] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 20:30:27.687] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 20:30:27.688] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2
[LOG 20:30:27.689] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines
[LOG 20:30:27.689] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2
[LOG 20:30:27.690] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant
[LOG 20:30:27.691] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2
[LOG 20:30:27.692] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1
[LOG 20:30:27.693] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant
[LOG 20:30:27.694] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3
[LOG 20:30:27.695] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 20:30:27.695] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 20:30:27.696] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 20:30:27.697] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 20:30:27.698] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 20:30:27.699] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 20:30:27.700] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 20:30:27.700] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 20:30:27.701] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 20:30:27.702] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 20:30:27.703] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage
[LOG 20:30:27.704] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 20:30:27.705] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong
[LOG 20:30:27.705] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 20:30:27.706] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 20:30:27.707] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage
[LOG 20:30:27.708] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 20:30:27.709] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 20:30:27.710] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 20:30:27.711] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin
[LOG 20:30:27.712] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100
[LOG 20:30:27.712] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25
[LOG 20:30:27.713] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50
[LOG 20:30:27.714] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100
[LOG 20:30:27.715] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25
[LOG 20:30:27.716] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50
[LOG 20:30:27.717] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO
[LOG 20:30:27.717] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 20:30:27.718] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 20:30:27.719] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 20:30:27.720] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 20:30:27.721] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 20:30:27.721] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank
[LOG 20:30:27.722] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank
[LOG 20:30:27.723] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank
[LOG 20:30:27.724] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 20:30:27.725] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge
[LOG 20:30:27.726] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 20:30:27.726] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore
[LOG 20:30:27.727] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna
[LOG 20:30:27.728] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel
[LOG 20:30:27.729] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 20:30:27.730] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell
[LOG 20:30:27.730] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray
[LOG 20:30:27.731] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU
[LOG 20:30:27.732] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank
[LOG 20:30:27.733] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill
[LOG 20:30:27.733] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU
[LOG 20:30:27.734] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner
[LOG 20:30:27.735] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill
[LOG 20:30:27.736] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank
[LOG 20:30:27.737] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank
[LOG 20:30:27.738] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 20:30:27.738] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner
[LOG 20:30:27.739] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere
[LOG 20:30:27.740] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 20:30:27.741] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 20:30:27.742] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 20:30:27.743] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 20:30:27.744] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 20:30:27.745] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 20:30:27.745] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 20:30:27.746] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 20:30:27.747] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 20:30:27.748] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 20:30:27.749] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 20:30:27.750] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 20:30:27.751] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody
[LOG 20:30:27.752] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody
[LOG 20:30:27.753] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage
[LOG 20:30:27.754] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage
[LOG 20:30:27.754] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural
[LOG 20:30:27.755] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler
[LOG 20:30:27.756] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter
[LOG 20:30:27.757] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 20:30:27.758] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 20:30:27.759] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 20:30:27.760] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 20:30:27.761] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 20:30:27.761] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 20:30:27.762] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 20:30:27.763] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint
[LOG 20:30:27.764] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon
[LOG 20:30:27.765] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 20:30:27.766] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 20:30:27.767] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 20:30:27.767] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 20:30:27.768] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 20:30:27.769] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge
[LOG 20:30:27.770] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed
[LOG 20:30:27.771] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall
[LOG 20:30:27.772] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge
[LOG 20:30:27.773] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg
[LOG 20:30:27.773] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm
[LOG 20:30:27.774] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 20:30:27.775] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 20:30:27.776] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 20:30:27.777] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 20:30:27.778] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 20:30:27.779] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 20:30:27.780] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 20:30:27.780] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 20:30:27.781] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 20:30:27.782] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 20:30:27.783] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 20:30:27.784] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 20:30:27.785] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 20:30:27.786] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 20:30:27.787] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 20:30:27.788] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 20:30:27.789] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 20:30:27.789] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice
[LOG 20:30:27.790] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 20:30:27.791] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 20:30:27.792] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 20:30:27.793] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 20:30:27.794] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 20:30:27.795] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 20:30:27.796] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 20:30:27.796] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 20:30:27.797] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 20:30:27.798] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem
[LOG 20:30:27.799] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 20:30:27.800] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL
[LOG 20:30:27.800] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS
[LOG 20:30:27.801] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin
[LOG 20:30:27.802] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort
[LOG 20:30:27.803] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL
[LOG 20:30:27.804] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM
[LOG 20:30:27.804] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp
[LOG 20:30:27.805] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS
[LOG 20:30:27.806] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 20:30:27.807] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue
[LOG 20:30:27.808] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 20:30:27.809] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 20:30:27.809] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 20:30:27.810] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 20:30:27.811] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 20:30:27.812] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125
[LOG 20:30:27.813] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250
[LOG 20:30:27.814] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 20:30:27.814] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 20:30:27.815] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 20:30:27.816] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 20:30:27.817] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 20:30:27.818] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge
[LOG 20:30:27.819] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed
[LOG 20:30:27.819] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree
[LOG 20:30:27.820] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium
[LOG 20:30:27.821] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall
[LOG 20:30:27.822] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay
[LOG 20:30:27.822] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 20:30:27.823] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 20:30:27.824] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 20:30:27.825] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 20:30:27.826] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 20:30:27.827] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 20:30:27.827] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 20:30:27.828] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 20:30:27.829] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 20:30:27.830] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 20:30:27.831] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 20:30:27.831] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 20:30:27.832] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 20:30:27.833] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 20:30:27.834] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 20:30:27.835] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 20:30:27.835] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 20:30:27.836] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode
[LOG 20:30:27.837] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 20:30:27.838] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode
[LOG 20:30:27.839] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA
[LOG 20:30:27.839] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB
[LOG 20:30:27.840] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC
[LOG 20:30:27.841] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane
[LOG 20:30:27.842] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90
[LOG 20:30:27.842] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame
[LOG 20:30:27.843] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger
[LOG 20:30:27.844] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot
[LOG 20:30:27.845] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet
[LOG 20:30:27.846] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick
[LOG 20:30:27.847] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 20:30:27.847] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 20:30:27.848] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 20:30:27.849] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 20:30:27.850] Config(PROP) Squad/Props/switch/prop/switch
[LOG 20:30:27.850] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 20:30:27.851] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 20:30:27.852] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 20:30:27.852] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 20:30:27.853] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE
[LOG 20:30:27.854] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 20:30:27.855] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 20:30:27.855] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 20:30:27.856] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 20:30:27.857] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 20:30:27.858] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 20:30:27.859] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID
[LOG 20:30:27.860] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES
[LOG 20:30:27.860] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS
[LOG 20:30:27.861] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION
[LOG 20:30:27.862] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 20:30:27.863] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 20:30:27.864] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 20:30:27.865] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 20:30:27.866] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 20:30:27.867] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 20:30:27.868] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 20:30:27.868] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 20:30:27.869] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore
[LOG 20:30:27.870] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator
[LOG 20:30:27.871] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.872] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.873] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.874] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.875] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.876] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.877] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.878] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.880] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.881] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.881] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 20:30:27.882] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 20:30:27.883] Config(TechTree) Squad/Resources/TechTree/TechTree
[LOG 20:30:27.884] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 20:30:27.885] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 20:30:27.886] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 20:30:27.887] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 20:30:27.888] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 20:30:27.889] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 20:30:27.890] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int
[LOG 20:30:27.892] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal
[LOG 20:30:27.893] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 20:30:27.894] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal
[LOG 20:30:27.895] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 20:30:27.896] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 20:30:27.897] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int
[LOG 20:30:27.898] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal
[LOG 20:30:27.899] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int
[LOG 20:30:27.900] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int
[LOG 20:30:27.901] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder
[LOG 20:30:27.902] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 20:30:27.903] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 20:30:27.904] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 20:30:27.905] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 20:30:27.906] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 20:30:27.907] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 20:30:27.908] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 20:30:27.909] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 20:30:27.910] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 20:30:27.911] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 20:30:27.912] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 20:30:27.912] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 20:30:27.913] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 20:30:27.914] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant
[LOG 20:30:27.915] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout
[LOG 20:30:27.916] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative
[LOG 20:30:27.917] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital
[LOG 20:30:27.918] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun
[LOG 20:30:27.919] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit
[LOG 20:30:27.932] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.933] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.934] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.935] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.936] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.937] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.937] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.938] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.940] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.941] Resource RESOURCE_DEFINITION added to database
[LOG 20:30:27.953] GameDatabase: Assets loaded in 28.312s
[LOG 20:30:27.955] CodeAssetLoader: Compiling all code assets
[LOG 20:30:27.971] PartLoader: Loading part database
[LOG 20:30:27.975] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 20:30:28.047] EffectList: Created 11 effect types
[LOG 20:30:28.200] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1'
[LOG 20:30:28.321] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 20:30:28.393] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf'
[LOG 20:30:28.452] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing'
[LOG 20:30:28.507] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin'
[LOG 20:30:28.572] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard'
[LOG 20:30:28.627] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController'
[LOG 20:30:28.682] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing'
[LOG 20:30:28.731] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin'
[LOG 20:30:28.786] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin'
[LOG 20:30:28.832] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake'
[LOG 20:30:28.895] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake'
[LOG 20:30:28.950] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone'
[LOG 20:30:29.023] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA'
[LOG 20:30:29.067] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB'
[LOG 20:30:29.121] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter'
[LOG 20:30:29.170] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone'
[LOG 20:30:29.224] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail'
[LOG 20:30:29.277] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB'
[LOG 20:30:29.325] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1'
[LOG 20:30:29.461] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2'
[LOG 20:30:29.532] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3'
[LOG 20:30:29.603] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1'
[LOG 20:30:29.698] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2'
[LOG 20:30:29.793] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3'
[LOG 20:30:29.905] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield'
[LOG 20:30:29.997] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong'
[LOG 20:30:30.046] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake'
[LOG 20:30:30.096] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 20:30:30.134] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 20:30:30.188] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta'
[LOG 20:30:30.237] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1'
[LOG 20:30:30.292] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2'
[LOG 20:30:30.347] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder'
[LOG 20:30:30.403] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake'
[LOG 20:30:30.452] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 20:30:30.500] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 20:30:30.545] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 20:30:30.597] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector'
[LOG 20:30:30.649] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2'
[LOG 20:30:30.700] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3'
[LOG 20:30:30.748] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4'
[LOG 20:30:30.796] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5'
[LOG 20:30:30.844] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing'
[LOG 20:30:30.891] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small'
[LOG 20:30:30.938] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf'
[LOG 20:30:30.988] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2'
[LOG 20:30:31.039] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3'
[LOG 20:30:31.095] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf'
[LOG 20:30:31.148] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5'
[LOG 20:30:31.199] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake'
[LOG 20:30:31.246] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing'
[LOG 20:30:31.293] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2'
[LOG 20:30:31.341] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3'
[LOG 20:30:31.389] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4'
[LOG 20:30:31.436] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1'
[LOG 20:30:31.501] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2'
[LOG 20:30:31.548] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 20:30:31.598] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 20:30:31.707] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 20:30:31.761] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 20:30:31.829] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 20:30:31.867] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 20:30:31.905] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 20:30:31.999] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit'
[LOG 20:30:32.094] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin'
[LOG 20:30:32.169] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit'
[LOG 20:30:32.277] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 20:30:32.355] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 20:30:32.448] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline'
[LOG 20:30:32.548] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard'
[LOG 20:30:32.649] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore'
[LOG 20:30:32.710] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 20:30:32.791] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle'
[LOG 20:30:32.889] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 20:30:32.958] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 20:30:33.017] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 20:30:33.076] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 20:30:33.128] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody'
[LOG 20:30:33.181] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 20:30:33.239] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 20:30:33.297] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 20:30:33.342] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine'
[LOG 20:30:33.419] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector'
[LOG 20:30:33.472] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 20:30:33.537] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 20:30:33.591] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1'
[LOG 20:30:33.645] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3'
[LOG 20:30:33.700] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 20:30:33.755] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 20:30:33.809] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 20:30:33.888] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 20:30:33.921] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 20:30:33.953] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 20:30:33.984] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 20:30:34.016] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 20:30:34.049] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 20:30:34.191] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet'
[LOG 20:30:34.427] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine'
[LOG 20:30:34.542] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2'
[LOG 20:30:34.709] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine'
[LOG 20:30:34.834] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 20:30:34.928] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 20:30:35.031] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 20:30:35.146] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 20:30:35.233] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 20:30:35.323] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 20:30:35.426] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 20:30:35.540] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 20:30:35.635] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 20:30:35.747] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 20:30:35.869] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 20:30:35.969] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 20:30:36.093] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 20:30:36.211] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME'
[LOG 20:30:36.357] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster'
[LOG 20:30:36.461] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine'
[LOG 20:30:36.556] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 20:30:36.626] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 20:30:36.783] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB'
[LOG 20:30:36.905] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 20:30:37.039] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster'
[LOG 20:30:37.160] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 20:30:37.253] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 20:30:37.339] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm'
[LOG 20:30:37.420] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 20:30:37.494] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 20:30:37.567] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2'
[LOG 20:30:37.606] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines'
[LOG 20:30:37.646] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2'
[LOG 20:30:37.685] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant'
[LOG 20:30:37.725] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2'
[LOG 20:30:37.762] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1'
[LOG 20:30:37.799] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant'
[LOG 20:30:37.835] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3'
[LOG 20:30:37.878] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 20:30:37.915] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 20:30:37.978] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 20:30:38.018] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 20:30:38.055] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 20:30:38.092] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 20:30:38.125] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 20:30:38.164] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 20:30:38.204] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 20:30:38.242] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 20:30:38.282] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage'
[LOG 20:30:38.321] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 20:30:38.367] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 20:30:38.413] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 20:30:38.458] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 20:30:38.505] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage'
[LOG 20:30:38.553] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 20:30:38.600] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 20:30:38.648] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 20:30:38.697] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin'
[LOG 20:30:38.780] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100'
[LOG 20:30:38.819] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25'
[LOG 20:30:38.859] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50'
[LOG 20:30:38.904] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100'
[LOG 20:30:38.943] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25'
[LOG 20:30:38.983] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50'
[LOG 20:30:39.021] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO'
[LOG 20:30:39.063] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 20:30:39.097] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 20:30:39.134] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 20:30:39.167] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 20:30:39.200] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 20:30:39.233] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank'
[LOG 20:30:39.269] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank'
[LOG 20:30:39.304] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank'
[LOG 20:30:39.339] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 20:30:39.374] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge'
[LOG 20:30:39.408] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 20:30:39.441] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore'
[LOG 20:30:39.497] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna'
[LOG 20:30:39.588] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel'
[LOG 20:30:39.639] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid'
[ERR 20:30:39.649] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:39.649] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[ERR 20:30:39.658] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:39.658] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[ERR 20:30:39.729] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:39.729] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[ERR 20:30:39.753] ConvexHullBuilder: convex hull has more than 255 polygons!

[ERR 20:30:39.753] Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe)

[LOG 20:30:39.756] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell'
[LOG 20:30:39.826] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray'
[LOG 20:30:39.875] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU'
[LOG 20:30:40.027] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank'
[LOG 20:30:40.070] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill'
[LOG 20:30:40.201] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU'
[LOG 20:30:40.325] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner'
[LOG 20:30:40.398] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill'
[LOG 20:30:40.501] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank'
[LOG 20:30:40.539] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank'
[LOG 20:30:40.576] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner'
[LOG 20:30:40.644] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner'
[LOG 20:30:40.713] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere'
[LOG 20:30:40.760] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 20:30:40.822] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 20:30:40.919] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 20:30:40.986] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 20:30:41.044] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 20:30:41.105] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 20:30:41.160] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 20:30:41.224] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 20:30:41.267] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 20:30:41.332] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 20:30:41.369] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 20:30:41.408] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 20:30:41.447] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody'
[LOG 20:30:41.504] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody'
[LOG 20:30:41.558] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage'
[LOG 20:30:41.597] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage'
[LOG 20:30:41.651] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural'
[LOG 20:30:41.687] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler'
[LOG 20:30:41.754] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter'
[LOG 20:30:41.791] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 20:30:41.824] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 20:30:41.862] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 20:30:41.901] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 20:30:41.939] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 20:30:41.980] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 20:30:42.023] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 20:30:42.065] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint'
[LOG 20:30:42.127] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon'
[LOG 20:30:42.185] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 20:30:42.218] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 20:30:42.253] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 20:30:42.289] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 20:30:42.324] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 20:30:42.359] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge'
[LOG 20:30:42.439] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed'
[LOG 20:30:42.502] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall'
[LOG 20:30:42.566] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge'
[LOG 20:30:42.616] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg'
[LOG 20:30:42.666] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm'
[LOG 20:30:42.716] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 20:30:42.775] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 20:30:42.845] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 20:30:42.933] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 20:30:43.000] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 20:30:43.064] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 20:30:43.125] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 20:30:43.187] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 20:30:43.247] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 20:30:43.308] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 20:30:43.372] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 20:30:43.432] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 20:30:43.494] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 20:30:43.557] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 20:30:43.625] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 20:30:43.678] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 20:30:43.748] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 20:30:43.802] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice'
[LOG 20:30:43.906] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 20:30:43.941] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 20:30:43.992] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 20:30:44.044] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 20:30:44.188] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 20:30:44.296] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 20:30:44.382] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 20:30:44.420] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 20:30:44.458] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 20:30:44.529] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem'
[LOG 20:30:44.642] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 20:30:44.699] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL'
[LOG 20:30:44.767] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS'
[LOG 20:30:44.833] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin'
[LOG 20:30:44.919] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort'
[LOG 20:30:44.999] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL'
[LOG 20:30:45.059] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM'
[LOG 20:30:45.122] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp'
[LOG 20:30:45.187] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS'
[LOG 20:30:45.248] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 20:30:45.332] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue'
[LOG 20:30:45.402] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 20:30:45.471] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 20:30:45.541] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 20:30:45.612] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 20:30:45.646] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 20:30:45.696] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125'
[LOG 20:30:45.774] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250'
[LOG 20:30:45.846] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 20:30:45.896] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 20:30:45.940] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 20:30:45.976] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 20:30:46.014] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 20:30:46.052] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge'
[LOG 20:30:46.229] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed'
[LOG 20:30:46.314] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree'
[LOG 20:30:46.404] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium'
[LOG 20:30:46.533] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall'
[LOG 20:30:46.669] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay'
[LOG 20:30:46.801] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 20:30:46.912] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 20:30:47.020] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 20:30:47.132] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 20:30:47.253] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 20:30:47.273] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 20:30:47.282] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 20:30:47.289] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 20:30:47.295] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 20:30:47.302] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 20:30:47.314] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 20:30:47.319] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 20:30:47.326] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 20:30:47.330] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 20:30:47.335] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 20:30:47.350] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 20:30:47.362] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 20:30:47.372] PartLoader: Compiling Internal Space 'Squad/Props/Monitor/DockingMode/MonitorDockingMode'
[LOG 20:30:47.375] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 20:30:47.383] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode'
[LOG 20:30:47.386] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA'
[LOG 20:30:47.389] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB'
[LOG 20:30:47.393] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC'
[LOG 20:30:47.396] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane'
[LOG 20:30:47.399] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90'
[LOG 20:30:47.402] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame'
[LOG 20:30:47.406] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger'
[LOG 20:30:47.409] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot'
[LOG 20:30:47.413] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet'
[LOG 20:30:47.416] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/SideStick/SideStick'
[LOG 20:30:47.420] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 20:30:47.424] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 20:30:47.432] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 20:30:47.437] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 20:30:47.442] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 20:30:47.446] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 20:30:47.451] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 20:30:47.455] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 20:30:47.462] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 20:30:47.472] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 20:30:47.507] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 20:30:47.556] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 20:30:47.561] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 20:30:47.571] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 20:30:47.587] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 20:30:47.612] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int'
[LOG 20:30:47.623] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal'
[LOG 20:30:47.648] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 20:30:47.681] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal'
[LOG 20:30:47.702] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 20:30:47.714] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 20:30:47.755] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int'
[LOG 20:30:47.775] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal'
[LOG 20:30:47.812] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int'
[LOG 20:30:47.907] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int'
[LOG 20:30:47.953] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003'
[LOG 20:30:47.980] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder'
[LOG 20:30:48.012] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 20:30:48.048] Loading Systems: Elapsed time is 48.41771s
[WRN 20:30:48.106] The referenced script on this Behaviour is missing!
[WRN 20:30:48.107] The referenced script on this Behaviour is missing!
[LOG 20:30:48.906] UIMasterController: HideUI
[LOG 20:30:49.110] Agent: Found 18 agent mentality types
[LOG 20:30:49.121] AgentList: 27 agents parsed and loaded.
[LOG 20:30:49.192] UIMasterController: HideUI
[LOG 20:30:49.771] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long
[LOG 20:30:49.969] UIMasterController: HideUI
[WRN 20:30:49.988] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 20:30:51.271] UIMasterController: ShowUI
[LOG 20:30:51.293] AddonLoader: Instantiating addon 'SettingsNStuff' from assembly 'KSPSerialIO'
[LOG 20:30:51.307] KSPSerialIO: Loading settings...
[LOG 20:30:51.506] Parsing double
[LOG 20:30:51.508] Parsing string
[LOG 20:30:51.508] Parsing int
[LOG 20:30:51.509] Parsing int
[LOG 20:30:51.509] Parsing int
[LOG 20:30:51.510] Parsing int
[LOG 20:30:51.511] Parsing int
[LOG 20:30:51.511] Parsing int
[LOG 20:30:51.512] Parsing int
[LOG 20:30:51.513] Parsing int
[LOG 20:30:51.513] Parsing int
[LOG 20:30:51.514] Parsing int
[LOG 20:30:51.514] Parsing int
[LOG 20:30:51.515] Parsing int
[LOG 20:30:51.515] Parsing double
[LOG 20:30:51.517] KSPSerialIO: Default Port = COM8
[LOG 20:30:51.519] KSPSerialIO: Refreshrate = 0.2
[LOG 20:30:51.520] KSPSerialIO: BaudRate = 38400
[LOG 20:30:51.521] KSPSerialIO: Handshake Delay = 4500
[LOG 20:30:51.521] KSPSerialIO: Handshake Disable = 0
[LOG 20:30:51.522] KSPSerialIO: Pitch Enable = 2
[LOG 20:30:51.523] KSPSerialIO: Roll Enable = 2
[LOG 20:30:51.524] KSPSerialIO: Yaw Enable = 2
[LOG 20:30:51.525] KSPSerialIO: Translate X Enable = 2
[LOG 20:30:51.525] KSPSerialIO: Translate Y Enable = 2
[LOG 20:30:51.526] KSPSerialIO: Translate Z Enable = 2
[LOG 20:30:51.527] KSPSerialIO: Wheel Steering Enable = 2
[LOG 20:30:51.527] KSPSerialIO: Throttle Enable = 2
[LOG 20:30:51.528] KSPSerialIO: Wheel Throttle Enable = 2
[LOG 20:30:51.529] KSPSerialIO: SAS Tol = 0.1
[WRN 20:30:53.036] [ApplicationLauncher] Awake False
[LOG 20:30:53.044] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[WRN 20:30:53.134] [UiApp] Awake: MessageSystem
[LOG 20:30:53.196] [UIApp] Adding MessageSystem to Application Launcher
[LOG 20:30:53.220] [ApplicationLauncher] SetHidden: 
[LOG 20:30:53.228] [MessageSystem] OnAppInitialized
[LOG 20:30:53.231] [MessageSystem] Reposition 0.07797398 6162
[LOG 20:30:57.406] ExperienceSystem: Found 0 trait types
[LOG 20:30:57.410] ExperienceSystem: Found 9 effect types
[LOG 20:31:00.410] ReflectionUtil: Found 4 types with UpgradeModule attribute in 6 assemblies.
[LOG 20:31:00.496] [KSPUpgradePipeline]: Dennis Syre (1.1.0) is up to date.
[LOG 20:31:00.641] ScenarioTypes: List Created 14 scenario types loaded from 6 loaded assemblies.
[LOG 20:31:00.659] UIMasterController: HideUI
[WRN 20:31:00.661] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[LOG 20:31:00.941] UIMasterController: HideUI
[WRN 20:31:01.761] The referenced script on this Behaviour is missing!
[WRN 20:31:01.761] The referenced script on this Behaviour is missing!
[WRN 20:31:01.761] The referenced script on this Behaviour is missing!
[WRN 20:31:01.762] The referenced script on this Behaviour is missing!
[WRN 20:31:01.762] The referenced script on this Behaviour is missing!
[WRN 20:31:01.762] The referenced script on this Behaviour is missing!
[WRN 20:31:01.763] The referenced script on this Behaviour is missing!
[WRN 20:31:01.763] The referenced script on this Behaviour is missing!
[WRN 20:31:01.763] The referenced script on this Behaviour is missing!
[LOG 20:31:02.343] UIMasterController: HideUI
[LOG 20:31:02.442] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:31:02.454] AddonLoader: Instantiating addon 'ContractDefs' from assembly 'KSP'
[WRN 20:31:04.381] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled.
[WRN 20:31:04.736] [UiApp] Awake: ContractsApp
[WRN 20:31:04.736] [UiApp] Awake: KSPedia
[LOG 20:31:04.738] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
[LOG 20:31:04.740] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
[LOG 20:31:04.747] [ApplicationLauncher] SetVisible: 
[LOG 20:31:04.765] ContractSystem: Found 14 contract types
[LOG 20:31:04.768] ContractSystem: Found 38 parameter types
[LOG 20:31:04.772] ContractSystem: Found 5 predicate types
[LOG 20:31:04.873] StrategySystem: Found 0 strategy types
[LOG 20:31:04.877] StrategySystem: Found 4 effect types
[LOG 20:31:04.909] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 20:31:04.918] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 20:31:04.927] Loading Depletion Nodes
[LOG 20:31:04.928] DepNodeCount:  0
[LOG 20:31:04.931] Loading Biome Nodes
[LOG 20:31:04.932] BiomeNodeCount:  0
[LOG 20:31:04.934] Loading Planet Nodes
[LOG 20:31:04.935] PlanetNodeCount:  0
[LOG 20:31:06.225] [MessageSystem] Reposition 0.02 6476
[LOG 20:31:07.325] [UIApp] Adding ContractsApp to Application Launcher
[LOG 20:31:07.482] [GenericAppFrame] Reposition 0.22 6481
[LOG 20:31:07.640] [UIApp] Adding KSPedia to Application Launcher
[LOG 20:31:08.349] UIMasterController: ShowUI
[LOG 20:31:18.821] Flight State Captured
[LOG 20:31:18.882] Saving Achievements Tree...
[LOG 20:31:18.890] Saving Achievements Tree...
[LOG 20:31:18.891] Saving Achievements Tree...
[LOG 20:31:18.895] Saving Achievements Tree...
[LOG 20:31:18.896] Saving Achievements Tree...
[LOG 20:31:18.924] [MessageSystem] Save Messages
[LOG 20:31:19.492] Game State Saved to saves/Dennis Syre/persistent
[LOG 20:31:19.510] UIMasterController: HideUI
[WRN 20:31:19.513] [HighLogic]: =========================== Scene Change : From SPACECENTER to FLIGHT (Async) =====================
[LOG 20:31:20.172] [UIApp] OnDestroy: ContractsApp
[LOG 20:31:20.182] [UIApp] OnDestroy: KSPedia
[LOG 20:31:20.364] UIMasterController: HideUI
[WRN 20:31:21.549] The referenced script on this Behaviour is missing!
[WRN 20:31:21.551] The referenced script on this Behaviour is missing!
[LOG 20:31:21.892] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 20:31:21.963] [UiApp] Awake: ResourceDisplay
[LOG 20:31:22.111] UIMasterController: HideUI
[LOG 20:31:22.115] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:31:22.122] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 20:31:22.125] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 20:31:22.132] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 20:31:22.142] KSPSerialIO: Version 0.18.2
[LOG 20:31:22.143] KSPSerialIO: Getting serial ports...
[LOG 20:31:22.144] KSPSerialIO: Output packet size: 191/255
[LOG 20:31:22.157] KSPSerialIO: Found 3 serial ports
[LOG 20:31:22.158] KSPSerialIO: trying default port COM8
[LOG 20:31:22.211] Error opening serial port COM8: CreateFile Failed: 2
[LOG 20:31:22.220] KSPSerialIO: trying port \Device\Serial0 - COM1
[LOG 20:31:28.261] KSPSerialIO: KSP Display not found
[LOG 20:31:28.262] KSPSerialIO: trying port \Device\Serial2 - COM9
[LOG 20:31:32.875] KSPSerialIO: found KSP Display at COM9
[LOG 20:31:32.875] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 20:31:32.977] ------------------- initializing flight mode... ------------------
[LOG 20:31:33.577] Target vessel index: 45  vessel count: 46
[LOG 20:31:33.582] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 20:31:33.589] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 20:31:33.596] Reference Frame: Rotating
[WRN 20:31:33.658] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 20:31:33.713] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 20:31:33.714] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 20:31:33.715] PartModule is null.
[LOG 20:31:34.699] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 20:31:34.714] Camera Mode: AUTO
[LOG 20:31:38.005] all systems started
[EXC 20:31:42.818] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 20:31:43.077] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[LOG 20:31:43.303] KSPSerialIO: Handshake received - 314
[WRN 20:31:43.516] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 20:31:43.526] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 20:31:43.571] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 20:31:43.572] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 20:31:44.127] [UiApp] Awake: CurrencyWidgetsApp
[WRN 20:31:44.128] [UiApp] Awake: ContractsApp
[WRN 20:31:44.129] [UiApp] Awake: ResourceDisplay
[WRN 20:31:44.129] [UiApp] Awake: KSPedia
[LOG 20:31:44.130] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False
[LOG 20:31:44.131] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[WRN 20:31:44.136] [KnowledgeBase] OnAppLauncherReady 6841
[LOG 20:31:44.175] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 20:31:44.178] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 20:31:44.180] Loading Depletion Nodes
[LOG 20:31:44.180] DepNodeCount:  0
[LOG 20:31:44.181] Loading Biome Nodes
[LOG 20:31:44.182] BiomeNodeCount:  0
[LOG 20:31:44.182] Loading Planet Nodes
[LOG 20:31:44.183] PlanetNodeCount:  0
[LOG 20:31:44.332] [FlightIntegrator]: Vessel TScanner MK2 has been unloaded 13.1199997086078, applying analytic temperature 302.686071975893
[LOG 20:31:44.334] [FlightIntegrator]: Vessel Home Sweet Home has been unloaded 13.1199997086078, applying analytic temperature 302.896362229142
[LOG 20:31:44.365] [MessageSystem] Reposition 0.02 6842
[WRN 20:31:44.512] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 20:31:44.564] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 20:31:44.767] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 20:31:44.838] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 20:31:44.840] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 20:31:44.866] [ResourceDisplay] OnAppStarted(): id: -230526
[LOG 20:31:44.871] [GenericAppFrame] Reposition 0.1707508 6846
[LOG 20:31:44.874] [UIApp] Adding ContractsApp to Application Launcher
[WRN 20:31:44.877] [ResourceDisplay] OnAppStarted(): id: 109968
[LOG 20:31:44.878] ResourceDisplay already exist, destroying this instance
[LOG 20:31:44.879] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:31:44.924] [GenericAppFrame] Reposition 0.2025563 6847
[LOG 20:31:44.941] CURRENCY WIDGET True True True
[LOG 20:31:44.941] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 20:31:44.964] [UIApp] Adding KSPedia to Application Launcher
[LOG 20:31:45.073] UIMasterController: ShowUI
[LOG 20:31:45.115] Flight State Captured
[LOG 20:31:45.130] Saving Achievements Tree...
[LOG 20:31:45.130] Saving Achievements Tree...
[LOG 20:31:45.131] Saving Achievements Tree...
[LOG 20:31:45.132] Saving Achievements Tree...
[LOG 20:31:45.133] Saving Achievements Tree...
[LOG 20:31:45.135] [MessageSystem] Save Messages
[LOG 20:31:45.516] Game State Saved as persistent
[LOG 20:31:46.557] Unpacking TScanner MK2
[LOG 20:31:51.074] RCS lock/unlock
[LOG 20:31:54.692] RCS lock/unlock
[LOG 20:35:20.228] UIMasterController: ShowUI
[LOG 20:35:20.228] Game Paused!
[LOG 20:35:20.233] Active Vessel is moving (sqrVel = 14.2187200103845). Cannot save.
[LOG 20:35:28.057] UIMasterController: ShowUI
[LOG 20:35:28.058] Game Unpaused!
[WRN 20:35:28.075] Can not play a disabled audio source
[LOG 20:35:28.077] UIMasterController: HideUI
[WRN 20:35:28.093] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[WRN 20:35:28.141] The referenced script on this Behaviour is missing!
[WRN 20:35:28.143] The referenced script on this Behaviour is missing!
[LOG 20:35:28.953] [UIApp] OnDestroy: KSPedia
[EXC 20:35:28.956] InvalidOperationException: Error flushing buffer: 5
	OpenNETCF.IO.Ports.Streams.WinStream.Flush ()
	OpenNETCF.IO.Ports.SerialPort.Close ()
	KSPSerialIO.KSPSerialPort.OnDestroy ()
[LOG 20:35:28.959] [UIApp] OnDestroy: CurrencyWidgetsApp
[LOG 20:35:28.968] KbApp.OnDestroy NullName
[LOG 20:35:28.968] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:35:28.981] KbApp.OnDestroy Planet Info
[LOG 20:35:28.985] KbApp.OnDestroy Vessel Crew
[LOG 20:35:28.990] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:35:28.994] [UIApp] OnDestroy: ContractsApp
[LOG 20:35:28.996] KbApp.OnDestroy Vessel Info
[EXC 20:35:28.999] InvalidOperationException: Error flushing buffer: 5
	OpenNETCF.IO.Ports.Streams.WinStream.Flush ()
	OpenNETCF.IO.Ports.SerialPort.Close ()
	KSPSerialIO.KSPSerialIO.OnDestroy ()
[LOG 20:35:29.002] KbApp.OnDestroy Planet Resources
[LOG 20:35:29.009] KbApp.OnDestroy Planet Parameters
[LOG 20:35:29.011] KbApp.OnDestroy Unowned Info
[LOG 20:35:29.032] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 20:35:29.078] [UiApp] Awake: ResourceDisplay
[LOG 20:35:29.302] UIMasterController: ShowUI
[LOG 20:35:29.304] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:35:29.311] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 20:35:29.314] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 20:35:29.318] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 20:35:29.319] KSPSerialIO: running...
[LOG 20:35:29.319] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 20:35:29.849] ------------------- initializing flight mode... ------------------
[LOG 20:35:29.887] Target vessel index: 45  vessel count: 46
[LOG 20:35:29.889] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 20:35:29.890] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 20:35:29.891] Reference Frame: Rotating
[WRN 20:35:29.936] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 20:35:29.970] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 20:35:29.971] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 20:35:29.972] PartModule is null.
[LOG 20:35:30.782] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 20:35:30.784] Camera Mode: AUTO
[LOG 20:35:33.931] all systems started
[EXC 20:35:38.658] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 20:35:38.700] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[WRN 20:35:38.910] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 20:35:38.920] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 20:35:38.959] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 20:35:38.960] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 20:35:39.008] [UiApp] Awake: CurrencyWidgetsApp
[WRN 20:35:39.009] [UiApp] Awake: ContractsApp
[WRN 20:35:39.009] [UiApp] Awake: ResourceDisplay
[WRN 20:35:39.010] [UiApp] Awake: KSPedia
[LOG 20:35:39.011] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[WRN 20:35:39.012] [KnowledgeBase] OnAppLauncherReady 19859
[LOG 20:35:39.045] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 20:35:39.048] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 20:35:39.049] Loading Depletion Nodes
[LOG 20:35:39.050] DepNodeCount:  0
[LOG 20:35:39.051] Loading Biome Nodes
[LOG 20:35:39.051] BiomeNodeCount:  0
[LOG 20:35:39.052] Loading Planet Nodes
[LOG 20:35:39.052] PlanetNodeCount:  0
[LOG 20:35:39.090] [MessageSystem] Reposition 0.02 19860
[WRN 20:35:39.178] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 20:35:39.192] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 20:35:39.286] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 20:35:39.311] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 20:35:39.314] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 20:35:39.333] [ResourceDisplay] OnAppStarted(): id: -264446
[LOG 20:35:39.335] [GenericAppFrame] Reposition 0.1501435 19864
[LOG 20:35:39.336] [UIApp] Adding ContractsApp to Application Launcher
[WRN 20:35:39.339] [ResourceDisplay] OnAppStarted(): id: 113768
[LOG 20:35:39.339] ResourceDisplay already exist, destroying this instance
[LOG 20:35:39.340] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:35:39.369] [GenericAppFrame] Reposition 0.1747405 19865
[LOG 20:35:39.387] CURRENCY WIDGET True True True
[LOG 20:35:39.388] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 20:35:39.409] [UIApp] Adding KSPedia to Application Launcher
[LOG 20:35:39.546] Flight State Captured
[LOG 20:35:39.562] Saving Achievements Tree...
[LOG 20:35:39.563] Saving Achievements Tree...
[LOG 20:35:39.563] Saving Achievements Tree...
[LOG 20:35:39.564] Saving Achievements Tree...
[LOG 20:35:39.565] Saving Achievements Tree...
[LOG 20:35:39.568] [MessageSystem] Save Messages
[LOG 20:35:40.142] Game State Saved as persistent
[LOG 20:35:41.144] Unpacking TScanner MK2
[LOG 20:35:58.890] GenericAppFrame: auto scaling app.
[LOG 20:35:58.913] GenericAppFrame: auto scaling app.
[LOG 20:36:32.198] UIMasterController: ShowUI
[LOG 20:36:32.198] Game Paused!
[LOG 20:36:32.199] Active Vessel is moving (sqrVel = 1.10765942146256). Cannot save.
[LOG 20:36:35.540] UIMasterController: ShowUI
[LOG 20:36:35.541] Game Unpaused!
[WRN 20:36:35.542] Can not play a disabled audio source
[LOG 20:36:35.542] UIMasterController: HideUI
[WRN 20:36:35.556] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[WRN 20:36:35.592] The referenced script on this Behaviour is missing!
[WRN 20:36:35.594] The referenced script on this Behaviour is missing!
[LOG 20:36:36.403] KbApp.OnDestroy Planet Info
[LOG 20:36:36.405] [UIApp] OnDestroy: KSPedia
[LOG 20:36:36.407] KbApp.OnDestroy Planet Parameters
[LOG 20:36:36.408] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:36:36.410] [UIApp] OnDestroy: ContractsApp
[LOG 20:36:36.412] KbApp.OnDestroy Planet Resources
[LOG 20:36:36.414] KSPSerialIO: Port closed
[LOG 20:36:36.414] [UIApp] OnDestroy: CurrencyWidgetsApp
[LOG 20:36:36.416] KbApp.OnDestroy Vessel Info
[LOG 20:36:36.418] KbApp.OnDestroy Vessel Crew
[LOG 20:36:36.419] KbApp.OnDestroy Unowned Info
[LOG 20:36:36.419] KbApp.OnDestroy NullName
[LOG 20:36:36.420] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:36:36.441] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 20:36:36.492] [UiApp] Awake: ResourceDisplay
[LOG 20:36:36.714] UIMasterController: ShowUI
[LOG 20:36:36.716] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:36:36.724] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 20:36:36.726] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 20:36:36.731] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 20:36:36.732] KSPSerialIO: running...
[LOG 20:36:36.732] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 20:36:37.261] ------------------- initializing flight mode... ------------------
[LOG 20:36:37.299] Target vessel index: 45  vessel count: 46
[LOG 20:36:37.301] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 20:36:37.302] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 20:36:37.303] Reference Frame: Rotating
[WRN 20:36:37.350] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 20:36:37.384] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 20:36:37.385] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 20:36:37.386] PartModule is null.
[LOG 20:36:38.214] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 20:36:38.215] Camera Mode: AUTO
[LOG 20:36:41.348] all systems started
[EXC 20:36:46.073] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 20:36:46.118] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[WRN 20:36:46.330] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 20:36:46.341] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 20:36:46.382] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 20:36:46.383] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 20:36:46.422] [UiApp] Awake: CurrencyWidgetsApp
[WRN 20:36:46.423] [UiApp] Awake: ContractsApp
[WRN 20:36:46.424] [UiApp] Awake: ResourceDisplay
[WRN 20:36:46.425] [UiApp] Awake: KSPedia
[LOG 20:36:46.425] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[WRN 20:36:46.427] [KnowledgeBase] OnAppLauncherReady 23126
[LOG 20:36:46.462] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 20:36:46.465] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 20:36:46.467] Loading Depletion Nodes
[LOG 20:36:46.468] DepNodeCount:  0
[LOG 20:36:46.468] Loading Biome Nodes
[LOG 20:36:46.469] BiomeNodeCount:  0
[LOG 20:36:46.469] Loading Planet Nodes
[LOG 20:36:46.470] PlanetNodeCount:  0
[LOG 20:36:46.505] [MessageSystem] Reposition 0.02 23127
[WRN 20:36:46.592] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 20:36:46.606] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 20:36:46.704] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 20:36:46.733] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 20:36:46.735] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 20:36:46.755] [ResourceDisplay] OnAppStarted(): id: -297156
[LOG 20:36:46.757] [GenericAppFrame] Reposition 0.1542642 23131
[LOG 20:36:46.758] [UIApp] Adding ContractsApp to Application Launcher
[WRN 20:36:46.761] [ResourceDisplay] OnAppStarted(): id: 117568
[LOG 20:36:46.762] ResourceDisplay already exist, destroying this instance
[LOG 20:36:46.762] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:36:46.789] [GenericAppFrame] Reposition 0.1791809 23132
[LOG 20:36:46.805] CURRENCY WIDGET True True True
[LOG 20:36:46.806] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 20:36:46.829] [UIApp] Adding KSPedia to Application Launcher
[LOG 20:36:46.986] Flight State Captured
[LOG 20:36:47.001] Saving Achievements Tree...
[LOG 20:36:47.001] Saving Achievements Tree...
[LOG 20:36:47.002] Saving Achievements Tree...
[LOG 20:36:47.003] Saving Achievements Tree...
[LOG 20:36:47.004] Saving Achievements Tree...
[LOG 20:36:47.006] [MessageSystem] Save Messages
[LOG 20:36:47.613] Game State Saved as persistent
[LOG 20:36:48.616] Unpacking TScanner MK2
[LOG 20:36:55.668] UIMasterController: ShowUI
[LOG 20:36:55.669] Game Paused!
[LOG 20:37:01.420] UIMasterController: ShowUI
[LOG 20:37:01.421] Game Unpaused!
[WRN 20:37:01.422] Can not play a disabled audio source
[LOG 20:37:01.423] UIMasterController: HideUI
[WRN 20:37:01.437] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[WRN 20:37:01.473] The referenced script on this Behaviour is missing!
[WRN 20:37:01.475] The referenced script on this Behaviour is missing!
[LOG 20:37:02.323] [UIApp] OnDestroy: CurrencyWidgetsApp
[LOG 20:37:02.326] KbApp.OnDestroy NullName
[LOG 20:37:02.327] KbApp.OnDestroy Planet Parameters
[LOG 20:37:02.328] KbApp.OnDestroy Vessel Info
[LOG 20:37:02.329] KbApp.OnDestroy Planet Info
[LOG 20:37:02.331] KbApp.OnDestroy Planet Resources
[LOG 20:37:02.332] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:37:02.333] KbApp.OnDestroy Vessel Crew
[LOG 20:37:02.334] [UIApp] OnDestroy: KSPedia
[LOG 20:37:02.335] KbApp.OnDestroy Unowned Info
[LOG 20:37:02.340] [UIApp] OnDestroy: ContractsApp
[LOG 20:37:02.342] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:37:02.363] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 20:37:02.410] [UiApp] Awake: ResourceDisplay
[LOG 20:37:02.639] UIMasterController: ShowUI
[LOG 20:37:02.640] [PlanetariumCamera]: Focus: Kerbin
[LOG 20:37:02.648] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 20:37:02.650] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 20:37:02.655] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 20:37:02.656] KSPSerialIO: running...
[LOG 20:37:02.657] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 20:37:03.195] ------------------- initializing flight mode... ------------------
[LOG 20:37:03.232] Target vessel index: 45  vessel count: 46
[LOG 20:37:03.235] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 20:37:03.236] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 20:37:03.237] Reference Frame: Rotating
[WRN 20:37:03.285] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 20:37:03.320] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 20:37:03.321] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 20:37:03.322] PartModule is null.
[LOG 20:37:04.141] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 20:37:04.143] Camera Mode: AUTO
[LOG 20:37:07.317] all systems started
[EXC 20:37:12.044] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 20:37:12.086] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[WRN 20:37:12.304] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 20:37:12.314] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 20:37:12.353] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 20:37:12.354] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 20:37:12.393] [UiApp] Awake: CurrencyWidgetsApp
[WRN 20:37:12.394] [UiApp] Awake: ContractsApp
[WRN 20:37:12.394] [UiApp] Awake: ResourceDisplay
[WRN 20:37:12.395] [UiApp] Awake: KSPedia
[LOG 20:37:12.396] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[WRN 20:37:12.397] [KnowledgeBase] OnAppLauncherReady 23962
[LOG 20:37:12.433] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 20:37:12.436] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 20:37:12.438] Loading Depletion Nodes
[LOG 20:37:12.438] DepNodeCount:  0
[LOG 20:37:12.439] Loading Biome Nodes
[LOG 20:37:12.440] BiomeNodeCount:  0
[LOG 20:37:12.440] Loading Planet Nodes
[LOG 20:37:12.441] PlanetNodeCount:  0
[LOG 20:37:12.476] [MessageSystem] Reposition 0.02 23963
[WRN 20:37:12.559] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 20:37:12.574] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 20:37:12.674] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 20:37:12.700] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 20:37:12.703] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 20:37:12.724] [ResourceDisplay] OnAppStarted(): id: -328914
[LOG 20:37:12.726] [GenericAppFrame] Reposition 0.1537872 23967
[LOG 20:37:12.727] [UIApp] Adding ContractsApp to Application Launcher
[WRN 20:37:12.730] [ResourceDisplay] OnAppStarted(): id: 121368
[LOG 20:37:12.731] ResourceDisplay already exist, destroying this instance
[LOG 20:37:12.731] [UIApp] OnDestroy: ResourceDisplay
[LOG 20:37:12.761] [GenericAppFrame] Reposition 0.17953 23968
[LOG 20:37:12.778] CURRENCY WIDGET True True True
[LOG 20:37:12.779] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 20:37:12.804] [UIApp] Adding KSPedia to Application Launcher
[LOG 20:37:12.949] Flight State Captured
[LOG 20:37:12.968] Saving Achievements Tree...
[LOG 20:37:12.969] Saving Achievements Tree...
[LOG 20:37:12.971] Saving Achievements Tree...
[LOG 20:37:12.971] Saving Achievements Tree...
[LOG 20:37:12.972] Saving Achievements Tree...
[LOG 20:37:12.975] [MessageSystem] Save Messages
[LOG 20:37:13.378] Game State Saved as persistent
[LOG 20:37:14.603] Unpacking TScanner MK2
[LOG 20:37:19.979] RCS lock/unlock
[LOG 20:42:17.457] Active Vessel is moving (sqrVel = 20.4893650240154). Cannot save.
[LOG 20:42:47.992] Active Vessel is moving (sqrVel = 21.5972274325376). Cannot save.
[LOG 20:43:18.425] Active Vessel is moving (sqrVel = 22.0410985315219). Cannot save.
[LOG 20:43:48.834] Active Vessel is moving (sqrVel = 21.8302010875469). Cannot save.
[LOG 20:44:19.521] Active Vessel is moving (sqrVel = 21.014437135283). Cannot save.
[LOG 20:44:49.921] Active Vessel is moving (sqrVel = 19.5986520232832). Cannot save.
[LOG 20:45:20.322] Active Vessel is moving (sqrVel = 17.8567183130911). Cannot save.
[LOG 20:45:50.891] Active Vessel is moving (sqrVel = 15.7070357008364). Cannot save.
[LOG 20:46:21.274] Active Vessel is moving (sqrVel = 13.338744485755). Cannot save.
[LOG 20:46:51.861] Active Vessel is moving (sqrVel = 10.8895362643919). Cannot save.
[LOG 20:47:22.284] Active Vessel is moving (sqrVel = 8.51266791297047). Cannot save.
[LOG 20:47:52.686] Active Vessel is moving (sqrVel = 6.21266152447533). Cannot save.
[LOG 20:48:23.197] Active Vessel is moving (sqrVel = 4.17106136772492). Cannot save.
[LOG 20:48:53.604] Active Vessel is moving (sqrVel = 2.45579217145351). Cannot save.
[LOG 20:49:23.963] Active Vessel is moving (sqrVel = 1.16805731144308). Cannot save.
[LOG 20:49:54.505] Active Vessel is moving (sqrVel = 0.350837301992254). Cannot save.
[LOG 20:50:24.982] Flight State Captured
[LOG 20:50:24.998] Saving Achievements Tree...
[LOG 20:50:24.998] Saving Achievements Tree...
[LOG 20:50:24.999] Saving Achievements Tree...
[LOG 20:50:25.000] Saving Achievements Tree...
[LOG 20:50:25.001] Saving Achievements Tree...
[LOG 20:50:25.004] [MessageSystem] Save Messages
[LOG 20:50:25.460] Game State Saved to saves/Dennis Syre/persistent
[LOG 20:50:25.461] [AutoSave]: Game Backed Up and Saved
[LOG 20:55:30.506] Active Vessel is moving (sqrVel = 13.4891454364231). Cannot save.
[LOG 20:56:01.031] Active Vessel is moving (sqrVel = 14.3219975026286). Cannot save.
[LOG 20:56:31.687] Active Vessel is moving (sqrVel = 14.7512938333912). Cannot save.
[LOG 20:57:02.003] Active Vessel is moving (sqrVel = 14.7619929427635). Cannot save.
[LOG 20:57:32.471] Active Vessel is moving (sqrVel = 14.3471835900469). Cannot save.
[LOG 20:58:03.090] Active Vessel is moving (sqrVel = 13.5689182886062). Cannot save.
[LOG 20:58:33.457] Active Vessel is moving (sqrVel = 12.4008093945666). Cannot save.
[LOG 20:59:03.842] Active Vessel is moving (sqrVel = 11.0465894851256). Cannot save.
[LOG 20:59:34.344] Active Vessel is moving (sqrVel = 9.50359619916042). Cannot save.
[LOG 21:00:04.805] Active Vessel is moving (sqrVel = 24.1884131995221). Cannot save.
[LOG 21:00:35.162] Active Vessel is moving (sqrVel = 59.3481229834849). Cannot save.
[LOG 21:01:05.689] Active Vessel is moving (sqrVel = 55.7171933998069). Cannot save.
[LOG 21:01:35.968] Active Vessel is moving (sqrVel = 51.8016134321431). Cannot save.
[LOG 21:02:06.565] Active Vessel is moving (sqrVel = 49.9665147268479). Cannot save.
[LOG 21:02:36.983] Active Vessel is moving (sqrVel = 46.4084431798715). Cannot save.
[LOG 21:03:07.338] Active Vessel is moving (sqrVel = 42.9305777537951). Cannot save.
[LOG 21:03:37.856] Active Vessel is moving (sqrVel = 40.8761146593503). Cannot save.
[LOG 21:04:08.266] Active Vessel is moving (sqrVel = 39.2629036479634). Cannot save.
[LOG 21:04:38.599] Active Vessel is moving (sqrVel = 36.4840748719869). Cannot save.
[LOG 21:05:09.366] Active Vessel is moving (sqrVel = 36.2243219108105). Cannot save.
[LOG 21:05:33.191] Home Sweet Home Unloaded
[LOG 21:05:39.687] Active Vessel is moving (sqrVel = 33.7865174573575). Cannot save.
[LOG 21:06:10.037] Active Vessel is moving (sqrVel = 30.9164151812181). Cannot save.
[LOG 21:06:40.572] Active Vessel is moving (sqrVel = 31.025922779969). Cannot save.
[LOG 21:07:10.929] Active Vessel is moving (sqrVel = 28.5888484196774). Cannot save.
[LOG 21:07:41.377] Active Vessel is moving (sqrVel = 23.5221373363887). Cannot save.
[LOG 21:08:12.021] Active Vessel is moving (sqrVel = 14.0156812380799). Cannot save.
[LOG 21:08:42.445] Active Vessel is moving (sqrVel = 2.67824520696331). Cannot save.
[LOG 21:09:12.860] Active Vessel is moving (sqrVel = 1.07526774206624). Cannot save.
[LOG 21:09:31.574] UIMasterController: ShowUI
[LOG 21:09:31.575] Game Paused!
[LOG 21:09:31.576] Active Vessel is moving (sqrVel = 6.98394396742118). Cannot save.
[LOG 21:09:34.235] UIMasterController: ShowUI
[LOG 21:09:34.236] Game Unpaused!
[WRN 21:09:34.237] Can not play a disabled audio source
[LOG 21:09:34.238] UIMasterController: HideUI
[WRN 21:09:34.252] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[WRN 21:09:34.289] The referenced script on this Behaviour is missing!
[WRN 21:09:34.291] The referenced script on this Behaviour is missing!
[LOG 21:09:35.141] [PlanetariumCamera]: Focus: Kerbin
[LOG 21:09:35.143] [UIApp] OnDestroy: ContractsApp
[LOG 21:09:35.144] [UIApp] OnDestroy: KSPedia
[LOG 21:09:35.145] [UIApp] OnDestroy: CurrencyWidgetsApp
[LOG 21:09:35.146] KbApp.OnDestroy Vessel Crew
[LOG 21:09:35.149] KbApp.OnDestroy Unowned Info
[LOG 21:09:35.150] KbApp.OnDestroy Vessel Info
[LOG 21:09:35.151] KbApp.OnDestroy NullName
[LOG 21:09:35.153] KbApp.OnDestroy Planet Parameters
[LOG 21:09:35.159] KbApp.OnDestroy Planet Info
[LOG 21:09:35.160] [UIApp] OnDestroy: ResourceDisplay
[LOG 21:09:35.161] KbApp.OnDestroy Planet Resources
[LOG 21:09:35.182] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 21:09:35.233] [UiApp] Awake: ResourceDisplay
[LOG 21:09:35.466] UIMasterController: ShowUI
[LOG 21:09:35.467] [PlanetariumCamera]: Focus: Kerbin
[LOG 21:09:35.475] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 21:09:35.477] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 21:09:35.482] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 21:09:35.483] KSPSerialIO: running...
[LOG 21:09:35.484] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 21:09:36.028] ------------------- initializing flight mode... ------------------
[LOG 21:09:36.071] Target vessel index: 45  vessel count: 46
[LOG 21:09:36.074] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 21:09:36.075] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 21:09:36.076] Reference Frame: Rotating
[WRN 21:09:36.124] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 21:09:36.160] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 21:09:36.161] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 21:09:36.162] PartModule is null.
[LOG 21:09:37.012] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 21:09:37.014] Camera Mode: AUTO
[LOG 21:09:40.160] all systems started
[EXC 21:09:44.886] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 21:09:44.929] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[WRN 21:09:45.144] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 21:09:45.155] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 21:09:45.195] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 21:09:45.196] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 21:09:45.241] [UiApp] Awake: CurrencyWidgetsApp
[WRN 21:09:45.242] [UiApp] Awake: ContractsApp
[WRN 21:09:45.242] [UiApp] Awake: ResourceDisplay
[WRN 21:09:45.243] [UiApp] Awake: KSPedia
[LOG 21:09:45.244] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[WRN 21:09:45.246] [KnowledgeBase] OnAppLauncherReady 78442
[LOG 21:09:45.281] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 21:09:45.284] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 21:09:45.285] Loading Depletion Nodes
[LOG 21:09:45.286] DepNodeCount:  0
[LOG 21:09:45.286] Loading Biome Nodes
[LOG 21:09:45.287] BiomeNodeCount:  0
[LOG 21:09:45.288] Loading Planet Nodes
[LOG 21:09:45.288] PlanetNodeCount:  0
[LOG 21:09:45.324] [MessageSystem] Reposition 0.02 78443
[WRN 21:09:45.407] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 21:09:45.422] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 21:09:45.522] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 21:09:45.548] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 21:09:45.551] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 21:09:45.572] [ResourceDisplay] OnAppStarted(): id: -361704
[LOG 21:09:45.574] [GenericAppFrame] Reposition 0.1539254 78447
[LOG 21:09:45.575] [UIApp] Adding ContractsApp to Application Launcher
[WRN 21:09:45.578] [ResourceDisplay] OnAppStarted(): id: 125168
[LOG 21:09:45.579] ResourceDisplay already exist, destroying this instance
[LOG 21:09:45.579] [UIApp] OnDestroy: ResourceDisplay
[LOG 21:09:45.610] [GenericAppFrame] Reposition 0.1794921 78448
[LOG 21:09:45.627] CURRENCY WIDGET True True True
[LOG 21:09:45.627] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 21:09:45.651] [UIApp] Adding KSPedia to Application Launcher
[LOG 21:09:45.798] Flight State Captured
[LOG 21:09:45.815] Saving Achievements Tree...
[LOG 21:09:45.816] Saving Achievements Tree...
[LOG 21:09:45.817] Saving Achievements Tree...
[LOG 21:09:45.818] Saving Achievements Tree...
[LOG 21:09:45.818] Saving Achievements Tree...
[LOG 21:09:45.821] [MessageSystem] Save Messages
[LOG 21:09:46.206] Game State Saved as persistent
[LOG 21:09:47.428] Unpacking TScanner MK2
[LOG 21:10:06.876] UIMasterController: ShowUI
[LOG 21:10:06.877] Game Paused!
[LOG 21:10:06.877] Active Vessel is moving (sqrVel = 0.166147989605429). Cannot save.
[LOG 21:10:09.754] UIMasterController: ShowUI
[LOG 21:10:09.755] Game Unpaused!
[WRN 21:10:09.756] Can not play a disabled audio source
[LOG 21:10:09.757] UIMasterController: HideUI
[WRN 21:10:09.773] [HighLogic]: =========================== Scene Change : From FLIGHT to FLIGHT =====================
[WRN 21:10:09.811] The referenced script on this Behaviour is missing!
[WRN 21:10:09.812] The referenced script on this Behaviour is missing!
[LOG 21:10:10.669] [UIApp] OnDestroy: ContractsApp
[LOG 21:10:10.671] KbApp.OnDestroy Vessel Info
[LOG 21:10:10.671] KbApp.OnDestroy Planet Parameters
[LOG 21:10:10.672] [UIApp] OnDestroy: CurrencyWidgetsApp
[LOG 21:10:10.673] KbApp.OnDestroy Unowned Info
[LOG 21:10:10.674] KSPSerialIO: Port closed
[LOG 21:10:10.675] KbApp.OnDestroy Planet Info
[LOG 21:10:10.675] KbApp.OnDestroy NullName
[LOG 21:10:10.677] [UIApp] OnDestroy: ResourceDisplay
[LOG 21:10:10.678] [PlanetariumCamera]: Focus: Kerbin
[LOG 21:10:10.679] [UIApp] OnDestroy: KSPedia
[LOG 21:10:10.682] KbApp.OnDestroy Vessel Crew
[LOG 21:10:10.685] KbApp.OnDestroy Planet Resources
[LOG 21:10:10.706] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 21:10:10.756] [UiApp] Awake: ResourceDisplay
[LOG 21:10:10.997] UIMasterController: ShowUI
[LOG 21:10:10.999] [PlanetariumCamera]: Focus: Kerbin
[LOG 21:10:11.007] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 21:10:11.009] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 21:10:11.014] AddonLoader: Instantiating addon 'KSPSerialPort' from assembly 'KSPSerialIO'
[LOG 21:10:11.015] KSPSerialIO: running...
[LOG 21:10:11.017] AddonLoader: Instantiating addon 'KSPSerialIO' from assembly 'KSPSerialIO'
[LOG 21:10:11.558] ------------------- initializing flight mode... ------------------
[LOG 21:10:11.595] Target vessel index: 45  vessel count: 46
[LOG 21:10:11.598] [FLIGHT GLOBALS]: Switching To Vessel TScanner MK2 ---------------------- 
[LOG 21:10:11.598] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 21:10:11.599] Reference Frame: Rotating
[WRN 21:10:11.650] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[WRN 21:10:11.684] [Part]: PartModule TransferDialogSpawner at Mark2Cockpit, index 7: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 21:10:11.685] ...no TransferDialogSpawner module found on part definition. Skipping...
[WRN 21:10:11.686] PartModule is null.
[LOG 21:10:12.516] [TScanner MK2]: landed - waiting for ground contact to resume physics...
[LOG 21:10:12.518] Camera Mode: AUTO
[LOG 21:10:15.678] all systems started
[EXC 21:10:20.405] Exception: FSM Error: Cannot switch states before starting. Please call StartFSM() before running the FSM.
	KerbalFSM.RunEvent (.KFSMEvent evt)
	ModuleWheels.ModuleWheelDeployment.ActionToggle (.KSPActionParam kAct)
	BaseAction.Invoke (.KSPActionParam param)
	ActionGroupList.ToggleGroup (KSPActionGroup group)
	ActionGroupList.SetGroup (KSPActionGroup group, Boolean active)
	KSPSerialIO.KSPSerialIO.Start ()
[LOG 21:10:20.450] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part Mark2Cockpit (TScanner MK2) on vessel TScanner MK2
[WRN 21:10:20.692] HighlightingSystem : Multiple Highlighter components on a single GameObject is not allowed! Highlighter has been disabled on a GameObject with name 'model'.
[LOG 21:10:20.702] [Home Sweet Home]: landed - waiting for ground contact to resume physics...
[LOG 21:10:20.742] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part flag (Home Sweet Home) on vessel Home Sweet Home
[ERR 21:10:20.743] [FlightIntegrator]: Root part's drag cube is still zeroed!

[WRN 21:10:20.784] [UiApp] Awake: CurrencyWidgetsApp
[WRN 21:10:20.785] [UiApp] Awake: ContractsApp
[WRN 21:10:20.786] [UiApp] Awake: ResourceDisplay
[WRN 21:10:20.787] [UiApp] Awake: KSPedia
[LOG 21:10:20.787] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[WRN 21:10:20.790] [KnowledgeBase] OnAppLauncherReady 79344
[LOG 21:10:20.826] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 21:10:20.829] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 21:10:20.830] Loading Depletion Nodes
[LOG 21:10:20.831] DepNodeCount:  0
[LOG 21:10:20.831] Loading Biome Nodes
[LOG 21:10:20.832] BiomeNodeCount:  0
[LOG 21:10:20.833] Loading Planet Nodes
[LOG 21:10:20.833] PlanetNodeCount:  0
[LOG 21:10:20.871] [MessageSystem] Reposition 0.02 79345
[WRN 21:10:20.960] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[WRN 21:10:20.974] [StrutConnector]: Both sides of the strut share the same parent rigidbody. No actual joint was created.
[LOG 21:10:21.073] [PlanetariumCamera]: Focus: TScanner MK2
[LOG 21:10:21.101] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 21:10:21.103] [UIApp] Adding ResourceDisplay to Application Launcher
[WRN 21:10:21.124] [ResourceDisplay] OnAppStarted(): id: -393472
[LOG 21:10:21.126] [GenericAppFrame] Reposition 0.1543668 79349
[LOG 21:10:21.127] [UIApp] Adding ContractsApp to Application Launcher
[WRN 21:10:21.130] [ResourceDisplay] OnAppStarted(): id: 128968
[LOG 21:10:21.130] ResourceDisplay already exist, destroying this instance
[LOG 21:10:21.131] [UIApp] OnDestroy: ResourceDisplay
[LOG 21:10:21.162] [GenericAppFrame] Reposition 0.1804654 79350
[LOG 21:10:21.180] CURRENCY WIDGET True True True
[LOG 21:10:21.180] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 21:10:21.203] [UIApp] Adding KSPedia to Application Launcher
[LOG 21:10:21.346] Flight State Captured
[LOG 21:10:21.361] Saving Achievements Tree...

  Perhaps somone could give me an advise.

Link to comment
Share on other sites

Did you use the updated 'demo' files that were provided?

When the plugin goes through an update, you have to ensure that you have the latest demo file code to ensure the Arduino can interpret the data being sent from the plugin properly.

Link to comment
Share on other sites

Thank you very much Sputnix!

That was exactly my problem. Seems like the only thing that changed was the struct VesselData so that was a easy fix.

Still a lot of coding to do to get everything to work:D

 

The Link to KSPIODemo13.zip shown below seems still to point to KSPIODemo12.zip .

That should be fixed.

On 17.1.2014 at 2:25 AM, zitronen said:

Source code for arduino - There may be newer versions posted in the thread, but this is the current recommended "stable" version.

1. Warning LED demo: https://sites.google.com/site/zitronfiles/KSPIODemo.zip use code from demo 4

2. Input demo: https://sites.google.com/site/zitronfiles/KSPIODemo2.zip use code from demo 4

3. Action groups: https://sites.google.com/site/zitronfiles/KSPIODemo3.zip use code from demo 4

4. Input Axes: https://sites.google.com/site/zitronfiles/KSPIODemo13.zip

@Zitronen :Thank you for this awesome Project. As a Arduino beginner and KSP enthusiast i have learned so much doing this  project. It takes KSP to another level.

Edited by Guiterro
Link to comment
Share on other sites

6 minutes ago, Guiterro said:

Thank you very much Sputnix!

That was exactly my problem. Seems like the only thing that changed was the struct VesselData so that was a easy fix.

Still a lot of coding to do to get everything to work:D

 

You're welcome :) 

Yes, there's always (more) work to do :)

Be sure to setup your own thread with your progress! There are many of us that love to see others progress and process of development! :D 
Especially since you've taken yet another approach to it all! Sounds very interesting! 

Link to comment
Share on other sites

2 minutes ago, Sputnix said:

You're welcome :) 

Yes, there's always (more) work to do :)

Be sure to setup your own thread with your progress! There are many of us that love to see others progress and process of development! :D 
Especially since you've taken yet another approach to it all! Sounds very interesting! 

Yeah why not.

I try to find some time and share my progress. Although my Arduino Code is pretty much copy and paste and figuring out.:confused:

 

 

Link to comment
Share on other sites

17 minutes ago, Guiterro said:

I try to find some time and share my progress. Although my Arduino Code is pretty much copy and paste and figuring out.:confused:

 

That's how we all start... and then we slowly learn and get our head around it :wink:

Link to comment
Share on other sites

16 hours ago, Guiterro said:

Thank you very much Sputnix!

That was exactly my problem. Seems like the only thing that changed was the struct VesselData so that was a easy fix.

Still a lot of coding to do to get everything to work:D

 

The Link to KSPIODemo13.zip shown below seems still to point to KSPIODemo12.zip .

That should be fixed.

@Zitronen :Thank you for this awesome Project. As a Arduino beginner and KSP enthusiast i have learned so much doing this  project. It takes KSP to another level.

Oh excrements not again, sorry! It's annoying since they changed the forum code, I used to just change the text, but now have to remember replace the whole link. Should be fixed now.

 

Oh yeah and loveing auto censoring excrements lovely persons.

Edited by zitronen
Link to comment
Share on other sites

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

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

×
×
  • Create New...