Jump to content

The Linux Thread!


Recommended Posts

Oh, the irony.... Linux users were favored with practically flawless, stable 64bit KSP since Squad first attempted 64bit.... Now, as soon as Windows users get a "working" 64bit, Linux users cant even get a STOCK game to START, much less play... lol

Well, I guess its back to Windoze for me... >:(

Edited by Stone Blue
Link to comment
Share on other sites

Just now, CattyNebulart said:

check Player.log and tghe unity perfs file.

the path is something like (working from memory) ~/.config/unity3d/Squad/KSP/

Sounds like you are being bit by this; 

 

Found the work around, apparently in the prefs file in the .config folder, the resolution becomes 1853 by 1 and thus creating the non-loading situation. I was able to get it to load by changing the values to the correct resolution for my screens.

Link to comment
Share on other sites

At first Linux Version of KSP 1.1 looked completely broken, but after rummaging that thread I managed to work around all major issues encountered so far. Thank you!

The "-force-glcore" command line option cured missing terrain around my craft flying low at Kerbin.

Link to comment
Share on other sites

I've been having an unusual number of crashes today, so I decided to check my player.log for the first time since using both 1.1 and the prerelease.

Wondering if anyone has seen anything like this at the top of their player.log:

Native stacktrace:

    /home/me/SteamLibrary/steamapps/common/Kerbal Space Program/KSP_Data/Mono/x86_64/libmono.so(+0x91772) [0x7f6f5ba71772]
    /home/me/SteamLibrary/steamapps/common/Kerbal Space Program/KSP_Data/Mono/x86_64/libmono.so(+0x348a5) [0x7f6f5ba148a5]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f6f5ed2e340]
    ./KSP.x86_64() [0xd2b0d8]
    ./KSP.x86_64() [0x84b2cf]
    ./KSP.x86_64() [0x84b069]
    ./KSP.x86_64() [0x84bb19]
    ./KSP.x86_64() [0x84bcc8]
    ./KSP.x86_64() [0x84bde5]
    ./KSP.x86_64() [0x84d983]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x8182) [0x7f6f5ed26182]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f6f5d44f47d]

Debug info from gdb:

Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Is there a new set of memory addresses that need to be updated for x64 in 1.1?

 

Running Mint 17. Q6600. GTX 650Ti - Nvidia 361.42.

Link to comment
Share on other sites

22 minutes ago, amo28 said:

I've been having an unusual number of crashes today, so I decided to check my player.log for the first time since using both 1.1 and the prerelease.

Wondering if anyone has seen anything like this at the top of their player.log:

-snip-

Yes... I cant even get the game to load at all... Crashes about 15 secs into loading...

Off to read the above linked thread, now...

Link to comment
Share on other sites

 

5 hours ago, Badsector said:

LC_ALL=C is need again in startup line ?

