Jump to content

[1.6.x] RasterPropMonitor - Development Stopped (v0.30.6, 29 December 2018)


MOARdV

Recommended Posts

14 minutes ago, MOARdV said:

I would definitely try at least OS X without mods and see if it works.  The other possibility is that I have too narrow of a selection of shader modes, such that some *nix flavors aren't finding a defined mode, and they're falling back to the generic "no shader" shader.  I can make a test build to see if that's it, but I'd need it tested, since I can't reproduce the failure (I'm strictly Windows).

I'd be happy to pilot your test build on Linux.

Link to comment
Share on other sites

13 minutes ago, HebaruSan said:

I'd be happy to pilot your test build on Linux.

Many thanks for offering to test it.  It's on DropBox now.  It may or may not make a difference - if it doesn't work, it most likely means I will have to sort out the "new" way of bundling shaders, which has not gone too well so far for me.

Link to comment
Share on other sites

2 minutes ago, MOARdV said:

Many thanks for offering to test it.  It's on DropBox now.  It may or may not make a difference - if it doesn't work, it most likely means I will have to sort out the "new" way of bundling shaders, which has not gone too well so far for me.

Cool, I will take a look and report back, but it will be 10 or so hours before I have the opportunity.

Link to comment
Share on other sites

22 hours ago, InsaneDruid said:

Hey. I hope you guys can help me:

I have set up a monitor with an external camera attached just fine. But is is possible to lower the cameras near clipping plane? It seems to be quite high and I would like to shield the camera (and thus block the view of it) with an object (during ascent), but this object would need to be meters big now before the camera sees it/gets blocked in view by it.

If this inst possible i probably have to go the way with Master-slave usage of JSIActionGroupSwitch to have the shield object move withj an animation and the monitor page turned on with a button or something, but the way by just decoupling the object would be nicer.

 

May I re-ask this question, as it might be lost in some more important discussion.

 

Link to comment
Share on other sites

13 minutes ago, InsaneDruid said:

 

May I re-ask this question, as it might be lost in some more important discussion.

 

I did intend to answer, but I got caught up with the "pink text" problem.  Sorry.

In response to your question: right now the camera inherits the configuration of the normal game flight cameras.  It looks like it is possible for me to change the near clipping plane, but I have not tested this to see what side-effects it may introduce.  I will have to experiment.

What distance would you prefer it to have, so I can try it here and see what happens?  If it's something that I can change, I will make this a configurable option, so you can control it for your parts specifically without needing RPM to rebuild if something changes in your models.

Link to comment
Share on other sites

1 hour ago, MOARdV said:

I would definitely try at least OS X without mods and see if it works.  The other possibility is that I have too narrow of a selection of shader modes, such that some *nix flavors aren't finding a defined mode, and they're falling back to the generic "no shader" shader.  I can make a test build to see if that's it, but I'd need it tested, since I can't reproduce the failure (I'm strictly Windows).

I can do in osx

Link to comment
Share on other sites

1 hour ago, Sandworm said:

And I can look at a test build under linux.  I'm also seeing pink bars everywhere.

Is that with my "maybe this fixes it" change, or with the current official v0.25.0?

Link to comment
Share on other sites

4 hours ago, MOARdV said:

Many thanks for offering to test it.  It's on DropBox now.  It may or may not make a difference - if it doesn't work, it most likely means I will have to sort out the "new" way of bundling shaders, which has not gone too well so far for me.

Pink boxes are still present in this build.  Fedora 23, Nvidia GTX 660, Nvidia blob 361.42.

sqqsxm.png

Link to comment
Share on other sites

16 minutes ago, Vegemeister said:

Pink boxes are still present in this build.  Fedora 23, Nvidia GTX 660, Nvidia blob 361.42.

 

Okay.  One other slight change: DropBox again.  If this doesn't do it, I'll have to figure out something else.

 

Link to comment
Share on other sites

26 minutes ago, Sandworm said:

CC.  The latest dropbox version (Dev.0.25.0) seems to be working under Ubuntu linux.  I've only tested on pad, and with external camera, but all seems well.    THANKS!

Okay.  It looks like, unless @HebaruSan sees something different, that was the fix.  I'll plan on making a v0.25.1 release late this evening or tomorrow morning, once I get a final yay-or-nay from HebaruSan.

Link to comment
Share on other sites

Hello guys

After install this mod I´m getting graphic issues in other one; SVE. If I enter IVA and use a monitor some terrain and atm texture dissapear. Someone else is having this issue?

Thanks!

Link to comment
Share on other sites

28 minutes ago, swoosh said:

Hello guys

After install this mod I´m getting graphic issues in other one; SVE. If I enter IVA and use a monitor some terrain and atm texture dissapear. Someone else is having this issue?

Thanks!

This seems to be an issue related to your install. I have SVE and RPM installed and experience no issues. Try removing SVE and check out if everything is working, then reinstall it (check if you have the updated version, it got updated today). If the issue keeps appearing it might be another mod. 

Link to comment
Share on other sites

26 minutes ago, Ghosty141 said:

This seems to be an issue related to your install. I have SVE and RPM installed and experience no issues. Try removing SVE and check out if everything is working, then reinstall it (check if you have the updated version, it got updated today). If the issue keeps appearing it might be another mod. 

I did it but the issue is there :(

RPM alone works ok. Then I install SVE (with the update from today, 0.6.4 and scatterer and kopernicus, updated too). It works well until I enter IVA and power on one of the monitors (any function), then the issue appears when I exit IVA:

J2gF9zx.jpg

Link to comment
Share on other sites

@swoosh I think what you're running into is an interaction between bug #9344 and Scatterer's FoV problems.  When you zoom in to see the instruments in IVA, that changes the field of view globally.  And Scatterer seems to assume the default FoV for ocean positioning purposes, so you end up with the drawn at some crazy angle and clipping into the land.

Link to comment
Share on other sites

10 minutes ago, Vegemeister said:

@swoosh I think what you're running into is an interaction between bug #9344 and Scatterer's FoV problems.  When you zoom in to see the instruments in IVA, that changes the field of view globally.  And Scatterer seems to assume the default FoV for ocean positioning purposes, so you end up with the drawn at some crazy angle and clipping into the land.

This! ^^

I thought it was the monitors, but it was the zoom in IVA. If I reset the FoV in IVA then the issue go away. You save my day :)

Is there some fix for this? or we have to reset FoV everytime?

Again, thx for the info @Vegemeister!!

Edited by swoosh
Link to comment
Share on other sites

2 hours ago, MOARdV said:

Okay.  It looks like, unless @HebaruSan sees something different, that was the fix.  I'll plan on making a v0.25.1 release late this evening or tomorrow morning, once I get a final yay-or-nay from HebaruSan.

Yup, works for me, too. Kudos on such a quick turnaround for this fix. Still one of my favorite quality of life eye candy mods.

Link to comment
Share on other sites

Hey guys, I've been trying to install RPM, but it doesn't seem to be working at all. I mean, the capsules are unmodified, and there is no indication that the mod was ever installed.

I installed manually, so that the JSI folder has 4 subfolders.

I looked through the debug log and found a few lines that looked interesting:

[Log]: RPMVesselComputer: Initializing RPM version 0.25.0.36940

[Warning]: [Part]: PartModule TransferDialogSpawner at mk2LanderCabin, index 6: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...

[Warning]: ...no TransferDialogSpawner module found on part definition. Skipping...

This is on KSP version 1.1

Here is the full log, very long:

Spoiler

Kerbal Space Program - 1.1.0.1230 (WindowsPlayer)


OS: Windows 7 Service Pack 1 (6.1.7601) 64bit
CPU: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz (4)
RAM: 16332
GPU: Intel(R) HD Graphics Family (880MB)
SM: 30 (Direct3D 9.0c [igdumd64.dll 8.15.10.2462])
RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, ARGB4444, ARGB1555, Default, ARGB2101010, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf


Log started: Fri, Apr 22, 2016 23:23:13


[LOG 23:23:13.647] ******* Log Initiated for Kerbal Space Program - 1.1.0.1230 (WindowsPlayer) *******
[LOG 23:23:14.174] AppCanvas MASK: 3458764513820540928
[LOG 23:23:14.178] PhysicsGlobals: Loading database
[LOG 23:23:14.724] Load(Assembly): /ModuleManager.2.6.13
[LOG 23:23:14.726] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.2.6.13.dll
[LOG 23:23:14.758] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5
[LOG 23:23:14.758] Load(Assembly): Chatterer/Plugins/Chatterer
[LOG 23:23:14.759] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Chatterer\Plugins\Chatterer.dll
[LOG 23:23:14.761] Load(Assembly): Chatterer/Plugins/MiniAVC
[LOG 23:23:14.762] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Chatterer\Plugins\MiniAVC.dll
[LOG 23:23:14.764] Load(Assembly): JSI/JSIAdvTransparentPods/Plugins/JSIAdvTransparentPods
[LOG 23:23:14.764] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\JSI\JSIAdvTransparentPods\Plugins\JSIAdvTransparentPods.dll
[LOG 23:23:14.767] Load(Assembly): JSI/RasterPropMonitor/Plugins/RasterPropMonitor
[LOG 23:23:14.768] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\JSI\RasterPropMonitor\Plugins\RasterPropMonitor.dll
[LOG 23:23:14.772] AssemblyLoader: KSPAssembly 'RasterPropMonitor' V0.17
[LOG 23:23:14.773] Load(Assembly): KerbalEngineer/KerbalEngineer
[LOG 23:23:14.774] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\KerbalEngineer\KerbalEngineer.dll
[LOG 23:23:14.777] Load(Assembly): KerbalEngineer/KerbalEngineer.Unity
[LOG 23:23:14.777] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\KerbalEngineer\KerbalEngineer.Unity.dll
[LOG 23:23:14.779] Load(Assembly): KerbalEngineer/MiniAVC
[LOG 23:23:14.780] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\KerbalEngineer\MiniAVC.dll
[LOG 23:23:14.782] Load(Assembly): MakeItSmall/MakeItSmall
[LOG 23:23:14.783] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\MakeItSmall\MakeItSmall.dll
[LOG 23:23:14.784] Load(Assembly): NavballUpDefault/NavballUpDefault
[LOG 23:23:14.785] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavballUpDefault\NavballUpDefault.dll
[LOG 23:23:14.787] Load(Assembly): NavyFish/Plugins/Docking Port Alignment Indicator/DockingPortAlignmentIndicator
[LOG 23:23:14.788] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavyFish\Plugins\Docking Port Alignment Indicator\DockingPortAlignmentIndicator.dll
[LOG 23:23:14.790] Load(Assembly): NavyFish/Plugins/Docking Port Alignment Indicator/DPAI_RPM
[LOG 23:23:14.791] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavyFish\Plugins\Docking Port Alignment Indicator\DPAI_RPM.dll
[LOG 23:23:14.793] Load(Assembly): NavyFish/Plugins/Docking Port Alignment Indicator/MiniAVC
[LOG 23:23:14.794] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavyFish\Plugins\Docking Port Alignment Indicator\MiniAVC.dll
[LOG 23:23:14.796] Load(Assembly): NavyFish/Plugins/Docking Port Alignment Indicator/ModuleDockingNodeNamed
[LOG 23:23:14.797] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavyFish\Plugins\Docking Port Alignment Indicator\ModuleDockingNodeNamed.dll
[LOG 23:23:14.799] Load(Assembly): RCSBuildAid/Plugins/RCSBuildAid
[LOG 23:23:14.800] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\RCSBuildAid\Plugins\RCSBuildAid.dll
[LOG 23:23:14.802] Load(Assembly): Squad/Plugins/KSPSteamCtrlr
[LOG 23:23:14.803] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\Plugins\KSPSteamCtrlr.dll
[LOG 23:23:14.807] Load(Assembly): Squad/Plugins/SaveUpgradePipeline.Scripts
[LOG 23:23:14.808] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\Plugins\SaveUpgradePipeline.Scripts.dll
[LOG 23:23:14.810] Load(Assembly): Squad/Plugins/Steamworks.NET
[LOG 23:23:14.811] AssemblyLoader: Loading assembly at C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\Plugins\Steamworks.NET.dll
[LOG 23:23:14.815] AssemblyLoader: Loading assemblies
[ERR 23:23:14.840] AssemblyLoader: Exception loading 'ModuleManager': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
  at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0

Additional information about this exception:

 System.TypeLoadException: Could not load type 'ModuleManager.MMPatchLoader' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

 System.TypeLoadException: Could not load type 'Command' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

 System.TypeLoadException: Could not load type '<ProcessPatch>c__Iterator0' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

 System.TypeLoadException: Could not load type '<LoadCache>c__AnonStorey2' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

 System.TypeLoadException: Could not load type '<ApplyPatch>c__Iterator1' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

 System.TypeLoadException: Could not load type '<CheckConstraints>c__AnonStorey3' from assembly 'ModuleManager.2.6.13, Version=2.6.13.0, Culture=neutral, PublicKeyToken=null'.

[LOG 23:23:14.899] VesselModules: Found VesselModule of type FlightIntegrator with order 0
[LOG 23:23:14.912] VesselModules: Found VesselModule of type RPMVesselComputer with order 999
[LOG 23:23:14.914] VesselModules: Found 2 VesselModule types
[LOG 23:23:14.936]
************************************************************************

Environment Info
Win32NT 7FFFFFFFFFFFFFFF  Args: KSP_x64.exe

Mod DLLs found:
Stock assembly: Assembly-CSharp v0.0.0.0
Chatterer v0.9.8.1230
MiniAVC v1.0.3.2
JSIAdvTransparentPods v0.1.1.0
RasterPropMonitor v0.25.0.36940
KerbalEngineer v1.1.0.2
KerbalEngineer.Unity v1.0.0.0
MiniAVC v1.0.3.2
MakeItSmall v1.1.0.0
NavballUpDefault v0.0.0.0
DockingPortAlignmentIndicator v1.0.0.0
DPAI_RPM v1.0.0.0
MiniAVC v1.0.3.0
ModuleDockingNodeNamed v1.0.0.0
RCSBuildAid v0.7.7.34644
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:
Chatterer
JSI
KerbalEngineer
MakeItSmall
NavballUpDefault
NavyFish
RCSBuildAid
Stock folder: Squad

ModuleManager.2.6.13.dll
ModuleManager.ConfigCache
ModuleManager.ConfigSHA
ModuleManager.Physics
ModuleManager.TechTree

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

[LOG 23:23:14.948] AddonLoader: Instantiating addon 'Logger' from assembly 'MiniAVC'
[LOG 23:23:14.950] AddonLoader: Instantiating addon 'Starter' from assembly 'MiniAVC'
[LOG 23:23:14.953] AddonLoader: Instantiating addon 'AssetBundleLoader' from assembly 'KerbalEngineer'
[LOG 23:23:14.957] AddonLoader: Instantiating addon 'Logger' from assembly 'KerbalEngineer'
[LOG 23:23:14.959] AddonLoader: Instantiating addon 'ControlCentre' from assembly 'KerbalEngineer'
[LOG 23:23:14.961] AddonLoader: Instantiating addon 'Logger' from assembly 'MiniAVC'
[LOG 23:23:14.962] AddonLoader: Instantiating addon 'Starter' from assembly 'MiniAVC'
[LOG 23:23:14.963] AddonLoader: Instantiating addon 'Logger' from assembly 'MiniAVC'
[LOG 23:23:14.963] AddonLoader: Instantiating addon 'Starter' from assembly 'MiniAVC'
[LOG 23:23:14.964] AddonLoader: Instantiating addon 'RenameWindow' from assembly 'ModuleDockingNodeNamed'
[LOG 23:23:14.965] AddonLoader: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr'
[LOG 23:23:15.039] [KSPSteamController]: Loaded. Initializing hooks...
[LOG 23:23:15.530] Load(Audio): Chatterer/Sounds/AAE/background/ch0cchi__alien-ship-idle
[LOG 23:23:15.533] ActionCanvas MASK: 3458764513820540928
[WRN 23:23:16.994] [SpaceNavigatorWindows]: Could not initialize device.

[LOG 23:23:16.999] MainCanvas MASK: 3458764513820540928
[LOG 23:23:17.025] MiniAVC -> Executing: MiniAVC - 1.0.3.0
[LOG 23:23:17.026] MiniAVC -> Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\NavyFish\Plugins\Docking Port Alignment Indicator\MiniAVC.dll
[LOG 23:23:17.027] MiniAVC -> Starter was created.
[LOG 23:23:17.028] MiniAVC -> Starter was destroyed.
[LOG 23:23:17.028] MiniAVC -> Starter was destroyed.
[LOG 23:23:17.033] KerbalEngineer -> Executing: KerbalEngineer - 1.1.0.2
[LOG 23:23:17.034] KerbalEngineer -> Assembly: C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\KerbalEngineer\KerbalEngineer.dll
[LOG 23:23:17.148] Skipped rendering frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.268] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.369] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.472] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.573] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.676] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.778] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.880] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:17.982] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.085] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.189] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.292] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.394] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.495] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.598] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.700] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.802] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:18.904] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.006] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.108] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.210] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.311] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.413] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.516] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.618] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.720] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.822] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:19.923] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.026] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.128] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.230] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.332] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.434] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.536] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.638] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.740] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.842] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:20.944] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.046] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.148] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.250] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.351] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.454] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.556] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.658] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.760] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.861] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:21.963] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.066] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.167] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.270] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.372] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.474] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.576] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.677] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.780] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.882] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:22.985] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.087] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.189] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.291] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.393] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.494] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.597] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.699] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.801] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:23.902] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.004] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.107] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.209] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.311] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.413] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.515] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.617] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.719] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.821] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:24.922] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.025] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.127] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.229] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.331] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.432] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.535] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.637] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.739] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.841] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:25.942] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.045] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.147] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.249] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.351] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.452] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.555] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.657] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.759] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.860] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:26.962] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:27.065] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:27.167] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:27.270] Skipped frame because GfxDevice is in invalid state (device lost)
[LOG 23:23:27.521] Load(Audio): Chatterer/Sounds/AAE/background/drni__gas-stove-space-ship
[LOG 23:23:27.522] MiniAVC -> Identical remote version found: Using remote version information only.
[LOG 23:23:27.523] MiniAVC -> http://ksp-avc.cybutek.net/version.php?id=27
    NAME: Chatterer
    URL: http://ksp-avc.cybutek.net/version.php?id=27
    DOWNLOAD: http://forum.kerbalspaceprogram.com/threads/92324-0-24-2-Chatterer-v-0-6-1-Aug-31-2014
    GITHUB: NULL
    VERSION: 0.9.8.1230
    KSP_VERSION: 1.1
    KSP_VERSION_MIN: 1.1
    KSP_VERSION_MAX: NULL
    CompatibleKspVersion: True
    CompatibleKspVersionMin: True
    CompatibleKspVersionMax: True
    CompatibleGitHubVersion: True
[LOG 23:23:27.526] MiniAVC -> Identical remote version found: Using remote version information only.
[LOG 23:23:27.527] MiniAVC -> http://ksp-avc.cybutek.net/version.php?id=6
    NAME: Kerbal Engineer Redux
    URL: http://ksp-avc.cybutek.net/version.php?id=6
    DOWNLOAD: http://kerbal.curseforge.com/projects/kerbal-engineer-redux
    GITHUB: NULL
    VERSION: 1.1.0.2
    KSP_VERSION: 1.1
    KSP_VERSION_MIN: NULL
    KSP_VERSION_MAX: NULL
    CompatibleKspVersion: True
    CompatibleKspVersionMin: True
    CompatibleKspVersionMax: True
    CompatibleGitHubVersion: True
[LOG 23:23:27.529] MiniAVC -> Identical remote version found: Using remote version information only.
[LOG 23:23:27.530] MiniAVC -> http://ksp-avc.cybutek.net/version.php?id=274
    NAME: Docking Port Alignment Indicator
    URL: http://ksp-avc.cybutek.net/version.php?id=274
    DOWNLOAD: http://forum.kerbalspaceprogram.com/index.php?/topic/40423-11-docking-port-alignment-indicator-version-621-beta-updated-04122016/
    GITHUB: NULL
    VERSION: 6.3
    KSP_VERSION: 1.1
    KSP_VERSION_MIN: 1.1
    KSP_VERSION_MAX: NULL
    CompatibleKspVersion: True
    CompatibleKspVersionMin: True
    CompatibleKspVersionMax: True
    CompatibleGitHubVersion: True
[LOG 23:23:27.950] MiniAVC -> Starter was destroyed.
[LOG 23:23:27.954] Load(Audio): Chatterer/Sounds/AAE/effect/airlock
[LOG 23:23:28.013] Load(Audio): Chatterer/Sounds/AAE/effect/breathing
[LOG 23:23:28.047] Load(Audio): Chatterer/Sounds/AAE/wind/mario1298__weak-wind
[LOG 23:23:28.139] Load(Audio): Chatterer/Sounds/beeps/3beeps
[LOG 23:23:28.162] Load(Audio): Chatterer/Sounds/beeps/3beeps1000
[LOG 23:23:28.181] Load(Audio): Chatterer/Sounds/beeps/beep-04
[LOG 23:23:28.198] Load(Audio): Chatterer/Sounds/beeps/beep-1
[LOG 23:23:28.214] Load(Audio): Chatterer/Sounds/beeps/beep-pager
[LOG 23:23:28.232] Load(Audio): Chatterer/Sounds/beeps/beep
[LOG 23:23:28.249] Load(Audio): Chatterer/Sounds/beeps/blip10
[LOG 23:23:28.267] Load(Audio): Chatterer/Sounds/beeps/blip33
[LOG 23:23:28.289] Load(Audio): Chatterer/Sounds/beeps/blip34
[LOG 23:23:28.311] Load(Audio): Chatterer/Sounds/beeps/btn402
[LOG 23:23:28.333] Load(Audio): Chatterer/Sounds/beeps/mcgamesound2
[LOG 23:23:28.355] Load(Audio): Chatterer/Sounds/beeps/mcgamestart
[LOG 23:23:28.377] Load(Audio): Chatterer/Sounds/beeps/scanner-blip
[LOG 23:23:28.403] Load(Audio): Chatterer/Sounds/beeps/short-beep
[LOG 23:23:28.429] Load(Audio): Chatterer/Sounds/chatter/quindar_01
[LOG 23:23:28.448] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_01
[LOG 23:23:28.477] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_02
[LOG 23:23:28.499] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_03
[LOG 23:23:28.526] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_04
[LOG 23:23:28.558] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_05
[LOG 23:23:28.585] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_06
[LOG 23:23:28.608] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_07
[LOG 23:23:28.636] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_08
[LOG 23:23:28.661] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_09
[LOG 23:23:28.687] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_10
[LOG 23:23:28.715] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_11
[LOG 23:23:28.739] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_12
[LOG 23:23:28.760] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_13
[LOG 23:23:28.794] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_14
[LOG 23:23:28.828] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_15
[LOG 23:23:28.857] Load(Audio): Chatterer/Sounds/chatter/apollo11/capcom/capcom_16
[LOG 23:23:28.882] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_01
[LOG 23:23:28.915] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_02
[LOG 23:23:28.945] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_03
[LOG 23:23:28.978] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_04
[LOG 23:23:29.006] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_05
[LOG 23:23:29.031] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_06
[LOG 23:23:29.062] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_07
[LOG 23:23:29.091] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_08
[LOG 23:23:29.114] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_09
[LOG 23:23:29.140] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_10
[LOG 23:23:29.167] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_11
[LOG 23:23:29.192] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_12
[LOG 23:23:29.214] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_13
[LOG 23:23:29.236] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_14
[LOG 23:23:29.258] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_15
[LOG 23:23:29.287] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_16
[LOG 23:23:29.309] Load(Audio): Chatterer/Sounds/chatter/apollo11/capsule/capsule_17
[LOG 23:23:29.337] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_01
[LOG 23:23:29.374] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_02
[LOG 23:23:29.405] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_03
[LOG 23:23:29.441] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_04
[LOG 23:23:29.466] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_05
[LOG 23:23:29.495] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_06
[LOG 23:23:29.514] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/MirST15_07
[LOG 23:23:29.543] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz14_01
[LOG 23:23:29.570] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz14_02
[LOG 23:23:29.598] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz14_03
[LOG 23:23:29.628] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz16_01
[LOG 23:23:29.657] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz16_02
[LOG 23:23:29.683] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz16_03
[LOG 23:23:29.707] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_01
[LOG 23:23:29.732] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_02
[LOG 23:23:29.754] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_03
[LOG 23:23:29.779] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_04
[LOG 23:23:29.808] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_05
[LOG 23:23:29.841] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_06
[LOG 23:23:29.865] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_07
[LOG 23:23:29.891] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz17_08
[LOG 23:23:29.915] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz22_01
[LOG 23:23:29.936] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz22_02
[LOG 23:23:29.967] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz22_03
[LOG 23:23:30.000] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz33_01
[LOG 23:23:30.022] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz33_02
[LOG 23:23:30.048] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz33_03
[LOG 23:23:30.080] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/Soyuz33_04
[LOG 23:23:30.111] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/ST15_01
[LOG 23:23:30.134] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/ST15_02
[LOG 23:23:30.162] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/ST15_03
[LOG 23:23:30.185] Load(Audio): Chatterer/Sounds/chatter/russian/capsule/ST15_04
[LOG 23:23:30.209] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_01
[LOG 23:23:30.242] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_02
[LOG 23:23:30.278] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_03
[LOG 23:23:30.302] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_04
[LOG 23:23:30.331] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_05
[LOG 23:23:30.359] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_06
[LOG 23:23:30.393] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_07
[LOG 23:23:30.419] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_08
[LOG 23:23:30.447] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_09
[LOG 23:23:30.488] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_10
[LOG 23:23:30.520] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_11
[LOG 23:23:30.542] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_12
[LOG 23:23:30.572] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_13
[LOG 23:23:30.607] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_14
[LOG 23:23:30.632] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_15
[LOG 23:23:30.663] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_16
[LOG 23:23:30.691] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_17
[LOG 23:23:30.717] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_18
[LOG 23:23:30.748] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_19
[LOG 23:23:30.775] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_20
[LOG 23:23:30.803] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_21
[LOG 23:23:30.834] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_22
[LOG 23:23:30.870] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_23
[LOG 23:23:30.897] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_24
[LOG 23:23:30.940] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_25
[LOG 23:23:30.968] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_26
[LOG 23:23:30.998] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_27
[LOG 23:23:31.026] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_28
[LOG 23:23:31.054] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_29
[LOG 23:23:31.085] Load(Audio): Chatterer/Sounds/chatter/sts1/capcom/capcom_30
[LOG 23:23:31.123] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_01
[LOG 23:23:31.152] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_02
[LOG 23:23:31.175] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_03
[LOG 23:23:31.201] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_04
[LOG 23:23:31.228] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_05
[LOG 23:23:31.254] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_06
[LOG 23:23:31.277] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_07
[LOG 23:23:31.301] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_08
[LOG 23:23:31.333] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_09
[LOG 23:23:31.359] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_10
[LOG 23:23:31.385] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_11
[LOG 23:23:31.414] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_12
[LOG 23:23:31.436] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_13
[LOG 23:23:31.470] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_14
[LOG 23:23:31.493] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_15
[LOG 23:23:31.515] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_16
[LOG 23:23:31.556] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_17
[LOG 23:23:31.591] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_18
[LOG 23:23:31.642] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_19
[LOG 23:23:31.679] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_20
[LOG 23:23:31.711] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_21
[LOG 23:23:31.742] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_22
[LOG 23:23:31.778] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_23
[LOG 23:23:31.808] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_24
[LOG 23:23:31.854] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_25
[LOG 23:23:31.887] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_26
[LOG 23:23:31.920] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_27
[LOG 23:23:31.946] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_28
[LOG 23:23:31.974] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_29
[LOG 23:23:32.005] Load(Audio): Chatterer/Sounds/chatter/sts1/capsule/capsule_30
[LOG 23:23:32.035] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_01
[LOG 23:23:32.069] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_02
[LOG 23:23:32.120] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_03
[LOG 23:23:32.157] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_04
[LOG 23:23:32.194] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_05
[LOG 23:23:32.227] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_06
[LOG 23:23:32.257] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_07
[LOG 23:23:32.284] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_08
[LOG 23:23:32.317] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_09
[LOG 23:23:32.353] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_10
[LOG 23:23:32.390] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_11
[LOG 23:23:32.426] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_12
[LOG 23:23:32.462] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_13
[LOG 23:23:32.500] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_14
[LOG 23:23:32.529] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_15
[LOG 23:23:32.565] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_16
[LOG 23:23:32.603] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_17
[LOG 23:23:32.631] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_18
[LOG 23:23:32.661] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_19
[LOG 23:23:32.697] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_20
[LOG 23:23:32.721] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_21
[LOG 23:23:32.752] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_22
[LOG 23:23:32.786] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_23
[LOG 23:23:32.830] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_24
[LOG 23:23:32.864] Load(Audio): Chatterer/Sounds/chatter/valentina/capsuleF/capsule_25
[LOG 23:23:32.895] Load(Audio): Chatterer/Sounds/sstv/sstv_01
[LOG 23:23:32.921] Load(Audio): Chatterer/Sounds/sstv/sstv_02
[LOG 23:23:32.950] Load(Audio): Chatterer/Sounds/sstv/sstv_03
[LOG 23:23:32.980] Load(Audio): Chatterer/Sounds/sstv/sstv_04
[LOG 23:23:33.007] Load(Audio): Chatterer/Sounds/sstv/sstv_05
[LOG 23:23:33.037] Load(Audio): Chatterer/Sounds/sstv/sstv_06
[LOG 23:23:33.066] Load(Audio): Chatterer/Sounds/sstv/sstv_07
[LOG 23:23:33.095] Load(Audio): Chatterer/Sounds/sstv/sstv_08
[LOG 23:23:33.124] Load(Audio): Chatterer/Sounds/sstv/sstv_09
[LOG 23:23:33.153] Load(Audio): Chatterer/Sounds/sstv/sstv_10
[LOG 23:23:33.182] Load(Audio): JSI/RasterPropMonitor/Library/Sounds/buttonbeep
[LOG 23:23:33.208] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 23:23:33.238] Load(Audio): Squad/Sounds/editorLoop01
[LOG 23:23:33.743] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 23:23:33.783] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 23:23:33.802] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 23:23:33.823] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 23:23:33.848] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 23:23:33.867] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 23:23:33.894] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 23:23:33.917] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 23:23:33.942] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 23:23:33.969] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 23:23:33.996] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 23:23:34.024] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 23:23:34.043] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 23:23:34.070] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 23:23:34.089] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 23:23:34.116] Load(Texture): Chatterer/Textures/chatterer_button_disabled
[LOG 23:23:34.124] Load(Texture): Chatterer/Textures/chatterer_button_disabled_muted
[LOG 23:23:34.128] Load(Texture): Chatterer/Textures/chatterer_button_idle
[LOG 23:23:34.133] Load(Texture): Chatterer/Textures/chatterer_button_idle_muted
[LOG 23:23:34.140] Load(Texture): Chatterer/Textures/chatterer_button_RX
[LOG 23:23:34.146] Load(Texture): Chatterer/Textures/chatterer_button_RX_muted
[LOG 23:23:34.153] Load(Texture): Chatterer/Textures/chatterer_button_SSTV
[LOG 23:23:34.160] Load(Texture): Chatterer/Textures/chatterer_button_SSTV_muted
[LOG 23:23:34.166] Load(Texture): Chatterer/Textures/chatterer_button_TX
[LOG 23:23:34.172] Load(Texture): Chatterer/Textures/chatterer_button_TX_muted
[LOG 23:23:34.178] Load(Texture): Chatterer/Textures/chatterer_icon_toolbar
[LOG 23:23:34.185] Load(Texture): Chatterer/Textures/line_512x4
[LOG 23:23:34.191] Load(Texture): JSI/Agencies/JSI
[LOG 23:23:34.234] Load(Texture): JSI/Agencies/JSI_scaled
[LOG 23:23:34.237] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/heading
[LOG 23:23:34.245] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/hud-overlay
[LOG 23:23:34.254] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/ladder
[LOG 23:23:34.266] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/leftscale
[LOG 23:23:34.273] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/planeHUDdiffuse
[LOG 23:23:34.307] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/rightscale
[LOG 23:23:34.313] Load(Texture): JSI/RasterPropMonitor/Library/Components/HUD/screen
[LOG 23:23:34.337] Load(Texture): JSI/RasterPropMonitor/Library/Components/MFD40x20v2/MFD40x15v2-Diffuse
[LOG 23:23:34.343] Load(Texture): JSI/RasterPropMonitor/Library/Components/MFD40x20v2/MFD40x15v2-Emissive
[LOG 23:23:34.349] Load(Texture): JSI/RasterPropMonitor/Library/Components/MFD40x20v2/screen-emissive
[LOG 23:23:34.373] Load(Texture): JSI/RasterPropMonitor/Library/Components/MFD40x20v2/screen
[LOG 23:23:34.398] Load(Texture): JSI/RasterPropMonitor/Library/Components/NavBall/HDG
[LOG 23:23:34.423] Load(Texture): JSI/RasterPropMonitor/Library/Components/NavBall/NavBall000
[LOG 23:23:34.429] Load(Texture): JSI/RasterPropMonitor/Library/Components/NavBall/StaticMask
[LOG 23:23:34.434] Load(Texture): JSI/RasterPropMonitor/Library/Fonts/baseFont
[LOG 23:23:34.461] Load(Texture): JSI/RasterPropMonitor/Library/Fonts/extraFont1
[LOG 23:23:34.486] Load(Texture): JSI/RasterPropMonitor/Library/Fonts/hudfont
[LOG 23:23:34.520] Load(Texture): JSI/RasterPropMonitor/Library/Parts/ExternalCameraPart/model000
[LOG 23:23:34.525] Load(Texture): JSI/RasterPropMonitor/Library/Props/CockpitHandle/OpenHandleDiffuse
[LOG 23:23:34.529] Load(Texture): JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/model000
[LOG 23:23:34.534] Load(Texture): JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/model001
[LOG 23:23:34.540] Load(Texture): JSI/RasterPropMonitor/Library/Props/InternalAirlock/InternalAirLockDiffuse
[LOG 23:23:34.546] Load(Texture): JSI/RasterPropMonitor/Library/Props/InternalFlagPlate/FlagPlate000
[LOG 23:23:34.564] Load(Texture): JSI/RasterPropMonitor/Library/Props/SwitchWCover/SwitchIcons
[LOG 23:23:34.575] Load(Texture): JSI/RasterPropMonitor/Library/Props/SwitchWCover/Switch_w_cover_Diff
[LOG 23:23:34.579] Load(Texture): JSI/RasterPropMonitor/Library/Textures/bg01
[LOG 23:23:34.602] Load(Texture): JSI/RasterPropMonitor/Library/Textures/graphgrid
[LOG 23:23:34.635] Load(Texture): JSI/RasterPropMonitor/Library/Textures/noscansat
[LOG 23:23:34.659] Load(Texture): JSI/RasterPropMonitor/Library/Textures/nosignal
[LOG 23:23:34.683] Load(Texture): JSI/RasterPropMonitor/Library/Textures/scalebar
[LOG 23:23:34.705] Load(Texture): JSI/RasterPropMonitor/Library/Textures/scaleLabels
[LOG 23:23:34.730] Load(Texture): KerbalEngineer/Parts/Engineer7500/model000
[LOG 23:23:34.841] Load(Texture): KerbalEngineer/Parts/EngineerChip/EngineerChip
[LOG 23:23:34.922] Load(Texture): KerbalEngineer/Textures/DropDownBackground
[LOG 23:23:34.948] Load(Texture): KerbalEngineer/Textures/ToolbarBackground
[LOG 23:23:34.971] Load(Texture): NavyFish/Plugins/ToolbarIcons/DPAI
[LOG 23:23:34.989] Load(Texture): RCSBuildAid/Textures/iconAppLauncher
[LOG 23:23:35.012] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 23:23:35.018] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 23:23:35.025] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 23:23:35.032] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 23:23:35.038] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 23:23:35.045] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 23:23:35.052] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 23:23:35.058] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 23:23:35.065] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 23:23:35.072] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 23:23:35.080] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 23:23:35.086] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 23:23:35.093] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 23:23:35.100] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 23:23:35.107] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 23:23:35.114] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 23:23:35.121] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 23:23:35.128] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 23:23:35.134] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 23:23:35.142] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 23:23:35.149] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 23:23:35.156] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 23:23:35.163] Load(Texture): Squad/Agencies/Kerlington
[LOG 23:23:35.169] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 23:23:35.177] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 23:23:35.184] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 23:23:35.192] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 23:23:35.199] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 23:23:35.205] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 23:23:35.212] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 23:23:35.219] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 23:23:35.226] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 23:23:35.233] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 23:23:35.241] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 23:23:35.248] Load(Texture): Squad/Agencies/R&D
[LOG 23:23:35.254] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 23:23:35.261] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 23:23:35.268] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 23:23:35.276] Load(Texture): Squad/Agencies/Rockomax
[LOG 23:23:35.283] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 23:23:35.289] Load(Texture): Squad/Agencies/Rokea
[LOG 23:23:35.297] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 23:23:35.304] Load(Texture): Squad/Agencies/SeansCannery
[LOG 23:23:35.310] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 23:23:35.318] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 23:23:35.325] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 23:23:35.331] Load(Texture): Squad/Agencies/StrutCo
[LOG 23:23:35.379] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 23:23:35.425] Load(Texture): Squad/Agencies/Vac-Co
[LOG 23:23:35.471] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 23:23:35.518] Load(Texture): Squad/Agencies/WinterOwl
[LOG 23:23:35.564] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 23:23:35.609] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 23:23:35.655] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 23:23:35.701] Load(Texture): Squad/Contracts/Icons/balloon
[LOG 23:23:35.747] Load(Texture): Squad/Contracts/Icons/default
[LOG 23:23:35.792] Load(Texture): Squad/Contracts/Icons/dish
[LOG 23:23:35.838] Load(Texture): Squad/Contracts/Icons/eva
[LOG 23:23:35.884] Load(Texture): Squad/Contracts/Icons/gravity
[LOG 23:23:35.930] Load(Texture): Squad/Contracts/Icons/marker
[LOG 23:23:35.976] Load(Texture): Squad/Contracts/Icons/pressure
[LOG 23:23:36.023] Load(Texture): Squad/Contracts/Icons/report
[LOG 23:23:36.069] Load(Texture): Squad/Contracts/Icons/sample
[LOG 23:23:36.114] Load(Texture): Squad/Contracts/Icons/seismic
[LOG 23:23:36.161] Load(Texture): Squad/Contracts/Icons/thermometer
[LOG 23:23:36.206] Load(Texture): Squad/Contracts/Icons/vessel
[LOG 23:23:36.251] Load(Texture): Squad/Flags/09
[ERR 23:23:41.363] [KSPSteamController]: Action set handle for MenuControls has &0. That's probably not right.

[ERR 23:23:41.363] [KSPSteamController]: Action set handle for FlightControls has &0. That's probably not right.

[ERR 23:23:41.364] [KSPSteamController]: Action set handle for DockingControls has &0. That's probably not right.

[ERR 23:23:41.365] [KSPSteamController]: Action set handle for EditorControls has &0. That's probably not right.

[ERR 23:23:41.366] [KSPSteamController]: Action set handle for MapControls has &0. That's probably not right.