Without this command i get wrong values for setting.cfg and probably give problems to the game too, but in the op-post is no more mentioned (or i haven't see it)

It might be, I have heard of two other players so far that have needed to use this, a French and a German.

 

30 minutes ago, amo28 said:

I've been having an unusual number of crashes today, so I decided to check my player.log for the first time since using both 1.1 and the prerelease.

Is there a new set of memory addresses that need to be updated for x64 in 1.1?

 

This isn't the same crash unfortunately, this is in the Unity version of libmono included with KSP, not in the Unity binary (KSP.x86_64)

The old segfault fix is no longer possible, but so far no one seems to have needed it, I have tried to find the new offsets in 1.1 but the signature is gone, huge thanks to @MikeAeronautLZ, @meeki, @Addle, @FuzzyLlama and @soulsource who helped me find it in 1.0.5 and earlier.

I don't think mono changed between 1.0.5 and 1.1, and any cause for this crash would just be a guess at this point.

 

6 minutes ago, Stone Blue said:

Yes... I cant even get the game to load at all... Crashes about 15 secs into loading...

Off to read the above linked thread, now...

Off the top of my head you either need -force-gfx-direct (if using AMD) because AMD drivers are dying when Unity tries to do multi-threaded rendering, or your prefs file is bad with a dumb resolution, and needs to be set manually.

Link to comment
Share on other sites

11 minutes ago, sal_vager said:

Off the top of my head you either need -force-gfx-direct (if using AMD) because AMD drivers are dying when Unity tries to do multi-threaded rendering, or your prefs file is bad with a dumb resolution, and needs to be set manually.

By prefs file, do you mean the settings.cfg?... Unfortunately, I dont see it in the KSP folder... So I would guess its either not getting created, or its in a different location for Linux vers?

EDIT: I'm on Nvidia, not AMD

Edited by Stone Blue
Link to comment
Share on other sites

Okay, the prefs file is in ~/.config/unity3d/Squad/Kerbal Space Program/ next to the Player.log

It is created by the Unity engine to record a known good resolution, along with screenmode and graphics quality setting, usually the settings a Unity game was using when it was last closed.

All Unity games on Linux and OSX have a prefs file in their own folder, on Windows the registry is used.

While Unity4 was generally okay, Unity5 is creating bad prefs files with bad resolutions such as 1920x1

My other Unity5 games are also doing this, and on one (Pulsar) I cannot even change the resolution in the games settings screen without manually deleting the prefs file, as it is overriding the games own settings.

Link to comment
Share on other sites

@sal_vager Thanx for the explanation... you ninja'd me, tho... I found the prefs file, and was about to edit my post... :)

Hmmm.. Unfortunately, tho, my resolution in the prefs file seems to be correct... :(
 

<unity_prefs version_major="1" version_minor="1">
	<pref name="Screenmanager Is Fullscreen mode" type="int">1</pref>
	<pref name="Screenmanager Resolution Height" type="int">900</pref>
	<pref name="Screenmanager Resolution Width" type="int">1600</pref>
	<pref name="UnityGraphicsQuality" type="int"></pref>
</unity_prefs>

I guess I'll try switching fullscreen in it tho... Back in a few min...

EDIT: Switching fullscreen to windowed did nothing, and neither did switching the Unity Graphics Quality to "1"...

So it seems I have an bigger issue unrelated to the prefs/screen res bug...?? :(

EDIT,EDIT: Here's my Player.log if it helps

 

Edited by Stone Blue
Link to comment
Share on other sites

41 minutes ago, sal_vager said:

 

This isn't the same crash unfortunately, this is in the Unity version of libmono included with KSP, not in the Unity binary (KSP.x86_64)

The old segfault fix is no longer possible, but so far no one seems to have needed it, I have tried to find the new offsets in 1.1 but the signature is gone, huge thanks to @MikeAeronautLZ, @meeki, @Addle, @FuzzyLlama and @soulsource who helped me find it in 1.0.5 and earlier.

I don't think mono changed between 1.0.5 and 1.1, and any cause for this crash would just be a guess at this point.

 

Got it.

Well, I think I tracked my crashes to the Editor Extensions mod -- removing that seems to have resolved it for me.
As far as that stacktrace, a bit of Googling led me to add 'echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope' to my KSP startup script.
I didn't see the stacktrace come back the last two launches, but I'll need to keep checking I think.

Thanks for the reply Sal.

Link to comment
Share on other sites

Stone Blue, my prefs file also looks OK, but nonetheless I need to delete it before launching KSP cause it won't start if prefs file is present. And I'm not alone with that. Have launch script to do the task.

Edited by kstark
Link to comment
Share on other sites

24 minutes ago, kstark said:

Stone Blue, my prefs file also looks OK, but nonetheless I need to delete it before launching KSP cause it won't start if prefs file is present. And I'm not alone with that. Have launch script to do the task.

Well, deleting prefs & restarting did nothing...
Also, here is where my sad Linux noobiness comes to light: I dont know how to start KSP with a script... Only way I know how to start it is to execute the KSP.x86_64 file directly... lol

Link to comment
Share on other sites

36 minutes ago, Stone Blue said:

Well, deleting prefs & restarting did nothing...

  1. Also, here is where my sad Linux noobiness comes to light: I dont know how to start KSP with a script... Only way I know how to start it is to execute the KSP.x86_64 file directly... lol
  1. Edit a text file
  2. On the first line, put #!/bin/bash
  3. After that, type the commands you want to run
  4. Save and close
  5. chmod a+x filename
  6. Congratulations, you have written your first script
Edited by HebaruSan
Forgot one important thing
Link to comment
Share on other sites

1 hour ago, Stone Blue said:

Well, deleting prefs & restarting did nothing...
Also, here is where my sad Linux noobiness comes to light: I dont know how to start KSP with a script... Only way I know how to start it is to execute the KSP.x86_64 file directly... lol

If you don't know how to do something in linux you should start with googling it, something like "How to do 'that thing' in Linux".

At first you need to figure out what you need to make KSP working. I have Kubuntu 14.04, Intel CPU and AMD Graphics and mine script looks like that:

Spoiler

cd "/home/al/.config/unity3d/Squad/Kerbal Space Program/"
if [ -e "prefs" ];
then
  echo "File prefs exist. Deleting."
  rm prefs
fi

cd "/home/al/.local/share/Steam/steamapps/common/Kerbal Space Program/"
./KSP.x86_64 -force-glcore
cd /home/al/

 

Aside from being a text file, script should be marked with executable flag as @HebaruSan have mentioned above. Generally you can set that flag through gui in file properties of your script text file.

Actually mine script deletes prefs file so my KSP is able to start and passes command line option -force-glcore to KSP binary to counter some glitches.

Edited by kstark
Link to comment
Share on other sites

FWIW, I got my prefs file into a working state by changing the full screen flag to 1 manually, then prevented further changes to it with:

chmod a-w ~/.config/unity3d/Squad/Kerbal\ Space\ Program/prefs

This avoids the need to run a script.

Link to comment
Share on other sites

On 22 April, 2016 at 5:42 AM, sal_vager said:

Yes it's a know issue on open source drivers @jape3, try starting KSP with the -force-glcore Unity command line argument, or try proprietary drivers if you are using Nvidia or AMD.

./KSP.x86_64 -force-glcore

If that fails try.

./KSP.x86_64 -force-gfx-direct

Thanks! Either option solves my problems nicely. But could someone explain what they are doing?

Link to comment
Share on other sites

Thx @HebaruSan, inspired by your success in turning prefs file into working state and write-protecting it I made the same thing. Mine already was full screen 1, it was UnityGraphicsQuality set to 4 that caused launch failure. Setting it to 2 or 0 solves the issue.

But I'll use script, I need command line option and don't want to start steam every time to play KSP.

Edited by kstark
Link to comment
Share on other sites

3 hours ago, BigFatStupidHead said:

Thanks! Either option solves my problems nicely. But could someone explain what they are doing?

They control a few things at the engine level, see here for a list.

-force-glcore forces Unity to detect the OpenGL driver on the PC, and use the best version it finds, it's supposedly Windows only but it still works for us.

-force-gfx-direct forces Unity to to do single threaded rendering, graphics may be a bit slower but graphics was never KSP's bottleneck so it shouldn't matter much.

Link to comment
Share on other sites

Still no luck on my Mint 17.3 with a HD 7770. Using the newest catalyst, -force-glcore results in a crash and while -force-gfx-direct works with anti aliasing it still has the old problem of not rendering the terrain until around 50km altitude (album on imgur, log on paste.ee, the pics between 20 and 50km are especially funky).

The radeon driver looks pretty meh. While it renders the terrain it has no aa and the lighting is odd to the point that it renders shadows a few 100 metres away from the buildings and crafts that should cast them.

 

Update: When I skip the VAB and launch a rocket directly through the launchpad menu, the terrain will be rendered with he catalyst driver.

Edited by Harry Rhodan
Link to comment
Share on other sites

FWIW, crashes on scene change (esp. with TextureReplacer, dumps pthread trace into head of log file) cured by setting __GL_THREADED_OPTIMIZATIONS=0, so far anyway.

Debian GNU/Linux 8.4 x86_64, Nvidia 364.12.

Link to comment
Share on other sites

I'm having an issue that makes the game unplayable, and I couldn't find someone posting about a similar issue.

Yesterday I installed KSP 1.1, and it was working fine (other than the crashing on startup issue which I think I've fixed). I started adding mods, and that's when the issue started - BUT the issue continues to persist even now I've freshly reinstalled vanilla KSP.

The issue is that the game starts using a lot of CPU and freezing every few seconds almost as soon as the main menu starts up. If I start a game and go into the VAB, the freezes get more frequent (about twice a second, although it's kinda random) and longer (until it's frozen more often than it isn't), and the CPU usage is reported around 600% (I have 6 cores). The freezes make everything on my PC freeze, including mouse cursor. If I manage to select a craft and launch, as soon as I try doing anything the CPU totally maxes out and I have to kill the game through the Ctrl+Alt+F1 terminal.

The timeline for this issue is a bit weird. The issue first appeared when I installed either the USI mods, or KAS or KIS. Installing any one of them caused the issue, uninstalling them again fixed it. Then I discovered that if I deleted ModuleManager's cache files (any file in GameData with ModuleManager in the name other than the DLL itself) after installing the mod it was fine! And I had a happy evening playing with my fully working KSP.

This morning, the issue was back, even though nothing had changed overnight. Deleting the cache files didn't fix it. Uninstalling all mods didn't fix it. Completely uninstalling KSP and reinstalling it didn't fix it. Completely uninstalling Steam and reinstalling didn't fix it. I can't think of anything that is left that could be causing this, everything has been uninstalled and reinstalled fresh. I would reinstall the OS to see what happened if that wouldn't be such a pain.

I'm running the 64 bit KSP, by double clicking on the binary itself rather than go through Steam, although it doesn't change anything if I go through Steam.

I've tried (without success):

  • Changing the graphics setting really low
  • Full screen and windowed
  • Changing resolution
  • I've disabled compositing for full screen applications
  • I've tinkered with the Unity3D prefs file, also deleted it
  • [UPDATE] --force-glcore results in totally black screen when it gets to main menu, --force-gfx-direct changes nothing
  • [UPDATE] Forgot to mention I've tried disabling vSync.

My system:

  • Linux Mint Cinnamon 17.3
  • CPU: i7-5820K
  • GPU: NVidia GTX-980Ti
  • Memory: 16GB DDR4
  • Graphics Driver: 352.63-0ubuntu0.14.04.1
  • Monitors: Dual 4K (yeah, I know)
  • SSD for system partition, both the OS and KSP / Steam are installed on this

I can include the KSP log if asked but I had a look and saw nothing weird, it's not reporting that it's actually doing anything when it freezes, it's just smashing the CPU. Looking at top, I only see KSP.x86_64 smashing the CPU, nothing else looks unusual.

Any help would be greatfully received, right now I think my only option is to boot into Windows when I want to play KSP I guess, or wait to see if a future update (to either KSP or Linux Mint) fixes this.

Edited by Mutex
Link to comment
Share on other sites

STDOUT:

Spoiler

jordan@geoffrey ~/.steam/steam/steamapps/common/Kerbal Space Program $ ./KSP.x86_64
Set current directory to /home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program
Found path: /home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/KSP.x86_64
Mono path[0] = '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/KSP_Data/Managed'
Mono path[1] = '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/KSP_Data/Mono'
Mono config path = '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/KSP_Data/Mono/etc'
displaymanager : xrandr version warning. 1.4
client has 4 screens
displaymanager screen (0)(DP-2): 3840 x 2160
displaymanager screen (1)(DP-4): 3840 x 2160
Using libudev for joystick management


Importing game controller configs
/dev/input/js1: driver version: 2.1.0 (20100)
: Too many buttons; using buttons 0 - 19 and ignoring buttons 20 - 38
/dev/input/js1: fd 4, buttons 20, axes 11, name Saitek Saitek X52 Pro Flight Control System
/dev/input/js1: axis  0: raw -32767, mapped 0.000000
/dev/input/js1: axis  1: raw -32767, mapped 0.000000
/dev/input/js1: axis  2: raw -32767, mapped 0.000000
/dev/input/js1: axis  3: raw      0, mapped 0.000000
/dev/input/js1: axis  4: raw      0, mapped 0.000000
/dev/input/js1: axis  5: raw -32767, mapped 0.000000
/dev/input/js1: axis  6: raw -32767, mapped 0.000000
/dev/input/js1: axis  7: raw      0, mapped 0.000000
/dev/input/js1: axis  8: raw      0, mapped 0.000000
/dev/input/js1: axis  9: raw -32767, mapped 0.000000
/dev/input/js1: axis 10: raw -32767, mapped 0.000000
Assigning joystick 1

KSP.log:

Spoiler

Kerbal Space Program - 1.1.0.1230 (LinuxPlayer)


OS: Linux 3.19 LinuxMint 17.3 64bit
CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz (12)
RAM: 15943
GPU: GeForce GTX 980 Ti/PCIe/SSE2 (6144MB)
SM: 30 (OpenGL 4.5 [4.5.0 NVIDIA 352.63])
RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, ARGB4444, ARGB1555, Default, ARGB2101010, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8


Log started: Sun, Apr 24, 2016 15:52:06


[LOG 15:52:06.807] ******* Log Initiated for Kerbal Space Program - 1.1.0.1230 (LinuxPlayer) *******
[LOG 15:52:07.133] MainCanvas MASK: 3458764513820540928
[LOG 15:52:07.143] PhysicsGlobals: Loading database
[LOG 15:52:07.280] Load(Assembly): Squad/Plugins/KSPSteamCtrlr
[LOG 15:52:07.281] AssemblyLoader: Loading assembly at /home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/Plugins/KSPSteamCtrlr.dll
[LOG 15:52:07.301] Load(Assembly): Squad/Plugins/SaveUpgradePipeline.Scripts
[LOG 15:52:07.301] AssemblyLoader: Loading assembly at /home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/Plugins/SaveUpgradePipeline.Scripts.dll
[LOG 15:52:07.301] Load(Assembly): Squad/Plugins/Steamworks.NET
[LOG 15:52:07.301] AssemblyLoader: Loading assembly at /home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/Plugins/Steamworks.NET.dll
[LOG 15:52:07.303] AssemblyLoader: Loading assemblies
[LOG 15:52:07.325] VesselModules: Found VesselModule of type FlightIntegrator with order 0
[LOG 15:52:07.327] VesselModules: Found 1 VesselModule types
[LOG 15:52:07.330] 
************************************************************************

Environment Info
Unix 7FFFFFFFFFFFFFFF  Args: KSP.x86_64 

Mod DLLs found:
Stock assembly: Assembly-CSharp v0.0.0.0
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:
Stock folder: Squad


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

[LOG 15:52:07.335] AddonLoader: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr'
[EXC 15:52:07.342] DllNotFoundException: CSteamworks
    Steamworks.SteamAPI.Init ()
    Steamworks.SteamAPI.InitSafe ()
    SteamController.KSPSteamController.Awake ()
    UnityEngine.GameObject:AddComponent(Type)
    AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)
    AddonLoader:StartAddons(Startup)
    :MoveNext()
    UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
    :MoveNext()
    UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
    GameDatabase:StartLoad()
    :MoveNext()
    UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
    LoadingScreen:Start()
[LOG 15:52:07.464] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 15:52:07.466] ActionCanvas MASK: 3458764513820540928
[LOG 15:52:07.466] AppCanvas MASK: 3458764513820540928
[LOG 15:52:07.528] Load(Audio): Squad/Sounds/editorLoop01
[LOG 15:52:07.690] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 15:52:07.694] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 15:52:07.696] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 15:52:07.701] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 15:52:07.749] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 15:52:07.751] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 15:52:07.760] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 15:52:07.762] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 15:52:07.764] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 15:52:07.767] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 15:52:07.770] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 15:52:07.774] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 15:52:07.776] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 15:52:07.780] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 15:52:07.782] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 15:52:07.785] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 15:52:07.794] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 15:52:07.801] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 15:52:07.808] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 15:52:07.814] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 15:52:07.821] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 15:52:07.827] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 15:52:07.833] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 15:52:07.840] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 15:52:07.846] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 15:52:07.852] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 15:52:07.859] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 15:52:07.865] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 15:52:07.871] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 15:52:07.878] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 15:52:07.884] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 15:52:07.890] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 15:52:07.897] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 15:52:07.903] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 15:52:07.909] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 15:52:07.915] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 15:52:07.922] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 15:52:07.928] Load(Texture): Squad/Agencies/Kerlington
[LOG 15:52:07.934] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 15:52:07.941] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 15:52:07.947] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 15:52:07.953] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 15:52:07.960] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 15:52:07.967] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 15:52:07.973] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 15:52:07.980] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 15:52:07.986] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 15:52:07.993] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 15:52:07.999] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 15:52:08.006] Load(Texture): Squad/Agencies/R&D
[LOG 15:52:08.012] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 15:52:08.018] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 15:52:08.025] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 15:52:08.031] Load(Texture): Squad/Agencies/Rockomax
[LOG 15:52:08.037] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 15:52:08.044] Load(Texture): Squad/Agencies/Rokea
[LOG 15:52:08.050] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 15:52:08.056] Load(Texture): Squad/Agencies/SeansCannery
[LOG 15:52:08.062] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 15:52:08.069] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 15:52:08.075] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 15:52:08.081] Load(Texture): Squad/Agencies/StrutCo
[LOG 15:52:08.088] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 15:52:08.094] Load(Texture): Squad/Agencies/Vac-Co
[LOG 15:52:08.100] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 15:52:08.107] Load(Texture): Squad/Agencies/WinterOwl
[LOG 15:52:08.113] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 15:52:08.119] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 15:52:08.125] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 15:52:08.132] Load(Texture): Squad/Contracts/Icons/balloon
[LOG 15:52:08.138] Load(Texture): Squad/Contracts/Icons/default
[LOG 15:52:08.144] Load(Texture): Squad/Contracts/Icons/dish
[LOG 15:52:08.151] Load(Texture): Squad/Contracts/Icons/eva
[LOG 15:52:08.157] Load(Texture): Squad/Contracts/Icons/gravity
[LOG 15:52:08.163] Load(Texture): Squad/Contracts/Icons/marker
[LOG 15:52:08.170] Load(Texture): Squad/Contracts/Icons/pressure
[LOG 15:52:08.176] Load(Texture): Squad/Contracts/Icons/report
[LOG 15:52:08.182] Load(Texture): Squad/Contracts/Icons/sample
[LOG 15:52:08.189] Load(Texture): Squad/Contracts/Icons/seismic
[LOG 15:52:08.195] Load(Texture): Squad/Contracts/Icons/thermometer
[LOG 15:52:08.201] Load(Texture): Squad/Contracts/Icons/vessel
[LOG 15:52:08.208] Load(Texture): Squad/FX/DiamondBlue
[LOG 15:52:08.214] Load(Texture): Squad/FX/FlameBlueOrange
[LOG 15:52:08.220] Load(Texture): Squad/FX/FlamePurple
[LOG 15:52:08.226] Load(Texture): Squad/FX/FlameRed
[LOG 15:52:08.233] Load(Texture): Squad/FX/FlameRedOrange
[LOG 15:52:08.239] Load(Texture): Squad/FX/plasma2
[LOG 15:52:08.246] Load(Texture): Squad/FX/rocketplume2
[LOG 15:52:08.252] Load(Texture): Squad/FX/shockDiamond2
[LOG 15:52:08.259] Load(Texture): Squad/FX/smokepuff1
[LOG 15:52:08.265] Load(Texture): Squad/Flags/09
[LOG 15:52:08.277] Load(Texture): Squad/Flags/NASA
[LOG 15:52:08.284] Load(Texture): Squad/Flags/blorbs
[LOG 15:52:08.291] Load(Texture): Squad/Flags/bullseye
[LOG 15:52:08.298] Load(Texture): Squad/Flags/capsule
[LOG 15:52:08.305] Load(Texture): Squad/Flags/circles
[LOG 15:52:08.312] Load(Texture): Squad/Flags/default
[LOG 15:52:08.319] Load(Texture): Squad/Flags/esa_dark_blue
[LOG 15:52:08.326] Load(Texture): Squad/Flags/hexagon
[LOG 15:52:08.333] Load(Texture): Squad/Flags/hexagonCircles
[LOG 15:52:08.340] Load(Texture): Squad/Flags/kerbal1
[LOG 15:52:08.347] Load(Texture): Squad/Flags/kerbal2
[LOG 15:52:08.354] Load(Texture): Squad/Flags/kerbin
[LOG 15:52:08.361] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 15:52:08.368] Load(Texture): Squad/Flags/line
[LOG 15:52:08.375] Load(Texture): Squad/Flags/minimalistic
[LOG 15:52:08.383] Load(Texture): Squad/Flags/orbit
[LOG 15:52:08.391] Load(Texture): Squad/Flags/orbs
[LOG 15:52:08.397] Load(Texture): Squad/Flags/retro
[LOG 15:52:08.404] Load(Texture): Squad/Flags/rings
[LOG 15:52:08.412] Load(Texture): Squad/Flags/rocketScience
[LOG 15:52:08.419] Load(Texture): Squad/Flags/satellite
[LOG 15:52:08.426] Load(Texture): Squad/Flags/spheres
[LOG 15:52:08.433] Load(Texture): Squad/Flags/squadLogo
[LOG 15:52:08.440] Load(Texture): Squad/Flags/squadLogo2
[LOG 15:52:08.447] Load(Texture): Squad/Flags/stripes
[LOG 15:52:08.453] Load(Texture): Squad/Flags/trees
[LOG 15:52:08.463] Load(Texture): Squad/Flags/trippy
[LOG 15:52:08.472] Load(Texture): Squad/Flags/uk_space_agency
[LOG 15:52:08.479] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics
[LOG 15:52:08.486] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors
[LOG 15:52:08.492] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction
[LOG 15:52:08.498] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics
[LOG 15:52:08.505] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration
[LOG 15:52:08.511] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol
[LOG 15:52:08.517] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding
[LOG 15:52:08.523] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks
[LOG 15:52:08.530] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry
[LOG 15:52:08.536] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech
[LOG 15:52:08.542] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned
[LOG 15:52:08.549] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems
[LOG 15:52:08.556] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech
[LOG 15:52:08.562] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation
[LOG 15:52:08.569] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes
[LOG 15:52:08.580] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry
[LOG 15:52:08.591] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites
[LOG 15:52:08.598] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics
[LOG 15:52:08.605] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics
[LOG 15:52:08.611] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech
[LOG 15:52:08.617] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics
[LOG 15:52:08.624] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics
[LOG 15:52:08.630] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors
[LOG 15:52:08.636] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry
[LOG 15:52:08.643] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience
[LOG 15:52:08.649] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience
[LOG 15:52:08.655] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol
[LOG 15:52:08.661] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems
[LOG 15:52:08.668] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction
[LOG 15:52:08.674] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry
[LOG 15:52:08.680] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic
[LOG 15:52:08.687] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry
[LOG 15:52:08.693] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics
[LOG 15:52:08.699] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry
[LOG 15:52:08.706] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight
[LOG 15:52:08.712] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion
[LOG 15:52:08.718] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight
[LOG 15:52:08.724] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion
[LOG 15:52:08.731] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing
[LOG 15:52:08.737] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol
[LOG 15:52:08.743] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics
[LOG 15:52:08.750] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes
[LOG 15:52:08.756] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials
[LOG 15:52:08.763] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing
[LOG 15:52:08.769] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion
[LOG 15:52:08.775] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering
[LOG 15:52:08.782] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics
[LOG 15:52:08.788] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech
[LOG 15:52:08.795] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction
[LOG 15:52:08.802] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol
[LOG 15:52:08.808] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics
[LOG 15:52:08.814] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability
[LOG 15:52:08.821] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start
[LOG 15:52:08.827] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight
[LOG 15:52:08.833] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability
[LOG 15:52:08.840] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech
[LOG 15:52:08.846] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry
[LOG 15:52:08.853] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2
[LOG 15:52:08.859] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules
[LOG 15:52:08.865] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced
[LOG 15:52:08.872] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance
[LOG 15:52:08.878] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment
[LOG 15:52:08.884] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization
[LOG 15:52:08.890] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision
[LOG 15:52:08.897] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems
[LOG 15:52:08.903] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope
[LOG 15:52:08.909] Load(Texture): Squad/PartList/SimpleIcons/cs_main
[LOG 15:52:08.916] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2
[LOG 15:52:08.922] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3
[LOG 15:52:08.928] Load(Texture): Squad/PartList/SimpleIcons/cs_size0
[LOG 15:52:08.935] Load(Texture): Squad/PartList/SimpleIcons/cs_size1
[LOG 15:52:08.941] Load(Texture): Squad/PartList/SimpleIcons/cs_size2
[LOG 15:52:08.947] Load(Texture): Squad/PartList/SimpleIcons/cs_size3
[LOG 15:52:08.953] Load(Texture): Squad/PartList/SimpleIcons/cs_surface
[LOG 15:52:08.960] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant
[LOG 15:52:08.966] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore
[LOG 15:52:08.972] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer
[LOG 15:52:08.979] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel
[LOG 15:52:08.985] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas
[LOG 15:52:08.991] Load(Texture): Squad/PartList/SimpleIcons/number1
[LOG 15:52:08.998] Load(Texture): Squad/PartList/SimpleIcons/number2
[LOG 15:52:09.004] Load(Texture): Squad/PartList/SimpleIcons/number3
[LOG 15:52:09.010] Load(Texture): Squad/PartList/SimpleIcons/number4
[LOG 15:52:09.016] Load(Texture): Squad/PartList/SimpleIcons/number5
[LOG 15:52:09.023] Load(Texture): Squad/PartList/SimpleIcons/number6
[LOG 15:52:09.029] Load(Texture): Squad/PartList/SimpleIcons/number7
[LOG 15:52:09.036] Load(Texture): Squad/PartList/SimpleIcons/number8
[LOG 15:52:09.042] Load(Texture): Squad/PartList/SimpleIcons/number9
[LOG 15:52:09.049] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing
[LOG 15:52:09.055] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield
[LOG 15:52:09.062] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 15:52:09.071] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing
[LOG 15:52:09.078] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM
[LOG 15:52:09.087] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone
[LOG 15:52:09.093] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 15:52:09.100] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake
[LOG 15:52:09.107] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings
[LOG 15:52:09.143] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins
[LOG 15:52:09.152] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin
[LOG 15:52:09.158] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes
[LOG 15:52:09.165] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat
[LOG 15:52:09.171] Load(Texture): Squad/Parts/Aero/cones/Cones
[LOG 15:52:09.178] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat
[LOG 15:52:09.185] Load(Texture): Squad/Parts/Aero/fairings/FairingBase
[LOG 15:52:09.191] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff
[LOG 15:52:09.198] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long
[LOG 15:52:09.205] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 15:52:09.211] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 15:52:09.218] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 15:52:09.225] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat
[LOG 15:52:09.231] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings
[LOG 15:52:09.245] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 15:52:09.252] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 15:52:09.259] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 15:52:09.278] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 15:52:09.285] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 15:52:09.291] Load(Texture): Squad/Parts/Aero/wings/Wings
[LOG 15:52:09.299] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 15:52:09.305] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 15:52:09.312] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 15:52:09.320] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 15:52:09.327] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 15:52:09.333] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 15:52:09.339] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 15:52:09.345] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 15:52:09.353] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 15:52:09.359] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 15:52:09.366] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 15:52:09.373] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 15:52:09.381] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 15:52:09.387] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 15:52:09.393] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 15:52:09.400] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 15:52:09.406] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 15:52:09.412] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 15:52:09.419] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 15:52:09.425] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW
[LOG 15:52:09.432] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
[LOG 15:52:09.440] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 15:52:09.447] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 15:52:09.464] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 15:52:09.468] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 15:52:09.468] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 15:52:09.469] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 15:52:09.470] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 15:52:09.471] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A
[LOG 15:52:09.473] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive
[LOG 15:52:09.474] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal
[LOG 15:52:09.476] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit
[LOG 15:52:09.480] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum
[LOG 15:52:09.481] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM
[LOG 15:52:09.484] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore
[LOG 15:52:09.485] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 15:52:09.486] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 15:52:09.488] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 15:52:09.489] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 15:52:09.490] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle
[LOG 15:52:09.492] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM
[LOG 15:52:09.493] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 15:52:09.493] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 15:52:09.494] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 15:52:09.496] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 15:52:09.498] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 15:52:09.498] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 15:52:09.499] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 15:52:09.500] Load(Texture): Squad/Parts/Command/probeRoverBody/model000
[LOG 15:52:09.501] Load(Texture): Squad/Parts/Command/probeRoverBody/model001
[LOG 15:52:09.502] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 15:52:09.504] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 15:52:09.506] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 15:52:09.508] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 15:52:09.510] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 15:52:09.511] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 15:52:09.512] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000
[LOG 15:52:09.512] Load(Texture): Squad/Parts/CompoundParts/strutConnector/model000
[LOG 15:52:09.513] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 15:52:09.514] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 15:52:09.515] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 15:52:09.516] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 15:52:09.517] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 15:52:09.518] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 15:52:09.519] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000
[LOG 15:52:09.520] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001
[LOG 15:52:09.521] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002
[LOG 15:52:09.522] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000
[LOG 15:52:09.522] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001
[LOG 15:52:09.524] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002
[LOG 15:52:09.525] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 15:52:09.526] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel
[LOG 15:52:09.526] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 15:52:09.527] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 15:52:09.528] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 15:52:09.529] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 15:52:09.530] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 15:52:09.531] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 15:52:09.532] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 15:52:09.533] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 15:52:09.534] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm
[LOG 15:52:09.535] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em
[LOG 15:52:09.536] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm
[LOG 15:52:09.537] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 15:52:09.538] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 15:52:09.539] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive
[LOG 15:52:09.540] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm
[LOG 15:52:09.542] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm
[LOG 15:52:09.544] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 15:52:09.555] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 15:52:09.556] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 15:52:09.557] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 15:52:09.559] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit
[LOG 15:52:09.560] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm
[LOG 15:52:09.561] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm
[LOG 15:52:09.563] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 15:52:09.564] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines
[LOG 15:52:09.565] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat
[LOG 15:52:09.566] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 15:52:09.567] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 15:52:09.568] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 15:52:09.569] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 15:52:09.570] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 15:52:09.571] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike
[LOG 15:52:09.572] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat
[LOG 15:52:09.573] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 15:52:09.574] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 15:52:09.575] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 15:52:09.576] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 15:52:09.577] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 15:52:09.578] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 15:52:09.578] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 15:52:09.579] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 15:52:09.580] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 15:52:09.581] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 15:52:09.582] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 15:52:09.583] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 15:52:09.584] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 15:52:09.585] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 15:52:09.586] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 15:52:09.587] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 15:52:09.588] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 15:52:09.589] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 15:52:09.589] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 15:52:09.590] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 15:52:09.591] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 15:52:09.592] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 15:52:09.593] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 15:52:09.594] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 15:52:09.595] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat
[LOG 15:52:09.596] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 15:52:09.597] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 15:52:09.598] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 15:52:09.599] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 15:52:09.600] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 15:52:09.600] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW
[LOG 15:52:09.601] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM
[LOG 15:52:09.602] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 15:52:09.603] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 15:52:09.604] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 15:52:09.605] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 15:52:09.607] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 15:52:09.608] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet
[LOG 15:52:09.609] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 15:52:09.610] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 15:52:09.611] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 15:52:09.612] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 15:52:09.612] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 15:52:09.613] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 15:52:09.615] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 15:52:09.616] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 15:52:09.617] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5
[LOG 15:52:09.618] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM
[LOG 15:52:09.619] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 15:52:09.620] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 15:52:09.620] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 15:52:09.621] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 15:52:09.622] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 15:52:09.623] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 15:52:09.624] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 15:52:09.625] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 15:52:09.626] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 15:52:09.627] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 15:52:09.628] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm
[LOG 15:52:09.629] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters
[LOG 15:52:09.632] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 15:52:09.633] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 15:52:09.634] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 15:52:09.635] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 15:52:09.636] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank
[LOG 15:52:09.639] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n
[LOG 15:52:09.641] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 15:52:09.652] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 15:52:09.653] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 15:52:09.653] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 15:52:09.654] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 15:52:09.656] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 15:52:09.657] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 15:52:09.658] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 15:52:09.659] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 15:52:09.660] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 15:52:09.661] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 15:52:09.662] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 15:52:09.663] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 15:52:09.664] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 15:52:09.666] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 15:52:09.666] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 15:52:09.667] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m
[LOG 15:52:09.669] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage
[LOG 15:52:09.670] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort
[LOG 15:52:09.672] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage
[LOG 15:52:09.674] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM
[LOG 15:52:09.675] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 15:52:09.676] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 15:52:09.677] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank
[LOG 15:52:09.678] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 15:52:09.679] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat
[LOG 15:52:09.680] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM
[LOG 15:52:09.681] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow
[LOG 15:52:09.682] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe
[LOG 15:52:09.683] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM
[LOG 15:52:09.684] Load(Texture): Squad/Parts/Misc/AsteroidDay/default
[LOG 15:52:09.685] Load(Texture): Squad/Parts/Misc/PotatoRoid/squareButton
[LOG 15:52:09.686] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp
[LOG 15:52:09.687] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack
[LOG 15:52:09.688] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell
[LOG 15:52:09.689] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large
[LOG 15:52:09.690] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff
[LOG 15:52:09.691] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm
[LOG 15:52:09.693] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle
[LOG 15:52:09.694] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_PSD
[LOG 15:52:09.695] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff
[LOG 15:52:09.697] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff
[LOG 15:52:09.698] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector
[LOG 15:52:09.699] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle
[LOG 15:52:09.700] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 15:52:09.700] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2
[LOG 15:52:09.701] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff
[LOG 15:52:09.703] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal
[LOG 15:52:09.704] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff
[LOG 15:52:09.706] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish
[LOG 15:52:09.707] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n
[LOG 15:52:09.709] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff
[LOG 15:52:09.710] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 15:52:09.712] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 15:52:09.722] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 15:52:09.723] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 15:52:09.725] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 15:52:09.726] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 15:52:09.727] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 15:52:09.727] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000
[LOG 15:52:09.728] Load(Texture): Squad/Parts/Science/sensorBarometer/model000
[LOG 15:52:09.729] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000
[LOG 15:52:09.730] Load(Texture): Squad/Parts/Science/sensorThermometer/model000
[LOG 15:52:09.731] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 15:52:09.733] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 15:52:09.734] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 15:52:09.735] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 15:52:09.737] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 15:52:09.738] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 15:52:09.739] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 15:52:09.740] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 15:52:09.741] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 15:52:09.742] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural
[LOG 15:52:09.744] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat
[LOG 15:52:09.746] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 15:52:09.747] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 15:52:09.747] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 15:52:09.748] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 15:52:09.749] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 15:52:09.750] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 15:52:09.751] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 15:52:09.752] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 15:52:09.753] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 15:52:09.754] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 15:52:09.755] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons
[LOG 15:52:09.756] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 15:52:09.756] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 15:52:09.758] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 15:52:09.758] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 15:52:09.759] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 15:52:09.760] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 15:52:09.761] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator
[LOG 15:52:09.762] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM
[LOG 15:52:09.763] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel
[LOG 15:52:09.764] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM
[LOG 15:52:09.766] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse
[LOG 15:52:09.767] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window
[LOG 15:52:09.768] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay
[LOG 15:52:09.769] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM
[LOG 15:52:09.770] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 15:52:09.770] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 15:52:09.771] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 15:52:09.772] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 15:52:09.774] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 15:52:09.775] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 15:52:09.776] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 15:52:09.777] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 15:52:09.777] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 15:52:09.778] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 15:52:09.779] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 15:52:09.780] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 15:52:09.781] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 15:52:09.782] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 15:52:09.783] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 15:52:09.784] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 15:52:09.785] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 15:52:09.786] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 15:52:09.786] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 15:52:09.787] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 15:52:09.788] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 15:52:09.789] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 15:52:09.790] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 15:52:09.791] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 15:52:09.792] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 15:52:09.793] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 15:52:09.794] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 15:52:09.795] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 15:52:09.795] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 15:52:09.796] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 15:52:09.798] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 15:52:09.800] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 15:52:09.801] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 15:52:09.802] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 15:52:09.803] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 15:52:09.814] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 15:52:09.816] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 15:52:09.817] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 15:52:09.818] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff OUT OF DATE
[LOG 15:52:09.818] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 15:52:09.830] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 15:52:09.831] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg OUT OF DATE
[LOG 15:52:09.831] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 15:52:09.841] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 15:52:09.842] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg OUT OF DATE
[LOG 15:52:09.842] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 15:52:09.843] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 15:52:09.844] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 15:52:09.845] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 15:52:09.846] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 15:52:09.847] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 15:52:09.848] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse
[LOG 15:52:09.850] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 15:52:09.851] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 15:52:09.852] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay
[LOG 15:52:09.853] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin
[LOG 15:52:09.854] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM
[LOG 15:52:09.855] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort
[LOG 15:52:09.857] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay
[LOG 15:52:09.858] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 15:52:09.859] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 15:52:09.860] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000
[LOG 15:52:09.861] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001
[LOG 15:52:09.862] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 15:52:09.863] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 15:52:09.864] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 15:52:09.865] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 15:52:09.866] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 15:52:09.866] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 15:52:09.867] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 15:52:09.868] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 15:52:09.869] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 15:52:09.870] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 15:52:09.871] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 15:52:09.872] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 15:52:09.873] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 15:52:09.874] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 15:52:09.875] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 15:52:09.876] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 15:52:09.877] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare
[LOG 15:52:09.877] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear
[LOG 15:52:09.879] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive
[LOG 15:52:09.880] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 15:52:09.881] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1
[LOG 15:52:09.893] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 15:52:09.894] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 15:52:09.895] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2
[LOG 15:52:09.899] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n
[LOG 15:52:09.908] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff
[LOG 15:52:09.952] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal
[LOG 15:52:09.987] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff
[LOG 15:52:10.026] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal
[LOG 15:52:10.061] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 15:52:10.062] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 15:52:10.064] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 15:52:10.065] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 15:52:10.066] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 15:52:10.068] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 15:52:10.069] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 15:52:10.070] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 15:52:10.070] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount
[LOG 15:52:10.107] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n
[LOG 15:52:10.112] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel
[LOG 15:52:10.117] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n
[LOG 15:52:10.120] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 15:52:10.121] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 15:52:10.122] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 15:52:10.123] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 15:52:10.124] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 15:52:10.125] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 15:52:10.126] Load(Texture): Squad/Props/Compass/model000
[LOG 15:52:10.127] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 15:52:10.128] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 15:52:10.129] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow
[LOG 15:52:10.129] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 15:52:10.130] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 15:52:10.131] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 15:52:10.132] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 15:52:10.133] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 15:52:10.134] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 15:52:10.135] Load(Texture): Squad/Props/Monitor/Emissives
[LOG 15:52:10.136] Load(Texture): Squad/Props/Monitor/Emissives_glow
[LOG 15:52:10.137] Load(Texture): Squad/Props/Monitor/Monitor
[LOG 15:52:10.137] Load(Texture): Squad/Props/NavBall/model000
[LOG 15:52:10.138] Load(Texture): Squad/Props/NavBall/model001
[LOG 15:52:10.139] Load(Texture): Squad/Props/NavBall/model002
[LOG 15:52:10.140] Load(Texture): Squad/Props/NavBall/model003
[LOG 15:52:10.141] Load(Texture): Squad/Props/PropsGeneric/propsGeneric
[LOG 15:52:10.142] Load(Texture): Squad/Props/VSI/model000
[LOG 15:52:10.154] Load(Texture): Squad/Props/circularButton/model000
[LOG 15:52:10.155] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 15:52:10.155] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 15:52:10.156] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 15:52:10.157] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 15:52:10.158] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 15:52:10.159] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 15:52:10.160] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 15:52:10.161] Load(Texture): Squad/Props/squareButton/model000
[LOG 15:52:10.162] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 15:52:10.163] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 15:52:10.164] Load(Texture): Squad/Props/switch/model000
[LOG 15:52:10.164] Load(Texture): Squad/Props/switchGuard/model000
[LOG 15:52:10.165] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 15:52:10.166] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 15:52:10.167] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 15:52:10.168] Load(Texture): Squad/Props/throttle/model000
[LOG 15:52:10.169] Load(Texture): Squad/Props/throttle/model001
[LOG 15:52:10.170] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 15:52:10.171] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 15:52:10.173] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 15:52:10.174] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 15:52:10.175] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 15:52:10.176] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 15:52:10.177] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 15:52:10.179] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 15:52:10.180] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 15:52:10.181] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 15:52:10.182] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 15:52:10.183] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 15:52:10.185] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 15:52:10.185] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 15:52:10.187] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass
[LOG 15:52:10.201] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int
[LOG 15:52:10.464] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM
[LOG 15:52:10.496] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass
[LOG 15:52:10.497] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA
[LOG 15:52:10.498] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass
[LOG 15:52:10.499] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC
[LOG 15:52:10.500] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 15:52:10.501] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n
[LOG 15:52:10.503] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA
[LOG 15:52:10.504] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat
[LOG 15:52:10.504] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA
[LOG 15:52:10.505] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass
[LOG 15:52:10.506] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA
[LOG 15:52:10.507] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat
[LOG 15:52:10.508] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 15:52:10.509] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 15:52:10.510] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 15:52:10.511] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 15:52:10.513] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 15:52:10.514] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 15:52:10.515] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 15:52:10.517] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 15:52:10.518] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 15:52:10.519] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 15:52:10.520] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 15:52:10.523] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 15:52:10.532] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 15:52:10.533] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 15:52:10.534] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 15:52:10.535] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 15:52:10.540] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 15:52:10.544] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 15:52:10.546] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 15:52:10.547] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 15:52:10.548] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 15:52:10.550] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 15:52:10.551] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 15:52:10.553] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 15:52:10.554] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 15:52:10.555] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 15:52:10.557] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 15:52:10.558] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 15:52:10.563] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 15:52:10.567] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 15:52:10.569] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 15:52:10.579] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap
[LOG 15:52:10.580] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric
[LOG 15:52:10.580] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM
[LOG 15:52:10.581] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric
[LOG 15:52:10.582] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM
[LOG 15:52:10.583] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP
[LOG 15:52:10.584] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows
[LOG 15:52:10.585] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy
[LOG 15:52:10.586] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric
[LOG 15:52:10.587] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM
[LOG 15:52:10.588] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 15:52:10.589] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 15:52:10.590] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 15:52:10.592] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 15:52:10.593] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 15:52:10.594] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 15:52:10.596] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 15:52:10.597] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 15:52:10.598] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 15:52:10.599] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA
[LOG 15:52:10.600] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 15:52:10.601] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat
[LOG 15:52:10.602] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows
[LOG 15:52:10.603] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric
[LOG 15:52:10.604] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM
[LOG 15:52:10.605] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap
[LOG 15:52:10.607] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric
[LOG 15:52:10.608] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric
[LOG 15:52:10.609] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM
[LOG 15:52:10.610] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 15:52:10.611] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 15:52:10.612] Load(Texture): Squad/Strategies/Icons/BailOutGrant
[LOG 15:52:10.613] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 15:52:10.614] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative
[LOG 15:52:10.615] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 15:52:10.616] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 15:52:10.617] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 15:52:10.618] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 15:52:10.619] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 15:52:10.619] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 15:52:10.620] Load(Texture): Squad/Tutorials/ChuteColors
[LOG 15:52:10.621] Load(Texture): Squad/Tutorials/EditorCoM
[LOG 15:52:10.622] Load(Texture): Squad/Tutorials/EditorSnap
[LOG 15:52:10.623] Load(Texture): Squad/Tutorials/EditorSnap4x
[LOG 15:52:10.624] Load(Texture): Squad/Tutorials/EditorSymm
[LOG 15:52:10.625] Load(Texture): Squad/Tutorials/StagingStack
[LOG 15:52:10.626] Load(Model): Squad/FX/IonPlume
[LOG 15:52:10.633] Load(Model): Squad/FX/LES_Thruster
[LOG 15:52:10.634] Load(Model): Squad/FX/SRB_Large
[LOG 15:52:10.635] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 15:52:10.636] Load(Model): Squad/FX/afterburner_flame
[LOG 15:52:10.637] Load(Model): Squad/FX/afterburner_shock
[LOG 15:52:10.638] Load(Model): Squad/FX/diamondBlue
[LOG 15:52:10.639] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 15:52:10.640] Load(Model): Squad/FX/hydroLOXFlame
[LOG 15:52:10.641] Load(Model): Squad/FX/ks1_Exhaust
[LOG 15:52:10.641] Load(Model): Squad/FX/ks25_Exhaust
[LOG 15:52:10.642] Load(Model): Squad/FX/ksX_Exhaust
[LOG 15:52:10.643] Load(Model): Squad/FX/shockExhaust_blue
[LOG 15:52:10.644] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 15:52:10.645] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 15:52:10.646] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1
[LOG 15:52:10.659] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2
[LOG 15:52:10.661] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3
[LOG 15:52:10.664] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 15:52:10.672] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 15:52:10.674] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 15:52:10.684] Load(Model): Squad/Parts/Aero/airbrake/Airbrake
[LOG 15:52:10.686] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface
[LOG 15:52:10.687] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing
[LOG 15:52:10.688] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin
[LOG 15:52:10.696] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard
[LOG 15:52:10.697] Load(Model): Squad/Parts/Aero/airplaneFins/Canard
[LOG 15:52:10.698] Load(Model): Squad/Parts/Aero/airplaneFins/Swept
[LOG 15:52:10.699] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin
[LOG 15:52:10.700] Load(Model): Squad/Parts/Aero/basicFin/basicFin
[LOG 15:52:10.701] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake
[LOG 15:52:10.712] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake
[LOG 15:52:10.714] Load(Model): Squad/Parts/Aero/cones/AvioCone
[LOG 15:52:10.715] Load(Model): Squad/Parts/Aero/cones/ConeA
[LOG 15:52:10.716] Load(Model): Squad/Parts/Aero/cones/ConeB
[LOG 15:52:10.717] Load(Model): Squad/Parts/Aero/cones/NCS
[LOG 15:52:10.719] Load(Model): Squad/Parts/Aero/cones/TailA
[LOG 15:52:10.721] Load(Model): Squad/Parts/Aero/cones/TailB
[LOG 15:52:10.722] Load(Model): Squad/Parts/Aero/cones/TinyCone
[LOG 15:52:10.723] Load(Model): Squad/Parts/Aero/fairings/fairingSize1
[LOG 15:52:10.724] Load(Model): Squad/Parts/Aero/fairings/fairingSize2
[LOG 15:52:10.726] Load(Model): Squad/Parts/Aero/fairings/fairingSize3
[LOG 15:52:10.728] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial
[LOG 15:52:10.729] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 15:52:10.730] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 15:52:10.732] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 15:52:10.734] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing
[LOG 15:52:10.735] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA
[LOG 15:52:10.736] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB
[LOG 15:52:10.737] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder
[LOG 15:52:10.738] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake
[LOG 15:52:10.739] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 15:52:10.740] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 15:52:10.741] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 15:52:10.742] Load(Model): Squad/Parts/Aero/wings/connector1
[LOG 15:52:10.743] Load(Model): Squad/Parts/Aero/wings/connector2
[LOG 15:52:10.744] Load(Model): Squad/Parts/Aero/wings/connector3
[LOG 15:52:10.744] Load(Model): Squad/Parts/Aero/wings/connector4
[LOG 15:52:10.745] Load(Model): Squad/Parts/Aero/wings/connector5
[LOG 15:52:10.746] Load(Model): Squad/Parts/Aero/wings/delta
[LOG 15:52:10.747] Load(Model): Squad/Parts/Aero/wings/delta_small
[LOG 15:52:10.748] Load(Model): Squad/Parts/Aero/wings/elevon1
[LOG 15:52:10.749] Load(Model): Squad/Parts/Aero/wings/elevon2
[LOG 15:52:10.750] Load(Model): Squad/Parts/Aero/wings/elevon3
[LOG 15:52:10.751] Load(Model): Squad/Parts/Aero/wings/elevon4
[LOG 15:52:10.752] Load(Model): Squad/Parts/Aero/wings/elevon5
[LOG 15:52:10.753] Load(Model): Squad/Parts/Aero/wings/strake
[LOG 15:52:10.753] Load(Model): Squad/Parts/Aero/wings/structural1
[LOG 15:52:10.754] Load(Model): Squad/Parts/Aero/wings/structural2
[LOG 15:52:10.755] Load(Model): Squad/Parts/Aero/wings/structural3
[LOG 15:52:10.756] Load(Model): Squad/Parts/Aero/wings/structural4
[LOG 15:52:10.757] Load(Model): Squad/Parts/Aero/wings/swept1
[LOG 15:52:10.758] Load(Model): Squad/Parts/Aero/wings/swept2
[LOG 15:52:10.759] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 15:52:10.777] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 15:52:10.779] Load(Model): Squad/Parts/Command/cupola/model
[LOG 15:52:10.781] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 15:52:10.798] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 15:52:10.801] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 15:52:10.802] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 15:52:10.814] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin
[LOG 15:52:10.815] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline
[LOG 15:52:10.818] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard
[LOG 15:52:10.821] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 15:52:10.823] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 15:52:10.825] Load(Model): Squad/Parts/Command/mk2CockpitInline/model
[LOG 15:52:10.833] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model
[LOG 15:52:10.836] Load(Model): Squad/Parts/Command/mk2DroneCore/model
[LOG 15:52:10.838] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 15:52:10.845] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model
[LOG 15:52:10.848] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 15:52:10.849] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 15:52:10.850] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 15:52:10.851] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 15:52:10.852] Load(Model): Squad/Parts/Command/probeRoverBody/model
[LOG 15:52:10.853] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 15:52:10.855] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 15:52:10.857] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 15:52:10.858] Load(Model): Squad/Parts/CompoundParts/fuelLine/model
[LOG 15:52:10.859] Load(Model): Squad/Parts/CompoundParts/strutConnector/model
[LOG 15:52:10.860] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 15:52:10.862] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 15:52:10.864] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model
[LOG 15:52:10.866] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model
[LOG 15:52:10.868] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 15:52:10.869] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 15:52:10.870] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 15:52:10.871] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 15:52:10.878] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 15:52:10.880] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 15:52:10.881] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 15:52:10.882] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 15:52:10.883] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB
[LOG 15:52:10.886] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 15:52:10.889] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB
[LOG 15:52:10.894] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 15:52:10.898] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster
[LOG 15:52:10.903] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 15:52:10.905] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside
[LOG 15:52:10.906] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1
[LOG 15:52:10.909] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2
[LOG 15:52:10.913] Load(Model): Squad/Parts/Engine/jetEngines/turboJet
[LOG 15:52:10.916] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet
[LOG 15:52:10.920] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 15:52:10.920] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 15:52:10.923] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike
[LOG 15:52:10.924] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 15:52:10.925] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 15:52:10.926] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 15:52:10.929] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 15:52:10.932] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 15:52:10.934] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 15:52:10.937] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 15:52:10.941] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 15:52:10.943] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 15:52:10.946] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 15:52:10.949] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 15:52:10.952] Load(Model): Squad/Parts/Engine/miniJet/SmallJet
[LOG 15:52:10.954] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 15:52:10.957] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 15:52:10.959] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 15:52:10.961] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5
[LOG 15:52:10.964] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 15:52:10.965] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 15:52:10.968] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 15:52:10.969] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 15:52:10.970] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 15:52:10.972] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 15:52:10.973] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 15:52:10.974] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank
[LOG 15:52:10.976] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
[LOG 15:52:10.978] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
[LOG 15:52:10.981] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2
[LOG 15:52:10.983] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
[LOG 15:52:10.984] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant
[LOG 15:52:10.986] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter
[LOG 15:52:10.987] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
[LOG 15:52:10.989] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1
[LOG 15:52:10.990] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
[LOG 15:52:10.991] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3
[LOG 15:52:10.992] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 15:52:10.995] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 15:52:10.997] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 15:52:10.998] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 15:52:11.000] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 15:52:11.001] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 15:52:11.003] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 15:52:11.007] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 15:52:11.009] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 15:52:11.011] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 15:52:11.012] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 15:52:11.013] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler
[LOG 15:52:11.016] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long
[LOG 15:52:11.017] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard
[LOG 15:52:11.019] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO
[LOG 15:52:11.020] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid
[LOG 15:52:11.021] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO
[LOG 15:52:11.022] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid
[LOG 15:52:11.023] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono
[LOG 15:52:11.024] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW
[LOG 15:52:11.027] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100
[LOG 15:52:11.028] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25
[LOG 15:52:11.029] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50
[LOG 15:52:11.030] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100
[LOG 15:52:11.031] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25
[LOG 15:52:11.032] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50
[LOG 15:52:11.033] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO
[LOG 15:52:11.034] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 15:52:11.035] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model
[LOG 15:52:11.038] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 15:52:11.039] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2
[LOG 15:52:11.040] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna
[LOG 15:52:11.043] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar
[LOG 15:52:11.044] Load(Model): Squad/Parts/Misc/PotatoRoid/PotatoRoid
[ERR 15:52:11.054] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 15:52:11.064] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[LOG 15:52:11.064] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell
[LOG 15:52:11.065] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray
[LOG 15:52:11.069] Load(Model): Squad/Parts/Resources/ISRU/ISRU
[LOG 15:52:11.073] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank
[LOG 15:52:11.075] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill
[LOG 15:52:11.079] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU
[LOG 15:52:11.082] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner
[LOG 15:52:11.084] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 15:52:11.087] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank
[LOG 15:52:11.089] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank
[LOG 15:52:11.090] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner
[LOG 15:52:11.091] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner
[LOG 15:52:11.093] Load(Model): Squad/Parts/Science/AtmosphereSensor/model
[LOG 15:52:11.094] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 15:52:11.096] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 15:52:11.107] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 15:52:11.110] Load(Model): Squad/Parts/Science/sensorAccelerometer/model
[LOG 15:52:11.111] Load(Model): Squad/Parts/Science/sensorBarometer/model
[LOG 15:52:11.112] Load(Model): Squad/Parts/Science/sensorGravimeter/model
[LOG 15:52:11.113] Load(Model): Squad/Parts/Science/sensorThermometer/model
[LOG 15:52:11.114] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler
[LOG 15:52:11.116] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter
[LOG 15:52:11.119] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 15:52:11.120] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 15:52:11.122] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 15:52:11.123] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 15:52:11.124] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 15:52:11.126] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage
[LOG 15:52:11.127] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage
[LOG 15:52:11.129] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1
[LOG 15:52:11.131] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2
[LOG 15:52:11.132] Load(Model): Squad/Parts/Structural/mk1Parts/Structural
[LOG 15:52:11.134] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow
[LOG 15:52:11.135] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 15:52:11.138] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 15:52:11.139] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 15:52:11.140] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 15:52:11.140] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 15:52:11.141] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 15:52:11.142] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 15:52:11.143] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig
[LOG 15:52:11.144] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall
[LOG 15:52:11.146] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 15:52:11.146] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 15:52:11.148] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 15:52:11.149] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 15:52:11.150] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 15:52:11.152] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
[LOG 15:52:11.165] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed
[LOG 15:52:11.171] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall
[LOG 15:52:11.176] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge
[LOG 15:52:11.177] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg
[LOG 15:52:11.178] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm
[LOG 15:52:11.180] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm
[LOG 15:52:11.197] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125
[LOG 15:52:11.203] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250
[LOG 15:52:11.221] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 15:52:11.237] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 15:52:11.240] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 15:52:11.241] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 15:52:11.242] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 15:52:11.243] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 15:52:11.244] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 15:52:11.245] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 15:52:11.247] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 15:52:11.248] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 15:52:11.250] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 15:52:11.251] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 15:52:11.253] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 15:52:11.255] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 15:52:11.258] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 15:52:11.260] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 15:52:11.263] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 15:52:11.265] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 15:52:11.266] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 15:52:11.269] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 15:52:11.274] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[LOG 15:52:11.276] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[LOG 15:52:11.278] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 15:52:11.279] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.279] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.280] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 15:52:11.282] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 15:52:11.283] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 15:52:11.285] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem
[LOG 15:52:11.290] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 15:52:11.292] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge
[LOG 15:52:11.294] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall
[LOG 15:52:11.297] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model
[LOG 15:52:11.299] Load(Model): Squad/Parts/Utility/mk2DockingPort/model
[LOG 15:52:11.302] Load(Model): Squad/Parts/Utility/mk3CargoBay/long
[LOG 15:52:11.306] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium
[LOG 15:52:11.309] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp
[LOG 15:52:11.315] Load(Model): Squad/Parts/Utility/mk3CargoBay/short
[LOG 15:52:11.318] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 15:52:11.337] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model
[LOG 15:52:11.339] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 15:52:11.342] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 15:52:11.343] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 15:52:11.346] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 15:52:11.347] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 15:52:11.348] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 15:52:11.350] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 15:52:11.361] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 15:52:11.362] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 15:52:11.364] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 15:52:11.365] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge
[ERR 15:52:11.371] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.371] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.374] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed
[ERR 15:52:11.375] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.375] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.375] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree
[ERR 15:52:11.375] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.375] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.377] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge
[ERR 15:52:11.377] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.377] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.381] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium
[ERR 15:52:11.383] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.383] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.383] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall
[ERR 15:52:11.383] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.383] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.386] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 15:52:11.388] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.388] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.388] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 15:52:11.389] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.389] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.392] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 15:52:11.395] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.395] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.395] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 15:52:11.409] WheelCollider requires an attached Rigidbody to function.