[LOG 23:23:41.397] Load(Texture): Squad/Flags/blorbs
[LOG 23:23:41.419] Load(Texture): Squad/Flags/bullseye
[LOG 23:23:41.440] Load(Texture): Squad/Flags/capsule
[LOG 23:23:41.468] Load(Texture): Squad/Flags/circles
[LOG 23:23:41.488] Load(Texture): Squad/Flags/default
[LOG 23:23:41.507] Load(Texture): Squad/Flags/esa_dark_blue
[LOG 23:23:41.535] Load(Texture): Squad/Flags/hexagon
[LOG 23:23:41.569] Load(Texture): Squad/Flags/hexagonCircles
[LOG 23:23:41.590] Load(Texture): Squad/Flags/kerbal1
[LOG 23:23:41.616] Load(Texture): Squad/Flags/kerbal2
[LOG 23:23:41.636] Load(Texture): Squad/Flags/kerbin
[LOG 23:23:41.657] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 23:23:41.683] Load(Texture): Squad/Flags/line
[LOG 23:23:41.703] Load(Texture): Squad/Flags/minimalistic
[LOG 23:23:41.725] Load(Texture): Squad/Flags/NASA
[LOG 23:23:41.750] Load(Texture): Squad/Flags/orbit
[LOG 23:23:41.770] Load(Texture): Squad/Flags/orbs
[LOG 23:23:41.797] Load(Texture): Squad/Flags/retro
[LOG 23:23:41.817] Load(Texture): Squad/Flags/rings
[LOG 23:23:41.837] Load(Texture): Squad/Flags/rocketScience
[LOG 23:23:41.863] Load(Texture): Squad/Flags/satellite
[LOG 23:23:41.883] Load(Texture): Squad/Flags/spheres
[LOG 23:23:41.907] Load(Texture): Squad/Flags/squadLogo
[LOG 23:23:41.929] Load(Texture): Squad/Flags/squadLogo2
[LOG 23:23:41.949] Load(Texture): Squad/Flags/stripes
[LOG 23:23:41.969] Load(Texture): Squad/Flags/trees
[LOG 23:23:41.991] Load(Texture): Squad/Flags/trippy
[LOG 23:23:42.020] Load(Texture): Squad/Flags/uk_space_agency
[LOG 23:23:42.045] Load(Texture): Squad/FX/DiamondBlue
[LOG 23:23:42.048] Load(Texture): Squad/FX/FlameBlueOrange
[LOG 23:23:42.055] Load(Texture): Squad/FX/FlamePurple
[LOG 23:23:42.061] Load(Texture): Squad/FX/FlameRed
[LOG 23:23:42.068] Load(Texture): Squad/FX/FlameRedOrange
[LOG 23:23:42.074] Load(Texture): Squad/FX/plasma2
[LOG 23:23:42.081] Load(Texture): Squad/FX/rocketplume2
[LOG 23:23:42.088] Load(Texture): Squad/FX/shockDiamond2
[LOG 23:23:42.094] Load(Texture): Squad/FX/smokepuff1
[LOG 23:23:42.101] Load(Texture): Squad/PartList/SimpleIcons/cs_main
[LOG 23:23:42.122] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2
[LOG 23:23:42.141] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3
[LOG 23:23:42.161] Load(Texture): Squad/PartList/SimpleIcons/cs_size0
[LOG 23:23:42.181] Load(Texture): Squad/PartList/SimpleIcons/cs_size1
[LOG 23:23:42.200] Load(Texture): Squad/PartList/SimpleIcons/cs_size2
[LOG 23:23:42.220] Load(Texture): Squad/PartList/SimpleIcons/cs_size3
[LOG 23:23:42.241] Load(Texture): Squad/PartList/SimpleIcons/cs_surface
[LOG 23:23:42.262] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant
[LOG 23:23:42.282] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore
[LOG 23:23:42.302] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer
[LOG 23:23:42.322] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel
[LOG 23:23:42.342] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas
[LOG 23:23:42.361] Load(Texture): Squad/PartList/SimpleIcons/number1
[LOG 23:23:42.383] Load(Texture): Squad/PartList/SimpleIcons/number2
[LOG 23:23:42.413] Load(Texture): Squad/PartList/SimpleIcons/number3
[LOG 23:23:42.433] Load(Texture): Squad/PartList/SimpleIcons/number4
[LOG 23:23:42.453] Load(Texture): Squad/PartList/SimpleIcons/number5
[LOG 23:23:42.472] Load(Texture): Squad/PartList/SimpleIcons/number6
[LOG 23:23:42.492] Load(Texture): Squad/PartList/SimpleIcons/number7
[LOG 23:23:42.512] Load(Texture): Squad/PartList/SimpleIcons/number8
[LOG 23:23:42.532] Load(Texture): Squad/PartList/SimpleIcons/number9
[LOG 23:23:42.552] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics
[LOG 23:23:42.572] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors
[LOG 23:23:42.591] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction
[LOG 23:23:42.612] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics
[LOG 23:23:42.631] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration
[LOG 23:23:42.651] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol
[LOG 23:23:42.671] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding
[LOG 23:23:42.691] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks
[LOG 23:23:42.711] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry
[LOG 23:23:42.730] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech
[LOG 23:23:42.757] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned
[LOG 23:23:42.785] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems
[LOG 23:23:42.804] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech
[LOG 23:23:42.824] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation
[LOG 23:23:42.845] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes
[LOG 23:23:42.863] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry
[LOG 23:23:42.884] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites
[LOG 23:23:42.903] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics
[LOG 23:23:42.930] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics
[LOG 23:23:42.950] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech
[LOG 23:23:42.970] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics
[LOG 23:23:42.990] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics
[LOG 23:23:43.012] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors
[LOG 23:23:43.031] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry
[LOG 23:23:43.051] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience
[LOG 23:23:43.071] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience
[LOG 23:23:43.091] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol
[LOG 23:23:43.119] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems
[LOG 23:23:43.145] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction
[LOG 23:23:43.172] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry
[LOG 23:23:43.193] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic
[LOG 23:23:43.213] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry
[LOG 23:23:43.232] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics
[LOG 23:23:43.253] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry
[LOG 23:23:43.273] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight
[LOG 23:23:43.292] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion
[LOG 23:23:43.312] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight
[LOG 23:23:43.340] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion
[LOG 23:23:43.368] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing
[LOG 23:23:43.388] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol
[LOG 23:23:43.411] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics
[LOG 23:23:43.444] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes
[LOG 23:23:43.465] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials
[LOG 23:23:43.486] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing
[LOG 23:23:43.505] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion
[LOG 23:23:43.525] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering
[LOG 23:23:43.545] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics
[LOG 23:23:43.565] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech
[LOG 23:23:43.585] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction
[LOG 23:23:43.605] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol
[LOG 23:23:43.625] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics
[LOG 23:23:43.645] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability
[LOG 23:23:43.665] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start
[LOG 23:23:43.692] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight
[LOG 23:23:43.712] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability
[LOG 23:23:43.732] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech
[LOG 23:23:43.752] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry
[LOG 23:23:43.780] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2
[LOG 23:23:43.800] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules
[LOG 23:23:43.820] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced
[LOG 23:23:43.839] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance
[LOG 23:23:43.860] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment
[LOG 23:23:43.880] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization
[LOG 23:23:43.900] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision
[LOG 23:23:43.920] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems
[LOG 23:23:43.945] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope
[LOG 23:23:43.966] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone
[LOG 23:23:43.974] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake
[LOG 23:23:43.980] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 23:23:43.988] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings
[LOG 23:23:44.014] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins
[LOG 23:23:44.024] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin
[LOG 23:23:44.028] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes
[LOG 23:23:44.034] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat
[LOG 23:23:44.042] Load(Texture): Squad/Parts/Aero/cones/Cones
[LOG 23:23:44.052] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat
[LOG 23:23:44.060] Load(Texture): Squad/Parts/Aero/fairings/FairingBase
[LOG 23:23:44.066] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff
[LOG 23:23:44.095] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing
[LOG 23:23:44.102] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield
[LOG 23:23:44.110] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 23:23:44.120] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing
[LOG 23:23:44.125] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM
[LOG 23:23:44.136] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long
[LOG 23:23:44.141] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 23:23:44.146] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 23:23:44.154] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 23:23:44.161] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat
[LOG 23:23:44.168] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings
[LOG 23:23:44.191] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 23:23:44.196] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 23:23:44.202] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 23:23:44.208] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 23:23:44.216] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 23:23:44.223] Load(Texture): Squad/Parts/Aero/wings/Wings
[LOG 23:23:44.233] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 23:23:44.239] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 23:23:44.246] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 23:23:44.257] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 23:23:44.264] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 23:23:44.268] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 23:23:44.281] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 23:23:44.291] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 23:23:44.297] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 23:23:44.301] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 23:23:44.307] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 23:23:44.314] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 23:23:44.322] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 23:23:44.328] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 23:23:44.334] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 23:23:44.341] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 23:23:44.350] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 23:23:44.361] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 23:23:44.368] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 23:23:44.371] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW
[LOG 23:23:44.378] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
[LOG 23:23:44.387] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 23:23:44.396] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 23:23:44.403] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 23:23:44.406] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 23:23:44.413] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 23:23:44.421] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 23:23:44.427] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 23:23:44.434] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A
[LOG 23:23:44.448] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive
[LOG 23:23:44.455] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal
[LOG 23:23:44.466] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit
[LOG 23:23:44.480] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum
[LOG 23:23:44.485] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM
[LOG 23:23:44.517] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore
[LOG 23:23:44.523] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 23:23:44.528] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 23:23:44.538] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 23:23:44.545] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 23:23:44.553] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle
[LOG 23:23:44.563] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM
[LOG 23:23:44.569] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 23:23:44.576] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 23:23:44.583] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 23:23:44.593] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 23:23:44.600] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 23:23:44.608] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 23:23:44.615] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 23:23:44.623] Load(Texture): Squad/Parts/Command/probeRoverBody/model000
[LOG 23:23:44.630] Load(Texture): Squad/Parts/Command/probeRoverBody/model001
[LOG 23:23:44.637] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 23:23:44.645] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 23:23:44.653] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 23:23:44.661] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 23:23:44.669] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 23:23:44.674] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 23:23:44.681] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000
[LOG 23:23:44.688] Load(Texture): Squad/Parts/CompoundParts/strutConnector/model000
[LOG 23:23:44.694] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 23:23:44.701] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 23:23:44.708] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 23:23:44.714] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 23:23:44.721] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 23:23:44.728] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 23:23:44.734] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000
[LOG 23:23:44.741] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001
[LOG 23:23:44.748] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002
[LOG 23:23:44.755] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000
[LOG 23:23:44.762] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001
[LOG 23:23:44.769] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002
[LOG 23:23:44.777] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel
[LOG 23:23:44.784] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 23:23:44.790] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 23:23:44.797] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 23:23:44.803] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 23:23:44.810] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 23:23:44.817] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 23:23:44.826] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 23:23:44.833] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 23:23:44.841] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 23:23:44.847] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 23:23:44.853] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines
[LOG 23:23:44.862] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat
[LOG 23:23:44.872] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 23:23:44.877] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 23:23:44.884] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 23:23:44.891] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 23:23:44.898] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 23:23:44.907] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike
[LOG 23:23:44.916] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat
[LOG 23:23:44.923] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 23:23:44.930] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 23:23:44.937] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 23:23:44.953] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 23:23:44.960] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 23:23:44.968] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 23:23:44.975] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 23:23:44.983] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 23:23:44.991] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 23:23:44.999] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 23:23:45.006] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 23:23:45.014] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 23:23:45.021] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 23:23:45.028] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 23:23:45.036] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 23:23:45.043] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 23:23:45.048] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 23:23:45.055] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 23:23:45.063] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 23:23:45.070] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 23:23:45.077] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 23:23:45.084] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 23:23:45.092] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 23:23:45.099] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 23:23:45.106] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat
[LOG 23:23:45.113] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 23:23:45.120] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 23:23:45.127] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 23:23:45.134] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 23:23:45.141] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 23:23:45.147] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 23:23:45.156] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 23:23:45.163] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 23:23:45.174] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 23:23:45.182] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 23:23:45.187] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW
[LOG 23:23:45.192] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM
[LOG 23:23:45.200] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm
[LOG 23:23:45.207] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em
[LOG 23:23:45.213] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm
[LOG 23:23:45.221] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet
[LOG 23:23:45.227] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 23:23:45.252] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 23:23:45.258] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 23:23:45.264] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 23:23:45.272] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive
[LOG 23:23:45.279] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm
[LOG 23:23:45.293] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm
[LOG 23:23:45.301] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 23:23:45.308] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 23:23:45.316] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 23:23:45.324] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 23:23:45.331] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit
[LOG 23:23:45.337] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm
[LOG 23:23:45.347] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm
[LOG 23:23:45.354] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 23:23:45.361] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 23:23:45.368] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 23:23:45.374] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 23:23:45.383] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 23:23:45.388] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 23:23:45.395] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5
[LOG 23:23:45.403] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM
[LOG 23:23:45.411] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 23:23:45.417] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 23:23:45.431] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters
[LOG 23:23:45.442] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 23:23:45.452] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 23:23:45.460] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 23:23:45.466] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 23:23:45.473] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank
[LOG 23:23:45.479] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n
[LOG 23:23:45.486] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 23:23:45.493] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 23:23:45.500] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 23:23:45.507] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 23:23:45.514] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 23:23:45.523] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 23:23:45.528] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 23:23:45.535] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 23:23:45.542] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 23:23:45.549] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 23:23:45.556] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 23:23:45.563] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 23:23:45.571] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 23:23:45.577] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 23:23:45.585] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 23:23:45.592] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 23:23:45.598] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m
[LOG 23:23:45.606] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage
[LOG 23:23:45.614] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort
[LOG 23:23:45.623] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage
[LOG 23:23:45.635] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM
[LOG 23:23:45.640] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 23:23:45.645] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 23:23:45.652] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 23:23:45.659] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 23:23:45.665] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 23:23:45.672] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 23:23:45.679] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 23:23:45.685] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 23:23:45.692] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm
[LOG 23:23:45.715] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 23:23:45.722] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 23:23:45.728] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank
[LOG 23:23:45.733] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 23:23:45.739] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat
[LOG 23:23:45.746] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow
[LOG 23:23:45.754] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM
[LOG 23:23:45.762] Load(Texture): Squad/Parts/Misc/AsteroidDay/default
[LOG 23:23:45.767] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe
[LOG 23:23:45.775] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM
[LOG 23:23:45.784] Load(Texture): Squad/Parts/Misc/PotatoRoid/squareButton
[LOG 23:23:45.792] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp
[LOG 23:23:45.799] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack
[LOG 23:23:45.808] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell
[LOG 23:23:45.815] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large
[LOG 23:23:45.824] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff
[LOG 23:23:45.833] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm
[LOG 23:23:45.844] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle
[LOG 23:23:45.849] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff
[LOG 23:23:45.859] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_PSD
[LOG 23:23:45.869] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff
[LOG 23:23:45.878] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector
[LOG 23:23:45.883] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle
[LOG 23:23:45.891] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 23:23:45.898] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2
[LOG 23:23:45.905] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff
[LOG 23:23:45.914] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal
[LOG 23:23:45.924] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff
[LOG 23:23:45.932] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish
[LOG 23:23:45.938] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n
[LOG 23:23:45.947] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff
[LOG 23:23:45.959] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 23:23:45.968] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 23:23:45.976] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 23:23:45.981] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 23:23:45.990] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 23:23:45.996] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 23:23:46.004] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 23:23:46.011] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000
[LOG 23:23:46.018] Load(Texture): Squad/Parts/Science/sensorBarometer/model000
[LOG 23:23:46.025] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000
[LOG 23:23:46.032] Load(Texture): Squad/Parts/Science/sensorThermometer/model000
[LOG 23:23:46.039] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 23:23:46.047] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 23:23:46.054] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 23:23:46.061] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 23:23:46.068] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 23:23:46.076] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural
[LOG 23:23:46.086] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat
[LOG 23:23:46.094] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 23:23:46.103] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 23:23:46.113] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 23:23:46.139] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 23:23:46.147] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 23:23:46.152] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 23:23:46.158] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 23:23:46.165] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 23:23:46.173] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 23:23:46.178] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 23:23:46.185] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 23:23:46.193] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 23:23:46.199] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 23:23:46.211] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 23:23:46.215] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons
[LOG 23:23:46.227] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 23:23:46.231] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 23:23:46.238] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 23:23:46.245] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 23:23:46.252] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 23:23:46.259] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 23:23:46.266] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator
[LOG 23:23:46.273] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM
[LOG 23:23:46.281] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel
[LOG 23:23:46.288] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM
[LOG 23:23:46.298] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 23:23:46.303] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 23:23:46.310] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 23:23:46.316] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 23:23:46.325] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 23:23:46.331] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 23:23:46.337] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 23:23:46.344] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 23:23:46.350] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 23:23:46.357] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 23:23:46.364] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 23:23:46.371] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 23:23:46.377] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 23:23:46.384] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 23:23:46.391] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 23:23:46.398] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 23:23:46.405] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 23:23:46.412] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 23:23:46.419] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 23:23:46.426] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 23:23:46.433] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 23:23:46.440] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 23:23:46.447] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 23:23:46.460] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 23:23:46.467] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 23:23:46.475] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 23:23:46.482] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 23:23:46.487] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 23:23:46.495] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 23:23:46.502] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 23:23:46.510] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 23:23:46.518] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse
[LOG 23:23:46.523] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window
[LOG 23:23:46.530] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 23:23:46.536] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 23:23:46.544] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 23:23:46.552] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 23:23:46.558] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 23:23:46.566] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 23:23:46.576] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 23:23:46.581] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff OUT OF DATE
[LOG 23:23:46.583] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 23:23:46.609] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 23:23:46.616] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg OUT OF DATE
[LOG 23:23:46.617] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 23:23:46.641] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 23:23:46.645] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg OUT OF DATE
[LOG 23:23:46.646] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 23:23:46.653] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 23:23:46.657] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 23:23:46.663] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 23:23:46.670] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 23:23:46.678] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 23:23:46.684] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse
[LOG 23:23:46.693] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 23:23:46.698] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 23:23:46.705] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay
[LOG 23:23:46.713] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin
[LOG 23:23:46.719] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM
[LOG 23:23:46.726] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort
[LOG 23:23:46.734] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay
[LOG 23:23:46.742] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 23:23:46.748] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 23:23:46.755] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000
[LOG 23:23:46.812] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001
[LOG 23:23:46.817] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 23:23:46.823] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 23:23:46.829] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 23:23:46.837] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 23:23:46.844] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 23:23:46.851] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 23:23:46.858] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 23:23:46.865] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 23:23:46.872] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 23:23:46.878] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay
[LOG 23:23:46.886] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM
[LOG 23:23:46.892] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 23:23:46.899] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 23:23:46.905] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 23:23:46.913] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 23:23:46.920] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 23:23:46.927] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 23:23:46.933] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 23:23:46.940] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare
[LOG 23:23:46.946] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear
[LOG 23:23:46.960] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive
[LOG 23:23:46.967] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 23:23:46.973] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1
[LOG 23:23:46.996] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 23:23:47.000] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 23:23:47.006] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2
[LOG 23:23:47.016] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n
[LOG 23:23:47.046] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff
[LOG 23:23:47.160] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal
[LOG 23:23:47.241] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff
[LOG 23:23:47.331] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal
[LOG 23:23:47.421] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 23:23:47.429] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 23:23:47.437] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 23:23:47.444] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 23:23:47.450] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 23:23:47.464] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 23:23:47.471] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 23:23:47.478] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 23:23:47.485] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount
[LOG 23:23:47.570] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n
[LOG 23:23:47.586] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel
[LOG 23:23:47.599] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n
[LOG 23:23:47.614] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 23:23:47.617] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 23:23:47.624] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 23:23:47.631] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 23:23:47.639] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 23:23:47.646] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 23:23:47.654] Load(Texture): Squad/Props/circularButton/model000
[LOG 23:23:47.661] Load(Texture): Squad/Props/Compass/model000
[LOG 23:23:47.669] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 23:23:47.676] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 23:23:47.683] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 23:23:47.690] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 23:23:47.697] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 23:23:47.704] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 23:23:47.712] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow
[LOG 23:23:47.717] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 23:23:47.725] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 23:23:47.732] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 23:23:47.738] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 23:23:47.746] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 23:23:47.753] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 23:23:47.759] Load(Texture): Squad/Props/Monitor/Emissives
[LOG 23:23:47.765] Load(Texture): Squad/Props/Monitor/Emissives_glow
[LOG 23:23:47.773] Load(Texture): Squad/Props/Monitor/Monitor
[LOG 23:23:47.780] Load(Texture): Squad/Props/NavBall/model000
[LOG 23:23:47.787] Load(Texture): Squad/Props/NavBall/model001
[LOG 23:23:47.794] Load(Texture): Squad/Props/NavBall/model002
[LOG 23:23:47.802] Load(Texture): Squad/Props/NavBall/model003
[LOG 23:23:47.809] Load(Texture): Squad/Props/PropsGeneric/propsGeneric
[LOG 23:23:47.818] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 23:23:47.826] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 23:23:47.832] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 23:23:47.840] Load(Texture): Squad/Props/squareButton/model000
[LOG 23:23:47.846] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 23:23:47.853] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 23:23:47.860] Load(Texture): Squad/Props/switch/model000
[LOG 23:23:47.867] Load(Texture): Squad/Props/switchGuard/model000
[LOG 23:23:47.874] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 23:23:47.881] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 23:23:47.887] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 23:23:47.895] Load(Texture): Squad/Props/throttle/model000
[LOG 23:23:47.900] Load(Texture): Squad/Props/throttle/model001
[LOG 23:23:47.909] Load(Texture): Squad/Props/VSI/model000
[LOG 23:23:47.916] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 23:23:47.924] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 23:23:47.937] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 23:23:47.943] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 23:23:47.952] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 23:23:47.956] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 23:23:47.970] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 23:23:48.016] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 23:23:48.035] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 23:23:48.043] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 23:23:48.052] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 23:23:48.060] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 23:23:48.069] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 23:23:48.079] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 23:23:48.088] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 23:23:48.096] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 23:23:48.105] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 23:23:48.114] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 23:23:48.119] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 23:23:48.129] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 23:23:48.138] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 23:23:48.147] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 23:23:48.156] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 23:23:48.162] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 23:23:48.172] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 23:23:48.181] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 23:23:48.190] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 23:23:48.198] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 23:23:48.211] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 23:23:48.219] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 23:23:48.224] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 23:23:48.237] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 23:23:48.241] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 23:23:48.268] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 23:23:48.303] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 23:23:48.311] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 23:23:48.320] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass
[LOG 23:23:48.401] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int
[LOG 23:23:48.945] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM
[LOG 23:23:49.018] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap
[LOG 23:23:49.021] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric
[LOG 23:23:49.034] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM
[LOG 23:23:49.045] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric
[LOG 23:23:49.057] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM
[LOG 23:23:49.069] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP
[LOG 23:23:49.081] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows
[LOG 23:23:49.094] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy
[LOG 23:23:49.106] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric
[LOG 23:23:49.112] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM
[LOG 23:23:49.119] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 23:23:49.125] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 23:23:49.134] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 23:23:49.143] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 23:23:49.152] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 23:23:49.162] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 23:23:49.175] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 23:23:49.180] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 23:23:49.189] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 23:23:49.195] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA
[LOG 23:23:49.202] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 23:23:49.212] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat
[LOG 23:23:49.219] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows
[LOG 23:23:49.227] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA
[LOG 23:23:49.236] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass
[LOG 23:23:49.245] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA
[LOG 23:23:49.252] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat
[LOG 23:23:49.261] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric
[LOG 23:23:49.272] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM
[LOG 23:23:49.283] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap
[LOG 23:23:49.293] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric
[LOG 23:23:49.302] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass
[LOG 23:23:49.309] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA
[LOG 23:23:49.318] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass
[LOG 23:23:49.325] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC
[LOG 23:23:49.330] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA
[LOG 23:23:49.341] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 23:23:49.351] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n
[LOG 23:23:49.358] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat
[LOG 23:23:49.363] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 23:23:49.369] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 23:23:49.379] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 23:23:49.388] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 23:23:49.397] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 23:23:49.406] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 23:23:49.414] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 23:23:49.423] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 23:23:49.429] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 23:23:49.439] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric
[LOG 23:23:49.450] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM
[LOG 23:23:49.461] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 23:23:49.486] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 23:23:49.506] Load(Texture): Squad/Strategies/Icons/BailOutGrant
[LOG 23:23:49.526] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 23:23:49.546] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative
[LOG 23:23:49.573] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 23:23:49.600] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 23:23:49.635] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 23:23:49.662] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 23:23:49.682] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 23:23:49.709] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 23:23:49.740] Load(Texture): Squad/Tutorials/ChuteColors
[LOG 23:23:49.768] Load(Texture): Squad/Tutorials/EditorCoM
[LOG 23:23:49.805] Load(Texture): Squad/Tutorials/EditorSnap
[LOG 23:23:49.842] Load(Texture): Squad/Tutorials/EditorSnap4x
[LOG 23:23:49.887] Load(Texture): Squad/Tutorials/EditorSymm
[LOG 23:23:49.915] Load(Texture): Squad/Tutorials/StagingStack
[LOG 23:23:49.968] Load(Model): JSI/RasterPropMonitor/Library/Components/HUD/model
[LOG 23:23:50.048] Load(Model): JSI/RasterPropMonitor/Library/Components/MFD40x20v2/model
[LOG 23:23:50.114] Load(Model): JSI/RasterPropMonitor/Library/Components/NavBall/NavBall
[LOG 23:23:50.148] Load(Model): JSI/RasterPropMonitor/Library/Props/CockpitHandle/OpenHandle
[ERR 23:23:50.150] Triggers on concave MeshColliders are not supported

[LOG 23:23:50.156] Load(Model): JSI/RasterPropMonitor/Library/Props/InternalAirlock/InternalAirLock
[ERR 23:23:50.160] Triggers on concave MeshColliders are not supported

[LOG 23:23:50.230] Load(Model): JSI/RasterPropMonitor/Library/Props/InternalFlagPlate/FlagPlate
[LOG 23:23:50.299] Load(Model): JSI/RasterPropMonitor/Library/Props/InternalHatch/CubeCollider
[ERR 23:23:50.303] Triggers on concave MeshColliders are not supported

[LOG 23:23:50.306] Load(Model): JSI/RasterPropMonitor/Library/Props/SwitchWCover/SwitchWCover
[LOG 23:23:50.317] Load(Model): KerbalEngineer/Parts/Engineer7500/model
[LOG 23:23:50.328] Load(Model): KerbalEngineer/Parts/EngineerChip/EngineerChip
[LOG 23:23:50.339] Load(Model): Squad/FX/afterburner_flame
[LOG 23:23:50.354] Load(Model): Squad/FX/afterburner_shock
[LOG 23:23:50.361] Load(Model): Squad/FX/diamondBlue
[LOG 23:23:50.367] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 23:23:50.377] Load(Model): Squad/FX/hydroLOXFlame
[LOG 23:23:50.385] Load(Model): Squad/FX/IonPlume
[LOG 23:23:50.391] Load(Model): Squad/FX/ks1_Exhaust
[LOG 23:23:50.398] Load(Model): Squad/FX/ks25_Exhaust
[LOG 23:23:50.407] Load(Model): Squad/FX/ksX_Exhaust
[LOG 23:23:50.415] Load(Model): Squad/FX/LES_Thruster
[LOG 23:23:50.424] Load(Model): Squad/FX/shockExhaust_blue
[LOG 23:23:50.430] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 23:23:50.438] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 23:23:50.446] Load(Model): Squad/FX/SRB_Large
[LOG 23:23:50.453] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 23:23:50.459] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 23:23:50.473] Load(Model): Squad/Parts/Aero/airbrake/Airbrake
[LOG 23:23:50.481] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 23:23:50.488] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface
[LOG 23:23:50.495] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing
[LOG 23:23:50.503] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin
[LOG 23:23:50.538] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard
[LOG 23:23:50.544] Load(Model): Squad/Parts/Aero/airplaneFins/Canard
[LOG 23:23:50.554] Load(Model): Squad/Parts/Aero/airplaneFins/Swept
[LOG 23:23:50.564] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin
[LOG 23:23:50.572] Load(Model): Squad/Parts/Aero/basicFin/basicFin
[LOG 23:23:50.580] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake
[LOG 23:23:50.589] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake
[LOG 23:23:50.598] Load(Model): Squad/Parts/Aero/cones/AvioCone
[LOG 23:23:50.607] Load(Model): Squad/Parts/Aero/cones/ConeA
[LOG 23:23:50.617] Load(Model): Squad/Parts/Aero/cones/ConeB
[LOG 23:23:50.624] Load(Model): Squad/Parts/Aero/cones/NCS
[LOG 23:23:50.632] Load(Model): Squad/Parts/Aero/cones/TailA
[LOG 23:23:50.639] Load(Model): Squad/Parts/Aero/cones/TailB
[LOG 23:23:50.646] Load(Model): Squad/Parts/Aero/cones/TinyCone
[LOG 23:23:50.653] Load(Model): Squad/Parts/Aero/fairings/fairingSize1
[LOG 23:23:50.660] Load(Model): Squad/Parts/Aero/fairings/fairingSize2
[LOG 23:23:50.668] Load(Model): Squad/Parts/Aero/fairings/fairingSize3
[LOG 23:23:50.675] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1
[LOG 23:23:50.684] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2
[LOG 23:23:50.693] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3
[LOG 23:23:50.701] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 23:23:50.736] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial
[LOG 23:23:50.742] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 23:23:50.749] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 23:23:50.757] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 23:23:50.764] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing
[LOG 23:23:50.772] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA
[LOG 23:23:50.776] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB
[LOG 23:23:50.782] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder
[LOG 23:23:50.790] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake
[LOG 23:23:50.795] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 23:23:50.803] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 23:23:50.810] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 23:23:50.816] Load(Model): Squad/Parts/Aero/wings/connector1
[LOG 23:23:50.823] Load(Model): Squad/Parts/Aero/wings/connector2
[LOG 23:23:50.830] Load(Model): Squad/Parts/Aero/wings/connector3
[LOG 23:23:50.836] Load(Model): Squad/Parts/Aero/wings/connector4
[LOG 23:23:50.843] Load(Model): Squad/Parts/Aero/wings/connector5
[LOG 23:23:50.850] Load(Model): Squad/Parts/Aero/wings/delta
[LOG 23:23:50.857] Load(Model): Squad/Parts/Aero/wings/delta_small
[LOG 23:23:50.864] Load(Model): Squad/Parts/Aero/wings/elevon1
[LOG 23:23:50.874] Load(Model): Squad/Parts/Aero/wings/elevon2
[LOG 23:23:50.881] Load(Model): Squad/Parts/Aero/wings/elevon3
[LOG 23:23:50.887] Load(Model): Squad/Parts/Aero/wings/elevon4
[LOG 23:23:50.895] Load(Model): Squad/Parts/Aero/wings/elevon5
[LOG 23:23:50.901] Load(Model): Squad/Parts/Aero/wings/strake
[LOG 23:23:50.907] Load(Model): Squad/Parts/Aero/wings/structural1
[LOG 23:23:50.915] Load(Model): Squad/Parts/Aero/wings/structural2
[LOG 23:23:50.922] Load(Model): Squad/Parts/Aero/wings/structural3
[LOG 23:23:50.929] Load(Model): Squad/Parts/Aero/wings/structural4
[LOG 23:23:50.935] Load(Model): Squad/Parts/Aero/wings/swept1
[LOG 23:23:50.942] Load(Model): Squad/Parts/Aero/wings/swept2
[LOG 23:23:50.948] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 23:23:50.996] Load(Model): Squad/Parts/Command/cupola/model
[LOG 23:23:51.024] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 23:23:51.032] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 23:23:51.041] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 23:23:51.048] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 23:23:51.090] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 23:23:51.098] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin
[LOG 23:23:51.105] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline
[LOG 23:23:51.113] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard
[LOG 23:23:51.122] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 23:23:51.131] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 23:23:51.139] Load(Model): Squad/Parts/Command/mk2CockpitInline/model
[LOG 23:23:51.162] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model
[LOG 23:23:51.170] Load(Model): Squad/Parts/Command/mk2DroneCore/model
[LOG 23:23:51.178] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 23:23:51.190] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model
[LOG 23:23:51.200] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 23:23:51.208] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 23:23:51.216] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 23:23:51.223] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 23:23:51.231] Load(Model): Squad/Parts/Command/probeRoverBody/model
[LOG 23:23:51.238] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 23:23:51.248] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 23:23:51.256] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 23:23:51.264] Load(Model): Squad/Parts/CompoundParts/fuelLine/model
[LOG 23:23:51.273] Load(Model): Squad/Parts/CompoundParts/strutConnector/model
[LOG 23:23:51.279] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 23:23:51.288] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 23:23:51.296] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model
[LOG 23:23:51.304] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model
[LOG 23:23:51.311] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 23:23:51.318] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 23:23:51.324] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 23:23:51.330] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 23:23:51.336] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 23:23:51.344] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 23:23:51.352] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 23:23:51.360] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 23:23:51.368] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 23:23:51.377] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside
[LOG 23:23:51.384] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1
[LOG 23:23:51.394] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2
[LOG 23:23:51.407] Load(Model): Squad/Parts/Engine/jetEngines/turboJet
[LOG 23:23:51.416] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet
[LOG 23:23:51.426] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 23:23:51.433] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 23:23:51.441] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike
[LOG 23:23:51.449] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 23:23:51.456] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 23:23:51.462] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 23:23:51.471] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 23:23:51.481] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 23:23:51.489] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 23:23:51.502] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 23:23:51.514] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 23:23:51.522] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 23:23:51.535] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 23:23:51.548] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 23:23:51.560] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB
[LOG 23:23:51.573] Load(Model): Squad/Parts/Engine/miniJet/SmallJet
[LOG 23:23:51.580] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 23:23:51.589] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 23:23:51.600] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB
[LOG 23:23:51.615] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 23:23:51.626] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster
[LOG 23:23:51.640] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 23:23:51.648] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 23:23:51.658] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5
[LOG 23:23:51.667] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 23:23:51.673] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 23:23:51.682] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2
[LOG 23:23:51.690] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
[LOG 23:23:51.698] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant
[LOG 23:23:51.706] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter
[LOG 23:23:51.715] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
[LOG 23:23:51.723] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1
[LOG 23:23:51.731] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
[LOG 23:23:51.739] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3
[LOG 23:23:51.746] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 23:23:51.756] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 23:23:51.763] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 23:23:51.770] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 23:23:51.779] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 23:23:51.786] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 23:23:51.793] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 23:23:51.805] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 23:23:51.812] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 23:23:51.820] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 23:23:51.827] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 23:23:51.834] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler
[LOG 23:23:51.842] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long
[LOG 23:23:51.849] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard
[LOG 23:23:51.856] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO
[LOG 23:23:51.865] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid
[LOG 23:23:51.873] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO
[LOG 23:23:51.881] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid
[LOG 23:23:51.889] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono
[LOG 23:23:51.897] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW
[LOG 23:23:51.905] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100
[LOG 23:23:51.913] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25
[LOG 23:23:51.920] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50
[LOG 23:23:51.927] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100
[LOG 23:23:51.935] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25
[LOG 23:23:51.942] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50
[LOG 23:23:51.948] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO
[LOG 23:23:51.955] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 23:23:51.962] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 23:23:51.971] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 23:23:51.978] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 23:23:51.986] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 23:23:51.994] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank
[LOG 23:23:52.005] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
[LOG 23:23:52.014] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
[LOG 23:23:52.023] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 23:23:52.030] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model
[LOG 23:23:52.039] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 23:23:52.045] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2
[LOG 23:23:52.053] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna
[LOG 23:23:52.065] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar
[LOG 23:23:52.074] Load(Model): Squad/Parts/Misc/PotatoRoid/PotatoRoid
[ERR 23:23:52.088] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 23:23:52.105] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[LOG 23:23:52.107] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell
[LOG 23:23:52.111] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray
[LOG 23:23:52.123] Load(Model): Squad/Parts/Resources/ISRU/ISRU
[LOG 23:23:52.137] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank
[LOG 23:23:52.146] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill
[LOG 23:23:52.161] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU
[LOG 23:23:52.172] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner
[LOG 23:23:52.180] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 23:23:52.194] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank
[LOG 23:23:52.202] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank
[LOG 23:23:52.209] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner
[LOG 23:23:52.216] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner
[LOG 23:23:52.225] Load(Model): Squad/Parts/Science/AtmosphereSensor/model
[LOG 23:23:52.234] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 23:23:52.242] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 23:23:52.265] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 23:23:52.275] Load(Model): Squad/Parts/Science/sensorAccelerometer/model
[LOG 23:23:52.281] Load(Model): Squad/Parts/Science/sensorBarometer/model
[LOG 23:23:52.288] Load(Model): Squad/Parts/Science/sensorGravimeter/model
[LOG 23:23:52.295] Load(Model): Squad/Parts/Science/sensorThermometer/model
[LOG 23:23:52.302] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 23:23:52.310] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 23:23:52.318] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 23:23:52.325] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 23:23:52.332] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 23:23:52.340] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage
[LOG 23:23:52.347] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage
[LOG 23:23:52.355] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1
[LOG 23:23:52.362] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2
[LOG 23:23:52.370] Load(Model): Squad/Parts/Structural/mk1Parts/Structural
[LOG 23:23:52.380] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow
[LOG 23:23:52.390] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler
[LOG 23:23:52.400] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter
[LOG 23:23:52.411] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 23:23:52.425] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 23:23:52.433] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 23:23:52.440] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 23:23:52.448] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 23:23:52.455] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 23:23:52.463] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 23:23:52.471] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig
[LOG 23:23:52.479] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall
[LOG 23:23:52.487] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 23:23:52.495] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 23:23:52.502] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 23:23:52.513] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 23:23:52.520] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 23:23:52.529] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
[LOG 23:23:52.569] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed
[LOG 23:23:52.589] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall
[LOG 23:23:52.608] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge
[LOG 23:23:52.615] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg
[LOG 23:23:52.623] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm
[LOG 23:23:52.630] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 23:23:52.666] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 23:23:52.680] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 23:23:52.688] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 23:23:52.695] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 23:23:52.703] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 23:23:52.711] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 23:23:52.718] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 23:23:52.726] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 23:23:52.733] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 23:23:52.742] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 23:23:52.749] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 23:23:52.756] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 23:23:52.764] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 23:23:52.776] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 23:23:52.783] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 23:23:52.794] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 23:23:52.801] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm
[LOG 23:23:52.843] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 23:23:52.851] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 23:23:52.864] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 23:23:52.882] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[LOG 23:23:52.895] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[LOG 23:23:52.904] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 23:23:52.912] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:52.912] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:52.915] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 23:23:52.922] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 23:23:52.930] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 23:23:52.942] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem
[LOG 23:23:52.961] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 23:23:52.969] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge
[LOG 23:23:52.982] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall
[LOG 23:23:52.992] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model
[LOG 23:23:53.000] Load(Model): Squad/Parts/Utility/mk2DockingPort/model
[LOG 23:23:53.015] Load(Model): Squad/Parts/Utility/mk3CargoBay/long
[LOG 23:23:53.029] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium
[LOG 23:23:53.039] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp
[LOG 23:23:53.057] Load(Model): Squad/Parts/Utility/mk3CargoBay/short
[LOG 23:23:53.066] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 23:23:53.129] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model
[LOG 23:23:53.136] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 23:23:53.145] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 23:23:53.153] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 23:23:53.161] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 23:23:53.167] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 23:23:53.174] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125
[LOG 23:23:53.192] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250
[LOG 23:23:53.209] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 23:23:53.216] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 23:23:53.224] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 23:23:53.230] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 23:23:53.238] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 23:23:53.246] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge
[ERR 23:23:53.260] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.261] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.270] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed
[ERR 23:23:53.274] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.274] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.277] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree
[ERR 23:23:53.279] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.279] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.285] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge
[ERR 23:23:53.286] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.287] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.296] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium
[ERR 23:23:53.304] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.304] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.307] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall
[ERR 23:23:53.309] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.309] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.316] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 23:23:53.326] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.326] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.328] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 23:23:53.330] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.331] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.338] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 23:23:53.346] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.347] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.349] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 23:23:53.369] WheelCollider requires an attached Rigidbody to function.

[ERR 23:23:53.370] WheelCollider requires an attached Rigidbody to function.