[ERR 15:52:11.409] WheelCollider requires an attached Rigidbody to function.

[LOG 15:52:11.410] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 15:52:11.411] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 15:52:11.412] Load(Model): Squad/Props/AxisIndicator/model
[LOG 15:52:11.413] Load(Model): Squad/Props/ButtonSquare/model
[LOG 15:52:11.414] Load(Model): Squad/Props/Compass/model
[LOG 15:52:11.415] Load(Model): Squad/Props/IVANavBall/model
[LOG 15:52:11.420] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 15:52:11.422] Load(Model): Squad/Props/Monitor/MonitorDockingMode
[LOG 15:52:11.423] Load(Model): Squad/Props/NavBall/model
[LOG 15:52:11.425] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode
[LOG 15:52:11.426] Load(Model): Squad/Props/PropsGeneric/CargoBagA
[LOG 15:52:11.436] Load(Model): Squad/Props/PropsGeneric/CargoBagB
[LOG 15:52:11.437] Load(Model): Squad/Props/PropsGeneric/CargoBagC
[LOG 15:52:11.438] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane
[LOG 15:52:11.439] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90
[LOG 15:52:11.440] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame
[LOG 15:52:11.440] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger
[LOG 15:52:11.441] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot
[LOG 15:52:11.443] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet
[LOG 15:52:11.444] Load(Model): Squad/Props/PropsGeneric/SideStick
[LOG 15:52:11.445] Load(Model): Squad/Props/VSI/model
[LOG 15:52:11.446] Load(Model): Squad/Props/circularButton/model
[LOG 15:52:11.447] Load(Model): Squad/Props/directionalKnob/model
[LOG 15:52:11.448] Load(Model): Squad/Props/directionalKnob2/model
[LOG 15:52:11.449] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 15:52:11.450] Load(Model): Squad/Props/pullSwitch/model
[LOG 15:52:11.451] Load(Model): Squad/Props/radarAltitude/model
[LOG 15:52:11.452] Load(Model): Squad/Props/squareButton/model
[LOG 15:52:11.453] Load(Model): Squad/Props/standingSwitch/model
[LOG 15:52:11.454] Load(Model): Squad/Props/switch/model
[LOG 15:52:11.455] Load(Model): Squad/Props/switchGuard/model
[LOG 15:52:11.456] Load(Model): Squad/Props/switchWithGuards/model
[LOG 15:52:11.457] Load(Model): Squad/Props/throttle/model
[LOG 15:52:11.458] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 15:52:11.466] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 15:52:11.477] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int
[LOG 15:52:11.491] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int
[LOG 15:52:11.498] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 15:52:11.527] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int
[LOG 15:52:11.538] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask
[LOG 15:52:11.540] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder
[LOG 15:52:11.543] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask
[LOG 15:52:11.544] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder
[LOG 15:52:11.545] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask
[LOG 15:52:11.546] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder
[LOG 15:52:11.547] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask
[LOG 15:52:11.548] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask
[LOG 15:52:11.549] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2
[LOG 15:52:11.550] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2
[LOG 15:52:11.551] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3
[LOG 15:52:11.552] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask
[LOG 15:52:11.553] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2
[LOG 15:52:11.554] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3
[LOG 15:52:11.555] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder
[LOG 15:52:11.555] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask
[LOG 15:52:11.556] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder
[LOG 15:52:11.557] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask
[LOG 15:52:11.558] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder
[LOG 15:52:11.559] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask
[LOG 15:52:11.560] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder
[LOG 15:52:11.561] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask
[LOG 15:52:11.562] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2
[LOG 15:52:11.563] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder
[LOG 15:52:11.564] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask
[LOG 15:52:11.565] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder
[LOG 15:52:11.566] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask
[LOG 15:52:11.567] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder
[LOG 15:52:11.568] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask
[LOG 15:52:11.569] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder
[LOG 15:52:11.570] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask
[LOG 15:52:11.571] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder
[LOG 15:52:11.572] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask
[LOG 15:52:11.573] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 15:52:11.575] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 15:52:11.590] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 15:52:11.599] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 15:52:11.604] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 15:52:11.611] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 15:52:11.615] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin
[LOG 15:52:11.627] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA
[LOG 15:52:11.630] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA
[LOG 15:52:11.635] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 15:52:11.641] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model
[LOG 15:52:11.648] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA
[LOG 15:52:11.661] Loading Asset Bundle Definitions
[LOG 15:52:11.663] AssetLoader: Loading bundle definitions
[LOG 15:52:12.026] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/squadcore.ksp'
[LOG 15:52:12.074] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia.ksp'
[LOG 15:52:12.152] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraft.ksp'
[LOG 15:52:12.216] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasics.ksp'
[LOG 15:52:12.273] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsbalance.ksp'
[LOG 15:52:12.331] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsbalance2.ksp'
[LOG 15:52:12.340] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicscol.ksp'
[LOG 15:52:12.396] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicscontrol.ksp'
[LOG 15:52:12.454] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicscontrolsurfaces.ksp'
[LOG 15:52:12.512] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsdrag.ksp'
[LOG 15:52:12.570] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsengines.ksp'
[LOG 15:52:12.626] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsforces.ksp'
[LOG 15:52:12.689] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicsintakes.ksp'
[LOG 15:52:12.750] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicslandinggear.ksp'
[LOG 15:52:12.810] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_aircraftbasicslift.ksp'
[LOG 15:52:12.877] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_career.ksp'
[LOG 15:52:12.935] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicscontracts.ksp'
[LOG 15:52:12.996] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicscrew.ksp'
[LOG 15:52:13.051] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicscurrencies.ksp'
[LOG 15:52:13.105] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicsexperience.ksp'
[LOG 15:52:13.169] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicsfacilities.ksp'
[LOG 15:52:13.227] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicsstrategies.ksp'
[LOG 15:52:13.233] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerbasicstechnology.ksp'
[LOG 15:52:13.294] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-ac.ksp'
[LOG 15:52:13.352] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-admin.ksp'
[LOG 15:52:13.410] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-ksc.ksp'
[LOG 15:52:13.469] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-mc.ksp'
[LOG 15:52:13.527] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-sciencearchives.ksp'
[LOG 15:52:13.584] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-techtree.ksp'
[LOG 15:52:13.641] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui-ts.ksp'
[LOG 15:52:13.702] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_careerui.ksp'
[LOG 15:52:13.761] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-actiongroups.ksp'
[LOG 15:52:13.823] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-applauncher.ksp'
[LOG 15:52:14.628] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-crew.ksp'
[LOG 15:52:14.689] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-engineersreport.ksp'
[LOG 15:52:14.699] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-gizmos.ksp'
[LOG 15:52:14.786] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-infos.ksp'
[LOG 15:52:14.794] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-partdetails.ksp'
[LOG 15:52:14.803] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-parts.ksp'
[LOG 15:52:14.812] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-symmetry.ksp'
[LOG 15:52:14.820] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui-vesseldetails.ksp'
[LOG 15:52:14.890] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_constructionui.ksp'
[LOG 15:52:14.899] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-dockingmode.ksp'
[LOG 15:52:14.904] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-editor.ksp'
[LOG 15:52:14.913] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-editorgizmos.ksp'
[LOG 15:52:14.924] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-eva.ksp'
[LOG 15:52:14.933] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-flight.ksp'
[LOG 15:52:14.939] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-flightactivities.ksp'
[LOG 15:52:14.947] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-flightdirections.ksp'
[LOG 15:52:14.952] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-general.ksp'
[LOG 15:52:15.008] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-mapandtime.ksp'
[LOG 15:52:15.063] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-mouseconstruction.ksp'
[LOG 15:52:15.119] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-mouseflight.ksp'
[LOG 15:52:15.176] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls-rcs.ksp'
[LOG 15:52:15.249] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_controls.ksp'
[LOG 15:52:15.306] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_eastereggs.ksp'
[LOG 15:52:15.366] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-ac.ksp'
[LOG 15:52:15.431] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-admin.ksp'
[LOG 15:52:15.493] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-context.ksp'
[LOG 15:52:15.559] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-ksc.ksp'
[LOG 15:52:15.624] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-launchpad.ksp'
[LOG 15:52:15.690] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-mc.ksp'
[LOG 15:52:15.753] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-randd.ksp'
[LOG 15:52:15.814] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-runway.ksp'
[LOG 15:52:15.882] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-sph.ksp'
[LOG 15:52:15.943] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-ts.ksp'
[LOG 15:52:16.004] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_facilities-vab.ksp'
[LOG 15:52:16.061] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-altimeter.ksp'
[LOG 15:52:16.120] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-applauncher.ksp'
[LOG 15:52:16.180] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-evaactivities.ksp'
[LOG 15:52:16.240] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-modecontrol.ksp'
[LOG 15:52:16.301] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-navball.ksp'
[LOG 15:52:16.362] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-portraits.ksp'
[LOG 15:52:16.419] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-staging.ksp'
[LOG 15:52:16.475] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui-timeandaction.ksp'
[LOG 15:52:16.538] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_flightui.ksp'
[LOG 15:52:16.600] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heat.ksp'
[LOG 15:52:16.657] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatactiveradiators.ksp'
[LOG 15:52:16.712] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatcore.ksp'
[LOG 15:52:16.767] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatengines.ksp'
[LOG 15:52:16.826] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatflow.ksp'
[LOG 15:52:16.893] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatpart.ksp'
[LOG 15:52:17.007] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatpassiveradiators.ksp'
[LOG 15:52:17.068] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_heatshields.ksp'
[LOG 15:52:17.128] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_locations.ksp'
[LOG 15:52:17.133] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_manual.ksp'
[LOG 15:52:17.140] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_mapui-mannodes.ksp'
[LOG 15:52:17.202] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_mapui-orbitnodes.ksp'
[LOG 15:52:17.211] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_mapui-orbitnodes2.ksp'
[LOG 15:52:17.222] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_mapui.ksp'
[LOG 15:52:17.281] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-atmosphere.ksp'
[LOG 15:52:17.340] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-gettingbackdown.ksp'
[LOG 15:52:17.398] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-gettingupthere.ksp'
[LOG 15:52:17.454] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-gravityturn.ksp'
[LOG 15:52:17.514] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-orbits.ksp'
[LOG 15:52:17.575] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics-stayingupthere.ksp'
[LOG 15:52:17.630] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalbasics.ksp'
[LOG 15:52:17.687] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitaldefinitions-appe.ksp'
[LOG 15:52:17.743] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitaldefinitions-dirandinc.ksp'
[LOG 15:52:17.801] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitaldefinitions-directions.ksp'
[LOG 15:52:17.858] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitaldefinitions-eccentricity.ksp'
[LOG 15:52:17.915] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitaldefinitions.ksp'
[LOG 15:52:17.970] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-adjustinginclination.ksp'
[LOG 15:52:18.026] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-deltav.ksp'
[LOG 15:52:18.084] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-efficiency.ksp'
[LOG 15:52:18.141] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-hohmanntransfer.ksp'
[LOG 15:52:18.197] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-hohmanntransfer2.ksp'
[LOG 15:52:18.204] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-orbittypes.ksp'
[LOG 15:52:18.261] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-radandantirad.ksp'
[LOG 15:52:18.319] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers-shapingup.ksp'
[LOG 15:52:18.375] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_orbitalmaneuvers.ksp'
[LOG 15:52:18.435] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-dres.ksp'
[LOG 15:52:18.496] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-duna.ksp'
[LOG 15:52:18.557] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-eeloo.ksp'
[LOG 15:52:18.613] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-eve.ksp'
[LOG 15:52:18.670] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-jool.ksp'
[LOG 15:52:18.727] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-kerbin.ksp'
[LOG 15:52:18.786] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-moho.ksp'
[LOG 15:52:18.852] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-sun.ksp'
[LOG 15:52:18.916] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_planets-system.ksp'
[LOG 15:52:18.975] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-asteroidmining.ksp'
[LOG 15:52:18.979] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-conversionmanagement.ksp'
[LOG 15:52:18.988] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-drilling.ksp'
[LOG 15:52:19.045] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-findingit.ksp'
[LOG 15:52:19.111] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-findingit2.ksp'
[LOG 15:52:19.174] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources-storageandconversion.ksp'
[LOG 15:52:19.552] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_resources.ksp'
[LOG 15:52:19.611] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketry.ksp'
[LOG 15:52:19.667] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketryadvanced-fairings.ksp'
[LOG 15:52:19.724] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketryadvanced-girders.ksp'
[LOG 15:52:19.783] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketryadvanced.ksp'
[LOG 15:52:19.852] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasics.ksp'
[LOG 15:52:19.914] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsaero.ksp'
[LOG 15:52:19.973] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicscentered.ksp'
[LOG 15:52:20.039] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicschutes.ksp'
[LOG 15:52:20.104] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicscontrol.ksp'
[LOG 15:52:20.166] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsecrecharging.ksp'
[LOG 15:52:20.225] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsengines.ksp'
[LOG 15:52:20.283] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsforces.ksp'
[LOG 15:52:20.348] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicshatchesandladders.ksp'
[LOG 15:52:20.411] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsresources.ksp'
[LOG 15:52:20.475] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsservicecontainers.ksp'
[LOG 15:52:20.533] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsstability.ksp'
[LOG 15:52:20.596] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsstabilityassist.ksp'
[LOG 15:52:20.658] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicsstaging.ksp'
[LOG 15:52:20.720] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_rocketrybasicssymmetry.ksp'
[LOG 15:52:20.782] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_science.ksp'
[LOG 15:52:20.843] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_sciencedata.ksp'
[LOG 15:52:20.902] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_scienceexperiments.ksp'
[LOG 15:52:20.963] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_sciencelab.ksp'
[LOG 15:52:21.275] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_sciencetransmitted.ksp'
[LOG 15:52:21.548] AssetLoader: Loaded bundle '/home/jordan/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/Squad/KSPedia/kspedia_spacetravel.ksp'
[LOG 15:52:21.550] AssetLoader: Finished loading. 152 bundle definitions loaded.
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 15:52:21.551] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 15:52:21.551] Config(Contracts) Squad/Contracts/Contracts/Contracts
[LOG 15:52:21.551] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot
[LOG 15:52:21.551] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer
[LOG 15:52:21.551] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist
[LOG 15:52:21.552] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1
[LOG 15:52:21.552] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 15:52:21.552] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 15:52:21.553] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 15:52:21.553] Config(PART) Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine
[LOG 15:52:21.553] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 15:52:21.553] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 15:52:21.553] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 15:52:21.554] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge
[LOG 15:52:21.554] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 15:52:21.554] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore
[LOG 15:52:21.554] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna
[LOG 15:52:21.554] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel
[LOG 15:52:21.554] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 15:52:21.554] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 15:52:21.555] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 15:52:21.555] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 15:52:21.555] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg
[LOG 15:52:21.555] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 15:52:21.555] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 15:52:21.556] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 15:52:21.556] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 15:52:21.556] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 15:52:21.556] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 15:52:21.556] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 15:52:21.556] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 15:52:21.556] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 15:52:21.556] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 15:52:21.556] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 15:52:21.556] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 15:52:21.556] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 15:52:21.556] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode
[LOG 15:52:21.556] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 15:52:21.556] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet
[LOG 15:52:21.557] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick
[LOG 15:52:21.557] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 15:52:21.557] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 15:52:21.557] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 15:52:21.557] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 15:52:21.557] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 15:52:21.557] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 15:52:21.557] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 15:52:21.557] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 15:52:21.557] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 15:52:21.557] Config(PROP) Squad/Props/switch/prop/switch
[LOG 15:52:21.557] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 15:52:21.557] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 15:52:21.557] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 15:52:21.557] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE
[LOG 15:52:21.557] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 15:52:21.557] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 15:52:21.557] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 15:52:21.557] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 15:52:21.557] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 15:52:21.557] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 15:52:21.557] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID
[LOG 15:52:21.557] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES
[LOG 15:52:21.557] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS
[LOG 15:52:21.557] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore
[LOG 15:52:21.557] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 15:52:21.557] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 15:52:21.557] Config(TechTree) Squad/Resources/TechTree/TechTree
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 15:52:21.557] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 15:52:21.558] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal
[LOG 15:52:21.558] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 15:52:21.558] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 15:52:21.558] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 15:52:21.558] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout
[LOG 15:52:21.558] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative
[LOG 15:52:21.558] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital
[LOG 15:52:21.558] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun
[LOG 15:52:21.558] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.560] Resource RESOURCE_DEFINITION added to database
[LOG 15:52:21.561] GameDatabase: Assets loaded in 14.410s
[LOG 15:52:21.567] PartLoader: Loading part database
[LOG 15:52:21.568] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1'
[LOG 15:52:21.603] EffectList: Created 11 effect types
[LOG 15:52:21.656] CodeAssetLoader: Compiling all code assets
[LOG 15:52:21.663] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2'
[LOG 15:52:21.676] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3'
[LOG 15:52:21.689] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield'
[LOG 15:52:21.705] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 15:52:21.712] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 15:52:21.721] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1'
[LOG 15:52:21.734] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf'
[LOG 15:52:21.743] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing'
[LOG 15:52:21.752] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin'
[LOG 15:52:21.762] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard'
[LOG 15:52:21.771] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController'
[LOG 15:52:21.779] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing'
[LOG 15:52:21.787] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin'
[LOG 15:52:21.795] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin'
[LOG 15:52:21.803] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake'
[LOG 15:52:21.814] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake'
[LOG 15:52:21.823] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA'
[LOG 15:52:21.830] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB'
[LOG 15:52:21.838] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone'
[LOG 15:52:21.855] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter'
[LOG 15:52:21.862] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone'
[LOG 15:52:21.870] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail'
[LOG 15:52:21.877] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB'
[LOG 15:52:21.885] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1'
[LOG 15:52:21.903] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2'
[LOG 15:52:21.916] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3'
[LOG 15:52:21.929] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong'
[LOG 15:52:21.937] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake'
[LOG 15:52:21.944] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 15:52:21.961] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 15:52:21.970] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta'
[LOG 15:52:21.978] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1'
[LOG 15:52:21.987] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2'
[LOG 15:52:21.995] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder'
[LOG 15:52:22.004] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake'
[LOG 15:52:22.012] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 15:52:22.020] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 15:52:22.028] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 15:52:22.036] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector'
[LOG 15:52:22.044] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2'
[LOG 15:52:22.052] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3'
[LOG 15:52:22.059] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4'
[LOG 15:52:22.067] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5'
[LOG 15:52:22.075] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing'
[LOG 15:52:22.083] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small'
[LOG 15:52:22.091] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf'
[LOG 15:52:22.099] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2'
[LOG 15:52:22.107] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3'
[LOG 15:52:22.118] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf'
[LOG 15:52:22.127] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5'
[LOG 15:52:22.136] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake'
[LOG 15:52:22.144] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing'
[LOG 15:52:22.152] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2'
[LOG 15:52:22.159] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3'
[LOG 15:52:22.166] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4'
[LOG 15:52:22.174] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1'
[LOG 15:52:22.181] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2'
[LOG 15:52:22.190] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 15:52:22.232] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 15:52:22.244] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 15:52:22.268] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 15:52:22.295] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 15:52:22.312] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 15:52:22.321] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 15:52:22.330] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit'
[LOG 15:52:22.349] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin'
[LOG 15:52:22.363] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit'
[LOG 15:52:22.381] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 15:52:22.397] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 15:52:22.414] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline'
[LOG 15:52:22.433] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard'
[LOG 15:52:22.453] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore'
[LOG 15:52:22.465] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 15:52:22.480] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle'
[LOG 15:52:22.498] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 15:52:22.508] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 15:52:22.519] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 15:52:22.531] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 15:52:22.540] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody'
[LOG 15:52:22.550] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 15:52:22.562] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 15:52:22.586] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 15:52:22.595] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine'
[LOG 15:52:22.609] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector'
[LOG 15:52:22.618] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 15:52:22.629] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 15:52:22.638] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1'
[LOG 15:52:22.648] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3'
[LOG 15:52:22.657] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 15:52:22.670] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 15:52:22.678] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 15:52:22.686] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 15:52:22.690] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 15:52:22.695] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 15:52:22.700] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 15:52:22.705] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 15:52:22.710] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster'
[LOG 15:52:22.735] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 15:52:22.745] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB'
[LOG 15:52:22.764] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 15:52:22.786] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster'
[LOG 15:52:22.805] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 15:52:22.817] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet'
[LOG 15:52:22.852] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine'
[LOG 15:52:22.870] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2'
[LOG 15:52:22.907] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine'
[LOG 15:52:22.927] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 15:52:22.941] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 15:52:22.956] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 15:52:22.973] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 15:52:22.984] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 15:52:22.996] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 15:52:23.012] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 15:52:23.030] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 15:52:23.045] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 15:52:23.063] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 15:52:23.082] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 15:52:23.098] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 15:52:23.116] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME'
[LOG 15:52:23.136] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 15:52:23.167] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine'
[LOG 15:52:23.182] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 15:52:23.207] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 15:52:23.221] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 15:52:23.234] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm'
[LOG 15:52:23.247] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 15:52:23.257] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 15:52:23.267] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 15:52:23.272] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 15:52:23.278] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 15:52:23.283] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 15:52:23.288] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 15:52:23.293] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank'
[LOG 15:52:23.298] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank'
[LOG 15:52:23.303] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank'
[LOG 15:52:23.309] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2'
[LOG 15:52:23.314] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines'
[LOG 15:52:23.319] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2'
[LOG 15:52:23.325] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant'
[LOG 15:52:23.330] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2'
[LOG 15:52:23.335] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1'
[LOG 15:52:23.341] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant'
[LOG 15:52:23.347] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3'
[LOG 15:52:23.353] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 15:52:23.358] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 15:52:23.363] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 15:52:23.368] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 15:52:23.373] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 15:52:23.378] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 15:52:23.384] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 15:52:23.388] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 15:52:23.394] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 15:52:23.399] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 15:52:23.404] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage'
[LOG 15:52:23.409] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 15:52:23.429] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 15:52:23.436] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 15:52:23.443] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 15:52:23.450] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage'
[LOG 15:52:23.457] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 15:52:23.464] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 15:52:23.470] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 15:52:23.477] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin'
[LOG 15:52:23.490] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100'
[LOG 15:52:23.495] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25'
[LOG 15:52:23.501] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50'
[LOG 15:52:23.506] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100'
[LOG 15:52:23.511] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25'
[LOG 15:52:23.516] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50'
[LOG 15:52:23.521] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO'
[LOG 15:52:23.527] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 15:52:23.532] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge'
[LOG 15:52:23.537] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 15:52:23.542] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore'
[LOG 15:52:23.552] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna'
[LOG 15:52:23.562] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel'
[LOG 15:52:23.570] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid'
[ERR 15:52:23.580] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 15:52:23.589] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 15:52:23.606] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[ERR 15:52:23.618] ConvexHullBuilder: convex hull has more than 255 polygons!

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