[LOG 23:23:53.374] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 23:23:53.382] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 23:23:53.390] Load(Model): Squad/Props/AxisIndicator/model
[LOG 23:23:53.399] Load(Model): Squad/Props/ButtonSquare/model
[LOG 23:23:53.405] Load(Model): Squad/Props/circularButton/model
[LOG 23:23:53.412] Load(Model): Squad/Props/Compass/model
[LOG 23:23:53.418] Load(Model): Squad/Props/directionalKnob/model
[LOG 23:23:53.426] Load(Model): Squad/Props/directionalKnob2/model
[LOG 23:23:53.433] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 23:23:53.442] Load(Model): Squad/Props/IVANavBall/model
[LOG 23:23:53.454] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 23:23:53.462] Load(Model): Squad/Props/Monitor/MonitorDockingMode
[LOG 23:23:53.470] Load(Model): Squad/Props/NavBall/model
[LOG 23:23:53.478] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode
[LOG 23:23:53.485] Load(Model): Squad/Props/PropsGeneric/CargoBagA
[LOG 23:23:53.521] Load(Model): Squad/Props/PropsGeneric/CargoBagB
[LOG 23:23:53.529] Load(Model): Squad/Props/PropsGeneric/CargoBagC
[LOG 23:23:53.535] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane
[LOG 23:23:53.542] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90
[LOG 23:23:53.550] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame
[LOG 23:23:53.556] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger
[LOG 23:23:53.563] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot
[LOG 23:23:53.572] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet
[LOG 23:23:53.581] Load(Model): Squad/Props/PropsGeneric/SideStick
[LOG 23:23:53.586] Load(Model): Squad/Props/pullSwitch/model
[LOG 23:23:53.593] Load(Model): Squad/Props/radarAltitude/model
[LOG 23:23:53.599] Load(Model): Squad/Props/squareButton/model
[LOG 23:23:53.606] Load(Model): Squad/Props/standingSwitch/model
[LOG 23:23:53.615] Load(Model): Squad/Props/switch/model
[LOG 23:23:53.622] Load(Model): Squad/Props/switchGuard/model
[LOG 23:23:53.629] Load(Model): Squad/Props/switchWithGuards/model
[LOG 23:23:53.638] Load(Model): Squad/Props/throttle/model
[LOG 23:23:53.647] Load(Model): Squad/Props/VSI/model
[LOG 23:23:53.655] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 23:23:53.682] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 23:23:53.697] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 23:23:53.721] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 23:23:53.748] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 23:23:53.768] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 23:23:53.792] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int
[LOG 23:23:53.832] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin
[LOG 23:23:53.881] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA
[LOG 23:23:53.891] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA
[LOG 23:23:53.906] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 23:23:53.925] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model
[LOG 23:23:53.943] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int
[LOG 23:23:53.971] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA
[LOG 23:23:53.999] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int
[LOG 23:23:54.014] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 23:23:54.088] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask
[LOG 23:23:54.099] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder
[LOG 23:23:54.114] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask
[LOG 23:23:54.119] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder
[LOG 23:23:54.127] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask
[LOG 23:23:54.135] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder
[LOG 23:23:54.144] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask
[LOG 23:23:54.152] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask
[LOG 23:23:54.159] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2
[LOG 23:23:54.167] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2
[LOG 23:23:54.176] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3
[LOG 23:23:54.182] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask
[LOG 23:23:54.189] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2
[LOG 23:23:54.196] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3
[LOG 23:23:54.204] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder
[LOG 23:23:54.211] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask
[LOG 23:23:54.220] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder
[LOG 23:23:54.227] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask
[LOG 23:23:54.237] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder
[LOG 23:23:54.243] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask
[LOG 23:23:54.251] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder
[LOG 23:23:54.258] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask
[LOG 23:23:54.265] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2
[LOG 23:23:54.274] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder
[LOG 23:23:54.281] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask
[LOG 23:23:54.288] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder
[LOG 23:23:54.296] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask
[LOG 23:23:54.303] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder
[LOG 23:23:54.310] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask
[LOG 23:23:54.318] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder
[LOG 23:23:54.326] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask
[LOG 23:23:54.334] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder
[LOG 23:23:54.342] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask
[LOG 23:23:54.349] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 23:23:54.361] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 23:23:54.405] Loading Asset Bundle Definitions
[LOG 23:23:54.414] AssetLoader: Loading bundle definitions
[LOG 23:23:55.112] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\squadcore.ksp'
[LOG 23:23:55.184] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia.ksp'
[LOG 23:23:55.298] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraft.ksp'
[LOG 23:23:55.407] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasics.ksp'
[LOG 23:23:55.458] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance.ksp'
[LOG 23:23:55.512] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance2.ksp'
[LOG 23:23:55.570] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscol.ksp'
[LOG 23:23:55.623] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrol.ksp'
[LOG 23:23:55.666] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrolsurfaces.ksp'
[LOG 23:23:55.717] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsdrag.ksp'
[LOG 23:23:55.765] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsengines.ksp'
[LOG 23:23:55.806] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsforces.ksp'
[LOG 23:23:55.847] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsintakes.ksp'
[LOG 23:23:55.903] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslandinggear.ksp'
[LOG 23:23:55.952] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslift.ksp'
[LOG 23:23:56.002] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_career.ksp'
[LOG 23:23:56.044] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscontracts.ksp'
[LOG 23:23:56.095] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscrew.ksp'
[LOG 23:23:56.138] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscurrencies.ksp'
[LOG 23:23:56.191] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsexperience.ksp'
[LOG 23:23:56.301] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsfacilities.ksp'
[LOG 23:23:56.353] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsstrategies.ksp'
[LOG 23:23:56.395] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicstechnology.ksp'
[LOG 23:23:56.454] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ac.ksp'
[LOG 23:23:56.514] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-admin.ksp'
[LOG 23:23:56.566] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ksc.ksp'
[LOG 23:23:56.667] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-mc.ksp'
[LOG 23:23:56.717] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-sciencearchives.ksp'
[LOG 23:23:56.761] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-techtree.ksp'
[LOG 23:23:56.812] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ts.ksp'
[LOG 23:23:56.923] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui.ksp'
[LOG 23:23:56.982] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-actiongroups.ksp'
[LOG 23:23:57.023] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-applauncher.ksp'
[LOG 23:23:57.063] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-crew.ksp'
[LOG 23:23:57.112] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-engineersreport.ksp'
[LOG 23:23:57.153] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-gizmos.ksp'
[LOG 23:23:57.274] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-infos.ksp'
[LOG 23:23:57.316] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-partdetails.ksp'
[LOG 23:23:57.358] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-parts.ksp'
[LOG 23:23:57.400] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-symmetry.ksp'
[LOG 23:23:57.440] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-vesseldetails.ksp'
[LOG 23:23:57.544] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui.ksp'
[LOG 23:23:57.593] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-dockingmode.ksp'
[LOG 23:23:57.635] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editor.ksp'
[LOG 23:23:57.678] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editorgizmos.ksp'
[LOG 23:23:57.726] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-eva.ksp'
[LOG 23:23:57.768] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flight.ksp'
[LOG 23:23:57.805] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightactivities.ksp'
[LOG 23:23:57.853] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightdirections.ksp'
[LOG 23:23:57.895] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-general.ksp'
[LOG 23:23:57.930] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mapandtime.ksp'
[LOG 23:23:57.994] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseconstruction.ksp'
[LOG 23:23:58.036] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseflight.ksp'
[LOG 23:23:58.070] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-rcs.ksp'
[LOG 23:23:58.175] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls.ksp'
[LOG 23:23:58.231] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_eastereggs.ksp'
[LOG 23:23:58.273] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ac.ksp'
[LOG 23:23:58.314] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-admin.ksp'
[LOG 23:23:58.354] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-context.ksp'
[LOG 23:23:58.455] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ksc.ksp'
[LOG 23:23:58.519] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-launchpad.ksp'
[LOG 23:23:58.582] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-mc.ksp'
[LOG 23:23:58.636] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-randd.ksp'
[LOG 23:23:58.680] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-runway.ksp'
[LOG 23:23:58.786] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-sph.ksp'
[LOG 23:23:58.849] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ts.ksp'
[LOG 23:23:58.915] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-vab.ksp'
[LOG 23:23:58.965] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-altimeter.ksp'
[LOG 23:23:59.035] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-applauncher.ksp'
[LOG 23:23:59.079] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-evaactivities.ksp'
[LOG 23:23:59.120] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-modecontrol.ksp'
[LOG 23:23:59.163] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-navball.ksp'
[LOG 23:23:59.204] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-portraits.ksp'
[LOG 23:23:59.246] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-staging.ksp'
[LOG 23:23:59.287] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-timeandaction.ksp'
[LOG 23:23:59.329] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui.ksp'
[LOG 23:23:59.434] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heat.ksp'
[LOG 23:23:59.476] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatactiveradiators.ksp'
[LOG 23:23:59.545] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatcore.ksp'
[LOG 23:23:59.605] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatengines.ksp'
[LOG 23:23:59.655] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatflow.ksp'
[LOG 23:23:59.708] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpart.ksp'
[LOG 23:23:59.762] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpassiveradiators.ksp'
[LOG 23:23:59.821] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatshields.ksp'
[LOG 23:23:59.923] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_locations.ksp'
[LOG 23:23:59.983] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_manual.ksp'
[LOG 23:24:00.046] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-mannodes.ksp'
[LOG 23:24:00.095] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes.ksp'
[LOG 23:24:00.138] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes2.ksp'
[LOG 23:24:00.179] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui.ksp'
[LOG 23:24:00.221] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-atmosphere.ksp'
[LOG 23:24:00.264] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingbackdown.ksp'
[LOG 23:24:00.304] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingupthere.ksp'
[LOG 23:24:00.353] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gravityturn.ksp'
[LOG 23:24:00.435] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-orbits.ksp'
[LOG 23:24:00.488] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-stayingupthere.ksp'
[LOG 23:24:00.553] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics.ksp'
[LOG 23:24:00.612] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-appe.ksp'
[LOG 23:24:00.655] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-dirandinc.ksp'
[LOG 23:24:00.697] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-directions.ksp'
[LOG 23:24:00.739] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-eccentricity.ksp'
[LOG 23:24:00.797] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions.ksp'
[LOG 23:24:00.838] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-adjustinginclination.ksp'
[LOG 23:24:00.886] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-deltav.ksp'
[LOG 23:24:00.953] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-efficiency.ksp'
[LOG 23:24:01.004] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer.ksp'
[LOG 23:24:01.046] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer2.ksp'
[LOG 23:24:01.087] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-orbittypes.ksp'
[LOG 23:24:01.129] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-radandantirad.ksp'
[LOG 23:24:01.172] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-shapingup.ksp'
[LOG 23:24:01.214] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers.ksp'
[LOG 23:24:01.258] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-dres.ksp'
[LOG 23:24:01.306] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-duna.ksp'
[LOG 23:24:01.353] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eeloo.ksp'
[LOG 23:24:01.448] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eve.ksp'
[LOG 23:24:01.496] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-jool.ksp'
[LOG 23:24:01.545] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-kerbin.ksp'
[LOG 23:24:01.587] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-moho.ksp'
[LOG 23:24:01.636] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-sun.ksp'
[LOG 23:24:01.686] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-system.ksp'
[LOG 23:24:01.730] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-asteroidmining.ksp'
[LOG 23:24:01.765] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-conversionmanagement.ksp'
[LOG 23:24:01.835] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-drilling.ksp'
[LOG 23:24:01.903] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit.ksp'
[LOG 23:24:01.975] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit2.ksp'
[LOG 23:24:02.080] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-storageandconversion.ksp'
[LOG 23:24:02.139] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources.ksp'
[LOG 23:24:02.213] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketry.ksp'
[LOG 23:24:02.293] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-fairings.ksp'
[LOG 23:24:02.379] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-girders.ksp'
[LOG 23:24:02.526] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced.ksp'
[LOG 23:24:02.637] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasics.ksp'
[LOG 23:24:02.741] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsaero.ksp'
[LOG 23:24:02.815] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscentered.ksp'
[LOG 23:24:02.876] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicschutes.ksp'
[LOG 23:24:02.926] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscontrol.ksp'
[LOG 23:24:03.054] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsecrecharging.ksp'
[LOG 23:24:03.129] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsengines.ksp'
[LOG 23:24:03.199] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsforces.ksp'
[LOG 23:24:03.257] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicshatchesandladders.ksp'
[LOG 23:24:03.372] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsresources.ksp'
[LOG 23:24:03.499] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsservicecontainers.ksp'
[LOG 23:24:03.583] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstability.ksp'
[LOG 23:24:03.647] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstabilityassist.ksp'
[LOG 23:24:03.702] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstaging.ksp'
[LOG 23:24:03.756] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicssymmetry.ksp'
[LOG 23:24:03.820] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_science.ksp'
[LOG 23:24:03.876] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencedata.ksp'
[LOG 23:24:03.935] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_scienceexperiments.ksp'
[LOG 23:24:03.994] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencelab.ksp'
[LOG 23:24:04.514] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencetransmitted.ksp'
[LOG 23:24:04.583] AssetLoader: Loaded bundle 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_spacetravel.ksp'
[LOG 23:24:04.598] AssetLoader: Finished loading. 152 bundle definitions loaded.
[LOG 23:24:04.601] Config(AGENT) JSI/Agencies/Agents/Junk Systems Inc.
[LOG 23:24:04.604] Config(JSIAdvTransparentPodsSettings) JSI/JSIAdvTransparentPods/Plugins/Config/JSIAdvTransparentPodsSettings
[LOG 23:24:04.606] Config(PART) JSI/RasterPropMonitor/Library/Parts/ExternalCameraPart/external-camera/JSIPrimitiveExternalCamera
[LOG 23:24:04.607] Config(PROP) JSI/RasterPropMonitor/Library/Props/CockpitHandle/eva-hatch/JSIEvaCockpitHandle
[LOG 23:24:04.609] Config(PROP) JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop/IndicatorPanelRPM
[LOG 23:24:04.611] Config(PROP) JSI/RasterPropMonitor/Library/Props/InternalAirlock/eva-hatch-with-model/JSIEvaHatchFull
[LOG 23:24:04.613] Config(PROP) JSI/RasterPropMonitor/Library/Props/InternalFlagPlate/prop/JSIInternalFlagPlate
[LOG 23:24:04.614] Config(PROP) JSI/RasterPropMonitor/Library/Props/InternalHatch/eva-hatch/JSIEvaHatch
[LOG 23:24:04.616] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton01
[LOG 23:24:04.617] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton02
[LOG 23:24:04.619] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton03
[LOG 23:24:04.621] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton04
[LOG 23:24:04.623] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton05
[LOG 23:24:04.625] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton06
[LOG 23:24:04.626] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton07
[LOG 23:24:04.628] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton08
[LOG 23:24:04.629] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton09
[LOG 23:24:04.631] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton10
[LOG 23:24:04.633] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/AxisIndicator/JSIAA_Throttle
[LOG 23:24:04.634] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/Blinkenlichten/JSIStockSquareBlinkenlichten
[LOG 23:24:04.636] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockAltimeter
[LOG 23:24:04.637] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockFuelPanel
[LOG 23:24:04.640] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockMono
[LOG 23:24:04.642] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockPower
[LOG 23:24:04.644] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIMulticolorButton
[LOG 23:24:04.647] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASPrograde
[LOG 23:24:04.649] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRetrograde
[LOG 23:24:04.650] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNormalPlus
[LOG 23:24:04.651] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNormalMinus
[LOG 23:24:04.653] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRadialPlus
[LOG 23:24:04.655] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRadialMinus
[LOG 23:24:04.657] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASTargetPlus
[LOG 23:24:04.659] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASTargetMinus
[LOG 23:24:04.660] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNodePlus
[LOG 23:24:04.662] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASStabilityAssist
[LOG 23:24:04.664] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonLight
[LOG 23:24:04.666] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonGear
[LOG 23:24:04.669] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonRCS
[LOG 23:24:04.670] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonSAS
[LOG 23:24:04.671] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonBRAKES
[LOG 23:24:04.673] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonStage
[LOG 23:24:04.674] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobPitch
[LOG 23:24:04.675] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobYaw
[LOG 23:24:04.677] Config(PROP) JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobRoll
[LOG 23:24:04.679] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_GEAR
[LOG 23:24:04.681] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_LIGHTS
[LOG 23:24:04.683] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_RCS
[LOG 23:24:04.684] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_SAS
[LOG 23:24:04.686] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_BRAKE
[LOG 23:24:04.688] Config(PROP) JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_StageLock
[LOG 23:24:04.689] Config(@PROP[*]:HAS[@MODULE[InternalButtonLight]]:FINAL) JSI/RasterPropMonitor/Plugins/reduce-iva-cpu-usage/@PROP[*]:HAS[@MODULE[InternalButtonLight]]:FINAL
[LOG 23:24:04.691] Config(@PROP[*]:HAS[@MODULE[internalGeneric]]:FINAL) JSI/RasterPropMonitor/Plugins/reduce-iva-cpu-usage/@PROP[*]:HAS[@MODULE[internalGeneric]]:FINAL
[LOG 23:24:04.692] Config(RasterPropMonitorSettings) JSI/RasterPropMonitor/Plugins/rpm-config/RasterPropMonitorSettings
[LOG 23:24:04.694] Config(@PART[hc_navcam]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[hc_navcam]
[LOG 23:24:04.695] Config(@PART[aerocam]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[aerocam]
[LOG 23:24:04.696] Config(@PART[aerocam180]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[aerocam180]
[LOG 23:24:04.697] Config(@PART[hc_booster]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[hc_booster]
[LOG 23:24:04.699] Config(@PART[hc_launchcam]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[hc_launchcam]
[LOG 23:24:04.701] Config(@PART[hc_scicam]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[hc_scicam]
[LOG 23:24:04.702] Config(@PART[kerbpro]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[kerbpro]
[LOG 23:24:04.703] Config(@PART[hc_wideangle]) JSI/RasterPropMonitor/ThirdPartySupport/hullcam-models-as-external-cameras/@PART[hc_wideangle]
[LOG 23:24:04.705] Config(JSIGRAPHSET) JSI/RPMPodPatches/BasicMFD/graphset/ExperimentalGraphSet
[LOG 23:24:04.705] Config(PROP) JSI/RPMPodPatches/BasicMFD/MFD40x20/RasterPropMonitorBasicMFD
[LOG 23:24:04.707] Config(PROP) JSI/RPMPodPatches/BasicMFD/PlaneHUD/RasterPropMonitorBasicHUD
[LOG 23:24:04.708] Config(JSIHUD_VERTICAL_BAR) JSI/RPMPodPatches/BasicMFD/PlaneHUD/RadarAltOceanBar
[LOG 23:24:04.710] Config(JSIHUD_VERTICAL_BAR) JSI/RPMPodPatches/BasicMFD/PlaneHUD/VSIBar
[LOG 23:24:04.712] Config(@PART[*]:HAS[@INTERNAL[KP0110internal]]) JSI/RPMPodPatches/PatchesMod/kp0110-pod-patch/@PART[*]:HAS[@INTERNAL[KP0110internal]]
[LOG 23:24:04.714] Config(INTERNAL) JSI/RPMPodPatches/PatchesMod/kp0110-remade-internal/KP0110internalRPM
[LOG 23:24:04.716] Config(@PART[*]:HAS[@INTERNAL[orbitalOrbInternals]]) JSI/RPMPodPatches/PatchesMod/orbital-orb-patch/@PART[*]:HAS[@INTERNAL[orbitalOrbInternals]]
[LOG 23:24:04.717] Config(INTERNAL) JSI/RPMPodPatches/PatchesMod/orbital-orb-remade-internal/orbitalOrbInternalsRPM
[LOG 23:24:04.718] Config(@INTERNAL[crewCabinInternals]) JSI/RPMPodPatches/PatchesStock/crew-cabin-patch/@INTERNAL[crewCabinInternals]
[LOG 23:24:04.719] Config(@PART[*]:HAS[@INTERNAL[cupolaInternal]]) JSI/RPMPodPatches/PatchesStock/cupola-patch/@PART[*]:HAS[@INTERNAL[cupolaInternal]]
[LOG 23:24:04.720] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/cupola-remade-internal/cupolaInternalRPM
[LOG 23:24:04.721] Config(@PART[*]:HAS[@INTERNAL[GenericSpace3]]) JSI/RPMPodPatches/PatchesStock/generic3-cockpit-patch/@PART[*]:HAS[@INTERNAL[GenericSpace3]]
[LOG 23:24:04.723] Config(@INTERNAL[GenericSpace3]) JSI/RPMPodPatches/PatchesStock/generic3-cockpit-patch/@INTERNAL[GenericSpace3]
[LOG 23:24:04.724] Config(@PART[*]:HAS[@INTERNAL[mk1PodCockpit],!MODULE[LifeBoat]]) JSI/RPMPodPatches/PatchesStock/mk1-patch/@PART[*]:HAS[@INTERNAL[mk1PodCockpit],!MODULE[LifeBoat]]
[LOG 23:24:04.725] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk1-remade-internal/mk1PodCockpitRPM
[LOG 23:24:04.726] Config(@PART[*]:HAS[@INTERNAL[PodCockpit]]) JSI/RPMPodPatches/PatchesStock/mk12pod-patch/@PART[*]:HAS[@INTERNAL[PodCockpit]]
[LOG 23:24:04.727] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk12pod-remade-internal/PodCockpitRPM
[LOG 23:24:04.728] Config(@PART[*]:HAS[@INTERNAL[mk1CockpitInternal]]) JSI/RPMPodPatches/PatchesStock/mk1cockpit-patch/@PART[*]:HAS[@INTERNAL[mk1CockpitInternal]]
[LOG 23:24:04.730] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk1cockpit-remade-internal/mk1CockpitInternalRPM
[LOG 23:24:04.731] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk1lander-remade-internal/landerCabinSmallInternalRPM
[LOG 23:24:04.732] Config(@PART[*]:HAS[@INTERNAL[landerCabinSmallInternal]]) JSI/RPMPodPatches/PatchesStock/mk1landercan-patch/@PART[*]:HAS[@INTERNAL[landerCabinSmallInternal]]
[LOG 23:24:04.734] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/SH_mk2CockpitInternalRPM
[LOG 23:24:04.735] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/mk2CockpitInternal
[LOG 23:24:04.736] Config(@PART[mk2Cockpit_Standard]:NEEDS[RasterPropMonitor]) JSI/RPMPodPatches/PatchesStock/mk2-spp-cockpits/@PART[mk2Cockpit_Standard]:NEEDS[RasterPropMonitor]
[LOG 23:24:04.738] Config(@PART[mk2Cockpit_Inline]:NEEDS[RasterPropMonitor]) JSI/RPMPodPatches/PatchesStock/mk2-spp-cockpits/@PART[mk2Cockpit_Inline]:NEEDS[RasterPropMonitor]
[LOG 23:24:04.741] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk2-spp-cockpits/mk2CockpitStandardInternalsRPM
[LOG 23:24:04.743] Config(@PART[*]:HAS[@INTERNAL[GenericSpace1]]:Final) JSI/RPMPodPatches/PatchesStock/mk2-stock-cockpit-patch/@PART[*]:HAS[@INTERNAL[GenericSpace1]]:Final
[LOG 23:24:04.745] Config(@PART[*]:HAS[@INTERNAL[SH_mk2CockpitInternal]]:Final) JSI/RPMPodPatches/PatchesStock/mk2-stock-cockpit-patch/@PART[*]:HAS[@INTERNAL[SH_mk2CockpitInternal]]:Final
[LOG 23:24:04.748] Config(@INTERNAL[GenericSpace1]) JSI/RPMPodPatches/PatchesStock/mk2-stock-cockpit-patch/@INTERNAL[GenericSpace1]
[LOG 23:24:04.750] Config(@PART[*]:HAS[@INTERNAL[landerCabinInternals]]) JSI/RPMPodPatches/PatchesStock/mk2landercan-patch/@PART[*]:HAS[@INTERNAL[landerCabinInternals]]
[LOG 23:24:04.752] Config(INTERNAL) JSI/RPMPodPatches/PatchesStock/mk2landercan-remade-internal/landerCabinInternalsRPM
[LOG 23:24:04.754] Config(@PART[mk3Cockpit_Shuttle]:NEEDS[RasterPropMonitor]) JSI/RPMPodPatches/PatchesStock/mk3cockpit-patch/@PART[mk3Cockpit_Shuttle]:NEEDS[RasterPropMonitor]
[LOG 23:24:04.756] Config(@INTERNAL[MK3_Cockpit_Int]:NEEDS[RasterPropMonitor]) JSI/RPMPodPatches/PatchesStock/mk3cockpit-patch/@INTERNAL[MK3_Cockpit_Int]:NEEDS[RasterPropMonitor]
[LOG 23:24:04.758] Config(PART) KerbalEngineer/Parts/Engineer7500/part/Engineer7500
[LOG 23:24:04.759] Config(PART) KerbalEngineer/Parts/EngineerChip/EngineerChip/EngineerChip
[LOG 23:24:04.760] Config(DockingPortAlignment) NavyFish/Plugins/Docking Port Alignment Indicator/DPAI Settings/DockingPortAlignment
[LOG 23:24:04.762] Config(@PART[*]:HAS[@MODULE[ModuleDockingNode],@MODULE[ModuleDockingNodeNamed]:HAS[~controlTransformName[]]]) NavyFish/Plugins/Docking Port Alignment Indicator/moduleDockingNodeNamed/@PART[*]:HAS[@MODULE[ModuleDockingNode],@MODULE[ModuleDockingNodeNamed]:HAS[~controlTransformName[]]]
[LOG 23:24:04.766] Config(@PART[*]:HAS[@MODULE[ModuleDockingNode],!MODULE[ModuleDockingNodeNamed]]) NavyFish/Plugins/Docking Port Alignment Indicator/moduleDockingNodeNamed/@PART[*]:HAS[@MODULE[ModuleDockingNode],!MODULE[ModuleDockingNodeNamed]]
[LOG 23:24:04.770] Config(@PROP[RasterPropMonitorBasicMFD]:Final) NavyFish/Plugins/Docking Port Alignment Indicator/RPM Configs/DPAI_RPM_BasicMFD/@PROP[RasterPropMonitorBasicMFD]:Final
[LOG 23:24:04.773] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 23:24:04.774] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 23:24:04.775] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 23:24:04.776] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 23:24:04.778] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 23:24:04.779] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 23:24:04.781] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 23:24:04.782] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 23:24:04.784] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 23:24:04.786] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 23:24:04.788] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 23:24:04.790] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 23:24:04.792] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 23:24:04.793] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 23:24:04.795] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 23:24:04.797] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 23:24:04.799] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 23:24:04.800] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 23:24:04.801] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 23:24:04.803] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 23:24:04.805] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 23:24:04.806] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 23:24:04.808] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 23:24:04.810] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 23:24:04.811] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 23:24:04.813] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 23:24:04.814] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 23:24:04.815] Config(Contracts) Squad/Contracts/Contracts/Contracts
[LOG 23:24:04.822] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot
[LOG 23:24:04.823] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer
[LOG 23:24:04.824] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist
[LOG 23:24:04.825] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist
[LOG 23:24:04.826] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 23:24:04.827] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1
[LOG 23:24:04.829] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 23:24:04.831] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf
[LOG 23:24:04.833] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing
[LOG 23:24:04.834] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin
[LOG 23:24:04.835] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard
[LOG 23:24:04.836] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController
[LOG 23:24:04.838] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing
[LOG 23:24:04.839] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin
[LOG 23:24:04.840] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin
[LOG 23:24:04.841] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake
[LOG 23:24:04.842] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake
[LOG 23:24:04.844] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone
[LOG 23:24:04.846] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA
[LOG 23:24:04.847] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB
[LOG 23:24:04.848] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter
[LOG 23:24:04.849] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone
[LOG 23:24:04.850] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail
[LOG 23:24:04.852] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB
[LOG 23:24:04.853] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1
[LOG 23:24:04.855] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2
[LOG 23:24:04.856] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3
[LOG 23:24:04.858] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1
[LOG 23:24:04.859] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2
[LOG 23:24:04.861] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3
[LOG 23:24:04.862] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield
[LOG 23:24:04.865] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong
[LOG 23:24:04.867] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake
[LOG 23:24:04.868] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 23:24:04.870] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 23:24:04.871] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta
[LOG 23:24:04.873] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1
[LOG 23:24:04.874] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2
[LOG 23:24:04.876] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder
[LOG 23:24:04.877] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake
[LOG 23:24:04.879] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 23:24:04.880] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 23:24:04.882] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 23:24:04.883] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector
[LOG 23:24:04.885] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2
[LOG 23:24:04.886] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3
[LOG 23:24:04.888] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4
[LOG 23:24:04.889] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5
[LOG 23:24:04.891] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing
[LOG 23:24:04.892] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small
[LOG 23:24:04.893] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf
[LOG 23:24:04.895] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2
[LOG 23:24:04.896] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3
[LOG 23:24:04.897] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf
[LOG 23:24:04.899] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5
[LOG 23:24:04.900] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake
[LOG 23:24:04.901] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing
[LOG 23:24:04.902] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2
[LOG 23:24:04.903] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3
[LOG 23:24:04.904] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4
[LOG 23:24:04.905] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1
[LOG 23:24:04.906] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2
[LOG 23:24:04.906] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 23:24:04.907] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 23:24:04.908] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 23:24:04.909] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 23:24:04.910] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 23:24:04.911] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 23:24:04.912] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 23:24:04.913] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit
[LOG 23:24:04.914] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin
[LOG 23:24:04.915] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit
[LOG 23:24:04.916] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 23:24:04.917] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 23:24:04.917] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline
[LOG 23:24:04.918] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard
[LOG 23:24:04.919] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore
[LOG 23:24:04.920] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 23:24:04.921] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle
[LOG 23:24:04.922] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 23:24:04.923] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 23:24:04.924] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 23:24:04.924] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 23:24:04.926] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody
[LOG 23:24:04.927] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 23:24:04.929] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 23:24:04.930] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 23:24:04.932] Config(PART) Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine
[LOG 23:24:04.932] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector
[LOG 23:24:04.933] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 23:24:04.934] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 23:24:04.935] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1
[LOG 23:24:04.936] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3
[LOG 23:24:04.937] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 23:24:04.938] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 23:24:04.939] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 23:24:04.940] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 23:24:04.941] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 23:24:04.942] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 23:24:04.943] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 23:24:04.945] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 23:24:04.946] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 23:24:04.947] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet
[LOG 23:24:04.948] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine
[LOG 23:24:04.949] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2
[LOG 23:24:04.951] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine
[LOG 23:24:04.953] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 23:24:04.955] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 23:24:04.957] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 23:24:04.959] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 23:24:04.961] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 23:24:04.963] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 23:24:04.965] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 23:24:04.967] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 23:24:04.969] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 23:24:04.970] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 23:24:04.972] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 23:24:04.974] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 23:24:04.976] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 23:24:04.977] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME
[LOG 23:24:04.979] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster
[LOG 23:24:04.981] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine
[LOG 23:24:04.983] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 23:24:04.984] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 23:24:04.986] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB
[LOG 23:24:04.988] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 23:24:04.989] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster
[LOG 23:24:04.991] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 23:24:04.993] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 23:24:04.995] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm
[LOG 23:24:04.996] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 23:24:04.997] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 23:24:04.998] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2
[LOG 23:24:04.999] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines
[LOG 23:24:05.000] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2
[LOG 23:24:05.001] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant
[LOG 23:24:05.002] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2
[LOG 23:24:05.004] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1
[LOG 23:24:05.005] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant
[LOG 23:24:05.007] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3
[LOG 23:24:05.008] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 23:24:05.010] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 23:24:05.011] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 23:24:05.012] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 23:24:05.013] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 23:24:05.014] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 23:24:05.015] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 23:24:05.016] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 23:24:05.017] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 23:24:05.019] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 23:24:05.021] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage
[LOG 23:24:05.022] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 23:24:05.024] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong
[LOG 23:24:05.025] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 23:24:05.027] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 23:24:05.028] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage
[LOG 23:24:05.030] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 23:24:05.031] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 23:24:05.033] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 23:24:05.034] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin
[LOG 23:24:05.036] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100
[LOG 23:24:05.037] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25
[LOG 23:24:05.039] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50
[LOG 23:24:05.040] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100
[LOG 23:24:05.042] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25
[LOG 23:24:05.043] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50
[LOG 23:24:05.044] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO
[LOG 23:24:05.046] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 23:24:05.047] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 23:24:05.049] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 23:24:05.050] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 23:24:05.052] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 23:24:05.053] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank
[LOG 23:24:05.055] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank
[LOG 23:24:05.056] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank
[LOG 23:24:05.057] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 23:24:05.059] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge
[LOG 23:24:05.060] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 23:24:05.061] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore
[LOG 23:24:05.062] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna
[LOG 23:24:05.064] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel
[LOG 23:24:05.065] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 23:24:05.066] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell
[LOG 23:24:05.067] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray
[LOG 23:24:05.069] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU
[LOG 23:24:05.070] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank
[LOG 23:24:05.071] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill
[LOG 23:24:05.072] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU
[LOG 23:24:05.073] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner
[LOG 23:24:05.073] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill
[LOG 23:24:05.074] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank
[LOG 23:24:05.075] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank
[LOG 23:24:05.076] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 23:24:05.077] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner
[LOG 23:24:05.077] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere
[LOG 23:24:05.078] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 23:24:05.079] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 23:24:05.080] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 23:24:05.081] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 23:24:05.082] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 23:24:05.082] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 23:24:05.083] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 23:24:05.084] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 23:24:05.085] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 23:24:05.086] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 23:24:05.087] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 23:24:05.088] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 23:24:05.089] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody
[LOG 23:24:05.090] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody
[LOG 23:24:05.091] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage
[LOG 23:24:05.092] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage
[LOG 23:24:05.093] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural
[LOG 23:24:05.094] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler
[LOG 23:24:05.095] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter
[LOG 23:24:05.096] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 23:24:05.097] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 23:24:05.098] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 23:24:05.099] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 23:24:05.101] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 23:24:05.102] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 23:24:05.104] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 23:24:05.105] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint
[LOG 23:24:05.106] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon
[LOG 23:24:05.108] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 23:24:05.109] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 23:24:05.110] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 23:24:05.112] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 23:24:05.113] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 23:24:05.115] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge
[LOG 23:24:05.116] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed
[LOG 23:24:05.117] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall
[LOG 23:24:05.119] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge
[LOG 23:24:05.121] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg
[LOG 23:24:05.122] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm
[LOG 23:24:05.123] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 23:24:05.124] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 23:24:05.125] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 23:24:05.126] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 23:24:05.128] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 23:24:05.130] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 23:24:05.132] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 23:24:05.134] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 23:24:05.136] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 23:24:05.138] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 23:24:05.139] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 23:24:05.141] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 23:24:05.143] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 23:24:05.145] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 23:24:05.146] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 23:24:05.147] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 23:24:05.148] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 23:24:05.149] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice
[LOG 23:24:05.150] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 23:24:05.151] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 23:24:05.152] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 23:24:05.154] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 23:24:05.155] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 23:24:05.156] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 23:24:05.157] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 23:24:05.158] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 23:24:05.159] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 23:24:05.160] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem
[LOG 23:24:05.162] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 23:24:05.162] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL
[LOG 23:24:05.163] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS
[LOG 23:24:05.164] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin
[LOG 23:24:05.165] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort
[LOG 23:24:05.166] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL
[LOG 23:24:05.167] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM
[LOG 23:24:05.168] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp
[LOG 23:24:05.169] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS
[LOG 23:24:05.170] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 23:24:05.171] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue
[LOG 23:24:05.172] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 23:24:05.173] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 23:24:05.174] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 23:24:05.176] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 23:24:05.177] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 23:24:05.179] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125
[LOG 23:24:05.180] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250
[LOG 23:24:05.182] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 23:24:05.183] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 23:24:05.185] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 23:24:05.186] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 23:24:05.188] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 23:24:05.190] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge
[LOG 23:24:05.191] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed
[LOG 23:24:05.192] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree
[LOG 23:24:05.193] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium
[LOG 23:24:05.193] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall
[LOG 23:24:05.194] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay
[LOG 23:24:05.195] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 23:24:05.196] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 23:24:05.197] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 23:24:05.198] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 23:24:05.199] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 23:24:05.200] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 23:24:05.202] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 23:24:05.203] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 23:24:05.204] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 23:24:05.206] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 23:24:05.207] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 23:24:05.208] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 23:24:05.209] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 23:24:05.210] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 23:24:05.211] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 23:24:05.212] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 23:24:05.212] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 23:24:05.213] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode
[LOG 23:24:05.214] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 23:24:05.215] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode
[LOG 23:24:05.216] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA
[LOG 23:24:05.216] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB
[LOG 23:24:05.218] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC
[LOG 23:24:05.219] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane
[LOG 23:24:05.220] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90
[LOG 23:24:05.221] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame
[LOG 23:24:05.221] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger
[LOG 23:24:05.222] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot
[LOG 23:24:05.223] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet
[LOG 23:24:05.224] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick
[LOG 23:24:05.225] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 23:24:05.226] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 23:24:05.227] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 23:24:05.228] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 23:24:05.229] Config(PROP) Squad/Props/switch/prop/switch
[LOG 23:24:05.229] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 23:24:05.230] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 23:24:05.231] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 23:24:05.232] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 23:24:05.233] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE
[LOG 23:24:05.233] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 23:24:05.234] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 23:24:05.235] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 23:24:05.236] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 23:24:05.237] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 23:24:05.237] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 23:24:05.238] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID
[LOG 23:24:05.239] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES
[LOG 23:24:05.241] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS
[LOG 23:24:05.242] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION
[LOG 23:24:05.244] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 23:24:05.245] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 23:24:05.247] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 23:24:05.248] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 23:24:05.249] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 23:24:05.250] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 23:24:05.251] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 23:24:05.253] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 23:24:05.254] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore
[LOG 23:24:05.255] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator
[LOG 23:24:05.256] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.257] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.258] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.260] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.262] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.263] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.265] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.266] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.268] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.270] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.272] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 23:24:05.274] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 23:24:05.276] Config(TechTree) Squad/Resources/TechTree/TechTree
[LOG 23:24:05.277] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 23:24:05.279] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 23:24:05.281] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 23:24:05.283] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 23:24:05.285] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 23:24:05.286] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 23:24:05.288] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int
[LOG 23:24:05.290] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal
[LOG 23:24:05.291] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 23:24:05.292] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal
[LOG 23:24:05.293] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 23:24:05.294] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 23:24:05.296] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int
[LOG 23:24:05.297] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal
[LOG 23:24:05.298] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int
[LOG 23:24:05.299] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int
[LOG 23:24:05.300] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder
[LOG 23:24:05.301] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 23:24:05.302] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 23:24:05.304] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 23:24:05.305] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 23:24:05.306] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 23:24:05.307] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 23:24:05.308] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 23:24:05.309] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 23:24:05.310] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 23:24:05.311] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 23:24:05.312] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 23:24:05.313] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 23:24:05.315] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 23:24:05.316] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant
[LOG 23:24:05.317] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout
[LOG 23:24:05.318] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative
[LOG 23:24:05.320] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital
[LOG 23:24:05.321] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun
[LOG 23:24:05.322] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit
[LOG 23:24:05.328] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.329] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.330] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.331] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.332] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.332] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.333] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.334] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.335] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.336] Resource RESOURCE_DEFINITION added to database
[LOG 23:24:05.339] GameDatabase: Assets loaded in 51.151s
[LOG 23:24:05.340] CodeAssetLoader: Compiling all code assets
[LOG 23:24:05.352] PartLoader: Loading part database
[LOG 23:24:05.354] PartLoader: Compiling Part 'JSI/RasterPropMonitor/Library/Parts/ExternalCameraPart/external-camera/JSIPrimitiveExternalCamera'
[LOG 23:24:05.386] EffectList: Created 11 effect types
[LOG 23:24:05.453] PartLoader: Compiling Part 'KerbalEngineer/Parts/Engineer7500/part/Engineer7500'
[LOG 23:24:05.522] PartLoader: Compiling Part 'KerbalEngineer/Parts/EngineerChip/EngineerChip/EngineerChip'
[LOG 23:24:05.553] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 23:24:05.579] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1'
[LOG 23:24:05.626] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 23:24:05.665] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf'
[LOG 23:24:05.699] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing'
[LOG 23:24:05.737] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin'
[LOG 23:24:05.767] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard'
[LOG 23:24:05.791] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController'
[LOG 23:24:05.817] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing'
[LOG 23:24:05.837] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin'
[LOG 23:24:05.864] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin'
[LOG 23:24:05.895] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake'
[LOG 23:24:05.932] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake'
[LOG 23:24:05.961] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone'
[LOG 23:24:06.008] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA'
[LOG 23:24:06.049] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB'
[LOG 23:24:06.080] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter'
[LOG 23:24:06.104] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone'
[LOG 23:24:06.124] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail'
[LOG 23:24:06.144] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB'
[LOG 23:24:06.166] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1'
[LOG 23:24:06.219] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2'
[LOG 23:24:06.257] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3'
[LOG 23:24:06.285] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1'
[LOG 23:24:06.314] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2'
[LOG 23:24:06.340] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3'
[LOG 23:24:06.374] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield'
[LOG 23:24:06.409] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong'
[LOG 23:24:06.430] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake'
[LOG 23:24:06.464] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 23:24:06.477] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 23:24:06.499] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta'
[LOG 23:24:06.517] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1'
[LOG 23:24:06.542] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2'
[LOG 23:24:06.565] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder'
[LOG 23:24:06.591] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake'
[LOG 23:24:06.610] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 23:24:06.629] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 23:24:06.647] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 23:24:06.668] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector'
[LOG 23:24:06.687] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2'
[LOG 23:24:06.706] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3'
[LOG 23:24:06.724] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4'
[LOG 23:24:06.743] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5'
[LOG 23:24:06.760] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing'
[LOG 23:24:06.778] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small'
[LOG 23:24:06.796] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf'
[LOG 23:24:06.818] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2'
[LOG 23:24:06.841] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3'
[LOG 23:24:06.862] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf'
[LOG 23:24:06.886] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5'
[LOG 23:24:06.908] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake'
[LOG 23:24:06.926] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing'
[LOG 23:24:06.945] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2'
[LOG 23:24:06.962] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3'
[LOG 23:24:06.980] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4'
[LOG 23:24:06.999] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1'
[LOG 23:24:07.021] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2'
[LOG 23:24:07.041] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 23:24:07.060] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 23:24:07.098] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 23:24:07.116] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 23:24:07.140] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 23:24:07.173] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 23:24:07.190] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 23:24:07.224] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit'
[LOG 23:24:07.258] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin'
[LOG 23:24:07.284] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit'
[LOG 23:24:07.318] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 23:24:07.347] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 23:24:07.386] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline'
[LOG 23:24:07.426] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard'
[LOG 23:24:07.463] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore'
[LOG 23:24:07.489] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 23:24:07.528] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle'
[LOG 23:24:07.568] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 23:24:07.592] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 23:24:07.615] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 23:24:07.642] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 23:24:07.664] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody'
[LOG 23:24:07.686] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 23:24:07.713] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 23:24:07.742] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 23:24:07.784] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine'
[LOG 23:24:07.816] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector'
[LOG 23:24:07.835] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 23:24:07.857] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 23:24:07.878] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1'
[LOG 23:24:07.903] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3'
[LOG 23:24:07.929] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 23:24:07.951] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 23:24:07.971] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 23:24:08.008] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 23:24:08.028] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 23:24:08.045] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 23:24:08.061] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 23:24:08.077] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 23:24:08.099] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 23:24:08.165] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet'
[LOG 23:24:08.251] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine'
[LOG 23:24:08.290] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2'
[LOG 23:24:08.350] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine'
[LOG 23:24:08.413] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 23:24:08.456] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 23:24:08.490] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 23:24:08.530] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 23:24:08.575] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 23:24:08.601] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 23:24:08.652] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 23:24:08.698] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 23:24:08.735] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 23:24:08.775] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 23:24:08.822] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 23:24:08.864] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 23:24:08.915] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 23:24:08.956] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME'
[LOG 23:24:09.003] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster'
[LOG 23:24:09.059] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine'
[LOG 23:24:09.115] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 23:24:09.149] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 23:24:09.238] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB'
[LOG 23:24:09.307] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 23:24:09.427] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster'
[LOG 23:24:09.512] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 23:24:09.570] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 23:24:09.624] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm'
[LOG 23:24:09.675] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 23:24:09.702] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 23:24:09.733] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2'
[LOG 23:24:09.759] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines'
[LOG 23:24:09.779] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2'
[LOG 23:24:09.807] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant'
[LOG 23:24:09.829] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2'
[LOG 23:24:09.846] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1'
[LOG 23:24:09.864] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant'
[LOG 23:24:09.894] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3'
[LOG 23:24:09.928] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 23:24:09.949] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 23:24:09.972] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 23:24:09.996] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 23:24:10.020] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 23:24:10.041] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 23:24:10.064] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 23:24:10.081] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 23:24:10.095] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 23:24:10.116] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 23:24:10.135] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage'
[LOG 23:24:10.154] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 23:24:10.181] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 23:24:10.208] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 23:24:10.231] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 23:24:10.260] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage'
[LOG 23:24:10.293] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 23:24:10.327] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 23:24:10.351] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 23:24:10.378] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin'
[LOG 23:24:10.454] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100'
[LOG 23:24:10.474] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25'
[LOG 23:24:10.493] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50'
[LOG 23:24:10.511] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100'
[LOG 23:24:10.535] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25'
[LOG 23:24:10.558] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50'
[LOG 23:24:10.578] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO'
[LOG 23:24:10.601] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 23:24:10.619] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 23:24:10.638] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 23:24:10.656] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 23:24:10.682] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 23:24:10.703] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank'
[LOG 23:24:10.720] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank'
[LOG 23:24:10.737] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank'
[LOG 23:24:10.753] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 23:24:10.775] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge'
[LOG 23:24:10.793] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 23:24:10.817] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore'
[LOG 23:24:10.849] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna'
[LOG 23:24:10.898] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel'
[LOG 23:24:10.925] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid'
[ERR 23:24:10.937] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 23:24:10.948] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 23:24:10.985] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 23:24:11.012] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[LOG 23:24:11.019] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell'
[LOG 23:24:11.063] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray'
[LOG 23:24:11.090] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU'
[LOG 23:24:11.175] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank'
[LOG 23:24:11.195] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill'
[LOG 23:24:11.262] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU'
[LOG 23:24:11.325] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner'
[LOG 23:24:11.365] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill'
[LOG 23:24:11.418] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank'
[LOG 23:24:11.458] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank'
[LOG 23:24:11.491] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner'
[LOG 23:24:11.567] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner'
[LOG 23:24:11.612] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere'
[LOG 23:24:11.638] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 23:24:11.673] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 23:24:11.719] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 23:24:11.756] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 23:24:11.794] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 23:24:11.823] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 23:24:11.857] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 23:24:11.888] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 23:24:11.908] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 23:24:11.927] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 23:24:11.944] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 23:24:11.964] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 23:24:11.991] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody'
[LOG 23:24:12.024] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody'
[LOG 23:24:12.058] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage'
[LOG 23:24:12.085] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage'
[LOG 23:24:12.112] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural'
[LOG 23:24:12.141] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler'
[LOG 23:24:12.186] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter'
[LOG 23:24:12.202] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 23:24:12.217] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 23:24:12.244] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 23:24:12.266] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 23:24:12.285] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 23:24:12.308] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 23:24:12.339] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 23:24:12.363] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint'
[LOG 23:24:12.414] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon'
[LOG 23:24:12.456] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 23:24:12.480] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 23:24:12.505] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 23:24:12.525] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 23:24:12.593] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 23:24:12.635] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge'
[LOG 23:24:12.678] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed'
[LOG 23:24:12.702] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall'
[LOG 23:24:12.723] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge'
[LOG 23:24:12.740] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg'
[LOG 23:24:12.759] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm'
[LOG 23:24:12.778] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 23:24:12.801] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 23:24:12.829] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 23:24:12.864] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 23:24:12.917] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 23:24:12.963] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 23:24:13.006] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 23:24:13.042] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 23:24:13.064] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 23:24:13.086] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 23:24:13.113] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 23:24:13.145] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 23:24:13.177] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 23:24:13.213] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 23:24:13.250] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 23:24:13.276] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 23:24:13.304] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 23:24:13.328] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice'
[LOG 23:24:13.375] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 23:24:13.396] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 23:24:13.432] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 23:24:13.523] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 23:24:13.612] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 23:24:13.683] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 23:24:13.726] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 23:24:13.743] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 23:24:13.760] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 23:24:13.808] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem'
[LOG 23:24:13.858] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 23:24:13.888] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL'
[LOG 23:24:13.927] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS'
[LOG 23:24:13.965] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin'
[LOG 23:24:14.017] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort'
[LOG 23:24:14.061] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL'
[LOG 23:24:14.085] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM'
[LOG 23:24:14.116] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp'
[LOG 23:24:14.144] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS'
[LOG 23:24:14.170] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 23:24:14.211] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue'
[LOG 23:24:14.250] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 23:24:14.286] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 23:24:14.317] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 23:24:14.354] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 23:24:14.377] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 23:24:14.410] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125'
[LOG 23:24:14.499] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250'
[LOG 23:24:14.542] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 23:24:14.562] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 23:24:14.581] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 23:24:14.596] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 23:24:14.611] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 23:24:14.628] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge'
[LOG 23:24:14.676] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed'
[LOG 23:24:14.723] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree'
[LOG 23:24:14.771] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium'
[LOG 23:24:14.826] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall'
[LOG 23:24:14.882] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay'
[LOG 23:24:14.935] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 23:24:14.981] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 23:24:15.025] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 23:24:15.073] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 23:24:15.119] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/CockpitHandle/eva-hatch/JSIEvaCockpitHandle'
[LOG 23:24:15.124] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop/IndicatorPanelRPM'
[LOG 23:24:15.129] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/InternalAirlock/eva-hatch-with-model/JSIEvaHatchFull'
[LOG 23:24:15.133] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/InternalFlagPlate/prop/JSIInternalFlagPlate'
[LOG 23:24:15.135] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/InternalHatch/eva-hatch/JSIEvaHatch'
[LOG 23:24:15.137] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton01'
[LOG 23:24:15.146] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton02'
[LOG 23:24:15.150] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton03'
[LOG 23:24:15.154] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton04'
[LOG 23:24:15.157] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton05'
[LOG 23:24:15.162] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton06'
[LOG 23:24:15.166] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton07'
[LOG 23:24:15.170] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton08'
[LOG 23:24:15.173] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton09'
[LOG 23:24:15.177] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/ActionGroupLabelledButtons/JSIActionGroupLabelButton10'
[LOG 23:24:15.181] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/AxisIndicator/JSIAA_Throttle'
[LOG 23:24:15.183] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/Blinkenlichten/JSIStockSquareBlinkenlichten'
[LOG 23:24:15.184] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockAltimeter'
[LOG 23:24:15.188] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockFuelPanel'
[LOG 23:24:15.190] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockMono'
[LOG 23:24:15.193] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIStockPower'
[LOG 23:24:15.196] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/JSISwitchable/JSIMulticolorButton'
[LOG 23:24:15.198] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASPrograde'
[LOG 23:24:15.201] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRetrograde'
[LOG 23:24:15.205] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNormalPlus'
[LOG 23:24:15.209] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNormalMinus'
[LOG 23:24:15.212] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRadialPlus'
[LOG 23:24:15.216] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASRadialMinus'
[LOG 23:24:15.219] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASTargetPlus'
[LOG 23:24:15.222] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASTargetMinus'
[LOG 23:24:15.226] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASNodePlus'
[LOG 23:24:15.261] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SASModeButtons/JSISASStabilityAssist'
[LOG 23:24:15.265] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonLight'
[LOG 23:24:15.268] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonGear'
[LOG 23:24:15.271] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonRCS'
[LOG 23:24:15.274] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonSAS'
[LOG 23:24:15.277] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonBRAKES'
[LOG 23:24:15.280] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/SquareButtons/JSIStockSquareButtonStage'
[LOG 23:24:15.284] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobPitch'
[LOG 23:24:15.286] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobYaw'
[LOG 23:24:15.287] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SimpleProps/TrimmerKnobs/JSITrimKnobRoll'
[LOG 23:24:15.289] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_GEAR'
[LOG 23:24:15.293] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_LIGHTS'
[LOG 23:24:15.296] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_RCS'
[LOG 23:24:15.300] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_SAS'
[LOG 23:24:15.303] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_BRAKE'
[LOG 23:24:15.306] PartLoader: Compiling Internal Space 'JSI/RasterPropMonitor/Library/Props/SwitchWCover/mechSwitch/JSIswitch_StageLock'
[LOG 23:24:15.309] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/BasicMFD/MFD40x20/RasterPropMonitorBasicMFD'
[LOG 23:24:15.317] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/BasicMFD/PlaneHUD/RasterPropMonitorBasicHUD'
[LOG 23:24:15.326] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 23:24:15.329] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 23:24:15.332] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 23:24:15.334] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 23:24:15.337] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 23:24:15.340] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 23:24:15.345] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 23:24:15.348] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 23:24:15.352] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 23:24:15.354] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 23:24:15.356] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 23:24:15.361] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 23:24:15.365] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 23:24:15.369] PartLoader: Compiling Internal Space 'Squad/Props/Monitor/DockingMode/MonitorDockingMode'
[LOG 23:24:15.371] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 23:24:15.374] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode'
[LOG 23:24:15.376] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA'
[LOG 23:24:15.378] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB'
[LOG 23:24:15.381] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC'
[LOG 23:24:15.382] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane'
[LOG 23:24:15.384] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90'
[LOG 23:24:15.386] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame'
[LOG 23:24:15.388] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger'
[LOG 23:24:15.391] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot'
[LOG 23:24:15.393] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet'
[LOG 23:24:15.395] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/SideStick/SideStick'
[LOG 23:24:15.397] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 23:24:15.399] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 23:24:15.404] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 23:24:15.407] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 23:24:15.411] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 23:24:15.417] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 23:24:15.420] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 23:24:15.423] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 23:24:15.426] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 23:24:15.433] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesMod/kp0110-remade-internal/KP0110internalRPM'
[ERR 23:24:15.435] PartCompiler: Cannot clone model 'KerbonTech/Spaces/KP0110Internal/KP0110Internal' as model does not exist

[ERR 23:24:15.436] PartCompiler: Model was not compiled correctly

[LOG 23:24:15.437] LoadInternalPart 'JSI/RPMPodPatches/PatchesMod/kp0110-remade-internal/KP0110internalRPM' FAILED: Cannot find model
[LOG 23:24:15.438] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesMod/orbital-orb-remade-internal/orbitalOrbInternalsRPM'
[ERR 23:24:15.440] PartCompiler: Cannot clone model 'HabitatPack/Spaces/orbitalOrbInternals/model' as model does not exist

[ERR 23:24:15.442] PartCompiler: Model was not compiled correctly

[LOG 23:24:15.443] LoadInternalPart 'JSI/RPMPodPatches/PatchesMod/orbital-orb-remade-internal/orbitalOrbInternalsRPM' FAILED: Cannot find model
[LOG 23:24:15.444] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/cupola-remade-internal/cupolaInternalRPM'
[LOG 23:24:15.482] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk1-remade-internal/mk1PodCockpitRPM'
[LOG 23:24:15.509] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk12pod-remade-internal/PodCockpitRPM'
[LOG 23:24:15.573] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk1cockpit-remade-internal/mk1CockpitInternalRPM'
[LOG 23:24:15.617] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk1lander-remade-internal/landerCabinSmallInternalRPM'
[LOG 23:24:15.640] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/SH_mk2CockpitInternalRPM'
[ERR 23:24:15.641] PartCompiler: Cannot clone model 'SH_mods/Spaces/SH_mk2CockpitInternal/model' as model does not exist