[LOG 15:52:23.620] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell'
[LOG 15:52:23.631] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray'
[LOG 15:52:23.641] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU'
[LOG 15:52:23.668] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank'
[LOG 15:52:23.674] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill'
[LOG 15:52:23.697] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU'
[LOG 15:52:23.722] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner'
[LOG 15:52:23.735] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill'
[LOG 15:52:23.768] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank'
[LOG 15:52:23.774] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank'
[LOG 15:52:23.780] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner'
[LOG 15:52:23.791] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner'
[LOG 15:52:23.804] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere'
[LOG 15:52:23.812] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 15:52:23.821] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 15:52:23.838] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 15:52:23.848] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 15:52:23.857] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 15:52:23.865] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 15:52:23.874] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 15:52:23.882] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler'
[LOG 15:52:23.892] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter'
[LOG 15:52:23.897] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 15:52:23.902] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 15:52:23.907] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 15:52:23.912] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 15:52:23.918] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 15:52:23.922] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody'
[LOG 15:52:23.931] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody'
[LOG 15:52:23.939] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage'
[LOG 15:52:23.944] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage'
[LOG 15:52:23.953] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural'
[LOG 15:52:23.958] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 15:52:23.963] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 15:52:23.968] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 15:52:23.973] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 15:52:23.978] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 15:52:23.983] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 15:52:23.988] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 15:52:23.993] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint'
[LOG 15:52:24.002] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon'
[LOG 15:52:24.027] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 15:52:24.032] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 15:52:24.038] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 15:52:24.043] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 15:52:24.048] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 15:52:24.053] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge'
[LOG 15:52:24.065] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed'
[LOG 15:52:24.074] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall'
[LOG 15:52:24.083] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge'
[LOG 15:52:24.090] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg'
[LOG 15:52:24.097] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm'
[LOG 15:52:24.105] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice'
[LOG 15:52:24.119] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125'
[LOG 15:52:24.132] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250'
[LOG 15:52:24.144] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 15:52:24.155] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 15:52:24.166] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 15:52:24.175] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 15:52:24.185] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 15:52:24.194] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 15:52:24.203] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 15:52:24.212] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 15:52:24.221] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 15:52:24.230] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 15:52:24.239] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 15:52:24.248] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 15:52:24.257] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 15:52:24.266] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 15:52:24.292] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 15:52:24.300] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 15:52:24.310] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 15:52:24.318] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 15:52:24.323] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 15:52:24.331] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 15:52:24.338] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 15:52:24.358] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 15:52:24.374] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 15:52:24.388] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 15:52:24.393] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 15:52:24.398] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 15:52:24.409] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem'
[LOG 15:52:24.421] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 15:52:24.429] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL'
[LOG 15:52:24.440] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS'
[LOG 15:52:24.450] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin'
[LOG 15:52:24.464] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort'
[LOG 15:52:24.475] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL'
[LOG 15:52:24.484] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM'
[LOG 15:52:24.493] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp'
[LOG 15:52:24.503] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS'
[LOG 15:52:24.511] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 15:52:24.525] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue'
[LOG 15:52:24.536] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 15:52:24.563] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 15:52:24.574] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 15:52:24.585] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 15:52:24.590] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 15:52:24.598] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 15:52:24.606] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 15:52:24.613] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 15:52:24.618] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 15:52:24.623] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 15:52:24.629] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge'
[LOG 15:52:24.652] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed'
[LOG 15:52:24.665] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree'
[LOG 15:52:24.680] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium'
[LOG 15:52:24.702] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall'
[LOG 15:52:24.725] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay'
[LOG 15:52:24.748] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 15:52:24.768] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 15:52:24.788] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 15:52:24.805] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 15:52:24.839] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 15:52:24.841] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 15:52:24.842] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 15:52:24.843] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 15:52:24.844] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 15:52:24.845] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 15:52:24.847] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 15:52:24.848] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 15:52:24.849] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 15:52:24.851] PartLoader: Compiling Internal Space 'Squad/Props/Monitor/DockingMode/MonitorDockingMode'
[LOG 15:52:24.852] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 15:52:24.853] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode'
[LOG 15:52:24.854] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA'
[LOG 15:52:24.854] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB'
[LOG 15:52:24.855] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC'
[LOG 15:52:24.855] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane'
[LOG 15:52:24.856] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90'
[LOG 15:52:24.856] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame'
[LOG 15:52:24.857] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger'
[LOG 15:52:24.857] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot'
[LOG 15:52:24.858] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet'
[LOG 15:52:24.858] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/SideStick/SideStick'
[LOG 15:52:24.859] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 15:52:24.860] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 15:52:24.860] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 15:52:24.861] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 15:52:24.862] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 15:52:24.863] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 15:52:24.864] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 15:52:24.864] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 15:52:24.865] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 15:52:24.866] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 15:52:24.866] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 15:52:24.867] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 15:52:24.868] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 15:52:24.870] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 15:52:24.873] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 15:52:24.875] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int'
[LOG 15:52:24.878] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int'
[LOG 15:52:24.911] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int'
[LOG 15:52:24.913] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003'
[LOG 15:52:24.920] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int'
[LOG 15:52:24.924] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder'
[LOG 15:52:24.932] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 15:52:24.940] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 15:52:24.943] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 15:52:24.949] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 15:52:24.951] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 15:52:24.956] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal'
[LOG 15:52:24.962] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 15:52:24.970] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal'
[LOG 15:52:24.976] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 15:52:24.978] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 15:52:24.991] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal'
[LOG 15:52:25.003] Loading Systems: Elapsed time is 17.85269s
[WRN 15:52:25.044] The referenced script on this Behaviour is missing!
[WRN 15:52:25.044] The referenced script on this Behaviour is missing!
[LOG 15:52:25.413] UIMasterController: HideUI
[LOG 15:52:25.532] Agent: Found 18 agent mentality types
[LOG 15:52:25.533] AgentList: 27 agents parsed and loaded.
[LOG 15:52:25.534] UIMasterController: HideUI
[LOG 15:52:25.721] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long
[LOG 15:52:25.739] UIMasterController: HideUI
[WRN 15:52:25.741] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 15:52:26.215] UIMasterController: ShowUI
[WRN 15:52:26.408] [ApplicationLauncher] Awake False
[LOG 15:52:26.409] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[WRN 15:52:26.419] [UiApp] Awake: MessageSystem
[LOG 15:52:26.431] [UIApp] Adding MessageSystem to Application Launcher
[LOG 15:52:26.434] [ApplicationLauncher] SetHidden: 
[LOG 15:52:26.436] [MessageSystem] OnAppInitialized
[LOG 15:52:26.436] [MessageSystem] Reposition 0.03170802 12898
[LOG 15:52:51.487] ExperienceSystem: Found 0 trait types
[LOG 15:52:51.489] ExperienceSystem: Found 9 effect types
[LOG 15:52:53.711] ReflectionUtil: Found 4 types with UpgradeModule attribute in 4 assemblies.
[LOG 15:52:53.724] [KSPUpgradePipeline]: sandbox moderate (1.1.0) is up to date.
[LOG 15:52:53.728] ScenarioTypes: List Created 14 scenario types loaded from 4 loaded assemblies.
[LOG 15:52:53.731] UIMasterController: HideUI
[WRN 15:52:53.731] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[LOG 15:52:53.877] UIMasterController: HideUI
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[WRN 15:52:54.261] The referenced script on this Behaviour is missing!
[LOG 15:52:54.568] UIMasterController: HideUI
[LOG 15:52:54.597] [PlanetariumCamera]: Focus: Kerbin
[LOG 15:52:54.601] AddonLoader: Instantiating addon 'ContractDefs' from assembly 'KSP'
[WRN 15:52:54.799] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled.
[WRN 15:52:54.956] [UiApp] Awake: KSPedia
[LOG 15:52:54.956] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
[LOG 15:52:54.956] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
[LOG 15:52:54.958] [ApplicationLauncher] SetVisible: 
[LOG 15:52:54.961] Loading Depletion Nodes
[LOG 15:52:54.961] DepNodeCount:  0
[LOG 15:52:54.962] Loading Biome Nodes
[LOG 15:52:54.962] BiomeNodeCount:  0
[LOG 15:52:54.962] Loading Planet Nodes
[LOG 15:52:54.962] PlanetNodeCount:  0
[LOG 15:52:54.975] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 15:52:55.019] [AsteroidSpawner]: No new objects this time. (Odds are 1:2)
[LOG 15:52:55.019] [UIApp] OnDestroy: ContractsApp
[LOG 15:52:55.197] [MessageSystem] Reposition 0.02 14365
[LOG 15:52:55.885] [UIApp] Adding KSPedia to Application Launcher
[LOG 15:52:56.811] UIMasterController: ShowUI
[LOG 15:52:58.561] Flight State Captured
[LOG 15:52:58.563] Saving Achievements Tree...
[LOG 15:52:58.564] [MessageSystem] Save Messages
[LOG 15:52:58.570] Game State Saved to saves/sandbox moderate/persistent
[LOG 15:52:58.572] UIMasterController: HideUI
[WRN 15:52:58.573] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) =====================
[LOG 15:52:58.659] [UIApp] OnDestroy: KSPedia
[LOG 15:52:58.709] UIMasterController: HideUI
[LOG 15:52:59.387] UICanvasPrefabSpawner SceneLogic spawning Editor
[LOG 15:52:59.418] No Input Locks in effect right now
[LOG 15:52:59.478] UIMasterController: HideUI
[LOG 15:52:59.509] ------------------- initializing editor mode... ------------------
[LOG 15:52:59.510] editor started
[LOG 15:52:59.527] IconLoader awake
[WRN 15:52:59.713] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled.
[WRN 15:52:59.851] The referenced script on this Behaviour is missing!
[WRN 15:52:59.851] The referenced script on this Behaviour is missing!
[WRN 15:52:59.852] The referenced script on this Behaviour is missing!
[WRN 15:53:00.105] [UiApp] Awake: EngineersReport
[WRN 15:53:00.105] [UiApp] Awake: KSPedia
[LOG 15:53:00.105] [ApplicationLauncher] OnSceneLoadedGUIReady: scene EDITOR ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop False
[LOG 15:53:00.106] Loading Depletion Nodes
[LOG 15:53:00.106] DepNodeCount:  0
[LOG 15:53:00.106] Loading Biome Nodes
[LOG 15:53:00.106] BiomeNodeCount:  0

I closed it after I got into the VAB and it started freezing hard.

Link to comment
Share on other sites

I've tried forcing OpenGL to various different versions without any effect. The documentation says that option is Windows only, don't know if that's accurate.

I feel like this might be garbage collection related. I managed to go into the game and straight away load a stock aircraft and launch it. It was freezing briefly every few seconds. Then the freezing increased, getting more frequent and longer, as the craft flew along. Until it was basically frozen. I know that freeze every few seconds is usually garbage collection related, but it's like it's failing to actually delete the collected objects or something, so it gets more and more garbage that it has to go through each time. This is pretty much all speculation though, and doesn't explain why it was fine yesterday heavily modded, and not playable at all today vanilla.

Link to comment
Share on other sites

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

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

×
×
  • Create New...