[ERR 23:24:15.642] PartCompiler: Model was not compiled correctly

[LOG 23:24:15.643] LoadInternalPart 'JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/SH_mk2CockpitInternalRPM' FAILED: Cannot find model
[LOG 23:24:15.645] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/mk2CockpitInternal'
[ERR 23:24:15.647] PartCompiler: Cannot clone model from 'JSI/RPMPodPatches/PatchesStock' directory as model does not exist

[LOG 23:24:15.648] LoadInternalPart 'JSI/RPMPodPatches/PatchesStock/mk2-sh-cockpit-remade-internal/mk2CockpitInternal' FAILED: Cannot find model
[LOG 23:24:15.650] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk2-spp-cockpits/mk2CockpitStandardInternalsRPM'
[LOG 23:24:15.726] PartLoader: Compiling Internal Space 'JSI/RPMPodPatches/PatchesStock/mk2landercan-remade-internal/landerCabinInternalsRPM'
[LOG 23:24:15.752] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 23:24:15.769] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 23:24:15.788] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 23:24:15.791] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 23:24:15.797] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 23:24:15.804] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 23:24:15.820] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int'
[LOG 23:24:15.828] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal'
[LOG 23:24:15.846] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 23:24:15.875] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal'
[LOG 23:24:15.896] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 23:24:15.904] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 23:24:15.957] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int'
[LOG 23:24:15.978] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal'
[LOG 23:24:16.003] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int'
[LOG 23:24:16.073] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int'
[LOG 23:24:16.080] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003'
[LOG 23:24:16.098] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder'
[LOG 23:24:16.122] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 23:24:16.151] Loading Systems: Elapsed time is 61.96423s
[WRN 23:24:16.229] The referenced script on this Behaviour is missing!
[WRN 23:24:16.230] The referenced script on this Behaviour is missing!
[WRN 23:24:16.543] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:24:16.545] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:24:17.769] UIMasterController: HideUI
[WRN 23:24:18.052] HighlightingSystem : Edge Highlighting requires AA to work!
[LOG 23:24:18.065] Agent: Found 18 agent mentality types
[LOG 23:24:18.070] AgentList: 28 agents parsed and loaded.
[LOG 23:24:18.112] UIMasterController: HideUI
[LOG 23:24:19.058] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long
[WRN 23:24:19.098] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:24:19.104] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:24:19.105] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[WRN 23:24:19.280] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:24:19.281] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:24:19.314] UIMasterController: HideUI
[WRN 23:24:19.327] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 23:24:21.550] UIMasterController: ShowUI
[LOG 23:24:21.567] AddonLoader: Instantiating addon 'LoadGlobals' from assembly 'JSIAdvTransparentPods'
[LOG 23:24:21.572] 4/22/2016 11:24:21 PM,JSIAdvTransparentPods,globalConfigFilename = C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/GameData/JSI/JSIAdvTransparentPods/Plugins/Config.cfg
[LOG 23:24:21.575] 4/22/2016 11:24:21 PM,JSIAdvTransparentPods,JSIAdvTransparentPods LoadGlobals Awake Complete
[LOG 23:24:21.578] AddonLoader: Instantiating addon 'SettingsLoader' from assembly 'RCSBuildAid'
[WRN 23:24:23.608] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:24:23.611] [ApplicationLauncher] Awake False
[LOG 23:24:23.615] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[LOG 23:24:23.671] ScaleModList: listSize 41 maxListSize 0
[WRN 23:24:23.680] [UiApp] Awake: MessageSystem
[WRN 23:24:23.739] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:24:23.741] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:24:23.779] [UIApp] Adding MessageSystem to Application Launcher
[LOG 23:24:23.788] [ApplicationLauncher] SetHidden:
[LOG 23:24:23.803] [MessageSystem] OnAppInitialized
[LOG 23:24:23.805] [MessageSystem] Reposition 0.09086161 4225
[LOG 23:24:29.195] ExperienceSystem: Found 0 trait types
[LOG 23:24:29.199] ExperienceSystem: Found 9 effect types
[LOG 23:24:30.866] ReflectionUtil: Found 4 types with UpgradeModule attribute in 18 assemblies.
[LOG 23:24:30.889] [KSPUpgradePipeline]: KSP 2 (1.1.0) is up to date.
[LOG 23:24:30.917] ScenarioTypes: List Created 14 scenario types loaded from 18 loaded assemblies.
[LOG 23:24:30.923] UIMasterController: HideUI
[WRN 23:24:30.924] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[LOG 23:24:31.370] UIMasterController: HideUI
[WRN 23:24:32.008] The referenced script on this Behaviour is missing!
[WRN 23:24:32.009] The referenced script on this Behaviour is missing!
[WRN 23:24:32.010] The referenced script on this Behaviour is missing!
[WRN 23:24:32.010] The referenced script on this Behaviour is missing!
[WRN 23:24:32.011] The referenced script on this Behaviour is missing!
[WRN 23:24:32.011] The referenced script on this Behaviour is missing!
[WRN 23:24:32.011] The referenced script on this Behaviour is missing!
[WRN 23:24:32.012] The referenced script on this Behaviour is missing!
[WRN 23:24:32.012] The referenced script on this Behaviour is missing!
[LOG 23:24:32.609] UIMasterController: HideUI
[LOG 23:24:32.618] AddonLoader: Instantiating addon 'ContractDefs' from assembly 'KSP'
[WRN 23:24:34.081] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:24:34.083] [UiApp] Awake: ContractsApp
[WRN 23:24:34.084] [UiApp] Awake: KSPedia
[LOG 23:24:34.086] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
[LOG 23:24:34.088] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
[LOG 23:24:34.093] [ApplicationLauncher] SetVisible:
[LOG 23:24:34.099] Loading Depletion Nodes
[LOG 23:24:34.101] DepNodeCount:  0
[LOG 23:24:34.103] Loading Biome Nodes
[LOG 23:24:34.104] BiomeNodeCount:  0
[LOG 23:24:34.106] Loading Planet Nodes
[LOG 23:24:34.107] PlanetNodeCount:  0
[LOG 23:24:34.117] ContractSystem: Found 14 contract types
[LOG 23:24:34.122] ContractSystem: Found 38 parameter types
[LOG 23:24:34.127] ContractSystem: Found 5 predicate types
[LOG 23:24:34.170] StrategySystem: Found 0 strategy types
[LOG 23:24:34.173] StrategySystem: Found 4 effect types
[LOG 23:24:34.187] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 23:24:34.192] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[WRN 23:24:34.610] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:24:34.611] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:24:34.612] [MessageSystem] Reposition 0.02 4581
[LOG 23:24:35.633] [UIApp] Adding ContractsApp to Application Launcher
[LOG 23:24:35.796] [GenericAppFrame] Reposition 0.37 4586
[LOG 23:24:35.919] [UIApp] Adding KSPedia to Application Launcher
[LOG 23:24:36.682] UIMasterController: ShowUI
[LOG 23:25:19.294] Flight State Captured
[LOG 23:25:19.310] Saving Achievements Tree...
[LOG 23:25:19.312] Saving Achievements Tree...
[LOG 23:25:19.314] Saving Achievements Tree...
[LOG 23:25:19.322] [MessageSystem] Save Messages
[LOG 23:25:19.377] Game State Saved to saves/KSP 2/persistent
[LOG 23:25:19.384] UIMasterController: HideUI
[WRN 23:25:19.387] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) =====================
[LOG 23:25:19.676] [UIApp] OnDestroy: KSPedia
[LOG 23:25:19.680] [UIApp] OnDestroy: ContractsApp
[LOG 23:25:19.832] UIMasterController: HideUI
[LOG 23:25:21.237] UICanvasPrefabSpawner SceneLogic spawning Editor
[LOG 23:25:21.284] No Input Locks in effect right now
[WRN 23:25:21.287] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:25:21.288] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:25:21.391] UIMasterController: HideUI
[LOG 23:25:21.401] AddonLoader: Instantiating addon 'BuildAdvanced' from assembly 'KerbalEngineer'
[LOG 23:25:21.419] Assembly:Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.419] Assembly:Chatterer, Version=0.9.8.1230, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.420] Assembly:MiniAVC, Version=1.0.3.2, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.421] Assembly:JSIAdvTransparentPods, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.422] Assembly:RasterPropMonitor, Version=0.25.0.36940, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.423] Assembly:KerbalEngineer, Version=1.1.0.2, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.424] Assembly:KerbalEngineer.Unity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.425] Assembly:MiniAVC, Version=1.0.3.2, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.425] Assembly:MakeItSmall, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.426] Assembly:NavballUpDefault, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.427] Assembly:DockingPortAlignmentIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.428] Assembly:DPAI_RPM, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.429] Assembly:MiniAVC, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.429] Assembly:ModuleDockingNodeNamed, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.430] Assembly:RCSBuildAid, Version=0.7.7.34644, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.431] Assembly:KSPSteamCtrlr, Version=0.0.1.33, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.432] Assembly:SaveUpgradePipeline.Scripts, Version=1.0.0.2, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.433] Assembly:Steamworks.NET, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
[LOG 23:25:21.434] AddonLoader: Instantiating addon 'BuildAppLauncher' from assembly 'KerbalEngineer'
[LOG 23:25:21.436] AddonLoader: Instantiating addon 'BuildOverlay' from assembly 'KerbalEngineer'
[LOG 23:25:21.474] AddonLoader: Instantiating addon 'RCSBuildAid' from assembly 'RCSBuildAid'
[LOG 23:25:21.545] ------------------- initializing editor mode... ------------------
[LOG 23:25:21.546] editor started
[LOG 23:25:21.626] IconLoader awake
[WRN 23:25:21.930] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:25:22.275] The referenced script on this Behaviour is missing!
[WRN 23:25:22.275] The referenced script on this Behaviour is missing!
[WRN 23:25:22.275] The referenced script on this Behaviour is missing!
[WRN 23:25:22.687] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:25:22.689] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:25:22.690] [UiApp] Awake: EngineersReport
[WRN 23:25:22.691] [UiApp] Awake: ContractsApp
[WRN 23:25:22.691] [UiApp] Awake: KSPedia
[LOG 23:25:22.692] [ApplicationLauncher] OnSceneLoadedGUIReady: scene EDITOR ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop False
[LOG 23:25:22.694] ScaleModList: listSize 41 maxListSize 925
[LOG 23:25:22.695] ScaleModList: listSize 41 maxListSize 916
[LOG 23:25:22.697] ScaleModList: listSize 82 maxListSize 916
[LOG 23:25:22.699] Loading Depletion Nodes
[LOG 23:25:22.699] DepNodeCount:  0
[LOG 23:25:22.700] Loading Biome Nodes
[LOG 23:25:22.701] BiomeNodeCount:  0
[LOG 23:25:22.701] Loading Planet Nodes
[LOG 23:25:22.702] PlanetNodeCount:  0
[LOG 23:25:22.709] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 23:25:22.711] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 23:25:23.595] [MessageSystem] Reposition 0.02 5360
[LOG 23:25:23.800] [UIApp] Adding ContractsApp to Application Launcher
[LOG 23:25:23.803] ScaleModList: listSize 82 maxListSize 875
[LOG 23:25:23.824] [GenericAppFrame] Reposition 0.2167092 5365
[LOG 23:25:23.844] [UIApp] Adding EngineersReport to Application Launcher
[LOG 23:25:23.848] ScaleModList: listSize 82 maxListSize 834
[LOG 23:25:23.871] [UIApp] Adding KSPedia to Application Launcher
[LOG 23:25:23.874] ScaleModList: listSize 82 maxListSize 793
[LOG 23:25:23.880] [GenericAppFrame] Reposition 0.2618675 5366
[LOG 23:25:24.129] UIMasterController: ShowUI
[LOG 23:25:47.984] [Crew Assignment]: Part Mk2 Lander Can holds 2 crew, but only 1 are available. Auto-hiring is disabled or not allowed at this point.
[LOG 23:25:59.545] [Pre-Flight Check]: Checking for CraftWithinPartCountLimit: PASS!
[LOG 23:25:59.546] [Pre-Flight Check]: Checking for CraftWithinSizeLimits: PASS!
[LOG 23:25:59.548] [Pre-Flight Check]: Checking for CraftWithinMassLimits: PASS!
[LOG 23:25:59.551] [Pre-Flight Check]: Checking for ExperimentalPartsAvailable: PASS!
[LOG 23:25:59.553] [Pre-Flight Check]: Checking for CanAffordLaunchTest: PASS!
[LOG 23:25:59.554] [Pre-Flight Check]: Checking for FacilityOperational: PASS!
[LOG 23:25:59.556] [Pre-Flight Check]: Checking for NoControlSources: PASS!
[LOG 23:25:59.559] [Pre-Flight Check]: Checking for LaunchSiteClear: PASS!
[LOG 23:25:59.560] [Pre-Flight Check]: All Checks Complete. Go for Launch!
[LOG 23:25:59.579] Launching vessel from LaunchPad. Craft file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../saves/KSP 2/Ships/VAB/Auto-Saved Ship.craft
[LOG 23:25:59.586] [MessageSystem] Save Messages
[LOG 23:25:59.676] Game State Saved to saves/KSP 2/persistent
[LOG 23:25:59.691] ScaleModList: listSize 82 maxListSize 793
[LOG 23:25:59.693] UIMasterController: HideUI
[WRN 23:25:59.720] [HighLogic]: =========================== Scene Change : From EDITOR to FLIGHT (Async) =====================
[LOG 23:26:00.096] [UIApp] OnDestroy: EngineersReport
[LOG 23:26:00.099] ScaleModList: listSize 82 maxListSize 793
[LOG 23:26:00.105] [UIApp] OnDestroy: ContractsApp
[LOG 23:26:00.107] ScaleModList: listSize 82 maxListSize 793
[LOG 23:26:00.126] [UIApp] OnDestroy: KSPedia
[LOG 23:26:00.127] ScaleModList: listSize 82 maxListSize 793
[LOG 23:26:00.274] UIMasterController: HideUI
[LOG 23:26:00.549] KerbalEngineer -> BuildAdvanced->OnDestroy
[WRN 23:26:01.005] The referenced script on this Behaviour is missing!
[WRN 23:26:01.005] The referenced script on this Behaviour is missing!
[LOG 23:26:01.534] UICanvasPrefabSpawner FlightUI spawning Flight
[WRN 23:26:01.560] [UiApp] Awake: ResourceDisplay
[LOG 23:26:01.658] UIMasterController: HideUI
[LOG 23:26:01.663] AddonLoader: Instantiating addon 'NavWaypoint' from assembly 'KSP'
[LOG 23:26:01.668] AddonLoader: Instantiating addon 'AeroGUI' from assembly 'KSP'
[LOG 23:26:01.673] AddonLoader: Instantiating addon 'chatterer' from assembly 'Chatterer'
[LOG 23:26:01.849] [CHATR] Chatterer (v.0.9.8.1230) loaded.
[LOG 23:26:01.850] AddonLoader: Instantiating addon 'JSIAdvTransparentPods' from assembly 'JSIAdvTransparentPods'
[LOG 23:26:01.853] AddonLoader: Instantiating addon 'FlightAppLauncher' from assembly 'KerbalEngineer'
[LOG 23:26:01.860] AddonLoader: Instantiating addon 'DisplayStack' from assembly 'KerbalEngineer'
[LOG 23:26:01.862] AddonLoader: Instantiating addon 'FlightEngineerCore' from assembly 'KerbalEngineer'
[LOG 23:26:01.865] AddonLoader: Instantiating addon 'MakeItSmall' from assembly 'MakeItSmall'
[LOG 23:26:01.867] AddonLoader: Instantiating addon 'NavballUpDefault' from assembly 'NavballUpDefault'
[LOG 23:26:01.868] AddonLoader: Instantiating addon 'DockingPortAlignmentIndicator' from assembly 'DockingPortAlignmentIndicator'
[LOG 23:26:01.927] AddonLoader: Instantiating addon 'InFlightReadings' from assembly 'RCSBuildAid'
[LOG 23:26:01.994] ------------------- initializing flight mode... ------------------
[LOG 23:26:02.059] [MessageSystem] Save Messages
[LOG 23:26:02.078] Loading ship from file: C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../saves/KSP 2/Ships/VAB/Auto-Saved Ship.craft
[WRN 23:26:02.104] [Part]: PartModule TransferDialogSpawner at mk2LanderCabin, index 6: index exceeds module count as defined in cfg.
Looking for TransferDialogSpawner in other indices...
[WRN 23:26:02.105] ...no TransferDialogSpawner module found on part definition. Skipping...
[LOG 23:26:02.106] Untitled Space Craft loaded!
[LOG 23:26:04.851] putting ship to ground: 14.60134
[LOG 23:26:04.868] RPMVesselComputer: Initializing RPM version 0.25.0.36940
[LOG 23:26:04.892] 4/22/2016 11:26:04 PM,RasterPropMonitor-KACWrapper,Attempting to Grab KAC Types...
[LOG 23:26:04.905] [Untitled Space Craft]: Ready to Launch - waiting to start physics...
[LOG 23:26:04.919] Crewmember Modolin Kerman assigned to Mk2 Lander Can, seat # 0 (crew seat index: 0)
[LOG 23:26:04.920] [FLIGHT GLOBALS]: Switching To Vessel Untitled Space Craft ----------------------
[LOG 23:26:04.926] setting new dominant body: Kerbin
FlightGlobals.mainBody: Kerbin
[LOG 23:26:04.930] Reference Frame: Rotating
[LOG 23:26:04.985] Vessel assembly complete!
[LOG 23:26:04.986] all systems started
[LOG 23:26:05.029] ScaleModList: listSize 82 maxListSize 793
[LOG 23:26:05.116] [NavballUpDefault] Started
[LOG 23:26:05.176] Parsing double
[LOG 23:26:05.177] Parsing rect
[LOG 23:26:05.178] Parsing bool
[LOG 23:26:05.179] Parsing bool
[LOG 23:26:05.179] Parsing bool
[LOG 23:26:05.180] Parsing bool
[LOG 23:26:05.288] [FlightIntegrator]: Reloaded drag cube for zeroed cube root part mk2LanderCabin on vessel Untitled Space Craft
[LOG 23:26:05.396] [CHATR] Capsule starts the exchange...
[EXC 23:26:05.402] NullReferenceException: Object reference not set to an instance of an object
    KerbalEngineer.Flight.FlightAppLauncher.Update ()
[LOG 23:26:05.414] DPAI: Reference Part Changed - tick 1
[LOG 23:26:05.422] KerbalEngineer -> ActionMenu->Awake
[LOG 23:26:05.423] KerbalEngineer -> FlightEngineerCore->Awake
[LOG 23:26:05.424] KerbalEngineer -> ActionMenu->Start
[LOG 23:26:05.425] KerbalEngineer -> FlightEngineerCore->Start
[EXC 23:26:05.921] NullReferenceException: Object reference not set to an instance of an object
    KerbalEngineer.Flight.FlightAppLauncher.Update ()
[WRN 23:26:05.926] HighlightingSystem : Edge Highlighting requires AA to work!
[WRN 23:26:05.928] [UiApp] Awake: CurrencyWidgetsApp
[WRN 23:26:05.929] [UiApp] Awake: ContractsApp
[WRN 23:26:05.931] [UiApp] Awake: ResourceDisplay
[WRN 23:26:05.932] [UiApp] Awake: KSPedia
[LOG 23:26:05.932] [ApplicationLauncher] OnSceneLoadedGUIReady: scene FLIGHT ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop False
[LOG 23:26:05.933] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[LOG 23:26:05.937] ScaleModList: listSize 41 maxListSize 498
[LOG 23:26:05.938] ScaleModList: listSize 41 maxListSize 490
[LOG 23:26:05.939] DPAI: adding stock appLauncher button
[LOG 23:26:05.942] ScaleModList: listSize 82 maxListSize 490
[LOG 23:26:05.945] ScaleModList: listSize 123 maxListSize 490
[WRN 23:26:05.946] [KnowledgeBase] OnAppLauncherReady 6296
[LOG 23:26:05.965] Loading Depletion Nodes
[LOG 23:26:05.966] DepNodeCount:  0
[LOG 23:26:05.967] Loading Biome Nodes
[LOG 23:26:05.968] BiomeNodeCount:  0
[LOG 23:26:05.970] Loading Planet Nodes
[LOG 23:26:05.971] PlanetNodeCount:  0
[LOG 23:26:05.994] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 23:26:06.000] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 23:26:06.212] [FlightIntegrator]: Vessel Untitled Space Craft has been unloaded 1.79769313486232E+308, applying analytic temperature 306.897254610396
[WRN 23:26:06.220] HighlightingSystem : Edge Highlighting requires AA to work!
[ERR 23:26:06.221] HighlightingSystem : Highlighting System has been disabled due to unsupported Unity features on the current platform!

[LOG 23:26:06.223] [MessageSystem] Reposition 0.02 6297
[LOG 23:26:06.457] [PlanetariumCamera]: Focus: Untitled Space Craft
[LOG 23:26:06.604] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 23:26:06.607] ScaleModList: listSize 123 maxListSize 449
[LOG 23:26:06.608] [UIApp] Adding ResourceDisplay to Application Launcher
[LOG 23:26:06.611] ScaleModList: listSize 123 maxListSize 408
[WRN 23:26:06.652] [ResourceDisplay] OnAppStarted(): id: -355868
[LOG 23:26:06.656] [GenericAppFrame] Reposition 0.2756801 6301
[LOG 23:26:06.658] [UIApp] Adding ContractsApp to Application Launcher
[LOG 23:26:06.662] ScaleModList: listSize 123 maxListSize 367
[WRN 23:26:06.663] [ResourceDisplay] OnAppStarted(): id: 139694
[LOG 23:26:06.665] ResourceDisplay already exist, destroying this instance
[LOG 23:26:06.666] [UIApp] OnDestroy: ResourceDisplay
[LOG 23:26:06.668] ScaleModList: listSize 123 maxListSize 367
[LOG 23:26:06.699] [GenericAppFrame] Reposition 0.3176122 6302
[LOG 23:26:06.710] CURRENCY WIDGET True True True
[LOG 23:26:06.711] [UIApp] Adding CurrencyWidgetsApp to Application Launcher
[LOG 23:26:06.712] ScaleModList: listSize 123 maxListSize 367
[LOG 23:26:06.740] [UIApp] Adding KSPedia to Application Launcher
[LOG 23:26:06.743] ScaleModList: listSize 123 maxListSize 326
[LOG 23:26:06.959] UIMasterController: ShowUI
[LOG 23:26:06.976] Flight State Captured
[LOG 23:26:06.984] Saving Achievements Tree...
[LOG 23:26:06.986] Saving Achievements Tree...
[LOG 23:26:06.988] Saving Achievements Tree...
[LOG 23:26:06.991] [MessageSystem] Save Messages
[LOG 23:26:07.094] Game State Saved as persistent
[LOG 23:26:09.355] Unpacking Untitled Space Craft
[LOG 23:26:19.767] [CurrencyConverter for Open-Source Tech Program]: 0 Science taken, yields 0 Reputation
[LOG 23:26:19.769] [CurrencyConverter for Appreciation Campaign]: 0 Funds taken, yields 0 Reputation
[LOG 23:26:19.774] [CurrencyConverter for Open-Source Tech Program]: 0 Science taken, yields 0 Reputation
[LOG 23:26:19.777] [CurrencyConverter for Appreciation Campaign]: 0 Funds taken, yields 0 Reputation
[LOG 23:27:02.155] [CHATR] Capcom starts the exchange...
[LOG 23:28:06.542] [CHATR] Capsule starts the exchange...
[LOG 23:28:58.431] [CHATR] Capcom starts the exchange...
[LOG 23:29:42.555] [CHATR] Capsule starts the exchange...
[LOG 23:30:46.023] [CHATR] Capcom starts the exchange...
[LOG 23:31:22.858] Flight State Captured
[LOG 23:31:22.863] Saving Achievements Tree...
[LOG 23:31:22.865] Saving Achievements Tree...
[LOG 23:31:22.867] Saving Achievements Tree...
[LOG 23:31:22.871] [MessageSystem] Save Messages
[LOG 23:31:22.960] Game State Saved to saves/KSP 2/persistent
[LOG 23:31:22.961] [AutoSave]: Game Backed Up and Saved
[LOG 23:31:49.282] [CHATR] Capsule starts the exchange...
[LOG 23:32:57.271] [CHATR] Capcom starts the exchange...
[LOG 23:33:51.988] [CHATR] Capsule starts the exchange...
[LOG 23:34:45.510] [CHATR] Capcom starts the exchange...
[LOG 23:35:49.174] [CHATR] Capcom starts the exchange...
[LOG 23:36:54.623] [UIApp] OnDestroy: MessageSystem
[LOG 23:36:54.629] ScaleModList: listSize 123 maxListSize 326
[LOG 23:36:54.651] KbApp.OnDestroy Vessel Crew
[LOG 23:36:54.671] [UIApp] OnDestroy: ResourceDisplay
[EXC 23:36:54.705] NullReferenceException
    UnityEngine.Transform.get_position ()
    PlanetariumCamera.FindNearestTarget ()
    PlanetariumCamera.RemoveTarget (.MapObject tgt)
    PlanetariumCamera.OnVesselDestroy (.Vessel vessel)
    EventData`1[Vessel].Fire (.Vessel data)
    Vessel.OnDestroy ()
[LOG 23:36:54.762] KbApp.OnDestroy Planet Info
[EXC 23:36:54.778] NullReferenceException
    PQSCity.OnSphereReset ()
    PQS.Mod_OnSphereReset ()
    PQS.ResetSphere ()
    PQS.OnDestroy ()
[LOG 23:36:54.832] KbApp.OnDestroy Vessel Info
[LOG 23:36:54.849] [FlightEngineer]: Destroying Floating Window for HUD 1
[LOG 23:36:54.850] [FlightEngineer]: Destroying Floating Window for HUD 2
[LOG 23:36:54.851] [FlightEngineer]: Destroying Floating Window for HUD 1
[LOG 23:36:54.853] [FlightEngineer]: Destroying Floating Window for HUD 2
[LOG 23:36:54.881] KbApp.OnDestroy Unowned Info
[EXC 23:36:54.886] NullReferenceException
    MapView.OnDestroy ()
[EXC 23:36:54.888] NullReferenceException
    UnityEngine.Transform.get_position ()
    PlanetariumCamera.FindNearestTarget ()
    PlanetariumCamera.RemoveTarget (.MapObject tgt)
    PlanetariumCamera.OnVesselDestroy (.Vessel vessel)
    EventData`1[Vessel].Fire (.Vessel data)
    Vessel.OnDestroy ()
[EXC 23:36:54.905] NullReferenceException
    UnityEngine.Transform.get_position ()
    PlanetariumCamera.FindNearestTarget ()
    PlanetariumCamera.RemoveTarget (.MapObject tgt)
    PlanetariumCamera.OnVesselDestroy (.Vessel vessel)
    EventData`1[Vessel].Fire (.Vessel data)
    Vessel.OnDestroy ()
[EXC 23:36:54.910] NullReferenceException
    UnityEngine.Transform.get_position ()
    PlanetariumCamera.FindNearestTarget ()
    PlanetariumCamera.RemoveTarget (.MapObject tgt)
    PlanetariumCamera.OnVesselDestroy (.Vessel vessel)
    EventData`1[Vessel].Fire (.Vessel data)
    Vessel.OnDestroy ()
[LOG 23:36:54.933] [UIApp] OnDestroy: ContractsApp
[LOG 23:36:54.939] KbApp.OnDestroy NullName
[LOG 23:36:54.940] KbApp.OnDestroy Planet Resources

 

Thank you guys!

 

Link to comment
Share on other sites

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