Jump to content

[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]


nightingale

Recommended Posts

33 minutes ago, eberkain said:

Is it possible to do a module manager patch that would fix contracts that are hard coded to look for a specific body, to look for a different body when playing with a planet pack like GPP that removes the stock planets.  I tried something like this with no luck.   


@CONTRACT_TYPE[*]:NEEDS[GPP]
{
	@DATA
	{
		@Sun = Ciro
		@kerbin = Gael
		@mun = Iota
		@minmus = Ceti
		@duna = Gratian
		@Eve = Niven
	}
}

 

@eberkain This will not work for the contracts that are hard coded, but I think you just figured out the issue I have been having with my Contract Pack!!!!!!!! I also think you could request to the individual Contract Packs to set it so that the contracts work dynamically and not hard coded.

@severedsolo I should be able to do this instead of trying to brute force it. There are only a few major packs, it is incredibly easy to always be able to add new planet packs.

 

Link to comment
Share on other sites

27 minutes ago, pap1723 said:

@eberkain This will not work for the contracts that are hard coded, but I think you just figured out the issue I have been having with my Contract Pack!!!!!!!! I also think you could request to the individual Contract Packs to set it so that the contracts work dynamically and not hard coded.

@severedsolo I should be able to do this instead of trying to brute force it. There are only a few major packs, it is incredibly easy to always be able to add new planet packs.

 

@Kerbas_ad_astra gave me this for the Spacetux Rover Contracts.  

@CONTRACT_TYPE[RoverDeploy]:NEEDS[GPP]
{
	@DATA:HAS[#kerbin[Kerbin]]
	{
		@kerbin = Gael
		@mun = Iota
		@minmus = Ceti
		@duna = Gratian
	}
}

Seems to work, the Spacetux unmanned contracts throws two errors, but I think the problem is inside the .dll on that one.   The only other contract pack I'm having trouble with is Field Research, which looks to have checks for RealSolarSystem built in, so I'm having a hard time figuring out a MM patch to make it work with GPP. 

Link to comment
Share on other sites

@nightingale

Would you consider adding an optional parameter minimumInclinationFactor for use with OrbitGenerator. This way I could force contract orbits to not be equatorial and have a  minimum inclination in a game where KSC isn't on the equator. This would be a user simple solution. Thanks!

Link to comment
Share on other sites

I'm been having some problems with setting the orientation of vessels with Spawn Vessel. The idea is to have a 4 turrets in a square formation pointing at 90 degrees intervals, with a Radar station in the center. So far, no problems with positioning but I been unable to orient the turrets in the direction I want. Heres a photo of what I got, and the Behaviour code:

Spoiler

2tY8UZy.png


BEHAVIOUR
	{
		name = SpawnVessel
		type = SpawnVessel
	

		// The VESSEL node indicates a vessel to spawn and can be specified
		// multiple times.
		VESSEL
		{

			name = Target I
			craftURL = ContractPacks/ObelixWarfare/Ships/RadarStationI.craft

			vesselType = Unknown			
			owned = true
			targetBody = Kerbin		
			
			lat = 2.499
			lon = -79.999				
			heading = 0
			roll = 0
			pitch = 180
			
			height = 3
			
		}
		VESSEL
		{
			name = Target II
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.5
			lon = -80	
			
			heading = 0
			roll = 0
			pitch = 179
			height = 5	
		}	
		VESSEL
		{
			name = Target III
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.5
			lon = -79.998	
			
			heading = 200
			roll = 0
			pitch = 179
			height = 5		
		}		
		VESSEL
		{
			name = Target IV
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.498
			lon = -80	
			
			heading = 400
			roll = 0
			pitch = 179
			height = 5		
		}			
		VESSEL
		{
			name = Target V
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.498
			lon = -79.998	
			
			heading = 500
			roll = 0
			pitch = 179
			height = 5
		}
	}

 

Any help would be appreciated :)

Link to comment
Share on other sites

9 hours ago, teohoch said:

I'm been having some problems with setting the orientation of vessels with Spawn Vessel. The idea is to have a 4 turrets in a square formation pointing at 90 degrees intervals, with a Radar station in the center. So far, no problems with positioning but I been unable to orient the turrets in the direction I want. Heres a photo of what I got, and the Behaviour code:

  Reveal hidden contents

2tY8UZy.png



BEHAVIOUR
	{
		name = SpawnVessel
		type = SpawnVessel
	

		// The VESSEL node indicates a vessel to spawn and can be specified
		// multiple times.
		VESSEL
		{

			name = Target I
			craftURL = ContractPacks/ObelixWarfare/Ships/RadarStationI.craft

			vesselType = Unknown			
			owned = true
			targetBody = Kerbin		
			
			lat = 2.499
			lon = -79.999				
			heading = 0
			roll = 0
			pitch = 180
			
			height = 3
			
		}
		VESSEL
		{
			name = Target II
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.5
			lon = -80	
			
			heading = 0
			roll = 0
			pitch = 179
			height = 5	
		}	
		VESSEL
		{
			name = Target III
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.5
			lon = -79.998	
			
			heading = 200
			roll = 0
			pitch = 179
			height = 5		
		}		
		VESSEL
		{
			name = Target IV
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.498
			lon = -80	
			
			heading = 400
			roll = 0
			pitch = 179
			height = 5		
		}			
		VESSEL
		{
			name = Target V
			craftURL = ContractPacks/ObelixWarfare/Ships/Light AA Gun I.craft

			vesselType = Unknown
			owned = true
			targetBody = Kerbin		
			
			lat = 2.498
			lon = -79.998	
			
			heading = 500
			roll = 0
			pitch = 179
			height = 5
		}
	}

 

Any help would be appreciated :)

I might be wrong, but the headings should only be in 360 degrees shouldn't they?

0, 90, 180, 270

Link to comment
Share on other sites

Is there any way to significantly increase, or just entirely remove, the arbitrary contract limit? I'm getting frustrated trying to figure out which contracts are which in the cheat menu, of which i have resorted to using to accept more than the limit allows. Tons of rep, max facilities, 22 launches under my belt...why cant i have a 70+ mission launch manifest like...SpaceX, for example?

Edited by StickyScissors
Link to comment
Share on other sites

Hey all. I am having trouble getting anything other than stock contracts to show with Galileo's planet pack. I have tried searching both this thread and the GPP thread for a solution but I can't seem to turn up anything.

Among several other attempts, here is my current and most clean state:

  • Reinstalled Kerbal fresh, booted, etc. Cleared save files.
  • Installed GPP, confirmed everything was working OK. No additional mods beyond the GPP optionals.
  • Immediately installed Contract Configurator and a few packs from CKAN to test (Bases and stations, clever sats, field research, unmanned contracts, tourism plus).
  • Started fresh save and checked contracts.
  • Categories for these do not show up and all categories under the CC Debug window show me "Unmet requirements / Warnings" and "0 of 0 contracts loaded". The warnings are "Contract group ... contains no contract types or child groups!" and "Multiple Assemblies with Contract Configurator found!"

 

Attached is my KSP.log. I tried searching it myself but don't know enough about what I'm seeing to be of much help. I also tried checking the contract packs for any direct references to the Kerbol/stock planets and couldn't find any huge red flags. Any one have any ideas or is there just a hard incompatibility between these two mods? 

 

[LOG 13:20:53.544] ******* Log Initiated for Kerbal Space Program - 1.2.2.1622 (WindowsPlayer x64) *******
Kerbal Space Program - 1.2.2.1622 (WindowsPlayer x64)


OS: Windows 10  (10.0.0) 64bit
CPU: Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz (8)
RAM: 16299
GPU: NVIDIA GeForce GTX 980 Ti (6103MB)
SM: 30 (Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878])
RT Formats: ARGB32, Depth, ARGBHalf, Shadowmap, RGB565, Default, ARGB2101010, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8


Log started: Sun, Mar 19, 2017 13:20:53


[WRN 13:20:54.888] [SpaceNavigatorWindows]: Could not initialize device.

[LOG 13:20:54.891] MainCanvas MASK: 3458764513820540928
[ERR 13:20:54.915] Error: Empty part config file

[WRN 13:20:54.915] Cannot create config from file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\CommunityResourcePack\AsteroidScannerSetup.cfg'.
[WRN 13:20:54.930] Cannot create config from file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractConfigurator\Agencies\Agents.cfg'.
[WRN 13:20:55.027] Config in file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\GPP\GPP_Resources\Karbonite.cfg' contains an unnamed node. Skipping.
[WRN 13:20:55.028] Config in file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\GPP\GPP_Resources\Karbonite.cfg' contains an unnamed node. Skipping.
[LOG 13:20:56.352] Load(Assembly): /ModuleManager.2.7.5
[LOG 13:20:56.353] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ModuleManager.2.7.5.dll
[LOG 13:20:56.379] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5
[LOG 13:20:56.379] Load(Assembly): ContractConfigurator/CC_RemoteTech
[LOG 13:20:56.380] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractConfigurator\CC_RemoteTech.dll
[LOG 13:20:56.382] AssemblyLoader: KSPAssembly 'CC_RemoteTech' V1.0
[LOG 13:20:56.383] AssemblyLoader: KSPAssemblyDependency 'ContractConfigurator' V1.0
[LOG 13:20:56.384] AssemblyLoader: KSPAssemblyDependency 'RemoteTech' V1.7
[LOG 13:20:56.384] Load(Assembly): ContractConfigurator/ContractConfigurator
[LOG 13:20:56.385] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractConfigurator\ContractConfigurator.dll
[LOG 13:20:56.396] AssemblyLoader: KSPAssembly 'ContractConfigurator' V1.0
[LOG 13:20:56.397] Load(Assembly): ContractConfigurator/KerKonConConExt
[LOG 13:20:56.398] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractConfigurator\KerKonConConExt.dll
[LOG 13:20:56.399] AssemblyLoader: KSPAssembly 'KerKonConConExt' V1.0
[LOG 13:20:56.400] AssemblyLoader: KSPAssemblyDependency 'ContractConfigurator' V1.0
[LOG 13:20:56.401] AssemblyLoader: KSPAssemblyDependency 'KerbalKonstructs' V0.9
[LOG 13:20:56.401] Load(Assembly): ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts
[LOG 13:20:56.402] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractPacks\Spacetux\UnmannedContracts\UnmannedContracts.dll
[LOG 13:20:56.404] Load(Assembly): DistantObject/DistantObject
[LOG 13:20:56.404] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\DistantObject\DistantObject.dll
[LOG 13:20:56.406] AssemblyLoader: KSPAssembly 'DistantObject' V1.5
[LOG 13:20:56.407] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/Atmosphere
[LOG 13:20:56.407] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\Atmosphere.dll
[LOG 13:20:56.409] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/CelestialShadows
[LOG 13:20:56.410] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\CelestialShadows.dll
[LOG 13:20:56.411] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/CityLights
[LOG 13:20:56.412] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\CityLights.dll
[LOG 13:20:56.414] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/EVEManager
[LOG 13:20:56.414] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\EVEManager.dll
[LOG 13:20:56.416] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/PartFX
[LOG 13:20:56.417] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\PartFX.dll
[LOG 13:20:56.419] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/PQSManager
[LOG 13:20:56.419] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\PQSManager.dll
[LOG 13:20:56.421] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/ShaderLoader
[LOG 13:20:56.422] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\ShaderLoader.dll
[LOG 13:20:56.423] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/Terrain
[LOG 13:20:56.424] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\Terrain.dll
[LOG 13:20:56.426] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/TextureConfig
[LOG 13:20:56.426] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\TextureConfig.dll
[LOG 13:20:56.428] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/Utils
[LOG 13:20:56.429] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\Utils.dll
[LOG 13:20:56.431] Load(Assembly): EnvironmentalVisualEnhancements/Plugins/_BuildManager
[LOG 13:20:56.431] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\Plugins\_BuildManager.dll
[LOG 13:20:56.433] Load(Assembly): GPP/Plugins/GPP.IVA.SOUNDS
[LOG 13:20:56.434] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\GPP\Plugins\GPP.IVA.SOUNDS.dll
[LOG 13:20:56.435] Load(Assembly): KerbalKonstructs/KerbalKonstructs
[LOG 13:20:56.436] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\KerbalKonstructs\KerbalKonstructs.dll
[LOG 13:20:56.438] AssemblyLoader: KSPAssembly 'KerbalKonstructs' V0.9
[LOG 13:20:56.438] Load(Assembly): Kopernicus/Plugins/Kopernicus.Components
[LOG 13:20:56.439] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.Components.dll
[LOG 13:20:56.441] AssemblyLoader: KSPAssembly 'Kopernicus.Components' V1.0
[LOG 13:20:56.442] AssemblyLoader: KSPAssemblyDependency 'ModularFlightIntegrator' V1.0
[LOG 13:20:56.442] Load(Assembly): Kopernicus/Plugins/Kopernicus
[LOG 13:20:56.443] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.dll
[LOG 13:20:56.446] AssemblyLoader: KSPAssembly 'Kopernicus' V1.0
[LOG 13:20:56.446] AssemblyLoader: KSPAssemblyDependency 'Kopernicus.OnDemand' V1.0
[LOG 13:20:56.447] AssemblyLoader: KSPAssemblyDependency 'Kopernicus.Components' V1.0
[LOG 13:20:56.447] AssemblyLoader: KSPAssemblyDependency 'ModularFlightIntegrator' V1.0
[LOG 13:20:56.448] Load(Assembly): Kopernicus/Plugins/Kopernicus.OnDemand
[LOG 13:20:56.449] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.OnDemand.dll
[LOG 13:20:56.450] AssemblyLoader: KSPAssembly 'Kopernicus.OnDemand' V1.0
[LOG 13:20:56.451] Load(Assembly): Kopernicus/Plugins/Kopernicus.Parser
[LOG 13:20:56.452] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.Parser.dll
[LOG 13:20:56.453] Load(Assembly): KSCSwitcher/Plugins/KSCSwitcher
[LOG 13:20:56.454] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\KSCSwitcher\Plugins\KSCSwitcher.dll
[LOG 13:20:56.455] Load(Assembly): ModularFlightIntegrator/ModularFlightIntegrator
[LOG 13:20:56.456] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll
[LOG 13:20:56.458] AssemblyLoader: KSPAssembly 'ModularFlightIntegrator' V1.0
[LOG 13:20:56.458] Load(Assembly): Nereid/FinalFrontier/Plugins/FinalFrontier
[LOG 13:20:56.459] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Nereid\FinalFrontier\Plugins\FinalFrontier.dll
[LOG 13:20:56.461] Load(Assembly): PlanetShine/Plugins/PlanetShine
[LOG 13:20:56.462] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\PlanetShine\Plugins\PlanetShine.dll
[LOG 13:20:56.463] Load(Assembly): scatterer/scatterer
[LOG 13:20:56.464] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\scatterer\scatterer.dll
[LOG 13:20:56.466] Load(Assembly): Squad/Plugins/KSPSteamCtrlr
[LOG 13:20:56.467] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\Plugins\KSPSteamCtrlr.dll
[LOG 13:20:56.468] Load(Assembly): Squad/Plugins/Steamworks.NET
[LOG 13:20:56.469] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\Plugins\Steamworks.NET.dll
[LOG 13:20:56.471] Load(Assembly): TextureReplacer/Plugins/TextureReplacer
[LOG 13:20:56.471] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\TextureReplacer\Plugins\TextureReplacer.dll
[LOG 13:20:56.473] AssemblyLoader: KSPAssembly 'Texture Replacer' V2.5
[LOG 13:20:56.474] Load(Assembly): WaypointManager/WaypointManager
[LOG 13:20:56.474] AssemblyLoader: Loading assembly at D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\WaypointManager\WaypointManager.dll
[LOG 13:20:56.476] AssemblyLoader: KSPAssembly 'WaypointManager' V1.0
[LOG 13:20:56.478] AssemblyLoader: Loading assemblies
[WRN 13:20:56.480] AssemblyLoader: Assembly 'CC_RemoteTech' has not met dependency 'RemoteTech' V1.7
[WRN 13:20:56.480] AssemblyLoader: Assembly 'CC_RemoteTech' is missing 1 dependencies
[LOG 13:20:56.587] VesselModules: Found VesselModule of type CommNetVessel with order 999
[LOG 13:20:56.590] VesselModules: Found VesselModule of type FlightIntegrator with order 0
[LOG 13:20:56.602] VesselModules: Found VesselModule of type ModularFlightIntegrator with order 0
[LOG 13:20:56.604] VesselModules: Found 3 VesselModule types
[LOG 13:20:56.621] 
************************************************************************

Environment Info
Win32NT 7FFFFFFFFFFFFFFF  Args: KSP_x64.exe -single-instance

Mod DLLs found:
Stock assembly: Assembly-CSharp v1.0.0.0
ModuleManager.2.7.5 v2.7.5.0
ContractConfigurator v1.0.0.0 / v1.22.2
KerbalKonstructs v2.0.0.0 / v0.9.8.9
KerKonConConExt v1.0.0.0 / v1.22.2
UnmannedContracts v1.0.5980.31793
DistantObject v1.8.1.12781
Atmosphere v1.5.6131.22338 / v1.0.0.0
CelestialShadows v1.5.6131.22338 / v1.0.0.0
CityLights v1.5.6131.22338 / v1.0.0.0
EVEManager v1.5.6131.22338 / v1.0.0.0
PartFX v1.5.6131.22338 / v1.0.0.0
PQSManager v1.5.6131.22338 / v1.0.0.0
ShaderLoader v1.5.6131.22337 / v1.0.0.0
Terrain v1.5.6131.22338 / v1.0.0.0
TextureConfig v1.5.6131.22338 / v1.0.0.0
Utils v1.5.6131.22337 / v1.0.0.0
_BuildManager v1.5.6131.22338 / v1.0.0.0
GPP.IVA.SOUNDS v1.0.0.0
ModularFlightIntegrator v1.0.0.0 / v1.2.3.0
Kopernicus.Components v1.0.0.0
Kopernicus.OnDemand v1.0.0.0
Kopernicus v1.0.0.0
Kopernicus.Parser v1.0.0.0
KSCSwitcher v1.0.6149.20666
FinalFrontier v1.0.0.0
PlanetShine v1.0.6121.34655
scatterer v1.0.6134.38560
Stock assembly: KSPSteamCtrlr v0.0.1.35
Stock assembly: Steamworks.NET v9.0.0.0 / v9.0.0
TextureReplacer v2.5.4.0
WaypointManager v1.0.0.0 / v2.6.0

Folders and files in GameData:
CoherentContracts
CommunityResourcePack
ContractConfigurator
ContractPacks
DistantObject
EnvironmentalVisualEnhancements
GPP
KerbalKonstructs
Kopernicus
KSCFloodlight
KSCSwitcher
LackMisc
ModularFlightIntegrator
Nereid
PlanetShine
scatterer
spacetux
Stock folder: Squad

StockVisualEnhancements
TextureReplacer
WaypointManager
FinalFrontier.dat
ModuleManager.2.7.5.dll
ModuleManager.ConfigCache
ModuleManager.ConfigSHA
ModuleManager.Physics
ModuleManager.TechTree

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

[LOG 13:20:56.633] [AddonLoader]: Instantiating addon 'ModuleManager' from assembly 'ModuleManager'
[LOG 13:20:56.661] [ModuleManager] Adding ModuleManager to the loading screen 2
[LOG 13:20:56.662] [AddonLoader]: Instantiating addon 'TipLoader' from assembly 'ContractConfigurator'
[LOG 13:20:56.663] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
[LOG 13:20:56.666] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
[LOG 13:20:56.668] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
[LOG 13:20:56.669] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
[LOG 13:20:56.731] [AddonLoader]: Instantiating addon 'ShaderProperties' from assembly 'Utils'
[LOG 13:20:56.732] [AddonLoader]: Instantiating addon '_BuildManager' from assembly '_BuildManager'
[LOG 13:20:56.735] [EVE] Version Info:
_BuildManager, 1.5.6131.22338
TextureConfig, 1.5.6131.22338
Terrain, 1.5.6131.22338
ShaderLoader, 1.5.6131.22337
PQSManager, 1.5.6131.22338
PartFX, 1.5.6131.22338
CityLights, 1.5.6131.22338
CelestialShadows, 1.5.6131.22338
EVEManager, 1.5.6131.22338
Utils, 1.5.6131.22337
Atmosphere, 1.5.6131.22338

[LOG 13:20:56.737] [AddonLoader]: Instantiating addon 'MFIManager' from assembly 'ModularFlightIntegrator'
[LOG 13:20:56.738] [AddonLoader]: Instantiating addon 'CompatibilityChecker' from assembly 'Kopernicus'
[LOG 13:20:56.739] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 13:20:56.740] [AddonLoader]: Instantiating addon 'CameraFixer' from assembly 'KSCSwitcher'
[LOG 13:20:56.741] [AddonLoader]: Instantiating addon 'FinalFrontier' from assembly 'FinalFrontier'
[LOG 13:20:56.745] FF: new vessel observer instance created
[LOG 13:20:56.746] FF: EventObserver:: registering events
[LOG 13:20:56.747] FF: creating hall of fame
[LOG 13:20:56.748] FF: new hall of fame instance created
[LOG 13:20:56.763] FF: new activity pool instance created
[LOG 13:20:56.765] FF: new ribbon pool instance created
[LOG 13:20:56.767] FF: new action pool instance created
[LOG 13:20:56.768] FF: new instance of Final Frontier
[LOG 13:20:56.769] FF: awakening Final Frontier
[LOG 13:20:56.770] FF: loading configuration from D:/SteamLibrary/SteamApps/common/Kerbal Space Program/KSP_x64_Data/../GameData/FinalFrontier.dat
[LOG 13:20:56.771] FF: log level loaded: INFO
[LOG 13:20:56.774] log level INFO
[LOG 13:20:56.774] FF: log level is INFO
[LOG 13:20:56.778] FF: FAR installed: False
[LOG 13:20:56.779] [AddonLoader]: Instantiating addon 'Logger' from assembly 'PlanetShine'
[LOG 13:20:56.782] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
[LOG 13:20:56.784] [Scatterer] Core instance created
[LOG 13:20:56.796] 1
[LOG 13:20:56.800] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878]
[LOG 13:20:56.801] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
[LOG 13:20:56.802] [AddonLoader]: Instantiating addon 'ShaderProperties' from assembly 'scatterer'
[LOG 13:20:56.804] [AddonLoader]: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr'
[ERR 13:20:56.970] <color=orange><b>[KSPSteamController]:</b> Failed to initialize Steam API!</color>

[LOG 13:20:56.971] [AddonLoader]: Instantiating addon 'TextureReplacer' from assembly 'Texture Replacer'
[LOG 13:20:56.973] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
[ERR 13:20:56.985] Error: Empty part config file

[WRN 13:20:56.986] Cannot create config from file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\CommunityResourcePack\AsteroidScannerSetup.cfg'.
[WRN 13:20:57.001] Cannot create config from file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\ContractConfigurator\Agencies\Agents.cfg'.
[WRN 13:20:57.081] Config in file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\GPP\GPP_Resources\Karbonite.cfg' contains an unnamed node. Skipping.
[WRN 13:20:57.082] Config in file 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\GPP\GPP_Resources\Karbonite.cfg' contains an unnamed node. Skipping.
[LOG 13:20:57.594] Load(Audio): GPP/Sounds/clanks
[LOG 13:20:57.599] PhysicsGlobals: Loading database
[LOG 13:20:57.610] AppCanvas MASK: 3458764513820540928
[LOG 13:20:57.611] ActionCanvas MASK: 3458764513820540928
[LOG 13:20:57.615] [MFIManager] FlightIntegrator is active. Deactivating it
[LOG 13:20:57.616] [MFIManager] Current active VesselModule : 
  CommNet.CommNetVessel active=True order=999
  FlightIntegrator active=False order=0
  ModularFI.ModularFlightIntegrator active=True order=0

[LOG 13:20:57.625] [CompatibilityChecker] Running checker version 4 from 'Kopernicus'
[LOG 13:20:57.627] FF: starting FinalFrontier
[LOG 13:20:57.629] [TR.TextureReplacer] Started 2.5.4.0
[LOG 13:20:57.643] [DEBUG] ContractConfigurator.Util.TipLoader: Adding custom loading tips
[LOG 13:20:57.654] PlanetShine -> Executing: PlanetShine - 1.0.6121.34655
[LOG 13:20:57.654] PlanetShine -> Assembly: D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\PlanetShine\Plugins\PlanetShine.dll
[LOG 13:20:57.719] Load(Audio): GPP/Sounds/clinks
[LOG 13:20:57.740] Load(Audio): GPP/Sounds/docked
[LOG 13:20:57.751] Load(Audio): GPP/Sounds/lightrumble
[LOG 13:20:57.759] Load(Audio): GPP/Sounds/metalstress
[LOG 13:20:57.767] Load(Audio): GPP/Sounds/rumble
[LOG 13:20:57.818] Load(Audio): GPP/Sounds/thud
[LOG 13:20:57.820] Load(Audio): GPP/Sounds/undocked
[LOG 13:20:57.823] Load(Audio): GPP/Sounds/wind
[LOG 13:20:57.842] Load(Audio): KerbalKonstructs/Sounds/beep1
[LOG 13:20:57.846] Load(Audio): KerbalKonstructs/Sounds/beep2
[LOG 13:20:57.849] Load(Audio): KerbalKonstructs/Sounds/radiostatic
[LOG 13:20:57.860] Load(Audio): Squad/Sounds/editorLoop01
[LOG 13:20:58.011] Load(Audio): Squad/Sounds/elev_loop
[LOG 13:20:58.014] Load(Audio): Squad/Sounds/elev_start
[LOG 13:20:58.016] Load(Audio): Squad/Sounds/elev_stop
[LOG 13:20:58.018] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 13:20:58.023] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 13:20:58.026] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 13:20:58.029] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 13:20:58.031] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 13:20:58.034] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 13:20:58.036] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 13:20:58.039] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 13:20:58.041] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 13:20:58.045] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 13:20:58.050] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 13:20:58.053] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 13:20:58.057] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 13:20:58.061] Load(Audio): Squad/Sounds/sound_servomotor
[LOG 13:20:58.064] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 13:20:58.067] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 13:20:58.069] Load(Texture): ContractConfigurator/Agencies/ARM
[LOG 13:20:58.075] Load(Texture): ContractConfigurator/Agencies/ARM_scaled
[LOG 13:20:58.079] Load(Texture): ContractConfigurator/Agencies/Base
[LOG 13:20:58.083] Load(Texture): ContractConfigurator/Agencies/Base_scaled
[LOG 13:20:58.086] Load(Texture): ContractConfigurator/Agencies/CollectScience
[LOG 13:20:58.090] Load(Texture): ContractConfigurator/Agencies/CollectScience_scaled
[LOG 13:20:58.094] Load(Texture): ContractConfigurator/Agencies/ContractConfigurator
[LOG 13:20:58.097] Load(Texture): ContractConfigurator/Agencies/ContractConfigurator_scaled
[LOG 13:20:58.101] Load(Texture): ContractConfigurator/Agencies/Explore
[LOG 13:20:58.104] Load(Texture): ContractConfigurator/Agencies/Explore_scaled
[LOG 13:20:58.108] Load(Texture): ContractConfigurator/Agencies/FlagPlanting
[LOG 13:20:58.112] Load(Texture): ContractConfigurator/Agencies/FlagPlanting_scaled
[LOG 13:20:58.116] Load(Texture): ContractConfigurator/Agencies/GrandTour
[LOG 13:20:58.119] Load(Texture): ContractConfigurator/Agencies/GrandTour_scaled
[LOG 13:20:58.123] Load(Texture): ContractConfigurator/Agencies/ISRU
[LOG 13:20:58.126] Load(Texture): ContractConfigurator/Agencies/ISRU_scaled
[LOG 13:20:58.130] Load(Texture): ContractConfigurator/Agencies/PartTest
[LOG 13:20:58.134] Load(Texture): ContractConfigurator/Agencies/PartTest_scaled
[LOG 13:20:58.137] Load(Texture): ContractConfigurator/Agencies/Rescue
[LOG 13:20:58.141] Load(Texture): ContractConfigurator/Agencies/Rescue_scaled
[LOG 13:20:58.145] Load(Texture): ContractConfigurator/Agencies/Satellites
[LOG 13:20:58.148] Load(Texture): ContractConfigurator/Agencies/Satellites_scaled
[LOG 13:20:58.152] Load(Texture): ContractConfigurator/Agencies/Stations
[LOG 13:20:58.156] Load(Texture): ContractConfigurator/Agencies/Stations_scaled
[LOG 13:20:58.159] Load(Texture): ContractConfigurator/Agencies/Survey
[LOG 13:20:58.163] Load(Texture): ContractConfigurator/Agencies/Survey_scaled
[LOG 13:20:58.167] Load(Texture): ContractConfigurator/Agencies/Tourism
[LOG 13:20:58.170] Load(Texture): ContractConfigurator/Agencies/Tourism_scaled
[LOG 13:20:58.174] Load(Texture): ContractConfigurator/icons/check
[LOG 13:20:58.186] Load(Texture): ContractConfigurator/icons/close
[LOG 13:20:58.190] Load(Texture): ContractConfigurator/icons/cross
[LOG 13:20:58.195] Load(Texture): ContractConfigurator/icons/cutscene
[LOG 13:20:58.199] Load(Texture): ContractConfigurator/icons/toolbar
[LOG 13:20:58.204] Load(Texture): ContractConfigurator/ui/eva_ac_female
[LOG 13:20:58.208] Load(Texture): ContractConfigurator/ui/eva_ac_male
[LOG 13:20:58.212] Load(Texture): ContractConfigurator/ui/eva_kerbin_female
[LOG 13:20:58.215] Load(Texture): ContractConfigurator/ui/eva_kerbin_male
[LOG 13:20:58.219] Load(Texture): ContractConfigurator/ui/eva_space_female
[LOG 13:20:58.223] Load(Texture): ContractConfigurator/ui/eva_space_male
[LOG 13:20:58.227] Load(Texture): ContractConfigurator/ui/iva_female
[LOG 13:20:58.230] Load(Texture): ContractConfigurator/ui/iva_male
[LOG 13:20:58.234] Load(Texture): ContractConfigurator/ui/MissionControl
[LOG 13:20:58.237] Load(Texture): ContractConfigurator/ui/TrackingStation
[LOG 13:20:58.241] Load(Texture): ContractPacks/CleverSat/Agent/CleverSat
[LOG 13:20:58.247] Load(Texture): ContractPacks/CleverSat/Agent/CleverSat_scaled
[LOG 13:20:58.252] Load(Texture): ContractPacks/CleverSat/Images/Hal
[LOG 13:20:58.266] Load(Texture): ContractPacks/FieldResearch/Agencies/FieldResearch
[LOG 13:20:58.270] Load(Texture): ContractPacks/FieldResearch/Agencies/FieldResearch_scaled
[LOG 13:20:58.274] Load(Texture): ContractPacks/FieldResearch/Icons/research
[LOG 13:20:58.278] Load(Texture): ContractPacks/KerbinSpaceStation/Agents/StationLogo
[LOG 13:20:58.284] Load(Texture): ContractPacks/KerbinSpaceStation/Agents/StationLogoScaled
[LOG 13:20:58.289] Load(Texture): ContractPacks/Tourism/Icons/Kerbal
[LOG 13:20:58.293] Load(Texture): ContractPacks/Tourism/Icons/KSC
[LOG 13:20:58.298] Load(Texture): DistantObject/Flare/model000
[LOG 13:20:58.301] Load(Texture): DistantObject/Icons/toolbar_disabled
[LOG 13:20:58.306] Load(Texture): DistantObject/Icons/toolbar_disabled_38
[LOG 13:20:58.310] Load(Texture): DistantObject/Icons/toolbar_enabled
[LOG 13:20:58.314] Load(Texture): DistantObject/Icons/toolbar_enabled_38
[LOG 13:20:58.319] Load(Texture): GPP/Ciro/ciro
[LOG 13:20:58.333] Load(Texture): GPP/Flags/Al_Tellum
[LOG 13:20:58.339] Load(Texture): GPP/Flags/Gaeo_Tao
[LOG 13:20:58.345] Load(Texture): GPP/Flags/gpgt_gold
[LOG 13:20:58.352] Load(Texture): GPP/Flags/gpgt_silver
[LOG 13:20:58.360] Load(Texture): GPP/Flags/Grat_And_Gem
[LOG 13:20:58.366] Load(Texture): GPP/Flags/House_of_Nero1
[LOG 13:20:58.373] Load(Texture): GPP/Flags/House_of_Nero2
[LOG 13:20:58.381] Load(Texture): GPP/Flags/Hox
[LOG 13:20:58.387] Load(Texture): GPP/Flags/Ice_Life
[LOG 13:20:58.392] Load(Texture): GPP/Flags/Isle_of_Ciro
[LOG 13:20:58.398] Load(Texture): GPP/Flags/Jolly_Thalia
[LOG 13:20:58.404] Load(Texture): GPP/Flags/Max_Gauss
[LOG 13:20:58.411] Load(Texture): GPP/Flags/Oh_Thalia
[LOG 13:20:58.416] Load(Texture): GPP/Flags/Purple_Moons
[LOG 13:20:58.423] Load(Texture): GPP/Flags/Republica_Gaelia
[LOG 13:20:58.428] Load(Texture): GPP/Flags/The_Oth
[LOG 13:20:58.435] Load(Texture): GPP/Flags/Three_Kings
[LOG 13:20:58.441] Load(Texture): GPP/icons/AstronautTraining1
[LOG 13:20:58.445] Load(Texture): GPP/icons/AstronautTraining2
[LOG 13:20:58.450] Load(Texture): GPP/icons/AstronautTraining3
[LOG 13:20:58.454] Load(Texture): GPP/icons/BoldlyGo1
[LOG 13:20:58.458] Load(Texture): GPP/icons/BoldlyGo2
[LOG 13:20:58.463] Load(Texture): GPP/icons/BoldlyGo3
[LOG 13:20:58.468] Load(Texture): GPP/icons/CetiProgram
[LOG 13:20:58.473] Load(Texture): GPP/icons/EngineerFocus1
[LOG 13:20:58.477] Load(Texture): GPP/icons/EngineerFocus2
[LOG 13:20:58.481] Load(Texture): GPP/icons/EngineerFocus3
[LOG 13:20:58.486] Load(Texture): GPP/icons/FlyByProbes
[LOG 13:20:58.490] Load(Texture): GPP/icons/GasGiant
[LOG 13:20:58.495] Load(Texture): GPP/icons/GasGiantProgram
[LOG 13:20:58.500] Load(Texture): GPP/icons/GratianProgram
[LOG 13:20:58.505] Load(Texture): GPP/icons/HoxProgram
[LOG 13:20:58.509] Load(Texture): GPP/icons/IcarusProgram
[LOG 13:20:58.514] Load(Texture): GPP/icons/ImpactProbes
[LOG 13:20:58.519] Load(Texture): GPP/icons/IotaProgram
[LOG 13:20:58.523] Load(Texture): GPP/icons/LetoProgram
[LOG 13:20:58.528] Load(Texture): GPP/icons/LocalScience1
[LOG 13:20:58.533] Load(Texture): GPP/icons/LocalScience2
[LOG 13:20:58.538] Load(Texture): GPP/icons/LocalScience3
[LOG 13:20:58.543] Load(Texture): GPP/icons/MassiveLaunches1
[LOG 13:20:58.547] Load(Texture): GPP/icons/MassiveLaunches2
[LOG 13:20:58.552] Load(Texture): GPP/icons/MassiveLaunches3
[LOG 13:20:58.557] Load(Texture): GPP/icons/MediaCoverage1
[LOG 13:20:58.561] Load(Texture): GPP/icons/MediaCoverage2
[LOG 13:20:58.566] Load(Texture): GPP/icons/MediaCoverage3
[LOG 13:20:58.571] Load(Texture): GPP/icons/moon
[LOG 13:20:58.576] Load(Texture): GPP/icons/NivenProgram
[LOG 13:20:58.580] Load(Texture): GPP/icons/PilotFocus1
[LOG 13:20:58.585] Load(Texture): GPP/icons/PilotFocus2
[LOG 13:20:58.589] Load(Texture): GPP/icons/PilotFocus3
[LOG 13:20:58.594] Load(Texture): GPP/icons/planet
[LOG 13:20:58.598] Load(Texture): GPP/icons/PrivateSector1
[LOG 13:20:58.603] Load(Texture): GPP/icons/PrivateSector2
[LOG 13:20:58.608] Load(Texture): GPP/icons/PrivateSector3
[LOG 13:20:58.612] Load(Texture): GPP/icons/ProbeFrenzy1
[LOG 13:20:58.617] Load(Texture): GPP/icons/ProbeFrenzy2
[LOG 13:20:58.622] Load(Texture): GPP/icons/ProbeFrenzy3
[LOG 13:20:58.626] Load(Texture): GPP/icons/PublicSpectating
[LOG 13:20:58.631] Load(Texture): GPP/icons/ScientistFocus1
[LOG 13:20:58.635] Load(Texture): GPP/icons/ScientistFocus2
[LOG 13:20:58.639] Load(Texture): GPP/icons/ScientistFocus3
[LOG 13:20:58.644] Load(Texture): GPP/icons/Standards1
[LOG 13:20:58.648] Load(Texture): GPP/icons/Standards2
[LOG 13:20:58.653] Load(Texture): GPP/icons/Standards3
[LOG 13:20:58.658] Load(Texture): GPP/icons/TellumoProgram
[LOG 13:20:58.663] Load(Texture): GPP/icons/ThaliaProgram
[LOG 13:20:58.668] Load(Texture): GPP/Stripes/Black
[LOG 13:20:58.673] Load(Texture): GPP/Stripes/Gaelia_Tall
[LOG 13:20:58.679] Load(Texture): GPP/Stripes/Gaelia_Wide
[LOG 13:20:58.685] Load(Texture): GPP/Stripes/Gauss_Dark
[LOG 13:20:58.691] Load(Texture): GPP/Stripes/Gauss_Light
[LOG 13:20:58.696] Load(Texture): GPP/Stripes/Gratian_Tall
[LOG 13:20:58.702] Load(Texture): GPP/Stripes/Kings_Dark
[LOG 13:20:58.707] Load(Texture): GPP/Stripes/Kings_Light
[LOG 13:20:58.713] Load(Texture): GPP/Stripes/Nero_Brown
[LOG 13:20:58.719] Load(Texture): GPP/Stripes/Nero_Pattern
[LOG 13:20:58.726] Load(Texture): GPP/Stripes/Purple_Dark
[LOG 13:20:58.732] Load(Texture): GPP/Stripes/Purple_Light
[LOG 13:20:58.738] Load(Texture): GPP/Stripes/Purple_Tall
[LOG 13:20:58.743] Load(Texture): GPP/Stripes/Red
[LOG 13:20:58.749] Load(Texture): GPP/Stripes/Tao_Azure
[LOG 13:20:58.755] Load(Texture): GPP/Stripes/Tao_Orange
[LOG 13:20:58.761] Load(Texture): GPP/Stripes/Tao_Tall
[LOG 13:20:58.767] Load(Texture): GPP/Stripes/Tellumo_Azure
[LOG 13:20:58.772] Load(Texture): GPP/Stripes/Tellumo_Navy
[LOG 13:20:58.778] Load(Texture): GPP/Stripes/White
[LOG 13:20:58.783] Load(Texture): GPP/terrain/cactus00
[LOG 13:20:58.806] Load(Texture): GPP/terrain/cactus01
[LOG 13:20:58.812] Load(Texture): GPP/terrain/CliffFace3_00
[LOG 13:20:58.818] Load(Texture): GPP/terrain/CliffFace3_01
[LOG 13:20:58.824] Load(Texture): GPP/terrain/coral00
[LOG 13:20:58.828] Load(Texture): GPP/terrain/coral01
[LOG 13:20:58.832] Load(Texture): GPP/terrain/cracks00
[LOG 13:20:58.839] Load(Texture): GPP/terrain/cracks01
[LOG 13:20:58.845] Load(Texture): GPP/terrain/desert00
[LOG 13:20:58.851] Load(Texture): GPP/terrain/desert01
[LOG 13:20:58.872] Load(Texture): GPP/terrain/dover00
[LOG 13:20:58.878] Load(Texture): GPP/terrain/flowers
[LOG 13:20:58.884] Load(Texture): GPP/terrain/grass
[LOG 13:20:58.889] Load(Texture): GPP/terrain/Grass00
[LOG 13:20:58.894] Load(Texture): GPP/terrain/grass01
[LOG 13:20:58.898] Load(Texture): GPP/terrain/grass3_00
[LOG 13:20:58.903] Load(Texture): GPP/terrain/grass3_01
[LOG 13:20:58.907] Load(Texture): GPP/terrain/gravel00
[LOG 13:20:58.912] Load(Texture): GPP/terrain/gravel01
[LOG 13:20:58.918] Load(Texture): GPP/terrain/ground2_00
[LOG 13:20:58.939] Load(Texture): GPP/terrain/ground2_01
[LOG 13:20:58.945] Load(Texture): GPP/terrain/grounddirt00
[LOG 13:20:58.950] Load(Texture): GPP/terrain/grounddirt01
[LOG 13:20:58.956] Load(Texture): GPP/terrain/mun00
[LOG 13:20:58.965] Load(Texture): GPP/terrain/mun01
[LOG 13:20:58.975] Load(Texture): GPP/terrain/noise00
[LOG 13:20:58.981] Load(Texture): GPP/terrain/noise01
[LOG 13:20:59.002] Load(Texture): GPP/terrain/pinetree00
[LOG 13:20:59.007] Load(Texture): GPP/terrain/rock00
[LOG 13:20:59.013] Load(Texture): GPP/terrain/rock01
[LOG 13:20:59.019] Load(Texture): GPP/terrain/rockcrack00
[LOG 13:20:59.029] Load(Texture): GPP/terrain/rockcrack01
[LOG 13:20:59.037] Load(Texture): GPP/terrain/rough00
[LOG 13:20:59.045] Load(Texture): GPP/terrain/rough01
[LOG 13:20:59.068] Load(Texture): GPP/terrain/sand00
[LOG 13:20:59.074] Load(Texture): GPP/terrain/sand01
[LOG 13:20:59.079] Load(Texture): GPP/terrain/scratch00
[LOG 13:20:59.085] Load(Texture): GPP/terrain/scratch01
[LOG 13:20:59.090] Load(Texture): GPP/terrain/SeaWeed
[LOG 13:20:59.097] Load(Texture): GPP/terrain/SeaWeed2
[LOG 13:20:59.102] Load(Texture): GPP/terrain/snow00
[LOG 13:20:59.108] Load(Texture): GPP/terrain/snow01
[LOG 13:20:59.129] Load(Texture): GPP/terrain/snow2_00
[LOG 13:20:59.135] Load(Texture): GPP/terrain/snow2_01
[LOG 13:20:59.141] Load(Texture): GPP/terrain/snowtree
[LOG 13:20:59.145] Load(Texture): GPP/terrain/Snowy00
[LOG 13:20:59.151] Load(Texture): GPP/terrain/Snowy01
[LOG 13:20:59.157] Load(Texture): GPP/terrain/stone00
[LOG 13:20:59.162] Load(Texture): GPP/terrain/stone01
[LOG 13:20:59.168] Load(Texture): KerbalKonstructs/Assets/ANYMapIcon
[LOG 13:20:59.173] Load(Texture): KerbalKonstructs/Assets/banner
[LOG 13:20:59.179] Load(Texture): KerbalKonstructs/Assets/BaseManagerIcon
[LOG 13:20:59.183] Load(Texture): KerbalKonstructs/Assets/bigolbutton
[LOG 13:20:59.188] Load(Texture): KerbalKonstructs/Assets/billeted
[LOG 13:20:59.193] Load(Texture): KerbalKonstructs/Assets/boatlaunchIcon
[LOG 13:20:59.197] Load(Texture): KerbalKonstructs/Assets/buttonblue
[LOG 13:20:59.202] Load(Texture): KerbalKonstructs/Assets/buttongreen
[LOG 13:20:59.206] Load(Texture): KerbalKonstructs/Assets/buttonred
[LOG 13:20:59.211] Load(Texture): KerbalKonstructs/Assets/cancelsearch
[LOG 13:20:59.215] Load(Texture): KerbalKonstructs/Assets/closedlaunchsite
[LOG 13:20:59.220] Load(Texture): KerbalKonstructs/Assets/copypos
[LOG 13:20:59.224] Load(Texture): KerbalKonstructs/Assets/cubes
[LOG 13:20:59.229] Load(Texture): KerbalKonstructs/Assets/DefaultSiteLogo
[LOG 13:20:59.235] Load(Texture): KerbalKonstructs/Assets/flagempire
[LOG 13:20:59.240] Load(Texture): KerbalKonstructs/Assets/flagkerbaland
[LOG 13:20:59.246] Load(Texture): KerbalKonstructs/Assets/flagkerbica
[LOG 13:20:59.252] Load(Texture): KerbalKonstructs/Assets/flagkeuropia
[LOG 13:20:59.257] Load(Texture): KerbalKonstructs/Assets/flagmiddle
[LOG 13:20:59.262] Load(Texture): KerbalKonstructs/Assets/flagunited
[LOG 13:20:59.268] Load(Texture): KerbalKonstructs/Assets/focuson
[LOG 13:20:59.272] Load(Texture): KerbalKonstructs/Assets/foldin
[LOG 13:20:59.277] Load(Texture): KerbalKonstructs/Assets/foldout
[LOG 13:20:59.281] Load(Texture): KerbalKonstructs/Assets/horizontalsep
[LOG 13:20:59.285] Load(Texture): KerbalKonstructs/Assets/horizontalsep2
[LOG 13:20:59.290] Load(Texture): KerbalKonstructs/Assets/horizontalsep3
[LOG 13:20:59.294] Load(Texture): KerbalKonstructs/Assets/indicatorbad
[LOG 13:20:59.299] Load(Texture): KerbalKonstructs/Assets/indicatorgood
[LOG 13:20:59.303] Load(Texture): KerbalKonstructs/Assets/indicatorgreen
[LOG 13:20:59.308] Load(Texture): KerbalKonstructs/Assets/indicatorgrey
[LOG 13:20:59.312] Load(Texture): KerbalKonstructs/Assets/indicatorred
[LOG 13:20:59.317] Load(Texture): KerbalKonstructs/Assets/isFavourite
[LOG 13:20:59.321] Load(Texture): KerbalKonstructs/Assets/kerbcam1
[LOG 13:20:59.326] Load(Texture): KerbalKonstructs/Assets/kerbcam2
[LOG 13:20:59.331] Load(Texture): KerbalKonstructs/Assets/kerbcam3
[LOG 13:20:59.336] Load(Texture): KerbalKonstructs/Assets/kerbcam4
[LOG 13:20:59.341] Load(Texture): KerbalKonstructs/Assets/kerbcam5
[LOG 13:20:59.346] Load(Texture): KerbalKonstructs/Assets/kerbcam6
[LOG 13:20:59.351] Load(Texture): KerbalKonstructs/Assets/kerbcam7
[LOG 13:20:59.356] Load(Texture): KerbalKonstructs/Assets/kscadmin
[LOG 13:20:59.361] Load(Texture): KerbalKonstructs/Assets/kscadminister
[LOG 13:20:59.365] Load(Texture): KerbalKonstructs/Assets/kscassembly
[LOG 13:20:59.370] Load(Texture): KerbalKonstructs/Assets/kscastro
[LOG 13:20:59.374] Load(Texture): KerbalKonstructs/Assets/ksccommand
[LOG 13:20:59.379] Load(Texture): KerbalKonstructs/Assets/ksccontrol
[LOG 13:20:59.383] Load(Texture): KerbalKonstructs/Assets/kschangar
[LOG 13:20:59.388] Load(Texture): KerbalKonstructs/Assets/kscHelipadIcon
[LOG 13:20:59.393] Load(Texture): KerbalKonstructs/Assets/ksclabs
[LOG 13:20:59.397] Load(Texture): KerbalKonstructs/Assets/ksclaunch
[LOG 13:20:59.402] Load(Texture): KerbalKonstructs/Assets/KSCLaunchpad
[LOG 13:20:59.408] Load(Texture): KerbalKonstructs/Assets/kscpad
[LOG 13:20:59.413] Load(Texture): KerbalKonstructs/Assets/kscquarters
[LOG 13:20:59.418] Load(Texture): KerbalKonstructs/Assets/kscrnd
[LOG 13:20:59.423] Load(Texture): KerbalKonstructs/Assets/kscrun
[LOG 13:20:59.427] Load(Texture): KerbalKonstructs/Assets/KSCRunway
[LOG 13:20:59.433] Load(Texture): KerbalKonstructs/Assets/kscRunwayIcon
[LOG 13:20:59.438] Load(Texture): KerbalKonstructs/Assets/kscsph
[LOG 13:20:59.442] Load(Texture): KerbalKonstructs/Assets/ksctrack
[LOG 13:20:59.447] Load(Texture): KerbalKonstructs/Assets/ksctracking
[LOG 13:20:59.451] Load(Texture): KerbalKonstructs/Assets/kscvab
[LOG 13:20:59.456] Load(Texture): KerbalKonstructs/Assets/kscway
[LOG 13:20:59.460] Load(Texture): KerbalKonstructs/Assets/leftoff
[LOG 13:20:59.464] Load(Texture): KerbalKonstructs/Assets/lefton
[LOG 13:20:59.469] Load(Texture): KerbalKonstructs/Assets/lgbottom
[LOG 13:20:59.473] Load(Texture): KerbalKonstructs/Assets/lgmiddle
[LOG 13:20:59.477] Load(Texture): KerbalKonstructs/Assets/lgtop
[LOG 13:20:59.481] Load(Texture): KerbalKonstructs/Assets/littleclose
[LOG 13:20:59.486] Load(Texture): KerbalKonstructs/Assets/makefavourite
[LOG 13:20:59.491] Load(Texture): KerbalKonstructs/Assets/mapButtonHover
[LOG 13:20:59.495] Load(Texture): KerbalKonstructs/Assets/mapButtonNormal
[LOG 13:20:59.499] Load(Texture): KerbalKonstructs/Assets/mapClosedBasesOff
[LOG 13:20:59.504] Load(Texture): KerbalKonstructs/Assets/mapClosedBasesOn
[LOG 13:20:59.508] Load(Texture): KerbalKonstructs/Assets/mapDownlinksOff
[LOG 13:20:59.513] Load(Texture): KerbalKonstructs/Assets/mapDownlinksOn
[LOG 13:20:59.518] Load(Texture): KerbalKonstructs/Assets/mapFavouritesOff
[LOG 13:20:59.522] Load(Texture): KerbalKonstructs/Assets/mapFavouritesOn
[LOG 13:20:59.527] Load(Texture): KerbalKonstructs/Assets/mapGroundCommsOff
[LOG 13:20:59.531] Load(Texture): KerbalKonstructs/Assets/mapGroundCommsOn
[LOG 13:20:59.535] Load(Texture): KerbalKonstructs/Assets/mapHelipadsOff
[LOG 13:20:59.540] Load(Texture): KerbalKonstructs/Assets/mapHelipadsOn
[LOG 13:20:59.544] Load(Texture): KerbalKonstructs/Assets/mapHideOff
[LOG 13:20:59.549] Load(Texture): KerbalKonstructs/Assets/mapHideOn
[LOG 13:20:59.554] Load(Texture): KerbalKonstructs/Assets/mapLaunchpadsOff
[LOG 13:20:59.558] Load(Texture): KerbalKonstructs/Assets/mapLaunchpadsOn
[LOG 13:20:59.563] Load(Texture): KerbalKonstructs/Assets/mapOpenBasesOff
[LOG 13:20:59.567] Load(Texture): KerbalKonstructs/Assets/mapOpenBasesOn
[LOG 13:20:59.572] Load(Texture): KerbalKonstructs/Assets/mapOtherOff
[LOG 13:20:59.576] Load(Texture): KerbalKonstructs/Assets/mapOtherOn
[LOG 13:20:59.581] Load(Texture): KerbalKonstructs/Assets/mapRadarOff
[LOG 13:20:59.586] Load(Texture): KerbalKonstructs/Assets/mapRadarOn
[LOG 13:20:59.590] Load(Texture): KerbalKonstructs/Assets/mapRunwaysOff
[LOG 13:20:59.595] Load(Texture): KerbalKonstructs/Assets/mapRunwaysOn
[LOG 13:20:59.598] Load(Texture): KerbalKonstructs/Assets/mapTrackingOff
[LOG 13:20:59.600] Load(Texture): KerbalKonstructs/Assets/mapTrackingOn
[LOG 13:20:59.602] Load(Texture): KerbalKonstructs/Assets/mapUplinksOff
[LOG 13:20:59.604] Load(Texture): KerbalKonstructs/Assets/mapUplinksOn
[LOG 13:20:59.606] Load(Texture): KerbalKonstructs/Assets/openedlaunchsite
[LOG 13:20:59.608] Load(Texture): KerbalKonstructs/Assets/pastepos
[LOG 13:20:59.610] Load(Texture): KerbalKonstructs/Assets/radarcover
[LOG 13:20:59.612] Load(Texture): KerbalKonstructs/Assets/rightoff
[LOG 13:20:59.613] Load(Texture): KerbalKonstructs/Assets/righton
[LOG 13:20:59.615] Load(Texture): KerbalKonstructs/Assets/search
[LOG 13:20:59.617] Load(Texture): KerbalKonstructs/Assets/setaslaunchsite
[LOG 13:20:59.619] Load(Texture): KerbalKonstructs/Assets/settingscross
[LOG 13:20:59.621] Load(Texture): KerbalKonstructs/Assets/settingstick
[LOG 13:20:59.623] Load(Texture): KerbalKonstructs/Assets/siteclosed
[LOG 13:20:59.625] Load(Texture): KerbalKonstructs/Assets/siteopen
[LOG 13:20:59.627] Load(Texture): KerbalKonstructs/Assets/SiteToolbarIcon
[LOG 13:20:59.629] Load(Texture): KerbalKonstructs/Assets/snapto
[LOG 13:20:59.631] Load(Texture): KerbalKonstructs/Assets/speaker
[LOG 13:20:59.633] Load(Texture): KerbalKonstructs/Assets/speaker2
[LOG 13:20:59.636] Load(Texture): KerbalKonstructs/Assets/speaker3
[LOG 13:20:59.638] Load(Texture): KerbalKonstructs/Assets/speed
[LOG 13:20:59.640] Load(Texture): KerbalKonstructs/Assets/static
[LOG 13:20:59.642] Load(Texture): KerbalKonstructs/Assets/static2
[LOG 13:20:59.645] Load(Texture): KerbalKonstructs/Assets/strength
[LOG 13:20:59.646] Load(Texture): KerbalKonstructs/Assets/titlebaricon
[LOG 13:20:59.648] Load(Texture): KerbalKonstructs/Assets/titlebox
[LOG 13:20:59.650] Load(Texture): KerbalKonstructs/Assets/touchdownL
[LOG 13:20:59.654] Load(Texture): KerbalKonstructs/Assets/touchdownR
[LOG 13:20:59.658] Load(Texture): KerbalKonstructs/Assets/TrackingMapIcon
[LOG 13:20:59.660] Load(Texture): KerbalKonstructs/Assets/unbilleted
[LOG 13:20:59.664] Load(Texture): KerbalKonstructs/Assets/VABMapIcon
[LOG 13:20:59.667] Load(Texture): KerbalKonstructs/Assets/verticalsep
[LOG 13:20:59.670] Load(Texture): KerbalKonstructs/Assets/world
[LOG 13:20:59.674] Load(Texture): KerbalKonstructs/Assets/xpgained
[LOG 13:20:59.677] Load(Texture): KerbalKonstructs/Assets/xpungained
[LOG 13:20:59.680] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/AimPoint
[LOG 13:20:59.688] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Course00b
[LOG 13:20:59.697] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Course09b
[LOG 13:20:59.705] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Course18b
[LOG 13:20:59.715] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Displacement
[LOG 13:20:59.723] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Fixed1500
[LOG 13:20:59.731] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Fixed500
[LOG 13:20:59.738] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Threshold6
[LOG 13:20:59.747] Load(Texture): KerbalKonstructs/FreeStatics/RunwayMarkings/Threshold8
[LOG 13:20:59.755] Load(Texture): KerbalKonstructs/Statics/citywindowsemissive
[LOG 13:20:59.758] Load(Texture): KerbalKonstructs/Statics/claddingwhite2
[LOG 13:20:59.760] Load(Texture): KerbalKonstructs/Statics/claddingwhite3
[LOG 13:20:59.761] Load(Texture): KerbalKonstructs/Statics/generatorstripes
[LOG 13:20:59.763] Load(Texture): KerbalKonstructs/Statics/glassbluetinted
[LOG 13:20:59.765] Load(Texture): KerbalKonstructs/Statics/glasssafetyemissive
[LOG 13:20:59.767] Load(Texture): KerbalKonstructs/Statics/grey3
[LOG 13:20:59.768] Load(Texture): KerbalKonstructs/Statics/helipad
[LOG 13:20:59.770] Load(Texture): KerbalKonstructs/Statics/kkrunway
[LOG 13:20:59.771] Load(Texture): KerbalKonstructs/Statics/kkrunway2
[LOG 13:20:59.772] Load(Texture): KerbalKonstructs/Statics/kkrunwayserviceroad
[LOG 13:20:59.774] Load(Texture): KerbalKonstructs/Statics/ksccap
[LOG 13:20:59.775] Load(Texture): KerbalKonstructs/Statics/kscgravel
[LOG 13:20:59.776] Load(Texture): KerbalKonstructs/Statics/kscgravel2
[LOG 13:20:59.777] Load(Texture): KerbalKonstructs/Statics/kscgrill
[LOG 13:20:59.779] Load(Texture): KerbalKonstructs/Statics/kscmarble2
[LOG 13:20:59.780] Load(Texture): KerbalKonstructs/Statics/kscmarkingblue
[LOG 13:20:59.781] Load(Texture): KerbalKonstructs/Statics/kscmarkingwhite
[LOG 13:20:59.782] Load(Texture): KerbalKonstructs/Statics/kscpanels3
[LOG 13:20:59.784] Load(Texture): KerbalKonstructs/Statics/kscpanels4
[LOG 13:20:59.785] Load(Texture): KerbalKonstructs/Statics/kscpanelyellow
[LOG 13:20:59.786] Load(Texture): KerbalKonstructs/Statics/kscroofgrey
[LOG 13:20:59.787] Load(Texture): KerbalKonstructs/Statics/kscroofgrey2
[LOG 13:20:59.789] Load(Texture): KerbalKonstructs/Statics/kscsteelgrey
[LOG 13:20:59.790] Load(Texture): KerbalKonstructs/Statics/kscwalkway
[LOG 13:20:59.791] Load(Texture): KerbalKonstructs/Statics/kscyellow
[LOG 13:20:59.793] Load(Texture): KerbalKonstructs/Statics/kscyellowpanel2
[LOG 13:20:59.794] Load(Texture): KerbalKonstructs/Statics/kspgrassytile
[LOG 13:20:59.795] Load(Texture): KerbalKonstructs/Statics/kspgrey99
[LOG 13:20:59.796] Load(Texture): KerbalKonstructs/Statics/ksppath88
[LOG 13:20:59.815] Load(Texture): KerbalKonstructs/Statics/kspwindow777
[LOG 13:20:59.817] Load(Texture): KerbalKonstructs/Statics/kspwindow777_emiss
[LOG 13:20:59.818] Load(Texture): KerbalKonstructs/Statics/lightblue
[LOG 13:20:59.820] Load(Texture): KerbalKonstructs/Statics/lightgreen
[LOG 13:20:59.821] Load(Texture): KerbalKonstructs/Statics/lightred
[LOG 13:20:59.822] Load(Texture): KerbalKonstructs/Statics/lightyellow
[LOG 13:20:59.823] Load(Texture): KerbalKonstructs/Statics/lightyellow_emiss
[LOG 13:20:59.825] Load(Texture): KerbalKonstructs/Statics/metalseamed
[LOG 13:20:59.826] Load(Texture): KerbalKonstructs/Statics/newkscgrass
[LOG 13:20:59.827] Load(Texture): KerbalKonstructs/Statics/newkscgrass2
[LOG 13:20:59.828] Load(Texture): KerbalKonstructs/Statics/roundrangehelipad
[LOG 13:20:59.832] Load(Texture): KerbalKonstructs/Statics/roundrangelaunchpad
[LOG 13:20:59.835] Load(Texture): KerbalKonstructs/Statics/roundrangerunway
[LOG 13:20:59.839] Load(Texture): KerbalKonstructs/Statics/runwayleft
[LOG 13:20:59.840] Load(Texture): KerbalKonstructs/Statics/runwayright
[LOG 13:20:59.842] Load(Texture): KerbalKonstructs/Statics/satdishwhite
[LOG 13:20:59.843] Load(Texture): KerbalKonstructs/Statics/tarmac1
[LOG 13:20:59.844] Load(Texture): KerbalKonstructs/Statics/tinfoil
[LOG 13:20:59.846] Load(Texture): KerbalKonstructs/Statics/ventmesh
[LOG 13:20:59.847] Load(Texture): KerbalKonstructs/Statics/windowblue
[LOG 13:20:59.848] Load(Texture): KSCFloodlight/FloodlightKSC
[LOG 13:20:59.849] Load(Texture): KSCFloodlight/FloodlightKSC_emis
[LOG 13:20:59.850] Load(Texture): KSCSwitcher/ToolbarButton
[LOG 13:20:59.853] Load(Texture): KSCSwitcher/Plugins/Icons/eye-highlight
[LOG 13:20:59.855] Load(Texture): KSCSwitcher/Plugins/Icons/eye-normal
[LOG 13:20:59.857] Load(Texture): KSCSwitcher/Plugins/Icons/info-background
[LOG 13:20:59.859] Load(Texture): KSCSwitcher/Plugins/Icons/launch-site-active-texture
[LOG 13:20:59.860] Load(Texture): KSCSwitcher/Plugins/Icons/launch-site-highlight
[LOG 13:20:59.862] Load(Texture): KSCSwitcher/Plugins/Icons/launch-site-normal
[LOG 13:20:59.865] Load(Texture): KSCSwitcher/Plugins/Icons/launch-site-texture
[LOG 13:20:59.867] Load(Texture): KSCSwitcher/Plugins/Icons/magnifier-highlight
[LOG 13:20:59.869] Load(Texture): KSCSwitcher/Plugins/Icons/magnifier-normal
[LOG 13:20:59.871] Load(Texture): LackMisc/Parts/Base/moon
[LOG 13:20:59.874] Load(Texture): LackMisc/Parts/Base/moonEMSS
[LOG 13:20:59.876] [TR.Loader] Compressed LackMisc/Parts/Base/moon [128x128 RGBA32 -> DXT5]
[LOG 13:20:59.877] Load(Texture): LackMisc/Parts/Buildings/buildingtex
[LOG 13:20:59.881] [TR.Loader] Compressed LackMisc/Parts/Base/moonEMSS [128x128 RGBA32 -> DXT5]
[LOG 13:20:59.883] Load(Texture): LackMisc/Parts/Buildings/buildingtexEMS
[LOG 13:20:59.893] [TR.Loader] Compressed LackMisc/Parts/Buildings/buildingtex [512x512 RGBA32 -> DXT5]
[LOG 13:20:59.894] Load(Texture): LackMisc/Parts/Buildings/gravel
[LOG 13:20:59.899] [TR.Loader] Compressed LackMisc/Parts/Buildings/buildingtexEMS [512x512 RGBA32 -> DXT5]
[LOG 13:20:59.900] Load(Texture): LackMisc/Parts/Buildings/indust
[LOG 13:20:59.902] [TR.Loader] Compressed LackMisc/Parts/Buildings/gravel [128x128 RGBA32 -> DXT5]
[LOG 13:20:59.903] Load(Texture): LackMisc/Parts/Buildings/industEMS
[LOG 13:20:59.905] [TR.Loader] Compressed LackMisc/Parts/Buildings/indust [128x128 RGBA32 -> DXT5]
[LOG 13:20:59.906] Load(Texture): LackMisc/Parts/Buildings/rail2
[LOG 13:20:59.907] [TR.Loader] Compressed LackMisc/Parts/Buildings/industEMS [128x128 RGBA32 -> DXT5]
[LOG 13:20:59.908] Load(Texture): LackMisc/Parts/Buildings/windsock
[LOG 13:20:59.909] [TR.Loader] Compressed LackMisc/Parts/Buildings/rail2 [64x64 RGBA32 -> DXT5]
[LOG 13:20:59.910] Load(Texture): LackMisc/Parts/Fence/fence
[LOG 13:20:59.914] [TR.Loader] Compressed LackMisc/Parts/Buildings/windsock [16x16 RGBA32 -> DXT5]
[LOG 13:20:59.916] Load(Texture): LackMisc/Parts/Palms/groundcover
[LOG 13:20:59.926] [TR.Loader] Compressed LackMisc/Parts/Fence/fence [512x512 RGBA32 -> DXT5]
[LOG 13:20:59.927] Load(Texture): LackMisc/Parts/Palms/groundcover2
[LOG 13:20:59.932] [TR.Loader] Compressed LackMisc/Parts/Palms/groundcover [256x256 RGBA32 -> DXT5]
[LOG 13:20:59.933] Load(Texture): LackMisc/Parts/Palms/groundcoverNRM
[LOG 13:20:59.945] [TR.Loader] Compressed LackMisc/Parts/Palms/groundcover2 [256x256 RGBA32 -> DXT5]
[LOG 13:20:59.946] Load(Texture): LackMisc/Parts/Palms/palm_tree_PNG2505
[LOG 13:20:59.955] Load(Texture): Nereid/FinalFrontier/Resource/active
[LOG 13:20:59.964] [TR.Loader] Generated mipmaps & compressed LackMisc/Parts/Palms/palm_tree_PNG2505 [302x400 DXT5 -> DXT5]
[LOG 13:20:59.965] Load(Texture): Nereid/FinalFrontier/Resource/assigned
[LOG 13:20:59.968] Load(Texture): Nereid/FinalFrontier/Resource/IconOff_24
[LOG 13:20:59.970] Load(Texture): Nereid/FinalFrontier/Resource/IconOn_24
[LOG 13:20:59.972] Load(Texture): Nereid/FinalFrontier/Resource/killed
[LOG 13:20:59.974] Load(Texture): Nereid/FinalFrontier/Resource/ToolbarIcon
[LOG 13:20:59.977] Load(Texture): Nereid/FinalFrontier/Ribbons/AltitudeRecord
[LOG 13:20:59.979] Load(Texture): Nereid/FinalFrontier/Ribbons/Anniversary
[LOG 13:20:59.981] Load(Texture): Nereid/FinalFrontier/Ribbons/BasicEngineer
[LOG 13:20:59.983] Load(Texture): Nereid/FinalFrontier/Ribbons/BasicOperations
[LOG 13:20:59.985] Load(Texture): Nereid/FinalFrontier/Ribbons/BasicScientist
[LOG 13:20:59.987] Load(Texture): Nereid/FinalFrontier/Ribbons/BoosterLaunch
[LOG 13:20:59.989] Load(Texture): Nereid/FinalFrontier/Ribbons/CertifiedBadass
[LOG 13:20:59.991] Load(Texture): Nereid/FinalFrontier/Ribbons/Collision
[LOG 13:20:59.993] Load(Texture): Nereid/FinalFrontier/Ribbons/Contracts1
[LOG 13:20:59.995] Load(Texture): Nereid/FinalFrontier/Ribbons/Contracts2
[LOG 13:20:59.997] Load(Texture): Nereid/FinalFrontier/Ribbons/Contracts3
[LOG 13:21:00.000] Load(Texture): Nereid/FinalFrontier/Ribbons/Contracts4
[LOG 13:21:00.002] Load(Texture): Nereid/FinalFrontier/Ribbons/Contracts5
[LOG 13:21:00.004] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom01
[LOG 13:21:00.006] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom02
[LOG 13:21:00.008] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom03
[LOG 13:21:00.010] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom04
[LOG 13:21:00.012] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom05
[LOG 13:21:00.014] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom06
[LOG 13:21:00.016] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom07
[LOG 13:21:00.019] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom08
[LOG 13:21:00.021] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom09
[LOG 13:21:00.023] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom10
[LOG 13:21:00.025] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom11
[LOG 13:21:00.027] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom12
[LOG 13:21:00.029] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom13
[LOG 13:21:00.031] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom14
[LOG 13:21:00.033] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom15
[LOG 13:21:00.035] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom16
[LOG 13:21:00.037] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom17
[LOG 13:21:00.039] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom18
[LOG 13:21:00.041] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom19
[LOG 13:21:00.043] Load(Texture): Nereid/FinalFrontier/Ribbons/Custom20
[LOG 13:21:00.046] Load(Texture): Nereid/FinalFrontier/Ribbons/DangerousEva
[LOG 13:21:00.048] Load(Texture): Nereid/FinalFrontier/Ribbons/DeepSpace
[LOG 13:21:00.050] Load(Texture): Nereid/FinalFrontier/Ribbons/DepthRecord
[LOG 13:21:00.052] Load(Texture): Nereid/FinalFrontier/Ribbons/Diamond
[LOG 13:21:00.054] Load(Texture): Nereid/FinalFrontier/Ribbons/DistanceRecord
[LOG 13:21:00.057] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva1
[LOG 13:21:00.059] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva10
[LOG 13:21:00.061] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva2
[LOG 13:21:00.063] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva3
[LOG 13:21:00.065] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva4
[LOG 13:21:00.067] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva5
[LOG 13:21:00.069] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva6
[LOG 13:21:00.071] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva7
[LOG 13:21:00.073] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva8
[LOG 13:21:00.075] Load(Texture): Nereid/FinalFrontier/Ribbons/Eva9
[LOG 13:21:00.078] Load(Texture): Nereid/FinalFrontier/Ribbons/EvaInWater
[LOG 13:21:00.080] Load(Texture): Nereid/FinalFrontier/Ribbons/EvaOverWater
[LOG 13:21:00.082] Load(Texture): Nereid/FinalFrontier/Ribbons/ExceptionalContract
[LOG 13:21:00.084] Load(Texture): Nereid/FinalFrontier/Ribbons/FastOrbit1
[LOG 13:21:00.086] Load(Texture): Nereid/FinalFrontier/Ribbons/FastOrbit2
[LOG 13:21:00.088] Load(Texture): Nereid/FinalFrontier/Ribbons/FastOrbit3
[LOG 13:21:00.090] Load(Texture): Nereid/FinalFrontier/Ribbons/FastOrbit4
[LOG 13:21:00.092] Load(Texture): Nereid/FinalFrontier/Ribbons/FastOrbit5
[LOG 13:21:00.094] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstDeepSpace
[LOG 13:21:00.096] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstEvaInSpace-alt
[LOG 13:21:00.099] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstEvaInSpace
[LOG 13:21:00.101] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstGrandTour
[LOG 13:21:00.103] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstInSpace
[LOG 13:21:00.105] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstJoolTour
[LOG 13:21:00.107] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstNorthPolar
[LOG 13:21:00.109] Load(Texture): Nereid/FinalFrontier/Ribbons/FirstSouthPolar
[LOG 13:21:00.111] Load(Texture): Nereid/FinalFrontier/Ribbons/GrandTour
[LOG 13:21:00.113] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle1
[LOG 13:21:00.115] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle2
[LOG 13:21:00.118] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle3
[LOG 13:21:00.120] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle4
[LOG 13:21:00.122] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle5
[LOG 13:21:00.124] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle6
[LOG 13:21:00.127] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicle7
[LOG 13:21:00.129] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding1
[LOG 13:21:00.131] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding2
[LOG 13:21:00.133] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding3
[LOG 13:21:00.135] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding4
[LOG 13:21:00.137] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding5
[LOG 13:21:00.140] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding6
[LOG 13:21:00.142] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding7
[LOG 13:21:00.144] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch1
[LOG 13:21:00.146] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch2
[LOG 13:21:00.149] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch3
[LOG 13:21:00.150] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch4
[LOG 13:21:00.152] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch5
[LOG 13:21:00.155] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch6
[LOG 13:21:00.157] Load(Texture): Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch7
[LOG 13:21:00.158] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver01
[LOG 13:21:00.161] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver02
[LOG 13:21:00.163] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver03
[LOG 13:21:00.165] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver04
[LOG 13:21:00.167] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver05
[LOG 13:21:00.170] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver06
[LOG 13:21:00.172] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver07
[LOG 13:21:00.174] Load(Texture): Nereid/FinalFrontier/Ribbons/Helldiver08
[LOG 13:21:00.177] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce10
[LOG 13:21:00.179] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce11
[LOG 13:21:00.181] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce12
[LOG 13:21:00.183] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce13
[LOG 13:21:00.185] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce14
[LOG 13:21:00.187] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce15
[LOG 13:21:00.189] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce16
[LOG 13:21:00.190] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce17
[LOG 13:21:00.193] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce18
[LOG 13:21:00.195] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce3
[LOG 13:21:00.197] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce4
[LOG 13:21:00.199] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce5
[LOG 13:21:00.201] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce6
[LOG 13:21:00.203] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce7
[LOG 13:21:00.205] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce8
[LOG 13:21:00.207] Load(Texture): Nereid/FinalFrontier/Ribbons/HighGeeForce9
[LOG 13:21:00.210] Load(Texture): Nereid/FinalFrontier/Ribbons/InSpace
[LOG 13:21:00.212] Load(Texture): Nereid/FinalFrontier/Ribbons/InterSidera
[LOG 13:21:00.214] Load(Texture): Nereid/FinalFrontier/Ribbons/JoolDeepAtmosphere
[LOG 13:21:00.216] Load(Texture): Nereid/FinalFrontier/Ribbons/JoolTour
[LOG 13:21:00.218] Load(Texture): Nereid/FinalFrontier/Ribbons/July4
[LOG 13:21:00.220] Load(Texture): Nereid/FinalFrontier/Ribbons/Kerbalkind
[LOG 13:21:00.222] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime1
[LOG 13:21:00.224] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime2
[LOG 13:21:00.227] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime3
[LOG 13:21:00.228] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime4
[LOG 13:21:00.230] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime5
[LOG 13:21:00.232] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime6
[LOG 13:21:00.234] Load(Texture): Nereid/FinalFrontier/Ribbons/LongMissionTime7
[LOG 13:21:00.237] Load(Texture): Nereid/FinalFrontier/Ribbons/LostAndFound
[LOG 13:21:00.239] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach1
[LOG 13:21:00.241] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach2
[LOG 13:21:00.243] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach3
[LOG 13:21:00.245] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach4
[LOG 13:21:00.246] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach5
[LOG 13:21:00.249] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach6
[LOG 13:21:00.251] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach7
[LOG 13:21:00.253] Load(Texture): Nereid/FinalFrontier/Ribbons/Mach8
[LOG 13:21:00.255] Load(Texture): Nereid/FinalFrontier/Ribbons/Missions100
[LOG 13:21:00.257] Load(Texture): Nereid/FinalFrontier/Ribbons/Missions20
[LOG 13:21:00.258] Load(Texture): Nereid/FinalFrontier/Ribbons/Missions200
[LOG 13:21:00.261] Load(Texture): Nereid/FinalFrontier/Ribbons/Missions5
[LOG 13:21:00.262] Load(Texture): Nereid/FinalFrontier/Ribbons/Missions50
[LOG 13:21:00.264] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain01
[LOG 13:21:00.266] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain02
[LOG 13:21:00.268] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain03
[LOG 13:21:00.271] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain04
[LOG 13:21:00.273] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain05
[LOG 13:21:00.274] Load(Texture): Nereid/FinalFrontier/Ribbons/Mountain06
[LOG 13:21:00.277] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation01
[LOG 13:21:00.279] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation02
[LOG 13:21:00.281] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation03
[LOG 13:21:00.283] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation04
[LOG 13:21:00.285] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation05
[LOG 13:21:00.288] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation06
[LOG 13:21:00.290] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation07
[LOG 13:21:00.292] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation08
[LOG 13:21:00.294] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation09
[LOG 13:21:00.297] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation10
[LOG 13:21:00.299] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation11
[LOG 13:21:00.301] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation12
[LOG 13:21:00.304] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation13
[LOG 13:21:00.306] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation14
[LOG 13:21:00.308] Load(Texture): Nereid/FinalFrontier/Ribbons/Nation15
[LOG 13:21:00.310] Load(Texture): Nereid/FinalFrontier/Ribbons/NoFuel01
[LOG 13:21:00.312] Load(Texture): Nereid/FinalFrontier/Ribbons/NoFuel02
[LOG 13:21:00.314] Load(Texture): Nereid/FinalFrontier/Ribbons/NorthPolar
[LOG 13:21:00.316] Load(Texture): Nereid/FinalFrontier/Ribbons/PassengerTransport1
[LOG 13:21:00.318] Load(Texture): Nereid/FinalFrontier/Ribbons/PassengerTransport2
[LOG 13:21:00.321] Load(Texture): Nereid/FinalFrontier/Ribbons/PassengerTransport3
[LOG 13:21:00.323] Load(Texture): Nereid/FinalFrontier/Ribbons/PassengerTransport4
[LOG 13:21:00.324] Load(Texture): Nereid/FinalFrontier/Ribbons/PassengerTransport5
[LOG 13:21:00.327] Load(Texture): Nereid/FinalFrontier/Ribbons/Research1
[LOG 13:21:00.329] Load(Texture): Nereid/FinalFrontier/Ribbons/Research10
[LOG 13:21:00.331] Load(Texture): Nereid/FinalFrontier/Ribbons/Research2
[LOG 13:21:00.333] Load(Texture): Nereid/FinalFrontier/Ribbons/Research3
[LOG 13:21:00.335] Load(Texture): Nereid/FinalFrontier/Ribbons/Research4
[LOG 13:21:00.338] Load(Texture): Nereid/FinalFrontier/Ribbons/Research5
[LOG 13:21:00.339] Load(Texture): Nereid/FinalFrontier/Ribbons/Research6
[LOG 13:21:00.342] Load(Texture): Nereid/FinalFrontier/Ribbons/Research7
[LOG 13:21:00.344] Load(Texture): Nereid/FinalFrontier/Ribbons/Research8
[LOG 13:21:00.347] Load(Texture): Nereid/FinalFrontier/Ribbons/Research9
[LOG 13:21:00.349] Load(Texture): Nereid/FinalFrontier/Ribbons/ServiceEngineer
[LOG 13:21:00.351] Load(Texture): Nereid/FinalFrontier/Ribbons/ServiceOperations
[LOG 13:21:00.353] Load(Texture): Nereid/FinalFrontier/Ribbons/ServiceScientist
[LOG 13:21:00.355] Load(Texture): Nereid/FinalFrontier/Ribbons/SignificantContract
[LOG 13:21:00.357] Load(Texture): Nereid/FinalFrontier/Ribbons/SingleMissionTime1
[LOG 13:21:00.359] Load(Texture): Nereid/FinalFrontier/Ribbons/SingleMissionTime2
[LOG 13:21:00.361] Load(Texture): Nereid/FinalFrontier/Ribbons/SingleMissionTime3
[LOG 13:21:00.363] Load(Texture): Nereid/FinalFrontier/Ribbons/SingleMissionTime4
[LOG 13:21:00.365] Load(Texture): Nereid/FinalFrontier/Ribbons/SingleMissionTime5
[LOG 13:21:00.367] Load(Texture): Nereid/FinalFrontier/Ribbons/SolidFuelBooster10
[LOG 13:21:00.369] Load(Texture): Nereid/FinalFrontier/Ribbons/SolidFuelBooster20
[LOG 13:21:00.371] Load(Texture): Nereid/FinalFrontier/Ribbons/SolidFuelBooster30
[LOG 13:21:00.373] Load(Texture): Nereid/FinalFrontier/Ribbons/SouthPolar
[LOG 13:21:00.376] Load(Texture): Nereid/FinalFrontier/Ribbons/Spaceplane
[LOG 13:21:00.379] Load(Texture): Nereid/FinalFrontier/Ribbons/SpeedRecord
[LOG 13:21:00.381] Load(Texture): Nereid/FinalFrontier/Ribbons/Splashdown
[LOG 13:21:00.384] Load(Texture): Nereid/FinalFrontier/Ribbons/Splashdown2
[LOG 13:21:00.387] Load(Texture): Nereid/FinalFrontier/Ribbons/Station
[LOG 13:21:00.390] Load(Texture): Nereid/FinalFrontier/Ribbons/STM01
[LOG 13:21:00.392] Load(Texture): Nereid/FinalFrontier/Ribbons/STM02
[LOG 13:21:00.394] Load(Texture): Nereid/FinalFrontier/Ribbons/STM03
[LOG 13:21:00.396] Load(Texture): Nereid/FinalFrontier/Ribbons/STM04
[LOG 13:21:00.398] Load(Texture): Nereid/FinalFrontier/Ribbons/STM05
[LOG 13:21:00.400] Load(Texture): Nereid/FinalFrontier/Ribbons/STM06
[LOG 13:21:00.403] Load(Texture): Nereid/FinalFrontier/Ribbons/STM07
[LOG 13:21:00.405] Load(Texture): Nereid/FinalFrontier/Ribbons/STM08
[LOG 13:21:00.407] Load(Texture): Nereid/FinalFrontier/Ribbons/STM09
[LOG 13:21:00.410] Load(Texture): Nereid/FinalFrontier/Ribbons/STM10
[LOG 13:21:00.412] Load(Texture): Nereid/FinalFrontier/Ribbons/STM11
[LOG 13:21:00.414] Load(Texture): Nereid/FinalFrontier/Ribbons/STM12
[LOG 13:21:00.417] Load(Texture): Nereid/FinalFrontier/Ribbons/STM13
[LOG 13:21:00.419] Load(Texture): Nereid/FinalFrontier/Ribbons/STM14
[LOG 13:21:00.421] Load(Texture): Nereid/FinalFrontier/Ribbons/STM15
[LOG 13:21:00.423] Load(Texture): Nereid/FinalFrontier/Ribbons/STM16
[LOG 13:21:00.425] Load(Texture): Nereid/FinalFrontier/Ribbons/STM17
[LOG 13:21:00.427] Load(Texture): Nereid/FinalFrontier/Ribbons/STM18
[LOG 13:21:00.430] Load(Texture): Nereid/FinalFrontier/Ribbons/STM19
[LOG 13:21:00.432] Load(Texture): Nereid/FinalFrontier/Ribbons/STM20
[LOG 13:21:00.434] Load(Texture): Nereid/FinalFrontier/Ribbons/STM21
[LOG 13:21:00.436] Load(Texture): Nereid/FinalFrontier/Ribbons/STM22
[LOG 13:21:00.439] Load(Texture): Nereid/FinalFrontier/Ribbons/STM23
[LOG 13:21:00.441] Load(Texture): Nereid/FinalFrontier/Ribbons/STM24
[LOG 13:21:00.444] Load(Texture): Nereid/FinalFrontier/Ribbons/STM25
[LOG 13:21:00.446] Load(Texture): Nereid/FinalFrontier/Ribbons/STM26
[LOG 13:21:00.448] Load(Texture): Nereid/FinalFrontier/Ribbons/STM27
[LOG 13:21:00.450] Load(Texture): Nereid/FinalFrontier/Ribbons/STM28
[LOG 13:21:00.453] Load(Texture): Nereid/FinalFrontier/Ribbons/STM30
[LOG 13:21:00.455] Load(Texture): Nereid/FinalFrontier/Ribbons/STM31
[LOG 13:21:00.457] Load(Texture): Nereid/FinalFrontier/Ribbons/STM32
[LOG 13:21:00.459] Load(Texture): Nereid/FinalFrontier/Ribbons/STM33
[LOG 13:21:00.461] Load(Texture): Nereid/FinalFrontier/Ribbons/STM34
[LOG 13:21:00.463] Load(Texture): Nereid/FinalFrontier/Ribbons/STM35
[LOG 13:21:00.465] Load(Texture): Nereid/FinalFrontier/Ribbons/STM36
[LOG 13:21:00.467] Load(Texture): Nereid/FinalFrontier/Ribbons/STM37
[LOG 13:21:00.469] Load(Texture): Nereid/FinalFrontier/Ribbons/STM38
[LOG 13:21:00.472] Load(Texture): Nereid/FinalFrontier/Ribbons/STM39
[LOG 13:21:00.473] Load(Texture): Nereid/FinalFrontier/Ribbons/STM40
[LOG 13:21:00.475] Load(Texture): Nereid/FinalFrontier/Ribbons/STM41
[LOG 13:21:00.477] Load(Texture): Nereid/FinalFrontier/Ribbons/STM42
[LOG 13:21:00.479] Load(Texture): Nereid/FinalFrontier/Ribbons/STM43
[LOG 13:21:00.481] Load(Texture): Nereid/FinalFrontier/Ribbons/STM44
[LOG 13:21:00.483] Load(Texture): Nereid/FinalFrontier/Ribbons/STM45
[LOG 13:21:00.486] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva1
[LOG 13:21:00.488] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva2
[LOG 13:21:00.491] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva3
[LOG 13:21:00.493] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva4
[LOG 13:21:00.495] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva5
[LOG 13:21:00.497] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva6
[LOG 13:21:00.499] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva7
[LOG 13:21:00.501] Load(Texture): Nereid/FinalFrontier/Ribbons/TotalEva8
[LOG 13:21:00.503] Load(Texture): Nereid/FinalFrontier/Ribbons/WetEva
[LOG 13:21:00.505] Load(Texture): Nereid/FinalFrontier/Ribbons/WetEvaFirst
[LOG 13:21:00.507] Load(Texture): Nereid/FinalFrontier/Ribbons/XM
[LOG 13:21:00.510] Load(Texture): Nereid/FinalFrontier/Ribbons/XM2014A
[LOG 13:21:00.512] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/Atmosphere
[LOG 13:21:00.514] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/DeepAtmosphere
[LOG 13:21:00.516] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/EvaGround
[LOG 13:21:00.518] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/EvaOrbit
[LOG 13:21:00.521] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/EvaSpace
[LOG 13:21:00.523] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstAtmosphere
[LOG 13:21:00.525] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstEvaGround
[LOG 13:21:00.527] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstEvaOrbit
[LOG 13:21:00.529] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstEvaSpace
[LOG 13:21:00.531] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstLanding
[LOG 13:21:00.533] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstOrbitCapsule
[LOG 13:21:00.535] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstOrbitCapsuleDocked
[LOG 13:21:00.537] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstPlantFlag
[LOG 13:21:00.540] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/FirstRover
[LOG 13:21:00.542] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/Landing
[LOG 13:21:00.544] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/OrbitCapsule
[LOG 13:21:00.547] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/OrbitCapsuleDocked
[LOG 13:21:00.549] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/PlantFlag
[LOG 13:21:00.551] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/Rover
[LOG 13:21:00.553] Load(Texture): Nereid/FinalFrontier/Ribbons/Argo/SphereOfInfluence
[LOG 13:21:00.556] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/Atmosphere
[LOG 13:21:00.558] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/DeepAtmosphere
[LOG 13:21:00.560] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/EvaGround
[LOG 13:21:00.562] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/EvaOrbit
[LOG 13:21:00.564] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/EvaSpace
[LOG 13:21:00.566] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstAtmosphere
[LOG 13:21:00.568] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaGround
[LOG 13:21:00.570] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaOrbit
[LOG 13:21:00.572] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaSpace
[LOG 13:21:00.573] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstLanding
[LOG 13:21:00.576] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstOrbitCapsule
[LOG 13:21:00.578] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstOrbitCapsuleDocked
[LOG 13:21:00.580] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstPlantFlag
[LOG 13:21:00.583] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/FirstRover
[LOG 13:21:00.585] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/Landing
[LOG 13:21:00.587] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/OrbitCapsule
[LOG 13:21:00.589] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/OrbitCapsuleDocked
[LOG 13:21:00.591] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/PlantFlag
[LOG 13:21:00.593] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/Rover
[LOG 13:21:00.595] Load(Texture): Nereid/FinalFrontier/Ribbons/Augustus/SphereOfInfluence
[LOG 13:21:00.598] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/Atmosphere
[LOG 13:21:00.600] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/EvaGround
[LOG 13:21:00.602] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/EvaOrbit
[LOG 13:21:00.604] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/EvaSpace
[LOG 13:21:00.606] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstAtmosphere
[LOG 13:21:00.608] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaGround
[LOG 13:21:00.610] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaOrbit
[LOG 13:21:00.612] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaSpace
[LOG 13:21:00.614] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstLanding
[LOG 13:21:00.617] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstOrbitCapsule
[LOG 13:21:00.619] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstOrbitCapsuleDocked
[LOG 13:21:00.621] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstPlantFlag
[LOG 13:21:00.623] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/FirstRover
[LOG 13:21:00.625] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/Landing
[LOG 13:21:00.627] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/OrbitCapsule
[LOG 13:21:00.629] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/OrbitCapsuleDocked
[LOG 13:21:00.631] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/PlantFlag
[LOG 13:21:00.634] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/Rover
[LOG 13:21:00.636] Load(Texture): Nereid/FinalFrontier/Ribbons/Catullus/SphereOfInfluence
[LOG 13:21:00.638] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/Atmosphere
[LOG 13:21:00.641] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/Base
[LOG 13:21:00.643] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/EvaGround
[LOG 13:21:00.646] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/EvaOrbit
[LOG 13:21:00.648] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/EvaSpace
[LOG 13:21:00.650] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstAtmosphere
[LOG 13:21:00.652] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaGround
[LOG 13:21:00.654] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaOrbit
[LOG 13:21:00.656] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaSpace
[LOG 13:21:00.659] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstLanding
[LOG 13:21:00.661] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstOrbitCapsule
[LOG 13:21:00.663] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstOrbitCapsuleDocked
[LOG 13:21:00.665] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstPlantFlag
[LOG 13:21:00.667] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/FirstRover
[LOG 13:21:00.669] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/Landing
[LOG 13:21:00.671] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/OrbitCapsule
[LOG 13:21:00.673] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/OrbitCapsuleDocked
[LOG 13:21:00.675] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/OrbitStation
[LOG 13:21:00.677] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/PlantFlag
[LOG 13:21:00.679] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/Rover
[LOG 13:21:00.681] Load(Texture): Nereid/FinalFrontier/Ribbons/Ceti/SphereOfInfluence
[LOG 13:21:00.683] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/Atmosphere
[LOG 13:21:00.686] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/CloserSolarOrbit
[LOG 13:21:00.688] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/EvaGround
[LOG 13:21:00.690] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/EvaOrbit
[LOG 13:21:00.692] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/EvaSpace
[LOG 13:21:00.694] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstAtmosphere
[LOG 13:21:00.696] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstCloserSolarOrbit
[LOG 13:21:00.698] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaGround
[LOG 13:21:00.700] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaOrbit
[LOG 13:21:00.702] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaSpace
[LOG 13:21:00.704] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstLanding
[LOG 13:21:00.707] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstOrbitCapsule
[LOG 13:21:00.709] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstOrbitCapsuleDocked
[LOG 13:21:00.711] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstPlantFlag
[LOG 13:21:00.713] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/FirstRover
[LOG 13:21:00.715] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/Landing
[LOG 13:21:00.717] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/OrbitCapsule
[LOG 13:21:00.719] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/OrbitCapsuleDocked
[LOG 13:21:00.721] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/PlantFlag
[LOG 13:21:00.723] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/Rover
[LOG 13:21:00.725] Load(Texture): Nereid/FinalFrontier/Ribbons/Ciro/SphereOfInfluence
[LOG 13:21:00.727] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/Atmosphere
[LOG 13:21:00.729] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/EvaGround
[LOG 13:21:00.731] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/EvaOrbit
[LOG 13:21:00.733] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/EvaSpace
[LOG 13:21:00.735] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstAtmosphere
[LOG 13:21:00.737] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstEvaGround
[LOG 13:21:00.740] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstEvaOrbit
[LOG 13:21:00.742] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstEvaSpace
[LOG 13:21:00.744] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstLanding
[LOG 13:21:00.746] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstOrbitCapsule
[LOG 13:21:00.748] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstOrbitCapsuleDocked
[LOG 13:21:00.750] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstPlantFlag
[LOG 13:21:00.752] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/FirstRover
[LOG 13:21:00.755] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/Landing
[LOG 13:21:00.757] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/OrbitCapsule
[LOG 13:21:00.759] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/OrbitCapsuleDocked
[LOG 13:21:00.761] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/PlantFlag
[LOG 13:21:00.763] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/Rover
[LOG 13:21:00.765] Load(Texture): Nereid/FinalFrontier/Ribbons/Eta/SphereOfInfluence
[LOG 13:21:00.767] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/Atmosphere
[LOG 13:21:00.769] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/EvaGround
[LOG 13:21:00.771] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/EvaOrbit
[LOG 13:21:00.773] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/EvaSpace
[LOG 13:21:00.775] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstAtmosphere
[LOG 13:21:00.777] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstEvaGround
[LOG 13:21:00.779] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstEvaOrbit
[LOG 13:21:00.781] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstEvaSpace
[LOG 13:21:00.783] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstLanding
[LOG 13:21:00.785] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstOrbitCapsule
[LOG 13:21:00.788] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstOrbitCapsuleDocked
[LOG 13:21:00.790] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstPlantFlag
[LOG 13:21:00.791] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/FirstRover
[LOG 13:21:00.793] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/Landing
[LOG 13:21:00.795] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/OrbitCapsule
[LOG 13:21:00.797] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/OrbitCapsuleDocked
[LOG 13:21:00.799] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/OrbitStation
[LOG 13:21:00.801] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/PlantFlag
[LOG 13:21:00.804] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/Rover
[LOG 13:21:00.806] Load(Texture): Nereid/FinalFrontier/Ribbons/Gael/SphereOfInfluence
[LOG 13:21:00.808] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/Atmosphere
[LOG 13:21:00.810] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/DeepAtmosphere
[LOG 13:21:00.813] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/EvaGround
[LOG 13:21:00.815] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/EvaOrbit
[LOG 13:21:00.817] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/EvaSpace
[LOG 13:21:00.819] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstAtmosphere
[LOG 13:21:00.821] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaGround
[LOG 13:21:00.823] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaOrbit
[LOG 13:21:00.826] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaSpace
[LOG 13:21:00.828] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstLanding
[LOG 13:21:00.830] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstOrbitCapsule
[LOG 13:21:00.832] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstOrbitCapsuleDocked
[LOG 13:21:00.834] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstPlantFlag
[LOG 13:21:00.836] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/FirstRover
[LOG 13:21:00.838] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/Landing
[LOG 13:21:00.840] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/OrbitCapsule
[LOG 13:21:00.842] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/OrbitCapsuleDocked
[LOG 13:21:00.844] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/PlantFlag
[LOG 13:21:00.846] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/Rover
[LOG 13:21:00.848] Load(Texture): Nereid/FinalFrontier/Ribbons/Gauss/SphereOfInfluence
[LOG 13:21:00.850] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/Atmosphere
[LOG 13:21:00.852] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/EvaGround
[LOG 13:21:00.854] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/EvaOrbit
[LOG 13:21:00.857] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/EvaSpace
[LOG 13:21:00.859] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstAtmosphere
[LOG 13:21:00.860] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaGround
[LOG 13:21:00.862] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaOrbit
[LOG 13:21:00.865] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaSpace
[LOG 13:21:00.867] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstLanding
[LOG 13:21:00.869] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstOrbitCapsule
[LOG 13:21:00.871] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstOrbitCapsuleDocked
[LOG 13:21:00.874] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstPlantFlag
[LOG 13:21:00.875] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/FirstRover
[LOG 13:21:00.878] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/Landing
[LOG 13:21:00.880] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/OrbitCapsule
[LOG 13:21:00.882] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/OrbitCapsuleDocked
[LOG 13:21:00.884] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/PlantFlag
[LOG 13:21:00.886] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/Rover
[LOG 13:21:00.888] Load(Texture): Nereid/FinalFrontier/Ribbons/Geminus/SphereOfInfluence
[LOG 13:21:00.890] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/Atmosphere
[LOG 13:21:00.892] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/EvaGround
[LOG 13:21:00.895] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/EvaOrbit
[LOG 13:21:00.897] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/EvaSpace
[LOG 13:21:00.899] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstAtmosphere
[LOG 13:21:00.901] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaGround
[LOG 13:21:00.903] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaOrbit
[LOG 13:21:00.906] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaSpace
[LOG 13:21:00.908] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstLanding
[LOG 13:21:00.910] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstOrbitCapsule
[LOG 13:21:00.912] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstOrbitCapsuleDocked
[LOG 13:21:00.914] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstPlantFlag
[LOG 13:21:00.917] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/FirstRover
[LOG 13:21:00.919] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/Landing
[LOG 13:21:00.921] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/OrbitCapsule
[LOG 13:21:00.923] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/OrbitCapsuleDocked
[LOG 13:21:00.925] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/PlantFlag
[LOG 13:21:00.927] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/Rover
[LOG 13:21:00.929] Load(Texture): Nereid/FinalFrontier/Ribbons/Gratian/SphereOfInfluence
[LOG 13:21:00.931] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/Atmosphere
[LOG 13:21:00.933] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/DeepAtmosphere
[LOG 13:21:00.935] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/EvaGround
[LOG 13:21:00.937] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/EvaOrbit
[LOG 13:21:00.939] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/EvaSpace
[LOG 13:21:00.941] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstAtmosphere
[LOG 13:21:00.943] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaGround
[LOG 13:21:00.945] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaOrbit
[LOG 13:21:00.947] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaSpace
[LOG 13:21:00.949] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstLanding
[LOG 13:21:00.952] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstOrbitCapsule
[LOG 13:21:00.954] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstOrbitCapsuleDocked
[LOG 13:21:00.957] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstPlantFlag
[LOG 13:21:00.959] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/FirstRover
[LOG 13:21:00.961] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/Landing
[LOG 13:21:00.963] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/OrbitCapsule
[LOG 13:21:00.965] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/OrbitCapsuleDocked
[LOG 13:21:00.967] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/PlantFlag
[LOG 13:21:00.969] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/Rover
[LOG 13:21:00.971] Load(Texture): Nereid/FinalFrontier/Ribbons/Hadrian/SphereOfInfluence
[LOG 13:21:00.973] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/Atmosphere
[LOG 13:21:00.975] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/EvaGround
[LOG 13:21:00.977] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/EvaOrbit
[LOG 13:21:00.979] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/EvaSpace
[LOG 13:21:00.981] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstAtmosphere
[LOG 13:21:00.983] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaGround
[LOG 13:21:00.985] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaOrbit
[LOG 13:21:00.987] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaSpace
[LOG 13:21:00.990] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstLanding
[LOG 13:21:00.992] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstOrbitCapsule
[LOG 13:21:00.994] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstOrbitCapsuleDocked
[LOG 13:21:00.997] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstPlantFlag
[LOG 13:21:00.999] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/FirstRover
[LOG 13:21:01.001] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/Landing
[LOG 13:21:01.003] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/OrbitCapsule
[LOG 13:21:01.006] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/OrbitCapsuleDocked
[LOG 13:21:01.008] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/PlantFlag
[LOG 13:21:01.010] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/Rover
[LOG 13:21:01.012] Load(Texture): Nereid/FinalFrontier/Ribbons/Hephaestus/SphereOfInfluence
[LOG 13:21:01.014] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/Atmosphere
[LOG 13:21:01.016] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/EvaGround
[LOG 13:21:01.018] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/EvaOrbit
[LOG 13:21:01.020] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/EvaSpace
[LOG 13:21:01.023] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstAtmosphere
[LOG 13:21:01.026] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstEvaGround
[LOG 13:21:01.028] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstEvaOrbit
[LOG 13:21:01.030] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstEvaSpace
[LOG 13:21:01.032] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstLanding
[LOG 13:21:01.034] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstOrbitCapsule
[LOG 13:21:01.036] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstOrbitCapsuleDocked
[LOG 13:21:01.039] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstPlantFlag
[LOG 13:21:01.041] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/FirstRover
[LOG 13:21:01.043] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/Landing
[LOG 13:21:01.045] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/OrbitCapsule
[LOG 13:21:01.047] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/OrbitCapsuleDocked
[LOG 13:21:01.049] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/PlantFlag
[LOG 13:21:01.051] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/Rover
[LOG 13:21:01.053] Load(Texture): Nereid/FinalFrontier/Ribbons/Hox/SphereOfInfluence
[LOG 13:21:01.056] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/Atmosphere
[LOG 13:21:01.058] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/EvaGround
[LOG 13:21:01.060] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/EvaOrbit
[LOG 13:21:01.062] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/EvaSpace
[LOG 13:21:01.064] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstAtmosphere
[LOG 13:21:01.067] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaGround
[LOG 13:21:01.069] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaOrbit
[LOG 13:21:01.071] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaSpace
[LOG 13:21:01.073] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstLanding
[LOG 13:21:01.076] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstOrbitCapsule
[LOG 13:21:01.078] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstOrbitCapsuleDocked
[LOG 13:21:01.080] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstPlantFlag
[LOG 13:21:01.082] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/FirstRover
[LOG 13:21:01.084] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/Landing
[LOG 13:21:01.086] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/OrbitCapsule
[LOG 13:21:01.088] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/OrbitCapsuleDocked
[LOG 13:21:01.090] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/PlantFlag
[LOG 13:21:01.092] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/Rover
[LOG 13:21:01.094] Load(Texture): Nereid/FinalFrontier/Ribbons/Icarus/SphereOfInfluence
[LOG 13:21:01.096] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/Atmosphere
[LOG 13:21:01.099] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/EvaGround
[LOG 13:21:01.101] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/EvaOrbit
[LOG 13:21:01.104] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/EvaSpace
[LOG 13:21:01.106] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstAtmosphere
[LOG 13:21:01.108] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstEvaGround
[LOG 13:21:01.110] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstEvaOrbit
[LOG 13:21:01.112] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstEvaSpace
[LOG 13:21:01.114] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstLanding
[LOG 13:21:01.116] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstOrbitCapsule
[LOG 13:21:01.118] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstOrbitCapsuleDocked
[LOG 13:21:01.120] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstPlantFlag
[LOG 13:21:01.122] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/FirstRover
[LOG 13:21:01.125] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/Landing
[LOG 13:21:01.127] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/OrbitCapsule
[LOG 13:21:01.129] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/OrbitCapsuleDocked
[LOG 13:21:01.131] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/PlantFlag
[LOG 13:21:01.134] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/Rover
[LOG 13:21:01.136] Load(Texture): Nereid/FinalFrontier/Ribbons/Iota/SphereOfInfluence
[LOG 13:21:01.138] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/Atmosphere
[LOG 13:21:01.140] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/EvaGround
[LOG 13:21:01.142] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/EvaOrbit
[LOG 13:21:01.145] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/EvaSpace
[LOG 13:21:01.147] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstAtmosphere
[LOG 13:21:01.148] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaGround
[LOG 13:21:01.150] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaOrbit
[LOG 13:21:01.153] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaSpace
[LOG 13:21:01.155] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstLanding
[LOG 13:21:01.157] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstOrbitCapsule
[LOG 13:21:01.159] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstOrbitCapsuleDocked
[LOG 13:21:01.162] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstPlantFlag
[LOG 13:21:01.164] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/FirstRover
[LOG 13:21:01.166] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/Landing
[LOG 13:21:01.168] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/OrbitCapsule
[LOG 13:21:01.170] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/OrbitCapsuleDocked
[LOG 13:21:01.173] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/PlantFlag
[LOG 13:21:01.175] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/Rover
[LOG 13:21:01.178] Load(Texture): Nereid/FinalFrontier/Ribbons/Jannah/SphereOfInfluence
[LOG 13:21:01.180] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/Atmosphere
[LOG 13:21:01.182] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/EvaGround
[LOG 13:21:01.184] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/EvaOrbit
[LOG 13:21:01.186] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/EvaSpace
[LOG 13:21:01.189] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstAtmosphere
[LOG 13:21:01.191] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstEvaGround
[LOG 13:21:01.193] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstEvaOrbit
[LOG 13:21:01.195] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstEvaSpace
[LOG 13:21:01.197] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstLanding
[LOG 13:21:01.199] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstOrbitCapsule
[LOG 13:21:01.201] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstOrbitCapsuleDocked
[LOG 13:21:01.203] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstPlantFlag
[LOG 13:21:01.206] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/FirstRover
[LOG 13:21:01.208] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/Landing
[LOG 13:21:01.210] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/OrbitCapsule
[LOG 13:21:01.212] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/OrbitCapsuleDocked
[LOG 13:21:01.214] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/PlantFlag
[LOG 13:21:01.216] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/Rover
[LOG 13:21:01.218] Load(Texture): Nereid/FinalFrontier/Ribbons/Leto/SphereOfInfluence
[LOG 13:21:01.220] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/Atmosphere
[LOG 13:21:01.222] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/EvaGround
[LOG 13:21:01.224] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/EvaOrbit
[LOG 13:21:01.226] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/EvaSpace
[LOG 13:21:01.229] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstAtmosphere
[LOG 13:21:01.231] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstEvaGround
[LOG 13:21:01.233] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstEvaOrbit
[LOG 13:21:01.235] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstEvaSpace
[LOG 13:21:01.237] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstLanding
[LOG 13:21:01.240] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstOrbitCapsule
[LOG 13:21:01.242] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstOrbitCapsuleDocked
[LOG 13:21:01.244] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstPlantFlag
[LOG 13:21:01.246] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/FirstRover
[LOG 13:21:01.249] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/Landing
[LOG 13:21:01.251] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/OrbitCapsule
[LOG 13:21:01.253] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/OrbitCapsuleDocked
[LOG 13:21:01.255] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/PlantFlag
[LOG 13:21:01.257] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/Rover
[LOG 13:21:01.259] Load(Texture): Nereid/FinalFrontier/Ribbons/Lili/SphereOfInfluence
[LOG 13:21:01.262] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/Atmosphere
[LOG 13:21:01.263] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/EvaGround
[LOG 13:21:01.266] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/EvaOrbit
[LOG 13:21:01.268] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/EvaSpace
[LOG 13:21:01.270] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstAtmosphere
[LOG 13:21:01.273] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstEvaGround
[LOG 13:21:01.275] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstEvaOrbit
[LOG 13:21:01.277] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstEvaSpace
[LOG 13:21:01.279] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstLanding
[LOG 13:21:01.281] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstOrbitCapsule
[LOG 13:21:01.283] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstOrbitCapsuleDocked
[LOG 13:21:01.286] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstPlantFlag
[LOG 13:21:01.288] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/FirstRover
[LOG 13:21:01.290] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/Landing
[LOG 13:21:01.292] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/OrbitCapsule
[LOG 13:21:01.294] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/OrbitCapsuleDocked
[LOG 13:21:01.296] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/PlantFlag
[LOG 13:21:01.298] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/Rover
[LOG 13:21:01.301] Load(Texture): Nereid/FinalFrontier/Ribbons/Loki/SphereOfInfluence
[LOG 13:21:01.302] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/Atmosphere
[LOG 13:21:01.304] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/DeepAtmosphere
[LOG 13:21:01.306] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/EvaGround
[LOG 13:21:01.308] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/EvaOrbit
[LOG 13:21:01.310] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/EvaSpace
[LOG 13:21:01.312] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstAtmosphere
[LOG 13:21:01.314] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstEvaGround
[LOG 13:21:01.316] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstEvaOrbit
[LOG 13:21:01.318] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstEvaSpace
[LOG 13:21:01.320] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstLanding
[LOG 13:21:01.323] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstOrbitCapsule
[LOG 13:21:01.325] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstOrbitCapsuleDocked
[LOG 13:21:01.327] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstPlantFlag
[LOG 13:21:01.329] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/FirstRover
[LOG 13:21:01.332] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/Landing
[LOG 13:21:01.334] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/OrbitCapsule
[LOG 13:21:01.336] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/OrbitCapsuleDocked
[LOG 13:21:01.338] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/PlantFlag
[LOG 13:21:01.340] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/Rover
[LOG 13:21:01.342] Load(Texture): Nereid/FinalFrontier/Ribbons/Minona/SphereOfInfluence
[LOG 13:21:01.344] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/Atmosphere
[LOG 13:21:01.347] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/EvaGround
[LOG 13:21:01.349] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/EvaOrbit
[LOG 13:21:01.351] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/EvaSpace
[LOG 13:21:01.353] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstAtmosphere
[LOG 13:21:01.355] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstEvaGround
[LOG 13:21:01.357] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstEvaOrbit
[LOG 13:21:01.359] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstEvaSpace
[LOG 13:21:01.362] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstLanding
[LOG 13:21:01.364] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstOrbitCapsule
[LOG 13:21:01.366] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstOrbitCapsuleDocked
[LOG 13:21:01.368] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstPlantFlag
[LOG 13:21:01.371] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/FirstRover
[LOG 13:21:01.373] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/Landing
[LOG 13:21:01.376] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/OrbitCapsule
[LOG 13:21:01.378] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/OrbitCapsuleDocked
[LOG 13:21:01.380] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/PlantFlag
[LOG 13:21:01.382] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/Rover
[LOG 13:21:01.384] Load(Texture): Nereid/FinalFrontier/Ribbons/Muse/SphereOfInfluence
[LOG 13:21:01.386] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/Atmosphere
[LOG 13:21:01.389] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/EvaGround
[LOG 13:21:01.391] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/EvaOrbit
[LOG 13:21:01.393] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/EvaSpace
[LOG 13:21:01.395] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstAtmosphere
[LOG 13:21:01.398] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaGround
[LOG 13:21:01.400] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaOrbit
[LOG 13:21:01.403] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaSpace
[LOG 13:21:01.406] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstLanding
[LOG 13:21:01.408] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstOrbitCapsule
[LOG 13:21:01.411] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstOrbitCapsuleDocked
[LOG 13:21:01.412] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstPlantFlag
[LOG 13:21:01.415] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/FirstRover
[LOG 13:21:01.417] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/Landing
[LOG 13:21:01.419] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/OrbitCapsule
[LOG 13:21:01.421] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/OrbitCapsuleDocked
[LOG 13:21:01.424] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/PlantFlag
[LOG 13:21:01.426] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/Rover
[LOG 13:21:01.428] Load(Texture): Nereid/FinalFrontier/Ribbons/Narisse/SphereOfInfluence
[LOG 13:21:01.429] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/Atmosphere
[LOG 13:21:01.431] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/EvaGround
[LOG 13:21:01.433] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/EvaOrbit
[LOG 13:21:01.435] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/EvaSpace
[LOG 13:21:01.437] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstAtmosphere
[LOG 13:21:01.440] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstEvaGround
[LOG 13:21:01.441] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstEvaOrbit
[LOG 13:21:01.443] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstEvaSpace
[LOG 13:21:01.445] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstLanding
[LOG 13:21:01.447] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstOrbitCapsule
[LOG 13:21:01.450] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstOrbitCapsuleDocked
[LOG 13:21:01.452] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstPlantFlag
[LOG 13:21:01.454] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/FirstRover
[LOG 13:21:01.457] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/Landing
[LOG 13:21:01.459] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/OrbitCapsule
[LOG 13:21:01.461] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/OrbitCapsuleDocked
[LOG 13:21:01.463] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/PlantFlag
[LOG 13:21:01.465] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/Rover
[LOG 13:21:01.467] Load(Texture): Nereid/FinalFrontier/Ribbons/Nero/SphereOfInfluence
[LOG 13:21:01.469] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/Atmosphere
[LOG 13:21:01.471] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/EvaGround
[LOG 13:21:01.473] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/EvaOrbit
[LOG 13:21:01.476] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/EvaSpace
[LOG 13:21:01.478] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstAtmosphere
[LOG 13:21:01.480] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstEvaGround
[LOG 13:21:01.482] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstEvaOrbit
[LOG 13:21:01.485] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstEvaSpace
[LOG 13:21:01.487] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstLanding
[LOG 13:21:01.489] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstOrbitCapsule
[LOG 13:21:01.492] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstOrbitCapsuleDocked
[LOG 13:21:01.494] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstPlantFlag
[LOG 13:21:01.496] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/FirstRover
[LOG 13:21:01.498] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/Landing
[LOG 13:21:01.500] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/OrbitCapsule
[LOG 13:21:01.502] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/OrbitCapsuleDocked
[LOG 13:21:01.504] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/PlantFlag
[LOG 13:21:01.506] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/Rover
[LOG 13:21:01.508] Load(Texture): Nereid/FinalFrontier/Ribbons/Niven/SphereOfInfluence
[LOG 13:21:01.510] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/Atmosphere
[LOG 13:21:01.512] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/DeepAtmosphere
[LOG 13:21:01.515] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/EvaGround
[LOG 13:21:01.517] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/EvaOrbit
[LOG 13:21:01.519] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/EvaSpace
[LOG 13:21:01.521] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstAtmosphere
[LOG 13:21:01.523] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstEvaGround
[LOG 13:21:01.526] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstEvaOrbit
[LOG 13:21:01.528] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstEvaSpace
[LOG 13:21:01.531] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstLanding
[LOG 13:21:01.533] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstOrbitCapsule
[LOG 13:21:01.536] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstOrbitCapsuleDocked
[LOG 13:21:01.538] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstPlantFlag
[LOG 13:21:01.541] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/FirstRover
[LOG 13:21:01.543] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/Landing
[LOG 13:21:01.545] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/OrbitCapsule
[LOG 13:21:01.547] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/OrbitCapsuleDocked
[LOG 13:21:01.549] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/PlantFlag
[LOG 13:21:01.551] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/Rover
[LOG 13:21:01.553] Load(Texture): Nereid/FinalFrontier/Ribbons/Otho/SphereOfInfluence
[LOG 13:21:01.555] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/Atmosphere
[LOG 13:21:01.557] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/EvaGround
[LOG 13:21:01.559] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/EvaOrbit
[LOG 13:21:01.562] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/EvaSpace
[LOG 13:21:01.564] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstAtmosphere
[LOG 13:21:01.566] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaGround
[LOG 13:21:01.568] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaOrbit
[LOG 13:21:01.570] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaSpace
[LOG 13:21:01.573] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstLanding
[LOG 13:21:01.575] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstOrbitCapsule
[LOG 13:21:01.577] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstOrbitCapsuleDocked
[LOG 13:21:01.579] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstPlantFlag
[LOG 13:21:01.581] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/FirstRover
[LOG 13:21:01.583] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/Landing
[LOG 13:21:01.586] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/OrbitCapsule
[LOG 13:21:01.588] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/OrbitCapsuleDocked
[LOG 13:21:01.590] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/PlantFlag
[LOG 13:21:01.593] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/Rover
[LOG 13:21:01.595] Load(Texture): Nereid/FinalFrontier/Ribbons/Tarsiss/SphereOfInfluence
[LOG 13:21:01.597] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/Atmosphere
[LOG 13:21:01.600] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/DeepAtmosphere
[LOG 13:21:01.602] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/EvaGround
[LOG 13:21:01.604] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/EvaOrbit
[LOG 13:21:01.606] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/EvaSpace
[LOG 13:21:01.609] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstAtmosphere
[LOG 13:21:01.611] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaGround
[LOG 13:21:01.613] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaOrbit
[LOG 13:21:01.616] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaSpace
[LOG 13:21:01.618] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstLanding
[LOG 13:21:01.620] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstOrbitCapsule
[LOG 13:21:01.622] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstOrbitCapsuleDocked
[LOG 13:21:01.624] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstPlantFlag
[LOG 13:21:01.626] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/FirstRover
[LOG 13:21:01.629] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/Landing
[LOG 13:21:01.631] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/OrbitCapsule
[LOG 13:21:01.633] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/OrbitCapsuleDocked
[LOG 13:21:01.635] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/PlantFlag
[LOG 13:21:01.637] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/Rover
[LOG 13:21:01.639] Load(Texture): Nereid/FinalFrontier/Ribbons/Tellumo/SphereOfInfluence
[LOG 13:21:01.642] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/Atmosphere
[LOG 13:21:01.644] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/EvaGround
[LOG 13:21:01.646] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/EvaOrbit
[LOG 13:21:01.648] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/EvaSpace
[LOG 13:21:01.650] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstAtmosphere
[LOG 13:21:01.653] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaGround
[LOG 13:21:01.655] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaOrbit
[LOG 13:21:01.658] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaSpace
[LOG 13:21:01.660] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstLanding
[LOG 13:21:01.662] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstOrbitCapsule
[LOG 13:21:01.664] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstOrbitCapsuleDocked
[LOG 13:21:01.666] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstPlantFlag
[LOG 13:21:01.669] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/FirstRover
[LOG 13:21:01.671] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/Landing
[LOG 13:21:01.673] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/OrbitCapsule
[LOG 13:21:01.676] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/OrbitCapsuleDocked
[LOG 13:21:01.678] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/PlantFlag
[LOG 13:21:01.680] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/Rover
[LOG 13:21:01.682] Load(Texture): Nereid/FinalFrontier/Ribbons/Thalia/SphereOfInfluence
[LOG 13:21:01.684] Load(Texture): PlanetShine/Icons/ps_disabled
[LOG 13:21:01.686] Load(Texture): PlanetShine/Icons/ps_enabled
[LOG 13:21:01.688] Load(Texture): PlanetShine/Icons/ps_toolbar
[LOG 13:21:01.690] Load(Texture): scatterer/config/Sunflares/Ciro/Ghost1
[LOG 13:21:01.742] Load(Texture): scatterer/config/Sunflares/Ciro/Ghost2
[LOG 13:21:01.777] Load(Texture): scatterer/config/Sunflares/Ciro/Ghost3
[LOG 13:21:01.804] Load(Texture): scatterer/config/Sunflares/Ciro/sunFlare
[LOG 13:21:01.924] Load(Texture): scatterer/config/Sunflares/Ciro/sunSpikes
[LOG 13:21:02.045] Load(Texture): spacetux/Agencies/spacetux
[LOG 13:21:02.053] Load(Texture): spacetux/Agencies/spacetux_sm
[LOG 13:21:02.056] Load(Texture): spacetux/Flags/spacetux_flag
[LOG 13:21:02.061] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 13:21:02.063] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 13:21:02.064] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 13:21:02.066] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 13:21:02.067] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 13:21:02.068] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 13:21:02.070] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 13:21:02.071] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 13:21:02.073] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 13:21:02.074] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 13:21:02.076] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 13:21:02.077] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 13:21:02.078] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 13:21:02.080] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 13:21:02.081] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 13:21:02.082] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 13:21:02.084] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 13:21:02.085] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 13:21:02.086] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 13:21:02.088] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 13:21:02.089] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 13:21:02.090] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 13:21:02.092] Load(Texture): Squad/Agencies/Kerlington
[LOG 13:21:02.093] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 13:21:02.094] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 13:21:02.096] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 13:21:02.097] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 13:21:02.099] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 13:21:02.100] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 13:21:02.101] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 13:21:02.103] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 13:21:02.104] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 13:21:02.106] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 13:21:02.107] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 13:21:02.108] Load(Texture): Squad/Agencies/R&D
[LOG 13:21:02.110] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 13:21:02.111] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 13:21:02.112] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 13:21:02.114] Load(Texture): Squad/Agencies/Rockomax
[LOG 13:21:02.134] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 13:21:02.136] Load(Texture): Squad/Agencies/Rokea
[LOG 13:21:02.137] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 13:21:02.139] Load(Texture): Squad/Agencies/SeansCannery
[LOG 13:21:02.141] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 13:21:02.142] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 13:21:02.144] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 13:21:02.146] Load(Texture): Squad/Agencies/StrutCo
[LOG 13:21:02.147] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 13:21:02.148] Load(Texture): Squad/Agencies/Vac-Co
[LOG 13:21:02.149] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 13:21:02.151] Load(Texture): Squad/Agencies/WinterOwl
[LOG 13:21:02.152] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 13:21:02.154] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 13:21:02.155] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 13:21:02.157] Load(Texture): Squad/Contracts/Icons/balloon
[LOG 13:21:02.158] Load(Texture): Squad/Contracts/Icons/custom
[LOG 13:21:02.159] Load(Texture): Squad/Contracts/Icons/default
[LOG 13:21:02.160] Load(Texture): Squad/Contracts/Icons/dish
[LOG 13:21:02.162] Load(Texture): Squad/Contracts/Icons/eva
[LOG 13:21:02.163] Load(Texture): Squad/Contracts/Icons/gravity
[LOG 13:21:02.164] Load(Texture): Squad/Contracts/Icons/marker
[LOG 13:21:02.166] Load(Texture): Squad/Contracts/Icons/pressure
[LOG 13:21:02.167] Load(Texture): Squad/Contracts/Icons/report
[LOG 13:21:02.168] Load(Texture): Squad/Contracts/Icons/sample
[LOG 13:21:02.169] Load(Texture): Squad/Contracts/Icons/seismic
[LOG 13:21:02.170] Load(Texture): Squad/Contracts/Icons/thermometer
[LOG 13:21:02.172] Load(Texture): Squad/Contracts/Icons/vessel
[LOG 13:21:02.173] Load(Texture): Squad/Flags/09
[LOG 13:21:02.177] Load(Texture): Squad/Flags/blorbs
[LOG 13:21:02.180] Load(Texture): Squad/Flags/bullseye
[LOG 13:21:02.183] Load(Texture): Squad/Flags/capsule
[LOG 13:21:02.185] Load(Texture): Squad/Flags/circles
[LOG 13:21:02.189] Load(Texture): Squad/Flags/default
[LOG 13:21:02.192] Load(Texture): Squad/Flags/esa_dark_blue
[LOG 13:21:02.196] Load(Texture): Squad/Flags/hexagon
[LOG 13:21:02.198] Load(Texture): Squad/Flags/hexagonCircles
[LOG 13:21:02.202] Load(Texture): Squad/Flags/kerbal1
[LOG 13:21:02.204] Load(Texture): Squad/Flags/kerbal2
[LOG 13:21:02.207] Load(Texture): Squad/Flags/kerbin
[LOG 13:21:02.211] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 13:21:02.214] Load(Texture): Squad/Flags/line
[LOG 13:21:02.217] Load(Texture): Squad/Flags/minimalistic
[LOG 13:21:02.221] Load(Texture): Squad/Flags/NASA
[LOG 13:21:02.225] Load(Texture): Squad/Flags/orbit
[LOG 13:21:02.228] Load(Texture): Squad/Flags/orbs
[LOG 13:21:02.231] Load(Texture): Squad/Flags/retro
[LOG 13:21:02.234] Load(Texture): Squad/Flags/rings
[LOG 13:21:02.238] Load(Texture): Squad/Flags/rocketScience
[LOG 13:21:02.241] Load(Texture): Squad/Flags/satellite
[LOG 13:21:02.244] Load(Texture): Squad/Flags/spheres
[LOG 13:21:02.248] Load(Texture): Squad/Flags/squadLogo
[LOG 13:21:02.251] Load(Texture): Squad/Flags/squadLogo2
[LOG 13:21:02.254] Load(Texture): Squad/Flags/stripes
[LOG 13:21:02.257] Load(Texture): Squad/Flags/trees
[LOG 13:21:02.260] Load(Texture): Squad/Flags/trippy
[LOG 13:21:02.264] Load(Texture): Squad/Flags/uk_space_agency
[LOG 13:21:02.268] Load(Texture): Squad/FX/DiamondBlue
[LOG 13:21:02.269] Load(Texture): Squad/FX/FlameBlueOrange
[LOG 13:21:02.270] Load(Texture): Squad/FX/FlamePurple
[LOG 13:21:02.272] Load(Texture): Squad/FX/FlameRed
[LOG 13:21:02.273] Load(Texture): Squad/FX/FlameRedOrange
[LOG 13:21:02.274] Load(Texture): Squad/FX/Monoprop
[LOG 13:21:02.275] Load(Texture): Squad/FX/plasma2
[LOG 13:21:02.276] Load(Texture): Squad/FX/rocketplume2
[LOG 13:21:02.278] Load(Texture): Squad/FX/shockDiamond2
[LOG 13:21:02.279] Load(Texture): Squad/FX/smokepuff1
[LOG 13:21:02.280] Load(Texture): Squad/PartList/SimpleIcons/cs_main
[LOG 13:21:02.282] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2
[LOG 13:21:02.284] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3
[LOG 13:21:02.286] Load(Texture): Squad/PartList/SimpleIcons/cs_size0
[LOG 13:21:02.288] Load(Texture): Squad/PartList/SimpleIcons/cs_size1
[LOG 13:21:02.290] Load(Texture): Squad/PartList/SimpleIcons/cs_size2
[LOG 13:21:02.292] Load(Texture): Squad/PartList/SimpleIcons/cs_size3
[LOG 13:21:02.294] Load(Texture): Squad/PartList/SimpleIcons/cs_surface
[LOG 13:21:02.296] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant
[LOG 13:21:02.298] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore
[LOG 13:21:02.300] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer
[LOG 13:21:02.302] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel
[LOG 13:21:02.305] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas
[LOG 13:21:02.307] Load(Texture): Squad/PartList/SimpleIcons/number1
[LOG 13:21:02.309] Load(Texture): Squad/PartList/SimpleIcons/number2
[LOG 13:21:02.311] Load(Texture): Squad/PartList/SimpleIcons/number3
[LOG 13:21:02.313] Load(Texture): Squad/PartList/SimpleIcons/number4
[LOG 13:21:02.315] Load(Texture): Squad/PartList/SimpleIcons/number5
[LOG 13:21:02.318] Load(Texture): Squad/PartList/SimpleIcons/number6
[LOG 13:21:02.320] Load(Texture): Squad/PartList/SimpleIcons/number7
[LOG 13:21:02.322] Load(Texture): Squad/PartList/SimpleIcons/number8
[LOG 13:21:02.324] Load(Texture): Squad/PartList/SimpleIcons/number9
[LOG 13:21:02.326] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics
[LOG 13:21:02.328] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors
[LOG 13:21:02.330] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction
[LOG 13:21:02.332] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics
[LOG 13:21:02.334] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration
[LOG 13:21:02.336] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol
[LOG 13:21:02.338] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding
[LOG 13:21:02.340] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks
[LOG 13:21:02.343] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry
[LOG 13:21:02.345] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech
[LOG 13:21:02.347] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned
[LOG 13:21:02.348] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems
[LOG 13:21:02.351] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech
[LOG 13:21:02.353] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation
[LOG 13:21:02.355] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes
[LOG 13:21:02.357] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry
[LOG 13:21:02.360] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites
[LOG 13:21:02.362] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics
[LOG 13:21:02.363] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics
[LOG 13:21:02.365] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech
[LOG 13:21:02.368] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics
[LOG 13:21:02.370] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics
[LOG 13:21:02.373] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors
[LOG 13:21:02.375] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry
[LOG 13:21:02.377] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience
[LOG 13:21:02.379] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience
[LOG 13:21:02.382] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol
[LOG 13:21:02.383] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems
[LOG 13:21:02.385] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction
[LOG 13:21:02.387] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry
[LOG 13:21:02.389] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic
[LOG 13:21:02.391] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry
[LOG 13:21:02.393] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics
[LOG 13:21:02.395] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry
[LOG 13:21:02.397] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight
[LOG 13:21:02.399] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion
[LOG 13:21:02.401] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight
[LOG 13:21:02.403] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion
[LOG 13:21:02.405] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing
[LOG 13:21:02.407] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol
[LOG 13:21:02.409] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics
[LOG 13:21:02.412] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes
[LOG 13:21:02.413] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials
[LOG 13:21:02.416] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing
[LOG 13:21:02.418] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion
[LOG 13:21:02.420] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering
[LOG 13:21:02.422] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics
[LOG 13:21:02.425] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech
[LOG 13:21:02.427] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction
[LOG 13:21:02.429] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol
[LOG 13:21:02.430] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics
[LOG 13:21:02.433] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability
[LOG 13:21:02.435] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start
[LOG 13:21:02.437] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight
[LOG 13:21:02.439] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability
[LOG 13:21:02.441] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech
[LOG 13:21:02.443] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry
[LOG 13:21:02.445] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2
[LOG 13:21:02.447] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules
[LOG 13:21:02.449] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced
[LOG 13:21:02.451] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance
[LOG 13:21:02.453] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment
[LOG 13:21:02.455] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization
[LOG 13:21:02.458] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision
[LOG 13:21:02.460] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems
[LOG 13:21:02.461] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope
[LOG 13:21:02.464] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone
[LOG 13:21:02.465] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake
[LOG 13:21:02.467] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 13:21:02.468] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings
[LOG 13:21:02.479] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins
[LOG 13:21:02.483] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin
[LOG 13:21:02.484] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes
[LOG 13:21:02.486] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat
[LOG 13:21:02.487] Load(Texture): Squad/Parts/Aero/cones/Cones
[LOG 13:21:02.489] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat
[LOG 13:21:02.490] Load(Texture): Squad/Parts/Aero/fairings/AutoTruss
[LOG 13:21:02.492] Load(Texture): Squad/Parts/Aero/fairings/FairingBase
[LOG 13:21:02.493] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff
[LOG 13:21:02.495] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing
[LOG 13:21:02.497] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield
[LOG 13:21:02.498] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 13:21:02.502] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShieldFairing
[LOG 13:21:02.520] Load(Texture): Squad/Parts/Aero/InflatableHeatShield/HeatShield_NRM
[LOG 13:21:02.524] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long
[LOG 13:21:02.526] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 13:21:02.527] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 13:21:02.529] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 13:21:02.531] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat
[LOG 13:21:02.532] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings
[LOG 13:21:02.543] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 13:21:02.545] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 13:21:02.546] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 13:21:02.548] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 13:21:02.550] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 13:21:02.551] Load(Texture): Squad/Parts/Aero/wings/Wings
[LOG 13:21:02.555] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 13:21:02.556] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 13:21:02.558] Load(Texture): Squad/Parts/Command/cupola/cupola_Emissive
[LOG 13:21:02.560] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 13:21:02.564] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 13:21:02.583] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 13:21:02.585] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 13:21:02.589] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 13:21:02.592] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_Illum
[LOG 13:21:02.594] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 13:21:02.598] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 13:21:02.599] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 13:21:02.601] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 13:21:02.603] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 13:21:02.604] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 13:21:02.606] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 13:21:02.607] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 13:21:02.609] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 13:21:02.612] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 13:21:02.615] Load(Texture): Squad/Parts/Command/Mk1-2Pod/Mk1-2_illum
[LOG 13:21:02.617] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 13:21:02.619] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 13:21:02.620] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW
[LOG 13:21:02.622] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
[LOG 13:21:02.626] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 13:21:02.630] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 13:21:02.632] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_psd_illum
[LOG 13:21:02.633] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 13:21:02.635] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 13:21:02.636] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 13:21:02.638] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 13:21:02.639] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 13:21:02.641] Load(Texture): Squad/Parts/Command/mk1pod/window_illum
[LOG 13:21:02.642] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_A
[LOG 13:21:02.647] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_Emissive
[LOG 13:21:02.665] Load(Texture): Squad/Parts/Command/mk2CockpitInline/Cockpit_inline_normal
[LOG 13:21:02.669] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit
[LOG 13:21:02.677] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum
[LOG 13:21:02.680] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM
[LOG 13:21:02.687] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore
[LOG 13:21:02.688] Load(Texture): Squad/Parts/Command/mk2LanderCan/Illum
[LOG 13:21:02.690] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 13:21:02.692] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 13:21:02.696] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 13:21:02.698] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 13:21:02.699] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle
[LOG 13:21:02.703] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM
[LOG 13:21:02.705] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 13:21:02.706] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 13:21:02.708] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 13:21:02.712] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 13:21:02.714] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 13:21:02.716] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 13:21:02.718] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 13:21:02.719] Load(Texture): Squad/Parts/Command/probeRoverBody/model000
[LOG 13:21:02.721] Load(Texture): Squad/Parts/Command/probeRoverBody/model001
[LOG 13:21:02.722] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 13:21:02.743] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 13:21:02.746] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 13:21:02.750] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 13:21:02.754] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 13:21:02.756] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 13:21:02.757] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000
[LOG 13:21:02.759] Load(Texture): Squad/Parts/CompoundParts/strutConnector/EAS-4 Strut Connector
[LOG 13:21:02.760] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 13:21:02.762] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 13:21:02.764] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 13:21:02.765] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 13:21:02.767] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 13:21:02.768] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 13:21:02.770] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000
[LOG 13:21:02.771] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001
[LOG 13:21:02.773] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002
[LOG 13:21:02.775] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000
[LOG 13:21:02.776] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001
[LOG 13:21:02.778] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002
[LOG 13:21:02.780] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/panel
[LOG 13:21:02.781] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 13:21:02.783] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 13:21:02.784] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 13:21:02.786] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 13:21:02.787] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 13:21:02.789] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 13:21:02.791] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 13:21:02.792] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 13:21:02.794] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 13:21:02.796] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 13:21:02.798] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines
[LOG 13:21:02.801] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat
[LOG 13:21:02.803] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 13:21:02.805] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 13:21:02.807] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 13:21:02.809] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 13:21:02.811] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 13:21:02.813] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike
[LOG 13:21:02.814] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat
[LOG 13:21:02.816] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/alternatebracket
[LOG 13:21:02.817] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/engine
[LOG 13:21:02.818] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 13:21:02.820] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 13:21:02.821] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 13:21:02.823] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 13:21:02.825] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 13:21:02.843] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 13:21:02.845] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 13:21:02.847] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 13:21:02.849] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 13:21:02.851] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 13:21:02.852] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 13:21:02.854] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 13:21:02.856] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 13:21:02.857] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 13:21:02.859] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 13:21:02.860] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 13:21:02.862] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 13:21:02.864] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 13:21:02.865] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 13:21:02.867] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 13:21:02.869] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 13:21:02.870] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 13:21:02.872] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat
[LOG 13:21:02.873] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 13:21:02.875] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 13:21:02.876] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 13:21:02.878] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 13:21:02.880] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 13:21:02.882] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 13:21:02.884] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 13:21:02.887] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 13:21:02.890] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 13:21:02.893] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 13:21:02.895] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW
[LOG 13:21:02.896] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM
[LOG 13:21:02.897] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm
[LOG 13:21:02.900] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em
[LOG 13:21:02.901] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm
[LOG 13:21:02.904] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet
[LOG 13:21:02.905] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 13:21:02.907] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 13:21:02.909] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 13:21:02.910] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive
[LOG 13:21:02.912] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm
[LOG 13:21:02.915] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm
[LOG 13:21:02.919] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 13:21:02.939] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 13:21:02.943] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 13:21:02.945] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 13:21:02.947] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit
[LOG 13:21:02.948] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm
[LOG 13:21:02.952] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm
[LOG 13:21:02.955] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 13:21:02.957] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 13:21:02.959] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 13:21:02.961] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 13:21:02.964] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 13:21:02.966] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 13:21:02.968] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5
[LOG 13:21:02.969] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM
[LOG 13:21:02.971] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 13:21:02.973] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 13:21:02.974] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters
[LOG 13:21:02.980] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 13:21:02.982] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 13:21:02.985] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 13:21:02.986] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 13:21:02.988] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank
[LOG 13:21:02.990] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/tank_n
[LOG 13:21:02.993] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 13:21:02.996] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 13:21:03.023] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 13:21:03.025] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 13:21:03.027] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 13:21:03.030] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 13:21:03.032] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 13:21:03.035] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 13:21:03.036] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 13:21:03.038] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 13:21:03.040] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 13:21:03.042] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 13:21:03.045] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 13:21:03.047] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 13:21:03.051] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 13:21:03.053] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 13:21:03.054] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m
[LOG 13:21:03.058] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage
[LOG 13:21:03.062] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort
[LOG 13:21:03.066] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage
[LOG 13:21:03.072] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM
[LOG 13:21:03.074] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 13:21:03.093] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 13:21:03.095] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 13:21:03.097] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 13:21:03.098] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 13:21:03.100] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 13:21:03.102] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 13:21:03.103] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 13:21:03.105] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm
[LOG 13:21:03.109] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 13:21:03.111] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 13:21:03.112] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank
[LOG 13:21:03.114] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 13:21:03.116] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat
[LOG 13:21:03.118] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_glow
[LOG 13:21:03.120] Load(Texture): Squad/Parts/Misc/AsteroidDay/CamSat_N_NRM
[LOG 13:21:03.123] Load(Texture): Squad/Parts/Misc/AsteroidDay/default
[LOG 13:21:03.125] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe
[LOG 13:21:03.127] Load(Texture): Squad/Parts/Misc/AsteroidDay/JumboHexProbe_NORM_NRM
[LOG 13:21:03.128] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp
[LOG 13:21:03.130] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack
[LOG 13:21:03.131] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell
[LOG 13:21:03.133] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large
[LOG 13:21:03.135] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff
[LOG 13:21:03.138] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm
[LOG 13:21:03.142] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle
[LOG 13:21:03.143] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff
[LOG 13:21:03.147] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_PSD
[LOG 13:21:03.151] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff
[LOG 13:21:03.153] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector
[LOG 13:21:03.172] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle
[LOG 13:21:03.173] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 13:21:03.175] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2
[LOG 13:21:03.177] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff
[LOG 13:21:03.181] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal
[LOG 13:21:03.185] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff
[LOG 13:21:03.188] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish
[LOG 13:21:03.191] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n
[LOG 13:21:03.194] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff
[LOG 13:21:03.197] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 13:21:03.200] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 13:21:03.205] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab_glow
[LOG 13:21:03.211] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 13:21:03.213] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 13:21:03.216] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 13:21:03.234] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 13:21:03.236] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 13:21:03.238] Load(Texture): Squad/Parts/Science/ScienceBox/Container
[LOG 13:21:03.240] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000
[LOG 13:21:03.241] Load(Texture): Squad/Parts/Science/sensorBarometer/model000
[LOG 13:21:03.242] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000
[LOG 13:21:03.244] Load(Texture): Squad/Parts/Science/sensorThermometer/model000
[LOG 13:21:03.245] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 13:21:03.248] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 13:21:03.250] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 13:21:03.253] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 13:21:03.254] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 13:21:03.257] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural
[LOG 13:21:03.261] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat
[LOG 13:21:03.264] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 13:21:03.268] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 13:21:03.272] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 13:21:03.275] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 13:21:03.279] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 13:21:03.281] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 13:21:03.283] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 13:21:03.284] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 13:21:03.286] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 13:21:03.288] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 13:21:03.289] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 13:21:03.290] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 13:21:03.292] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 13:21:03.294] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 13:21:03.295] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons
[LOG 13:21:03.313] Load(Texture): Squad/Parts/Structural/strutCubicOcto/cubestrut
[LOG 13:21:03.315] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 13:21:03.316] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 13:21:03.318] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 13:21:03.319] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 13:21:03.322] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 13:21:03.324] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator
[LOG 13:21:03.327] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM
[LOG 13:21:03.333] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel
[LOG 13:21:03.335] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM
[LOG 13:21:03.339] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 13:21:03.341] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 13:21:03.343] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 13:21:03.345] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 13:21:03.348] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 13:21:03.350] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 13:21:03.351] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 13:21:03.353] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 13:21:03.354] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 13:21:03.356] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 13:21:03.357] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 13:21:03.359] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 13:21:03.361] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 13:21:03.362] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 13:21:03.364] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 13:21:03.366] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 13:21:03.367] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 13:21:03.369] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 13:21:03.370] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 13:21:03.372] Load(Texture): Squad/Parts/Utility/DirectAntennas/MiniAntenna
[LOG 13:21:03.373] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 13:21:03.375] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 13:21:03.377] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 13:21:03.379] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 13:21:03.381] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 13:21:03.382] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 13:21:03.384] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 13:21:03.385] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 13:21:03.387] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 13:21:03.389] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 13:21:03.390] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 13:21:03.394] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 13:21:03.414] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse
[LOG 13:21:03.416] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window
[LOG 13:21:03.417] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 13:21:03.419] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 13:21:03.421] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 13:21:03.425] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 13:21:03.427] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 13:21:03.431] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 13:21:03.435] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 13:21:03.437] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 13:21:03.438] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 13:21:03.440] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 13:21:03.441] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 13:21:03.443] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 13:21:03.445] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 13:21:03.446] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 13:21:03.447] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse
[LOG 13:21:03.451] Load(Texture): Squad/Parts/Utility/linearRCS/rcs
[LOG 13:21:03.452] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay
[LOG 13:21:03.456] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin
[LOG 13:21:03.459] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM
[LOG 13:21:03.460] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort
[LOG 13:21:03.464] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay
[LOG 13:21:03.468] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 13:21:03.485] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 13:21:03.487] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000
[LOG 13:21:03.489] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001
[LOG 13:21:03.491] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 13:21:03.492] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 13:21:03.494] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 13:21:03.495] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 13:21:03.497] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 13:21:03.498] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 13:21:03.500] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 13:21:03.502] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 13:21:03.503] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/rcs
[LOG 13:21:03.505] Load(Texture): Squad/Parts/Utility/RelayAntennas/DishAntenna
[LOG 13:21:03.507] Load(Texture): Squad/Parts/Utility/RelayAntennas/MiniAntenna
[LOG 13:21:03.509] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay
[LOG 13:21:03.510] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM
[LOG 13:21:03.512] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1
[LOG 13:21:03.514] Load(Texture): Squad/Parts/Utility/spotLightMk1/light1_em
[LOG 13:21:03.515] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2
[LOG 13:21:03.517] Load(Texture): Squad/Parts/Utility/spotLightMk2/light2_em
[LOG 13:21:03.518] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 13:21:03.519] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 13:21:03.522] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 13:21:03.523] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare
[LOG 13:21:03.525] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear
[LOG 13:21:03.528] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear_Emissive
[LOG 13:21:03.530] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 13:21:03.531] Load(Texture): Squad/Parts/Wheel/roverWheelM1/roverwheel1
[LOG 13:21:03.545] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 13:21:03.546] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 13:21:03.548] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2
[LOG 13:21:03.553] Load(Texture): Squad/Parts/Wheel/roverWheelS2/roverwheel2_n
[LOG 13:21:03.566] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff
[LOG 13:21:03.622] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_normal
[LOG 13:21:03.673] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_diff
[LOG 13:21:03.725] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_wheel_normal
[LOG 13:21:03.776] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 13:21:03.782] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 13:21:03.804] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 13:21:03.810] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 13:21:03.816] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 13:21:03.822] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 13:21:03.827] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 13:21:03.831] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 13:21:03.835] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount
[LOG 13:21:03.889] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/mount_n
[LOG 13:21:03.899] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel
[LOG 13:21:03.908] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/wheel_n
[LOG 13:21:03.916] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 13:21:03.920] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 13:21:03.924] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 13:21:03.928] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 13:21:03.932] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 13:21:03.936] Load(Texture): Squad/Props/buttonsGeneric/ButtonsAndSwitches
[LOG 13:21:03.940] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 13:21:03.945] Load(Texture): Squad/Props/circularButton/model000
[LOG 13:21:03.949] Load(Texture): Squad/Props/Compass/model000
[LOG 13:21:03.953] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 13:21:03.957] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 13:21:03.961] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 13:21:03.965] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 13:21:03.969] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 13:21:03.973] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 13:21:03.977] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow
[LOG 13:21:03.981] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 13:21:03.984] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 13:21:03.988] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 13:21:03.992] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 13:21:03.996] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 13:21:04.000] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 13:21:04.004] Load(Texture): Squad/Props/Monitor/Emissives
[LOG 13:21:04.008] Load(Texture): Squad/Props/Monitor/Emissives_glow
[LOG 13:21:04.012] Load(Texture): Squad/Props/Monitor/Monitor
[LOG 13:21:04.016] Load(Texture): Squad/Props/NavBall/model000
[LOG 13:21:04.020] Load(Texture): Squad/Props/NavBall/model001
[LOG 13:21:04.024] Load(Texture): Squad/Props/NavBall/model002
[LOG 13:21:04.028] Load(Texture): Squad/Props/NavBall/model003
[LOG 13:21:04.032] Load(Texture): Squad/Props/PropsGeneric/propsGeneric
[LOG 13:21:04.038] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 13:21:04.042] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 13:21:04.046] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 13:21:04.051] Load(Texture): Squad/Props/squareButton/model000
[LOG 13:21:04.055] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 13:21:04.060] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 13:21:04.064] Load(Texture): Squad/Props/switch/model000
[LOG 13:21:04.068] Load(Texture): Squad/Props/switchGuard/model000
[LOG 13:21:04.072] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 13:21:04.075] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 13:21:04.079] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 13:21:04.083] Load(Texture): Squad/Props/throttle/model000
[LOG 13:21:04.087] Load(Texture): Squad/Props/throttle/model001
[LOG 13:21:04.093] Load(Texture): Squad/Props/VSI/model000
[LOG 13:21:04.097] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 13:21:04.101] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 13:21:04.109] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 13:21:04.130] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 13:21:04.136] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 13:21:04.140] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 13:21:04.146] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 13:21:04.159] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 13:21:04.174] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 13:21:04.181] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 13:21:04.186] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 13:21:04.208] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 13:21:04.215] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 13:21:04.220] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 13:21:04.227] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 13:21:04.232] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 13:21:04.239] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 13:21:04.244] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 13:21:04.248] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 13:21:04.255] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 13:21:04.261] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 13:21:04.267] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 13:21:04.273] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 13:21:04.278] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 13:21:04.284] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 13:21:04.290] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 13:21:04.312] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 13:21:04.318] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 13:21:04.327] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 13:21:04.333] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 13:21:04.337] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 13:21:04.343] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 13:21:04.347] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 13:21:04.362] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 13:21:04.375] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 13:21:04.397] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 13:21:04.403] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass
[LOG 13:21:04.407] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int
[LOG 13:21:04.421] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM
[LOG 13:21:04.425] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap
[LOG 13:21:04.429] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric
[LOG 13:21:04.433] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM
[LOG 13:21:04.437] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric
[LOG 13:21:04.440] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM
[LOG 13:21:04.444] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP
[LOG 13:21:04.450] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows
[LOG 13:21:04.454] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy
[LOG 13:21:04.460] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric
[LOG 13:21:04.464] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM
[LOG 13:21:04.468] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 13:21:04.472] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 13:21:04.478] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 13:21:04.484] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 13:21:04.490] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 13:21:04.512] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 13:21:04.521] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 13:21:04.525] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 13:21:04.531] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 13:21:04.535] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA
[LOG 13:21:04.539] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 13:21:04.544] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat
[LOG 13:21:04.548] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows
[LOG 13:21:04.552] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA
[LOG 13:21:04.556] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass
[LOG 13:21:04.560] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA
[LOG 13:21:04.565] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat
[LOG 13:21:04.569] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric
[LOG 13:21:04.575] Load(Texture): Squad/Spaces/mk2InlineInternal/CockpitGeneric_NRM
[LOG 13:21:04.581] Load(Texture): Squad/Spaces/mk2InlineInternal/Mk2InlineLightmap
[LOG 13:21:04.587] Load(Texture): Squad/Spaces/mk2InlineInternal/propsGeneric
[LOG 13:21:04.593] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass
[LOG 13:21:04.597] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA
[LOG 13:21:04.602] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass
[LOG 13:21:04.606] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC
[LOG 13:21:04.610] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA
[LOG 13:21:04.615] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 13:21:04.621] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n
[LOG 13:21:04.625] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat
[LOG 13:21:04.646] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 13:21:04.650] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 13:21:04.656] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 13:21:04.662] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 13:21:04.668] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 13:21:04.674] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 13:21:04.680] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 13:21:04.686] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 13:21:04.691] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 13:21:04.697] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric
[LOG 13:21:04.703] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM
[LOG 13:21:04.709] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 13:21:04.714] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 13:21:04.719] Load(Texture): Squad/Strategies/Icons/BailOutGrant
[LOG 13:21:04.723] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 13:21:04.728] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative
[LOG 13:21:04.733] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 13:21:04.738] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 13:21:04.743] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 13:21:04.748] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 13:21:04.753] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 13:21:04.758] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 13:21:04.763] Load(Texture): Squad/Tutorials/ChuteColors
[LOG 13:21:04.768] Load(Texture): Squad/Tutorials/EditorCoM
[LOG 13:21:04.773] Load(Texture): Squad/Tutorials/EditorSnap
[LOG 13:21:04.778] Load(Texture): Squad/Tutorials/EditorSnap4x
[LOG 13:21:04.784] Load(Texture): Squad/Tutorials/EditorSymm
[LOG 13:21:04.788] Load(Texture): Squad/Tutorials/StagingStack
[LOG 13:21:04.793] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/Aurora
[LOG 13:21:04.832] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/AuroraDetail
[LOG 13:21:04.838] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/Cirrus
[LOG 13:21:04.864] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/detail1
[LOG 13:21:04.870] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/detailCirrus
[LOG 13:21:04.875] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/detailCumulus
[LOG 13:21:04.901] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/DetailLow
[LOG 13:21:04.946] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/DetailStorm
[LOG 13:21:04.984] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/duststorms
[LOG 13:21:05.005] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/eve1
[LOG 13:21:05.097] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/gauss_bands1
[LOG 13:21:05.134] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/gauss_bands2
[LOG 13:21:05.156] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/geyser
[LOG 13:21:05.177] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/geyserdetail
[LOG 13:21:05.181] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/hadrianClouds00
[LOG 13:21:05.203] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/kerbin1
[LOG 13:21:05.305] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/kerbin2
[LOG 13:21:05.313] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/Mars2
[LOG 13:21:05.335] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/nero_rings1
[LOG 13:21:05.373] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/nero_rings2
[LOG 13:21:05.395] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/otho_bands1
[LOG 13:21:05.417] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/otho_bands2
[LOG 13:21:05.456] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/snowstorm
[LOG 13:21:05.464] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/snowstorms
[LOG 13:21:05.469] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/Storm
[LOG 13:21:05.491] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/uvnoise1
[LOG 13:21:05.495] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/particle/particle_NRM
[LOG 13:21:05.499] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/particle/rgb
[LOG 13:21:05.503] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/particle/rgb3
[LOG 13:21:05.508] Load(Texture): StockVisualEnhancements/EVE/Atmosphere/Textures/particle/snow
[LOG 13:21:05.521] Load(Texture): TextureReplacer/Default/EVAhelmet
[LOG 13:21:05.610] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/EVAhelmet [1024x1024 DXT5 -> DXT1]
[LOG 13:21:05.613] Load(Texture): TextureReplacer/Default/EVAjetpack
[LOG 13:21:05.773] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/EVAjetpack [1024x1024 DXT5 -> DXT1]
[LOG 13:21:05.775] Load(Texture): TextureReplacer/Default/EVAjetpackNRM
[LOG 13:21:05.947] Load(Texture): TextureReplacer/Default/EVAtexture
[LOG 13:21:06.014] Load(Texture): TextureReplacer/Default/EVAtextureNRM
[LOG 13:21:06.101] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/EVAtexture [1024x1024 DXT5 -> DXT1]
[LOG 13:21:06.265] Load(Texture): TextureReplacer/Default/EVAvisor
[LOG 13:21:06.272] Load(Texture): TextureReplacer/Default/kerbalHead
[LOG 13:21:06.277] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/EVAvisor [256x256 DXT5 -> DXT5]
[LOG 13:21:06.420] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/kerbalHead [1024x1024 DXT5 -> DXT1]
[LOG 13:21:06.422] Load(Texture): TextureReplacer/Default/kerbalHelmetGrey
[LOG 13:21:06.455] Load(Texture): TextureReplacer/Default/kerbalHelmetNRM
[LOG 13:21:06.511] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/kerbalHelmetGrey [1024x1024 DXT5 -> DXT1]
[LOG 13:21:06.668] Load(Texture): TextureReplacer/Default/kerbalMainGrey
[LOG 13:21:06.734] Load(Texture): TextureReplacer/Default/kerbalMainNRM
[LOG 13:21:06.817] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/kerbalMainGrey [1024x1024 DXT5 -> DXT1]
[LOG 13:21:06.984] Load(Texture): TextureReplacer/Default/kerbalVisor
[LOG 13:21:06.990] Load(Texture): TextureReplacer/Heads/BILL
[LOG 13:21:06.995] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Default/kerbalVisor [256x256 DXT5 -> DXT5]
[LOG 13:21:07.053] Load(Texture): TextureReplacer/Heads/BOB
[LOG 13:21:07.140] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/BILL [1024x1024 DXT5 -> DXT1]
[LOG 13:21:07.198] Load(Texture): TextureReplacer/Heads/f1
[LOG 13:21:07.284] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/BOB [1024x1024 DXT5 -> DXT1]
[LOG 13:21:07.309] Load(Texture): TextureReplacer/Heads/f2
[LOG 13:21:07.340] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/f1 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.374] Load(Texture): TextureReplacer/Heads/f3
[LOG 13:21:07.417] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/f2 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.442] Load(Texture): TextureReplacer/Heads/Head11
[LOG 13:21:07.475] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/f3 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.569] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/Head11 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.573] Load(Texture): TextureReplacer/Heads/Head14
[LOG 13:21:07.666] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/Head14 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.670] Load(Texture): TextureReplacer/Heads/Head4
[LOG 13:21:07.766] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/Head4 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.770] Load(Texture): TextureReplacer/Heads/Head6
[LOG 13:21:07.881] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/Head6 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.886] Load(Texture): TextureReplacer/Heads/Head8
[LOG 13:21:07.980] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/Head8 [1024x1024 DXT1 -> DXT1]
[LOG 13:21:07.984] Load(Texture): TextureReplacer/Heads/JEB
[LOG 13:21:08.128] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/JEB [1024x1024 DXT5 -> DXT1]
[LOG 13:21:08.131] Load(Texture): TextureReplacer/Heads/kerbalHead0
[LOG 13:21:08.274] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/kerbalHead0 [1024x1024 DXT5 -> DXT1]
[LOG 13:21:08.277] Load(Texture): TextureReplacer/Heads/kerbalHead1
[LOG 13:21:08.422] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/kerbalHead1 [1024x1024 DXT5 -> DXT1]
[LOG 13:21:08.425] Load(Texture): TextureReplacer/Heads/VAL
[LOG 13:21:08.505] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Heads/VAL [1024x1024 DXT1 -> DXT1]
[LOG 13:21:08.509] Load(Texture): TextureReplacer/Plugins/AppIcon
[LOG 13:21:08.513] Load(Texture): TextureReplacer/Suits/Blue/EVAtexture
[LOG 13:21:08.667] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Suits/Blue/EVAtexture [1024x1024 DXT5 -> DXT1]
[LOG 13:21:08.670] Load(Texture): TextureReplacer/Suits/Blue/kerbalMainGrey
[LOG 13:21:08.819] [TR.Loader] Generated mipmaps & compressed TextureReplacer/Suits/Blue/kerbalMainGrey [1024x1024 DXT5 -> DXT1]
[LOG 13:21:08.822] Load(Texture): WaypointManager/icons/addWaypoint
[LOG 13:21:08.826] Load(Texture): WaypointManager/icons/close
[LOG 13:21:08.831] Load(Texture): WaypointManager/icons/deleteWaypoint
[LOG 13:21:08.835] Load(Texture): WaypointManager/icons/editWaypoint
[LOG 13:21:08.840] Load(Texture): WaypointManager/icons/settings
[LOG 13:21:08.845] Load(Texture): WaypointManager/icons/toolbar
[LOG 13:21:08.849] Load(Texture): WaypointManager/icons/toolbarSmall
[LOG 13:21:08.854] Load(Texture): WaypointManager/icons/Galilean/Argo
[LOG 13:21:08.858] Load(Texture): WaypointManager/icons/Galilean/Augustus
[LOG 13:21:08.863] Load(Texture): WaypointManager/icons/Galilean/Catullus
[LOG 13:21:08.868] Load(Texture): WaypointManager/icons/Galilean/Ceti
[LOG 13:21:08.872] Load(Texture): WaypointManager/icons/Galilean/Eta
[LOG 13:21:08.877] Load(Texture): WaypointManager/icons/Galilean/Gael
[LOG 13:21:08.881] Load(Texture): WaypointManager/icons/Galilean/Gauss
[LOG 13:21:08.886] Load(Texture): WaypointManager/icons/Galilean/Geminus
[LOG 13:21:08.891] Load(Texture): WaypointManager/icons/Galilean/Gratian
[LOG 13:21:08.895] Load(Texture): WaypointManager/icons/Galilean/Hadrian
[LOG 13:21:08.900] Load(Texture): WaypointManager/icons/Galilean/Hephaestus
[LOG 13:21:08.905] Load(Texture): WaypointManager/icons/Galilean/Hox
[LOG 13:21:08.910] Load(Texture): WaypointManager/icons/Galilean/Icarus
[LOG 13:21:08.915] Load(Texture): WaypointManager/icons/Galilean/Iota
[LOG 13:21:08.921] Load(Texture): WaypointManager/icons/Galilean/Jannah
[LOG 13:21:08.926] Load(Texture): WaypointManager/icons/Galilean/Leto
[LOG 13:21:08.931] Load(Texture): WaypointManager/icons/Galilean/Lili
[LOG 13:21:08.936] Load(Texture): WaypointManager/icons/Galilean/Loki
[LOG 13:21:08.942] Load(Texture): WaypointManager/icons/Galilean/Minona
[LOG 13:21:08.947] Load(Texture): WaypointManager/icons/Galilean/Muse
[LOG 13:21:08.952] Load(Texture): WaypointManager/icons/Galilean/Narisse
[LOG 13:21:08.956] Load(Texture): WaypointManager/icons/Galilean/Nero
[LOG 13:21:08.962] Load(Texture): WaypointManager/icons/Galilean/Niven
[LOG 13:21:08.967] Load(Texture): WaypointManager/icons/Galilean/Otho
[LOG 13:21:08.971] Load(Texture): WaypointManager/icons/Galilean/Tarsiss
[LOG 13:21:08.976] Load(Texture): WaypointManager/icons/Galilean/Tellumo
[LOG 13:21:08.981] Load(Texture): WaypointManager/icons/Galilean/Thalia
[LOG 13:21:08.985] Load(Texture): WaypointManager/icons/Special/nyan
[LOG 13:21:08.988] Load(Model): DistantObject/Flare/model
[LOG 13:21:08.997] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/aimpoint
[LOG 13:21:08.999] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/displacement
[LOG 13:21:09.001] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/fixed1500
[LOG 13:21:09.002] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/fixed500
[LOG 13:21:09.004] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/kourse00
[LOG 13:21:09.005] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/kourse09
[LOG 13:21:09.007] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/kourse18
[LOG 13:21:09.008] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/threshold6
[LOG 13:21:09.010] Load(Model): KerbalKonstructs/FreeStatics/RunwayMarkings/threshold8
[LOG 13:21:09.011] Load(Model): KerbalKonstructs/Statics/kkcontroltower1
[LOG 13:21:09.084] Load(Model): KerbalKonstructs/Statics/kkcrawlerway1
[LOG 13:21:09.089] Load(Model): KerbalKonstructs/Statics/kkfloodlights1
[LOG 13:21:09.098] Load(Model): KerbalKonstructs/Statics/kkfueltanks1
[LOG 13:21:09.140] Load(Model): KerbalKonstructs/Statics/kkhangar1
[LOG 13:21:09.172] Load(Model): KerbalKonstructs/Statics/kkhelipad1
[LOG 13:21:09.192] Load(Model): KerbalKonstructs/Statics/kklandinglights2
[LOG 13:21:09.199] Load(Model): KerbalKonstructs/Statics/kkrocketpad1
[LOG 13:21:09.307] Load(Model): KerbalKonstructs/Statics/kkrocketpad2
[LOG 13:21:09.417] Load(Model): KerbalKonstructs/Statics/kkrunway1
[LOG 13:21:09.934] Load(Model): KerbalKonstructs/Statics/kkrunway1end
[LOG 13:21:09.940] Load(Model): KerbalKonstructs/Statics/kkrunway1ramp
[LOG 13:21:09.947] Load(Model): KerbalKonstructs/Statics/kkrunway1strip
[LOG 13:21:10.439] Load(Model): KerbalKonstructs/Statics/kkrunway2
[LOG 13:21:11.276] Load(Model): KerbalKonstructs/Statics/kktaxibend1
[LOG 13:21:11.319] Load(Model): KerbalKonstructs/Statics/kktaxibend2
[LOG 13:21:11.390] Load(Model): KerbalKonstructs/Statics/ksideflatlaunchlg
[ERR 13:21:11.392] Texture 'KerbalKonstructs/Statics/arrow' not found!

[LOG 13:21:11.393] Load(Model): KerbalKonstructs/Statics/ksidetwinlightslg
[LOG 13:21:11.396] Load(Model): KSCFloodlight/FloodlightKSC
[LOG 13:21:11.408] Load(Model): LackMisc/Parts/Base/dustShed
[LOG 13:21:11.411] Load(Model): LackMisc/Parts/Base/dustWall
[LOG 13:21:11.413] Load(Model): LackMisc/Parts/Base/largeHab
[LOG 13:21:11.415] Load(Model): LackMisc/Parts/Base/smallHab
[LOG 13:21:11.417] Load(Model): LackMisc/Parts/Base/tower
[LOG 13:21:11.419] Load(Model): LackMisc/Parts/Buildings/carpark
[LOG 13:21:11.421] Load(Model): LackMisc/Parts/Buildings/hangers
[LOG 13:21:11.426] Load(Model): LackMisc/Parts/Buildings/hut
[LOG 13:21:11.428] Load(Model): LackMisc/Parts/Buildings/junction
[LOG 13:21:11.429] Load(Model): LackMisc/Parts/Buildings/landingLights
[LOG 13:21:11.440] Load(Model): LackMisc/Parts/Buildings/largebuilding
[LOG 13:21:11.442] Load(Model): LackMisc/Parts/Buildings/largebuilding2
[LOG 13:21:11.447] Load(Model): LackMisc/Parts/Buildings/parkedVehicles
[LOG 13:21:11.456] Load(Model): LackMisc/Parts/Buildings/rail
[LOG 13:21:11.475] Load(Model): LackMisc/Parts/Buildings/railTunnel
[LOG 13:21:11.478] Load(Model): LackMisc/Parts/Buildings/road
[LOG 13:21:11.479] Load(Model): LackMisc/Parts/Buildings/roadCars
[LOG 13:21:11.485] Load(Model): LackMisc/Parts/Buildings/smallbuilding1
[LOG 13:21:11.487] Load(Model): LackMisc/Parts/Buildings/smallbuilding2
[LOG 13:21:11.491] Load(Model): LackMisc/Parts/Buildings/smallbuilding3
[LOG 13:21:11.494] Load(Model): LackMisc/Parts/Buildings/tanks
[LOG 13:21:11.497] Load(Model): LackMisc/Parts/Buildings/wideTruckStationary
[LOG 13:21:11.501] Load(Model): LackMisc/Parts/Buildings/windSock
[LOG 13:21:11.503] Load(Model): LackMisc/Parts/Buildings/wires
[LOG 13:21:11.505] Load(Model): LackMisc/Parts/Fence/long
[LOG 13:21:11.508] Load(Model): LackMisc/Parts/Fence/short
[LOG 13:21:11.509] Load(Model): LackMisc/Parts/Palms/lowPolTrees
[LOG 13:21:11.519] Load(Model): LackMisc/Parts/Palms/lowPolTreesLarge
[LOG 13:21:11.521] Load(Model): LackMisc/Parts/Palms/model
[LOG 13:21:11.534] Load(Model): LackMisc/Parts/Palms/palmRow
[LOG 13:21:11.537] Load(Model): LackMisc/Parts/Palms/palmRow2
[LOG 13:21:11.540] Load(Model): Squad/FX/afterburner_flame
[LOG 13:21:11.545] Load(Model): Squad/FX/afterburner_shock
[LOG 13:21:11.547] Load(Model): Squad/FX/diamondBlue
[LOG 13:21:11.548] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 13:21:11.550] Load(Model): Squad/FX/hydroLOXFlame
[LOG 13:21:11.551] Load(Model): Squad/FX/IonPlume
[LOG 13:21:11.553] Load(Model): Squad/FX/ks1_Exhaust
[LOG 13:21:11.554] Load(Model): Squad/FX/ks25_Exhaust
[LOG 13:21:11.556] Load(Model): Squad/FX/ksX_Exhaust
[LOG 13:21:11.557] Load(Model): Squad/FX/LES_Thruster
[LOG 13:21:11.559] Load(Model): Squad/FX/Monoprop_big
[LOG 13:21:11.560] Load(Model): Squad/FX/Monoprop_medium
[LOG 13:21:11.562] Load(Model): Squad/FX/Monoprop_small
[LOG 13:21:11.563] Load(Model): Squad/FX/shockExhaust_blue
[LOG 13:21:11.565] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 13:21:11.566] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 13:21:11.568] Load(Model): Squad/FX/SRB_Large
[LOG 13:21:11.569] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 13:21:11.571] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 13:21:11.573] Load(Model): Squad/Parts/Aero/airbrake/Airbrake
[LOG 13:21:11.576] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 13:21:11.578] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface
[LOG 13:21:11.580] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing
[LOG 13:21:11.583] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin
[LOG 13:21:11.589] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard
[LOG 13:21:11.591] Load(Model): Squad/Parts/Aero/airplaneFins/Canard
[LOG 13:21:11.593] Load(Model): Squad/Parts/Aero/airplaneFins/Swept
[LOG 13:21:11.595] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin
[LOG 13:21:11.597] Load(Model): Squad/Parts/Aero/basicFin/basicFin
[LOG 13:21:11.599] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake
[LOG 13:21:11.601] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake
[LOG 13:21:11.604] Load(Model): Squad/Parts/Aero/cones/AvioCone
[LOG 13:21:11.606] Load(Model): Squad/Parts/Aero/cones/ConeA
[LOG 13:21:11.609] Load(Model): Squad/Parts/Aero/cones/ConeB
[LOG 13:21:11.611] Load(Model): Squad/Parts/Aero/cones/NCS
[LOG 13:21:11.614] Load(Model): Squad/Parts/Aero/cones/TailA
[LOG 13:21:11.616] Load(Model): Squad/Parts/Aero/cones/TailB
[LOG 13:21:11.619] Load(Model): Squad/Parts/Aero/cones/TinyCone
[LOG 13:21:11.621] Load(Model): Squad/Parts/Aero/fairings/AutoTruss
[LOG 13:21:11.627] Load(Model): Squad/Parts/Aero/fairings/fairingSize1
[LOG 13:21:11.629] Load(Model): Squad/Parts/Aero/fairings/fairingSize2
[LOG 13:21:11.632] Load(Model): Squad/Parts/Aero/fairings/fairingSize3
[LOG 13:21:11.635] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield0
[LOG 13:21:11.638] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1
[LOG 13:21:11.642] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2
[LOG 13:21:11.645] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3
[LOG 13:21:11.649] Load(Model): Squad/Parts/Aero/InflatableHeatShield/HeatShield
[LOG 13:21:11.659] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial
[LOG 13:21:11.661] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 13:21:11.663] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 13:21:11.666] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 13:21:11.669] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing
[LOG 13:21:11.671] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA
[LOG 13:21:11.673] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB
[LOG 13:21:11.675] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder
[LOG 13:21:11.677] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake
[LOG 13:21:11.678] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 13:21:11.680] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 13:21:11.682] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 13:21:11.684] Load(Model): Squad/Parts/Aero/wings/connector1
[LOG 13:21:11.686] Load(Model): Squad/Parts/Aero/wings/connector2
[LOG 13:21:11.687] Load(Model): Squad/Parts/Aero/wings/connector3
[LOG 13:21:11.689] Load(Model): Squad/Parts/Aero/wings/connector4
[LOG 13:21:11.690] Load(Model): Squad/Parts/Aero/wings/connector5
[LOG 13:21:11.692] Load(Model): Squad/Parts/Aero/wings/delta
[LOG 13:21:11.694] Load(Model): Squad/Parts/Aero/wings/delta_small
[LOG 13:21:11.695] Load(Model): Squad/Parts/Aero/wings/elevon1
[LOG 13:21:11.697] Load(Model): Squad/Parts/Aero/wings/elevon2
[LOG 13:21:11.699] Load(Model): Squad/Parts/Aero/wings/elevon3
[LOG 13:21:11.700] Load(Model): Squad/Parts/Aero/wings/elevon4
[LOG 13:21:11.702] Load(Model): Squad/Parts/Aero/wings/elevon5
[LOG 13:21:11.704] Load(Model): Squad/Parts/Aero/wings/strake
[LOG 13:21:11.706] Load(Model): Squad/Parts/Aero/wings/structural1
[LOG 13:21:11.707] Load(Model): Squad/Parts/Aero/wings/structural2
[LOG 13:21:11.709] Load(Model): Squad/Parts/Aero/wings/structural3
[LOG 13:21:11.711] Load(Model): Squad/Parts/Aero/wings/structural4
[LOG 13:21:11.712] Load(Model): Squad/Parts/Aero/wings/swept1
[LOG 13:21:11.714] Load(Model): Squad/Parts/Aero/wings/swept2
[LOG 13:21:11.716] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 13:21:11.720] Load(Model): Squad/Parts/Command/cupola/model
[LOG 13:21:11.726] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 13:21:11.733] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 13:21:11.738] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 13:21:11.740] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 13:21:11.743] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 13:21:11.748] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin
[LOG 13:21:11.750] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline
[LOG 13:21:11.753] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard
[LOG 13:21:11.759] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 13:21:11.763] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 13:21:11.766] Load(Model): Squad/Parts/Command/mk2CockpitInline/model
[LOG 13:21:11.771] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model
[LOG 13:21:11.774] Load(Model): Squad/Parts/Command/mk2DroneCore/model
[LOG 13:21:11.778] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 13:21:11.785] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model
[LOG 13:21:11.789] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 13:21:11.791] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 13:21:11.793] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 13:21:11.795] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 13:21:11.797] Load(Model): Squad/Parts/Command/probeRoverBody/model
[LOG 13:21:11.800] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 13:21:11.803] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 13:21:11.805] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 13:21:11.808] Load(Model): Squad/Parts/CompoundParts/fuelLine/model
[LOG 13:21:11.810] Load(Model): Squad/Parts/CompoundParts/strutConnector/model
[LOG 13:21:11.812] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 13:21:11.815] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 13:21:11.818] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model
[LOG 13:21:11.822] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model
[LOG 13:21:11.824] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 13:21:11.827] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 13:21:11.829] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 13:21:11.831] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 13:21:11.834] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 13:21:11.837] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 13:21:11.839] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 13:21:11.841] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 13:21:11.844] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 13:21:11.847] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside
[LOG 13:21:11.849] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1
[LOG 13:21:11.853] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2
[LOG 13:21:11.859] Load(Model): Squad/Parts/Engine/jetEngines/turboJet
[LOG 13:21:11.863] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet
[LOG 13:21:11.869] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 13:21:11.870] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 13:21:11.874] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike
[LOG 13:21:11.877] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 13:21:11.879] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 13:21:11.881] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 13:21:11.885] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 13:21:11.890] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 13:21:11.894] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 13:21:11.899] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 13:21:11.904] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 13:21:11.907] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 13:21:11.912] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 13:21:11.917] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 13:21:11.922] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB
[LOG 13:21:11.926] Load(Model): Squad/Parts/Engine/miniJet/SmallJet
[LOG 13:21:11.928] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 13:21:11.930] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 13:21:11.935] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB
[LOG 13:21:11.941] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 13:21:11.947] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster
[LOG 13:21:11.955] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 13:21:11.958] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 13:21:11.964] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5
[LOG 13:21:11.969] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 13:21:11.971] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 13:21:11.974] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2
[LOG 13:21:11.978] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
[LOG 13:21:11.980] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant
[LOG 13:21:11.983] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter
[LOG 13:21:11.986] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
[LOG 13:21:11.988] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1
[LOG 13:21:11.990] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
[LOG 13:21:11.993] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3
[LOG 13:21:11.995] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 13:21:11.999] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 13:21:12.001] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 13:21:12.004] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 13:21:12.007] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 13:21:12.009] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 13:21:12.012] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 13:21:12.017] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 13:21:12.020] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 13:21:12.024] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 13:21:12.026] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 13:21:12.029] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler
[LOG 13:21:12.032] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long
[LOG 13:21:12.035] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard
[LOG 13:21:12.037] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO
[LOG 13:21:12.039] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid
[LOG 13:21:12.042] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO
[LOG 13:21:12.044] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid
[LOG 13:21:12.046] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono
[LOG 13:21:12.049] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW
[LOG 13:21:12.052] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100
[LOG 13:21:12.054] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25
[LOG 13:21:12.057] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50
[LOG 13:21:12.059] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100
[LOG 13:21:12.061] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25
[LOG 13:21:12.063] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50
[LOG 13:21:12.066] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO
[LOG 13:21:12.068] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 13:21:12.070] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 13:21:12.073] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 13:21:12.075] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 13:21:12.078] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 13:21:12.080] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank
[LOG 13:21:12.083] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
[LOG 13:21:12.086] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
[LOG 13:21:12.089] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 13:21:12.092] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model
[LOG 13:21:12.096] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 13:21:12.099] Load(Model): Squad/Parts/Misc/AsteroidDay/HECS2
[LOG 13:21:12.101] Load(Model): Squad/Parts/Misc/AsteroidDay/HighGainAntenna
[LOG 13:21:12.106] Load(Model): Squad/Parts/Misc/AsteroidDay/LgRadialSolar
[LOG 13:21:12.108] Load(Model): Squad/Parts/Misc/PotatoRoid/Cube
[LOG 13:21:12.109] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell
[LOG 13:21:12.111] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray
[LOG 13:21:12.117] Load(Model): Squad/Parts/Resources/ISRU/ISRU
[LOG 13:21:12.123] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank
[LOG 13:21:12.127] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill
[LOG 13:21:12.131] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU
[LOG 13:21:12.136] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner
[LOG 13:21:12.139] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 13:21:12.148] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank
[LOG 13:21:12.151] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank
[LOG 13:21:12.153] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner
[LOG 13:21:12.155] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner
[LOG 13:21:12.159] Load(Model): Squad/Parts/Science/AtmosphereSensor/model
[LOG 13:21:12.161] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 13:21:12.164] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 13:21:12.173] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 13:21:12.178] Load(Model): Squad/Parts/Science/ScienceBox/ScienceBox
[LOG 13:21:12.180] Load(Model): Squad/Parts/Science/sensorAccelerometer/model
[LOG 13:21:12.182] Load(Model): Squad/Parts/Science/sensorBarometer/model
[LOG 13:21:12.184] Load(Model): Squad/Parts/Science/sensorGravimeter/model
[LOG 13:21:12.185] Load(Model): Squad/Parts/Science/sensorThermometer/model
[LOG 13:21:12.187] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 13:21:12.190] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 13:21:12.192] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 13:21:12.195] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 13:21:12.198] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 13:21:12.200] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage
[LOG 13:21:12.203] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage
[LOG 13:21:12.206] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1
[LOG 13:21:12.209] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2
[LOG 13:21:12.230] Load(Model): Squad/Parts/Structural/mk1Parts/Structural
[LOG 13:21:12.232] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow
[LOG 13:21:12.235] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler
[LOG 13:21:12.238] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter
[LOG 13:21:12.242] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 13:21:12.246] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 13:21:12.248] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 13:21:12.249] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 13:21:12.251] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 13:21:12.253] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 13:21:12.255] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 13:21:12.257] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig
[LOG 13:21:12.260] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall
[LOG 13:21:12.262] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 13:21:12.264] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 13:21:12.266] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 13:21:12.269] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 13:21:12.271] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 13:21:12.274] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
[LOG 13:21:12.293] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed
[LOG 13:21:12.302] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall
[LOG 13:21:12.310] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge
[LOG 13:21:12.312] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg
[LOG 13:21:12.314] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm
[LOG 13:21:12.317] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 13:21:12.337] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 13:21:12.342] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 13:21:12.344] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 13:21:12.346] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 13:21:12.348] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 13:21:12.351] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 13:21:12.353] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 13:21:12.356] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 13:21:12.358] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 13:21:12.362] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 13:21:12.364] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 13:21:12.367] Load(Model): Squad/Parts/Utility/DirectAntennas/HGAntenna
[LOG 13:21:12.372] Load(Model): Squad/Parts/Utility/DirectAntennas/SurfAntenna
[LOG 13:21:12.374] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 13:21:12.377] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 13:21:12.382] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 13:21:12.385] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 13:21:12.390] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 13:21:12.393] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm
[LOG 13:21:12.416] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 13:21:12.418] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 13:21:12.423] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 13:21:12.431] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[LOG 13:21:12.435] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[LOG 13:21:12.439] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[WRN 13:21:12.441] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.442] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.443] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 13:21:12.446] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 13:21:12.449] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 13:21:12.452] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem
[LOG 13:21:12.458] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 13:21:12.460] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge
[LOG 13:21:12.464] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall
[LOG 13:21:12.468] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model
[LOG 13:21:12.471] Load(Model): Squad/Parts/Utility/mk2DockingPort/model
[LOG 13:21:12.476] Load(Model): Squad/Parts/Utility/mk3CargoBay/long
[LOG 13:21:12.482] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium
[LOG 13:21:12.487] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp
[LOG 13:21:12.497] Load(Model): Squad/Parts/Utility/mk3CargoBay/short
[LOG 13:21:12.501] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 13:21:12.504] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model
[LOG 13:21:12.507] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 13:21:12.511] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 13:21:12.514] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 13:21:12.518] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 13:21:12.521] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 13:21:12.523] Load(Model): Squad/Parts/Utility/RelayAntennas/HGAntenna
[LOG 13:21:12.528] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-100
[LOG 13:21:12.532] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-5
[LOG 13:21:12.534] Load(Model): Squad/Parts/Utility/RelayAntennas/RA-50
[LOG 13:21:12.536] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125
[LOG 13:21:12.545] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250
[LOG 13:21:12.554] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 13:21:12.556] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 13:21:12.558] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 13:21:12.561] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 13:21:12.564] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 13:21:12.567] Load(Model): Squad/Parts/Wheel/LandingGear/GearExtraLarge
[WRN 13:21:12.575] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.575] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.578] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed
[WRN 13:21:12.580] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.580] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.582] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree
[WRN 13:21:12.582] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.583] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.585] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge
[WRN 13:21:12.586] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.586] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.591] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium
[WRN 13:21:12.595] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.595] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.597] Load(Model): Squad/Parts/Wheel/LandingGear/GearSmall
[WRN 13:21:12.598] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.598] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.602] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[WRN 13:21:12.607] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.607] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.609] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[WRN 13:21:12.610] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.610] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.614] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[WRN 13:21:12.618] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.618] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.620] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[WRN 13:21:12.630] WheelCollider requires an attached Rigidbody to function.
[WRN 13:21:12.631] WheelCollider requires an attached Rigidbody to function.
[LOG 13:21:12.632] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 13:21:12.635] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 13:21:12.637] Load(Model): Squad/Props/AxisIndicator/model
[LOG 13:21:12.639] Load(Model): Squad/Props/buttonsGeneric/circularButton
[LOG 13:21:12.641] Load(Model): Squad/Props/buttonsGeneric/clusterButtons
[LOG 13:21:12.643] Load(Model): Squad/Props/buttonsGeneric/clusterButtons2
[LOG 13:21:12.645] Load(Model): Squad/Props/buttonsGeneric/clusterKnob
[LOG 13:21:12.648] Load(Model): Squad/Props/buttonsGeneric/clusterKnob2
[LOG 13:21:12.650] Load(Model): Squad/Props/buttonsGeneric/clusterMixed
[LOG 13:21:12.653] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches01
[LOG 13:21:12.660] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches02
[LOG 13:21:12.665] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches03
[LOG 13:21:12.670] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches04
[LOG 13:21:12.675] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches05
[LOG 13:21:12.680] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches06
[LOG 13:21:12.683] Load(Model): Squad/Props/buttonsGeneric/clusterSwitches07
[LOG 13:21:12.686] Load(Model): Squad/Props/buttonsGeneric/directionalKnob
[LOG 13:21:12.688] Load(Model): Squad/Props/buttonsGeneric/directionalKnob2
[LOG 13:21:12.690] Load(Model): Squad/Props/buttonsGeneric/pullSwitch
[LOG 13:21:12.692] Load(Model): Squad/Props/buttonsGeneric/squareButton
[LOG 13:21:12.694] Load(Model): Squad/Props/buttonsGeneric/standingSwitch
[LOG 13:21:12.696] Load(Model): Squad/Props/buttonsGeneric/switch
[LOG 13:21:12.698] Load(Model): Squad/Props/buttonsGeneric/switchWithGuards
[LOG 13:21:12.701] Load(Model): Squad/Props/ButtonSquare/model
[LOG 13:21:12.702] Load(Model): Squad/Props/circularButton/model
[LOG 13:21:12.705] Load(Model): Squad/Props/Compass/model
[LOG 13:21:12.707] Load(Model): Squad/Props/directionalKnob/model
[LOG 13:21:12.709] Load(Model): Squad/Props/directionalKnob2/model
[LOG 13:21:12.710] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 13:21:12.713] Load(Model): Squad/Props/IVANavBall/model
[LOG 13:21:12.718] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 13:21:12.720] Load(Model): Squad/Props/Monitor/MonitorDockingMode
[LOG 13:21:12.722] Load(Model): Squad/Props/NavBall/model
[LOG 13:21:12.726] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode
[LOG 13:21:12.728] Load(Model): Squad/Props/PropsGeneric/CargoBagA
[LOG 13:21:12.732] Load(Model): Squad/Props/PropsGeneric/CargoBagB
[LOG 13:21:12.734] Load(Model): Squad/Props/PropsGeneric/CargoBagC
[LOG 13:21:12.736] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane
[LOG 13:21:12.738] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90
[LOG 13:21:12.740] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame
[LOG 13:21:12.742] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger
[LOG 13:21:12.744] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot
[LOG 13:21:12.747] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet
[LOG 13:21:12.750] Load(Model): Squad/Props/PropsGeneric/SideStick
[LOG 13:21:12.751] Load(Model): Squad/Props/pullSwitch/model
[LOG 13:21:12.753] Load(Model): Squad/Props/radarAltitude/model
[LOG 13:21:12.755] Load(Model): Squad/Props/squareButton/model
[LOG 13:21:12.757] Load(Model): Squad/Props/standingSwitch/model
[LOG 13:21:12.759] Load(Model): Squad/Props/switch/model
[LOG 13:21:12.761] Load(Model): Squad/Props/switchGuard/model
[LOG 13:21:12.763] Load(Model): Squad/Props/switchWithGuards/model
[LOG 13:21:12.765] Load(Model): Squad/Props/throttle/model
[LOG 13:21:12.768] Load(Model): Squad/Props/VSI/model
[LOG 13:21:12.770] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 13:21:12.784] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 13:21:12.792] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 13:21:12.804] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 13:21:12.820] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 13:21:12.829] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 13:21:12.836] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int
[LOG 13:21:12.853] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin
[LOG 13:21:12.860] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA
[LOG 13:21:12.866] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA
[LOG 13:21:12.873] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 13:21:12.883] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model
[LOG 13:21:12.892] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int
[LOG 13:21:12.907] Load(Model): Squad/Spaces/mk2InlineInternal/mk2InlineIVA
[LOG 13:21:12.924] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int
[LOG 13:21:12.933] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 13:21:12.972] Load(Model): Squad/Spaces/OverlayMasks/CupolaMask
[LOG 13:21:12.974] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerBorder
[LOG 13:21:12.977] Load(Model): Squad/Spaces/OverlayMasks/HitchhikerMask
[LOG 13:21:12.979] Load(Model): Squad/Spaces/OverlayMasks/LargeLabBorder
[LOG 13:21:12.981] Load(Model): Squad/Spaces/OverlayMasks/LargeLabMask
[LOG 13:21:12.983] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinBorder
[LOG 13:21:12.985] Load(Model): Squad/Spaces/OverlayMasks/Mk1CabinMask
[LOG 13:21:12.986] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask
[LOG 13:21:12.988] Load(Model): Squad/Spaces/OverlayMasks/Mk1InlineMask2
[LOG 13:21:12.990] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder2
[LOG 13:21:12.991] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardBorder3
[LOG 13:21:12.993] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask
[LOG 13:21:12.995] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask2
[LOG 13:21:12.997] Load(Model): Squad/Spaces/OverlayMasks/Mk1StandardMask3
[LOG 13:21:12.999] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinBorder
[LOG 13:21:13.000] Load(Model): Squad/Spaces/OverlayMasks/Mk2CabinMask
[LOG 13:21:13.002] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineBorder
[LOG 13:21:13.004] Load(Model): Squad/Spaces/OverlayMasks/Mk2InlineMask
[LOG 13:21:13.006] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardBorder
[LOG 13:21:13.007] Load(Model): Squad/Spaces/OverlayMasks/Mk2StandardMask
[LOG 13:21:13.009] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinBorder
[LOG 13:21:13.011] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask
[LOG 13:21:13.013] Load(Model): Squad/Spaces/OverlayMasks/Mk3CabinMask2
[LOG 13:21:13.015] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleBorder
[LOG 13:21:13.017] Load(Model): Squad/Spaces/OverlayMasks/Mk3ShuttleMask
[LOG 13:21:13.019] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderBorder
[LOG 13:21:13.021] Load(Model): Squad/Spaces/OverlayMasks/Size1LanderMask
[LOG 13:21:13.022] Load(Model): Squad/Spaces/OverlayMasks/Size1PodBorder
[LOG 13:21:13.024] Load(Model): Squad/Spaces/OverlayMasks/Size1PodMask
[LOG 13:21:13.025] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderBorder
[LOG 13:21:13.028] Load(Model): Squad/Spaces/OverlayMasks/Size2LanderMask
[LOG 13:21:13.030] Load(Model): Squad/Spaces/OverlayMasks/Size2PodBorder
[LOG 13:21:13.032] Load(Model): Squad/Spaces/OverlayMasks/Size2PodMask
[LOG 13:21:13.034] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 13:21:13.037] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 13:21:13.058] Loading Asset Bundle Definitions
[LOG 13:21:13.061] AssetLoader: Loading bundle definitions
[LOG 13:21:13.434] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\squadcore.ksp'
[LOG 13:21:13.474] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia.ksp'
[LOG 13:21:13.477] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aeroforces.ksp'
[LOG 13:21:13.786] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraft.ksp'
[LOG 13:21:13.962] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasics.ksp'
[LOG 13:21:14.072] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance.ksp'
[LOG 13:21:14.193] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsbalance2.ksp'
[LOG 13:21:14.299] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscol.ksp'
[LOG 13:21:14.414] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrol.ksp'
[LOG 13:21:14.519] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicscontrolsurfaces.ksp'
[LOG 13:21:14.647] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsdrag.ksp'
[LOG 13:21:14.753] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsengines.ksp'
[LOG 13:21:14.827] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsforces.ksp'
[LOG 13:21:14.948] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicsintakes.ksp'
[LOG 13:21:15.047] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslandinggear.ksp'
[LOG 13:21:15.146] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_aircraftbasicslift.ksp'
[LOG 13:21:15.322] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_career.ksp'
[LOG 13:21:15.398] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscontracts.ksp'
[LOG 13:21:15.503] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscrew.ksp'
[LOG 13:21:15.556] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicscurrencies.ksp'
[LOG 13:21:15.608] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsexperience.ksp'
[LOG 13:21:15.747] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsfacilities.ksp'
[LOG 13:21:15.833] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicsstrategies.ksp'
[LOG 13:21:15.892] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerbasicstechnology.ksp'
[LOG 13:21:16.023] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ac.ksp'
[LOG 13:21:16.170] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-admin.ksp'
[LOG 13:21:16.308] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ksc.ksp'
[LOG 13:21:16.408] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-mc.ksp'
[LOG 13:21:16.496] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-sciencearchives.ksp'
[LOG 13:21:16.565] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-techtree.ksp'
[LOG 13:21:16.672] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui-ts.ksp'
[LOG 13:21:16.935] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_careerui.ksp'
[LOG 13:21:17.056] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnet.ksp'
[LOG 13:21:17.177] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetbasics.ksp'
[LOG 13:21:17.181] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetbuildingeffectivenetworks.ksp'
[LOG 13:21:17.185] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetcalculatingrange.ksp'
[LOG 13:21:17.188] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetcontrollevels.ksp'
[LOG 13:21:17.254] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetcontrollinks.ksp'
[LOG 13:21:17.258] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetcontrolpoints.ksp'
[LOG 13:21:17.337] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetgui.ksp'
[LOG 13:21:17.341] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetgui01.ksp'
[LOG 13:21:17.344] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetgui02.ksp'
[LOG 13:21:17.408] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetrange.ksp'
[LOG 13:21:17.497] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetrelays.ksp'
[LOG 13:21:17.502] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetsciencetransmission.ksp'
[LOG 13:21:17.506] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnetsignalstrength.ksp'
[LOG 13:21:17.608] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_commnettransmission.ksp'
[LOG 13:21:17.727] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-actiongroups.ksp'
[LOG 13:21:17.840] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-applauncher.ksp'
[LOG 13:21:17.942] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-crew.ksp'
[LOG 13:21:18.073] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-engineersreport.ksp'
[LOG 13:21:18.170] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-gizmos.ksp'
[LOG 13:21:18.242] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-infos.ksp'
[LOG 13:21:18.327] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-partdetails.ksp'
[LOG 13:21:18.426] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-parts.ksp'
[LOG 13:21:18.508] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-symmetry.ksp'
[LOG 13:21:18.598] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui-vesseldetails.ksp'
[LOG 13:21:18.821] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_constructionui.ksp'
[LOG 13:21:18.903] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-dockingmode.ksp'
[LOG 13:21:18.958] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editor.ksp'
[LOG 13:21:19.057] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-editorgizmos.ksp'
[LOG 13:21:19.178] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-eva.ksp'
[LOG 13:21:19.261] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flight.ksp'
[LOG 13:21:19.315] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightactivities.ksp'
[LOG 13:21:19.408] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-flightdirections.ksp'
[LOG 13:21:19.464] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-general.ksp'
[LOG 13:21:19.519] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mapandtime.ksp'
[LOG 13:21:19.574] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseconstruction.ksp'
[LOG 13:21:19.629] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-mouseflight.ksp'
[LOG 13:21:19.710] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls-rcs.ksp'
[LOG 13:21:19.972] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_controls.ksp'
[LOG 13:21:20.081] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_eastereggs.ksp'
[LOG 13:21:20.252] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ac.ksp'
[LOG 13:21:20.417] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-admin.ksp'
[LOG 13:21:20.572] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-context.ksp'
[LOG 13:21:20.788] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ksc.ksp'
[LOG 13:21:20.932] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-launchpad.ksp'
[LOG 13:21:21.093] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-mc.ksp'
[LOG 13:21:21.265] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-randd.ksp'
[LOG 13:21:21.404] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-runway.ksp'
[LOG 13:21:21.563] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-sph.ksp'
[LOG 13:21:21.710] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-ts.ksp'
[LOG 13:21:21.863] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_facilities-vab.ksp'
[LOG 13:21:21.932] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-altimeter.ksp'
[LOG 13:21:21.975] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-altimiter.ksp'
[LOG 13:21:22.057] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-applauncher.ksp'
[LOG 13:21:22.157] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-evaactivities.ksp'
[LOG 13:21:22.161] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-mapnodes.ksp'
[LOG 13:21:22.237] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-modecontrol.ksp'
[LOG 13:21:22.324] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-navball.ksp'
[LOG 13:21:22.445] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-portraits.ksp'
[LOG 13:21:22.510] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-staging.ksp'
[LOG 13:21:22.604] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui-timeandaction.ksp'
[LOG 13:21:22.726] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_flightui.ksp'
[LOG 13:21:22.900] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heat.ksp'
[LOG 13:21:22.974] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatactiveradiators.ksp'
[LOG 13:21:23.030] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatcore.ksp'
[LOG 13:21:23.085] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatengines.ksp'
[LOG 13:21:23.150] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatflow.ksp'
[LOG 13:21:23.208] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpart.ksp'
[LOG 13:21:23.286] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatpassiveradiators.ksp'
[LOG 13:21:23.490] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_heatshields.ksp'
[LOG 13:21:23.707] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_kerbnet.ksp'
[LOG 13:21:23.778] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_kerbnetinterface.ksp'
[LOG 13:21:23.872] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_kerbnetmodes.ksp'
[LOG 13:21:23.976] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_kerbnetwaypoints.ksp'
[LOG 13:21:24.269] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_locations.ksp'
[LOG 13:21:24.325] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_manual.ksp'
[LOG 13:21:24.382] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-mannodes.ksp'
[LOG 13:21:24.472] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes.ksp'
[LOG 13:21:24.539] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui-orbitnodes2.ksp'
[LOG 13:21:24.639] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_mapui.ksp'
[LOG 13:21:24.642] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaladvanced-obertheffect.ksp'
[LOG 13:21:24.734] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-atmosphere.ksp'
[LOG 13:21:24.826] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingbackdown.ksp'
[LOG 13:21:24.923] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gettingupthere.ksp'
[LOG 13:21:25.022] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-gravityturn.ksp'
[LOG 13:21:25.101] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-orbits.ksp'
[LOG 13:21:25.201] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics-stayingupthere.ksp'
[LOG 13:21:25.300] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalbasics.ksp'
[LOG 13:21:25.384] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-appe.ksp'
[LOG 13:21:25.475] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-dirandinc.ksp'
[LOG 13:21:25.583] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-directions.ksp'
[LOG 13:21:25.667] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-eccentricity.ksp'
[LOG 13:21:25.672] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions-efficiency.ksp'
[LOG 13:21:25.768] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitaldefinitions.ksp'
[LOG 13:21:25.839] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-adjustinginclination.ksp'
[LOG 13:21:25.913] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-deltav.ksp'
[LOG 13:21:25.975] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-efficiency.ksp'
[LOG 13:21:26.044] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer.ksp'
[LOG 13:21:26.112] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-hohmanntransfer2.ksp'
[LOG 13:21:26.198] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-orbittypes.ksp'
[LOG 13:21:26.273] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-radandantirad.ksp'
[LOG 13:21:26.349] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers-shapingup.ksp'
[LOG 13:21:26.432] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmaneuvers.ksp'
[LOG 13:21:26.436] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_orbitalmanuevers-orbittypes.ksp'
[LOG 13:21:26.540] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-dres.ksp'
[LOG 13:21:26.661] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-duna.ksp'
[LOG 13:21:26.764] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eeloo.ksp'
[LOG 13:21:26.872] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-eve.ksp'
[LOG 13:21:26.975] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-jool.ksp'
[LOG 13:21:27.088] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-kerbin.ksp'
[LOG 13:21:27.091] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-kerbol.ksp'
[LOG 13:21:27.186] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-moho.ksp'
[LOG 13:21:27.295] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-sun.ksp'
[LOG 13:21:27.401] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_planets-system.ksp'
[LOG 13:21:27.499] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-asteroidmining.ksp'
[LOG 13:21:27.504] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-conversionmanagement.ksp'
[LOG 13:21:27.575] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-drilling.ksp'
[LOG 13:21:27.702] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit.ksp'
[LOG 13:21:27.822] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-findingit2.ksp'
[LOG 13:21:27.936] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources-storageandconversion.ksp'
[LOG 13:21:28.074] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_resources.ksp'
[LOG 13:21:28.078] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketforces.ksp'
[LOG 13:21:28.318] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketry.ksp'
[LOG 13:21:28.415] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-fairings.ksp'
[LOG 13:21:28.517] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-girders.ksp'
[LOG 13:21:28.521] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-heat.ksp'
[LOG 13:21:28.524] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-heatshields.ksp'
[LOG 13:21:28.527] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-radiators.ksp'
[LOG 13:21:28.531] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced-struts.ksp'
[LOG 13:21:28.737] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketryadvanced.ksp'
[LOG 13:21:28.901] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasics.ksp'
[LOG 13:21:29.006] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsaero.ksp'
[LOG 13:21:29.087] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscentered.ksp'
[LOG 13:21:29.181] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicschutes.ksp'
[LOG 13:21:29.185] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicschutesandladders.ksp'
[LOG 13:21:29.298] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicscontrol.ksp'
[LOG 13:21:29.401] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsecrecharging.ksp'
[LOG 13:21:29.475] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsengines.ksp'
[LOG 13:21:29.551] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsforces.ksp'
[LOG 13:21:29.673] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicshatchesandladders.ksp'
[LOG 13:21:29.796] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsresources.ksp'
[LOG 13:21:29.904] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsservicecontainers.ksp'
[LOG 13:21:29.985] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstability.ksp'
[LOG 13:21:30.077] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstabilityassist.ksp'
[LOG 13:21:30.167] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicsstaging.ksp'
[LOG 13:21:30.256] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_rocketrybasicssymmetry.ksp'
[LOG 13:21:30.390] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_science.ksp'
[LOG 13:21:30.516] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencedata.ksp'
[LOG 13:21:30.627] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_scienceexperiments.ksp'
[LOG 13:21:30.739] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencelab.ksp'
[LOG 13:21:30.871] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_sciencetransmitted.ksp'
[LOG 13:21:31.006] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\Squad\KSPedia\kspedia_spacetravel.ksp'
[LOG 13:21:31.062] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-linux.ksp'
[LOG 13:21:31.118] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-macosx.ksp'
[LOG 13:21:31.191] AssetLoader: Loaded bundle 'D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp'
[LOG 13:21:31.194] AssetLoader: Finished loading. 187 bundle definitions loaded.
[LOG 13:21:31.195] Config(STORY_DEF) CoherentContracts/CoherentContracts/STORY_DEF
[LOG 13:21:31.196] Config(@PART[PotatoRoid]) CommunityResourcePack/Asteroid/@PART[PotatoRoid]
[LOG 13:21:31.197] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Hydrates
[LOG 13:21:31.197] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Gypsum
[LOG 13:21:31.198] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/IntakeLqd
[LOG 13:21:31.199] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ColonySupplies
[LOG 13:21:31.199] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Lead
[LOG 13:21:31.200] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/CarbonDioxide
[LOG 13:21:31.201] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Chemicals
[LOG 13:21:31.201] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Dirt
[LOG 13:21:31.202] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ExoticMinerals
[LOG 13:21:31.203] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Food
[LOG 13:21:31.203] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Supplies
[LOG 13:21:31.204] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Fertilizer
[LOG 13:21:31.205] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Mulch
[LOG 13:21:31.205] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Machinery
[LOG 13:21:31.206] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/SpecializedParts
[LOG 13:21:31.207] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Recyclables
[LOG 13:21:31.208] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Hydrogen
[LOG 13:21:31.208] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Karbonite
[LOG 13:21:31.209] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Karborundum
[LOG 13:21:31.210] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdCO2
[LOG 13:21:31.210] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdCO
[LOG 13:21:31.211] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MaterialKits
[LOG 13:21:31.212] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Metals
[LOG 13:21:31.212] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Minerals
[LOG 13:21:31.213] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MetallicOre
[LOG 13:21:31.214] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Organics
[LOG 13:21:31.214] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Oxygen
[LOG 13:21:31.215] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Polymers
[LOG 13:21:31.216] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/RareMetals
[LOG 13:21:31.216] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/RefinedExotics
[LOG 13:21:31.217] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Rock
[LOG 13:21:31.218] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/RocketParts
[LOG 13:21:31.218] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/SpareParts
[LOG 13:21:31.219] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Substrate
[LOG 13:21:31.220] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Uraninite
[LOG 13:21:31.220] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Waste
[LOG 13:21:31.221] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/WasteWater
[LOG 13:21:31.222] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Water
[LOG 13:21:31.222] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ArgonGas
[LOG 13:21:31.223] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Boron
[LOG 13:21:31.224] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ResourceLode
[LOG 13:21:31.225] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/DepletedUranium
[LOG 13:21:31.225] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/EnrichedUranium
[LOG 13:21:31.226] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdHydrogen
[LOG 13:21:31.227] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/StoredCharge
[LOG 13:21:31.227] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Actinides
[LOG 13:21:31.228] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Aluminium
[LOG 13:21:31.229] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Alumina
[LOG 13:21:31.229] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Antimatter
[LOG 13:21:31.230] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdArgon
[LOG 13:21:31.231] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Borate
[LOG 13:21:31.231] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Caesium
[LOG 13:21:31.232] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Carbon
[LOG 13:21:31.233] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ChargedParticles
[LOG 13:21:31.233] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Decaborane
[LOG 13:21:31.234] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Deuterium
[LOG 13:21:31.235] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdDeuterium
[LOG 13:21:31.235] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/DepletedFuel
[LOG 13:21:31.236] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ExoticMatter
[LOG 13:21:31.237] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Fluorine
[LOG 13:21:31.238] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/HeavyWater
[LOG 13:21:31.238] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/IntakeAtm
[LOG 13:21:31.239] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/KryptonGas
[LOG 13:21:31.240] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/NeonGas
[LOG 13:21:31.240] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Lithium
[LOG 13:21:31.241] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Lithium6
[LOG 13:21:31.242] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdAmmonia
[LOG 13:21:31.242] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Helium3
[LOG 13:21:31.243] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdHe3
[LOG 13:21:31.244] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Helium4
[LOG 13:21:31.244] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdHelium
[LOG 13:21:31.245] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdNitrogen
[LOG 13:21:31.246] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdNitrogen15
[LOG 13:21:31.246] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Megajoules
[LOG 13:21:31.247] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Mopedantte
[LOG 13:21:31.248] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdOxygen18
[LOG 13:21:31.248] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Sodium
[LOG 13:21:31.249] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/PolyvinylChloride
[LOG 13:21:31.250] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Plutonium-238
[LOG 13:21:31.250] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Regolith
[LOG 13:21:31.251] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/UF4
[LOG 13:21:31.252] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Silicates
[LOG 13:21:31.253] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Silicon
[LOG 13:21:31.253] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/SolarWind
[LOG 13:21:31.254] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ThermalPower
[LOG 13:21:31.255] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ThF4
[LOG 13:21:31.255] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdTritium
[LOG 13:21:31.256] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/UraniumNitride
[LOG 13:21:31.257] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/VacuumPlasma
[LOG 13:21:31.257] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/WasteHeat
[LOG 13:21:31.258] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Aerozine50
[LOG 13:21:31.259] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/AK20
[LOG 13:21:31.259] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/AK27
[LOG 13:21:31.260] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Aniline
[LOG 13:21:31.261] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/AvGas
[LOG 13:21:31.261] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/CaveaB
[LOG 13:21:31.262] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ClF3
[LOG 13:21:31.263] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/ClF5
[LOG 13:21:31.263] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Diborane
[LOG 13:21:31.264] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Ethane
[LOG 13:21:31.265] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Ethanol
[LOG 13:21:31.265] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Ethanol75
[LOG 13:21:31.266] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Ethanol90
[LOG 13:21:31.267] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Ethylene
[LOG 13:21:31.267] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/FLOX30
[LOG 13:21:31.268] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/FLOX70
[LOG 13:21:31.269] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/FLOX88
[LOG 13:21:31.269] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Furfuryl
[LOG 13:21:31.270] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Helium
[LOG 13:21:31.271] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/HNIW
[LOG 13:21:31.271] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/HTP
[LOG 13:21:31.272] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/HTPB
[LOG 13:21:31.273] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Hydrazine
[LOG 13:21:31.273] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Hydyne
[LOG 13:21:31.274] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/IRFNA-III
[LOG 13:21:31.275] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/IRFNA-IV
[LOG 13:21:31.275] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/IWFNA
[LOG 13:21:31.276] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Kerosene
[LOG 13:21:31.277] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LeadBallast
[LOG 13:21:31.277] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdFluorine
[LOG 13:21:31.278] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdMethane
[LOG 13:21:31.279] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/LqdOxygen
[LOG 13:21:31.279] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Methane
[LOG 13:21:31.280] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Methanol
[LOG 13:21:31.281] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MMH
[LOG 13:21:31.282] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON1
[LOG 13:21:31.282] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON3
[LOG 13:21:31.283] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON10
[LOG 13:21:31.284] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON15
[LOG 13:21:31.284] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON20
[LOG 13:21:31.285] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/MON25
[LOG 13:21:31.286] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/NGNC
[LOG 13:21:31.286] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/N2F4
[LOG 13:21:31.287] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Nitrogen
[LOG 13:21:31.288] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/NitrousOxide
[LOG 13:21:31.288] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/NTO
[LOG 13:21:31.289] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/OF2
[LOG 13:21:31.290] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/PBAN
[LOG 13:21:31.290] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Pentaborane
[LOG 13:21:31.291] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/PSPC
[LOG 13:21:31.292] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Syntin
[LOG 13:21:31.292] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/TEATEB
[LOG 13:21:31.293] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Tonka250
[LOG 13:21:31.294] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Tonka500
[LOG 13:21:31.294] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/UDMH
[LOG 13:21:31.295] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/UH25
[LOG 13:21:31.296] Config(RESOURCE_DEFINITION) CommunityResourcePack/CommonResources/Glykerol
[LOG 13:21:31.296] Config(@PART[SurfaceScanner]) CommunityResourcePack/SurfaceScanner/@PART[SurfaceScanner]
[LOG 13:21:31.297] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.298] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/GLOBAL_RESOURCE
[LOG 13:21:31.298] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.299] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.300] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.301] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.301] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.302] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/ArgonGas/GLOBAL_RESOURCE
[LOG 13:21:31.303] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.304] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.304] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.305] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.306] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.307] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.307] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.308] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.309] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Dirt/GLOBAL_RESOURCE
[LOG 13:21:31.310] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.310] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/ExoticMinerals/GLOBAL_RESOURCE
[LOG 13:21:31.311] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.312] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Gypsum/GLOBAL_RESOURCE
[LOG 13:21:31.312] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.313] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.314] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Hydrates/GLOBAL_RESOURCE
[LOG 13:21:31.315] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.315] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/IntakeLqd/GLOBAL_RESOURCE
[LOG 13:21:31.316] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.317] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/GLOBAL_RESOURCE
[LOG 13:21:31.318] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/GLOBAL_RESOURCE
[LOG 13:21:31.318] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/GLOBAL_RESOURCE
[LOG 13:21:31.319] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/GLOBAL_RESOURCE
[LOG 13:21:31.320] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.321] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.321] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.322] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.323] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.324] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.324] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.325] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.326] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.327] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.327] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.328] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/GLOBAL_RESOURCE
[LOG 13:21:31.329] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.330] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.330] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.331] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.332] Config(BIOME_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/BIOME_RESOURCE
[LOG 13:21:31.332] Config(BIOME_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/BIOME_RESOURCE
[LOG 13:21:31.333] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/GLOBAL_RESOURCE
[LOG 13:21:31.334] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.335] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.335] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.336] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHe3/PLANETARY_RESOURCE
[LOG 13:21:31.337] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHydrogen/GLOBAL_RESOURCE
[LOG 13:21:31.337] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/LqdHydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.338] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.339] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/MetallicOre/GLOBAL_RESOURCE
[LOG 13:21:31.340] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.340] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.341] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Minerals/GLOBAL_RESOURCE
[LOG 13:21:31.342] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.343] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Mopedantte/PLANETARY_RESOURCE
[LOG 13:21:31.343] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Mopedantte/GLOBAL_RESOURCE
[LOG 13:21:31.344] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Mopedantte/PLANETARY_RESOURCE
[LOG 13:21:31.345] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Oxygen/PLANETARY_RESOURCE
[LOG 13:21:31.346] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Oxygen/PLANETARY_RESOURCE
[LOG 13:21:31.346] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.347] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/RareMetals/GLOBAL_RESOURCE
[LOG 13:21:31.348] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Silicates/GLOBAL_RESOURCE
[LOG 13:21:31.349] Config(BIOME_RESOURCE) CommunityResourcePack/ResourceConfigs/Silicates/BIOME_RESOURCE
[LOG 13:21:31.349] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.350] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Substrate/GLOBAL_RESOURCE
[LOG 13:21:31.351] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.351] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.352] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Uraninite/GLOBAL_RESOURCE
[LOG 13:21:31.353] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.354] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.354] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/GLOBAL_RESOURCE
[LOG 13:21:31.355] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/GLOBAL_RESOURCE
[LOG 13:21:31.356] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/GLOBAL_RESOURCE
[LOG 13:21:31.356] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.357] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.358] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.359] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.359] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.360] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/PLANETARY_RESOURCE
[LOG 13:21:31.361] Config(BIOME_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/BIOME_RESOURCE
[LOG 13:21:31.362] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/Water/GLOBAL_RESOURCE
[LOG 13:21:31.362] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/XenonGas/GLOBAL_RESOURCE
[LOG 13:21:31.363] Config(GLOBAL_RESOURCE) CommunityResourcePack/ResourceConfigs/XenonGas/GLOBAL_RESOURCE
[LOG 13:21:31.364] Config(PLANETARY_RESOURCE) CommunityResourcePack/ResourceConfigs/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.364] Config(CELESTIAL_BODY) ContractConfigurator/BiomeDataDefault/CELESTIAL_BODY
[LOG 13:21:31.365] Config(CELESTIAL_BODY) ContractConfigurator/BiomeDataDefault/CELESTIAL_BODY
[LOG 13:21:31.366] Config(CELESTIAL_BODY) ContractConfigurator/BiomeDataDefault/CELESTIAL_BODY
[LOG 13:21:31.366] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/ARM/ARMContract
[LOG 13:21:31.367] Config(AGENT) ContractConfigurator/Agencies/ARM/Asteroid Recovery
[LOG 13:21:31.368] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Base/BaseContract
[LOG 13:21:31.368] Config(AGENT) ContractConfigurator/Agencies/Base/Base Construction
[LOG 13:21:31.369] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/CollectScience/CollectScience
[LOG 13:21:31.370] Config(AGENT) ContractConfigurator/Agencies/CollectScience/Collect Science
[LOG 13:21:31.371] Config(AGENT) ContractConfigurator/Agencies/ContractConfigurator/Contract Configurator
[LOG 13:21:31.371] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/DMOS/DMAnomalyContract
[LOG 13:21:31.372] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/DMOS/DMAsteroidSurveyContract
[LOG 13:21:31.373] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/DMOS/DMMagneticSurveyContract
[LOG 13:21:31.373] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/DMOS/DMReconContract
[LOG 13:21:31.374] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/DMOS/DMSurveyContract
[LOG 13:21:31.375] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Explore/ExplorationContract
[LOG 13:21:31.376] Config(AGENT) ContractConfigurator/Agencies/Explore/Exploration
[LOG 13:21:31.376] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/FlagPlanting/PlantFlag
[LOG 13:21:31.377] Config(AGENT) ContractConfigurator/Agencies/FlagPlanting/Flag Planting
[LOG 13:21:31.377] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/GrandTour/GrandTour
[LOG 13:21:31.378] Config(AGENT) ContractConfigurator/Agencies/GrandTour/Grand Tours
[LOG 13:21:31.379] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/ISRU/ISRUContract
[LOG 13:21:31.380] Config(AGENT) ContractConfigurator/Agencies/ISRU/ISRU
[LOG 13:21:31.380] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/PartTest/PartTest
[LOG 13:21:31.381] Config(AGENT) ContractConfigurator/Agencies/PartTest/Part Testing
[LOG 13:21:31.381] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Rescue/RecoverAsset
[LOG 13:21:31.382] Config(AGENT) ContractConfigurator/Agencies/Rescue/Rescue and Recovery
[LOG 13:21:31.383] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Satellite/SatelliteContract
[LOG 13:21:31.383] Config(AGENT) ContractConfigurator/Agencies/Satellite/Satellites
[LOG 13:21:31.384] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Stations/StationContract
[LOG 13:21:31.385] Config(AGENT) ContractConfigurator/Agencies/Stations/Stations
[LOG 13:21:31.386] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Surveys/SurveyContract
[LOG 13:21:31.386] Config(AGENT) ContractConfigurator/Agencies/Surveys/Surveys
[LOG 13:21:31.387] Config(CONTRACT_DEFINITION) ContractConfigurator/Agencies/Tourism/TourismContract
[LOG 13:21:31.388] Config(AGENT) ContractConfigurator/Agencies/Tourism/Tourism
[LOG 13:21:31.388] Config(@Contracts) ContractConfigurator/patches/Contracts/@Contracts
[LOG 13:21:31.389] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/DMagicOrbitalScience/DMagicOrbitalScience
[LOG 13:21:31.390] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/Impact/Impact
[LOG 13:21:31.390] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/Mkerb/Mkerb
[LOG 13:21:31.391] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/N3h3miah/N3h3miah
[LOG 13:21:31.392] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/SCANsat/SCANsat
[LOG 13:21:31.392] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/SolarScience/SolarScience
[LOG 13:21:31.393] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/StationScience/StationScience
[LOG 13:21:31.394] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/stock/StockKSP
[LOG 13:21:31.394] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/SurfaceExperimentPackage/SurfaceExperimentPackage
[LOG 13:21:31.395] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/TarsierSpaceTechnology/TarsierSpaceTechnology
[LOG 13:21:31.396] Config(CC_EXPERIMENT_DEFINITIONS) ContractConfigurator/science/USI/USI
[LOG 13:21:31.397] Config(CONTRACT_GROUP) ContractPacks/CleverSat/CleverSat/CleverSat
[LOG 13:21:31.397] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatConstellation/CleverSatConstellation
[LOG 13:21:31.398] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatConstellationShift/CleverSatConstellationShift
[LOG 13:21:31.399] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatCore/CleverSatCore
[LOG 13:21:31.400] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatProbeMalfunction/CleverSatProbeMalfunction
[LOG 13:21:31.400] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatRandomShift/CleverSatRandomShift
[LOG 13:21:31.401] Config(CONTRACT_TYPE) ContractPacks/CleverSat/CleverSatRogueAI/CleverSatRogueAI
[LOG 13:21:31.402] Config(AGENT) ContractPacks/CleverSat/Agent/CleverSatsAgency/Astronomical Survey Society
[LOG 13:21:31.403] Config(@STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia]) ContractPacks/CleverSat/Patches/Strategia/@STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia]
[LOG 13:21:31.404] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/BiomeStudy/FS_BiomeStudy
[LOG 13:21:31.404] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/ClimateStudy/FS_ClimateStudy
[LOG 13:21:31.405] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/Experiment/FS_Experiment
[LOG 13:21:31.406] Config(CONTRACT_GROUP) ContractPacks/FieldResearch/FieldResearch/FieldResearch
[LOG 13:21:31.406] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/GeologicalStudy/FS_GeologicalStudy
[LOG 13:21:31.407] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/HardScience/FS_HardScience
[LOG 13:21:31.408] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/KSC/FS_KSC
[LOG 13:21:31.408] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/Scientist/FS_Scientist
[LOG 13:21:31.409] Config(CONTRACT_TYPE) ContractPacks/FieldResearch/Scraps/FS_Scraps
[LOG 13:21:31.410] Config(AGENT) ContractPacks/FieldResearch/Agencies/Agents/Field Research Team
[LOG 13:21:31.410] Config(@CC_EXPERIMENT_DEFINITIONS[StationScience]) ContractPacks/FieldResearch/Patches/DisableStationScience/@CC_EXPERIMENT_DEFINITIONS[StationScience]
[LOG 13:21:31.411] Config(@STRATEGY_LEVEL_EXPAND[ScientistFocus]:NEEDS[Strategia]) ContractPacks/FieldResearch/Patches/Strategia/@STRATEGY_LEVEL_EXPAND[ScientistFocus]:NEEDS[Strategia]
[LOG 13:21:31.412] Config(CONTRACT_GROUP) ContractPacks/KerbinSpaceStation/BasesandStations/BasesandStations
[LOG 13:21:31.413] Config(AGENT) ContractPacks/KerbinSpaceStation/Agents/StationAgent/Duna One
[LOG 13:21:31.414] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BaseCreate/BaseCreate
[LOG 13:21:31.415] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BaseExpansion/BaseExpansion
[LOG 13:21:31.415] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BasePopulation/BasePopulation
[LOG 13:21:31.416] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BaseRover/BaseRover
[LOG 13:21:31.417] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BaseScan/BaseScan
[LOG 13:21:31.418] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/BaseScience/BaseScience
[LOG 13:21:31.418] Config(CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport]) ContractPacks/KerbinSpaceStation/Core Missions/BaseSelf-Sufficiency/BaseSelfSufficiency
[LOG 13:21:31.419] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/Core Missions/StationCore/StationCore
[LOG 13:21:31.420] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseCommsLost/BaseCommsLost
[LOG 13:21:31.421] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseCrewRotation/BaseCrewRotation
[LOG 13:21:31.422] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseMedicalEmergency/BaseMedicalEmergency
[LOG 13:21:31.422] Config(CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport]) ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseResupply/BaseResupply
[LOG 13:21:31.423] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/CrewRotation/CrewRotation
[LOG 13:21:31.424] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/Evacuate/Evacuate
[LOG 13:21:31.425] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/ExtraCrewCapacity/ExtraCrewCapacity
[LOG 13:21:31.426] Config(CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport]) ContractPacks/KerbinSpaceStation/MaintenanceMissions/LSResupply/LSResupply
[LOG 13:21:31.427] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/MedicalEmergency/MedicalEmergency
[LOG 13:21:31.427] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/NewCrew/NewCrew
[LOG 13:21:31.428] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/PayloadSpecialist/PayloadSpecialist
[LOG 13:21:31.429] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/RepairFaultyModule/RepairFaultyModule
[LOG 13:21:31.430] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReplaceFaultyModule/ReplaceFaultyModule
[LOG 13:21:31.431] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReturnCrew/ReturnCrew
[LOG 13:21:31.431] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/ScienceExperimentModule/ScienceExperimentModule
[LOG 13:21:31.432] Config(CONTRACT_TYPE) ContractPacks/KerbinSpaceStation/MaintenanceMissions/SurfaceSample/SurfaceSample
[LOG 13:21:31.433] Config(@STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia]) ContractPacks/KerbinSpaceStation/Patches/Strategia/@STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia]
[LOG 13:21:31.434] Config(@STORY_DEF) ContractPacks/Spacetux/UnmannedContracts/coherentcontractsmod/@STORY_DEF
[LOG 13:21:31.435] Config(CONTRACT_GROUP) ContractPacks/Spacetux/UnmannedContracts/group/STGUnmannedMissions
[LOG 13:21:31.436] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Orbit
[LOG 13:21:31.436] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Return from Orbit
[LOG 13:21:31.437] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Unmanned Flyby
[LOG 13:21:31.438] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Impact
[LOG 13:21:31.439] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Targeted Impact
[LOG 13:21:31.439] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Orbital Satellite
[LOG 13:21:31.440] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Polar Orbital Satellite
[LOG 13:21:31.441] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Equatorial OrbitalSat
[LOG 13:21:31.442] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Kolniya Orbital Satellite
[LOG 13:21:31.442] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Tundra Orbital Satellite
[LOG 13:21:31.443] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/First Unmanned Landing
[LOG 13:21:31.444] Config(CONTRACT_TYPE) ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts/Targeted Unmanned Landing
[LOG 13:21:31.445] Config(CONTRACT_TYPE) ContractPacks/Tourism/Asteroid/Tourism_Asteroid
[LOG 13:21:31.445] Config(CONTRACT_TYPE) ContractPacks/Tourism/Attraction/Tourism_Attraction
[LOG 13:21:31.446] Config(CONTRACT_TYPE) ContractPacks/Tourism/AttractionReturnHome/Tourism_AttractionReturn
[LOG 13:21:31.447] Config(CONTRACT_TYPE) ContractPacks/Tourism/Base/Tourism_Base
[LOG 13:21:31.447] Config(CONTRACT_TYPE) ContractPacks/Tourism/CasinoBuilding/Tourism_Casino
[LOG 13:21:31.448] Config(@CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[RemoteTech]) ContractPacks/Tourism/CasinoBuilding/@CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[RemoteTech]
[LOG 13:21:31.449] Config(@CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech]) ContractPacks/Tourism/CasinoBuilding/@CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech]
[LOG 13:21:31.450] Config(CONTRACT_TYPE) ContractPacks/Tourism/FirstTourist/Tourism_FirstTourist
[LOG 13:21:31.451] Config(CONTRACT_TYPE) ContractPacks/Tourism/GasGiantMoons/Tourism_GasGiantMoons
[LOG 13:21:31.452] Config(CONTRACT_TYPE) ContractPacks/Tourism/HotelBuilding/Tourism_Hotel
[LOG 13:21:31.452] Config(@CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[RemoteTech]) ContractPacks/Tourism/HotelBuilding/@CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[RemoteTech]
[LOG 13:21:31.453] Config(@CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech]) ContractPacks/Tourism/HotelBuilding/@CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech]
[LOG 13:21:31.455] Config(CONTRACT_TYPE) ContractPacks/Tourism/InvestorTour/Tourism_Investor
[LOG 13:21:31.455] Config(CONTRACT_TYPE) ContractPacks/Tourism/LowOrbit/Tourism_LowOrbit
[LOG 13:21:31.456] Config(CONTRACT_TYPE) ContractPacks/Tourism/MoonLandings/Tourism_Moon_Landings
[LOG 13:21:31.457] Config(CONTRACT_TYPE) ContractPacks/Tourism/Moons/Tourism_Moons
[LOG 13:21:31.457] Config(CONTRACT_TYPE) ContractPacks/Tourism/SpaceCamp/Tourism_SpaceCamp
[LOG 13:21:31.458] Config(CONTRACT_TYPE) ContractPacks/Tourism/Station/Tourism_Station
[LOG 13:21:31.459] Config(CONTRACT_TYPE) ContractPacks/Tourism/SubOrbital/Tourism_SubOrbital
[LOG 13:21:31.459] Config(CONTRACT_GROUP) ContractPacks/Tourism/Tourism/Tourism
[LOG 13:21:31.460] Config(CONTRACT_TYPE) ContractPacks/Tourism/TwoMoons/Tourism_TwoMoons
[LOG 13:21:31.461] Config(AGENT) ContractPacks/Tourism/Agencies/Agents/Kerbal Space Tourism
[LOG 13:21:31.461] Config(@STRATEGY_LEVEL_EXPAND[PilotFocus]:NEEDS[Strategia]) ContractPacks/Tourism/Patches/Strategia/@STRATEGY_LEVEL_EXPAND[PilotFocus]:NEEDS[Strategia]
[LOG 13:21:31.462] Config(CelestialBodyColor) DistantObject/PlanetColors/Ciro
[LOG 13:21:31.463] Config(CelestialBodyColor) DistantObject/PlanetColors/Gauss
[LOG 13:21:31.463] Config(CelestialBodyColor) DistantObject/PlanetColors/Otho
[LOG 13:21:31.464] Config(CelestialBodyColor) DistantObject/PlanetColors/Catullus
[LOG 13:21:31.465] Config(CelestialBodyColor) DistantObject/PlanetColors/Augustus
[LOG 13:21:31.465] Config(CelestialBodyColor) DistantObject/PlanetColors/Loki
[LOG 13:21:31.466] Config(CelestialBodyColor) DistantObject/PlanetColors/Hephaestus
[LOG 13:21:31.467] Config(CelestialBodyColor) DistantObject/PlanetColors/Niven
[LOG 13:21:31.467] Config(CelestialBodyColor) DistantObject/PlanetColors/Nero
[LOG 13:21:31.468] Config(CelestialBodyColor) DistantObject/PlanetColors/Tarsiss
[LOG 13:21:31.469] Config(CelestialBodyColor) DistantObject/PlanetColors/Hox
[LOG 13:21:31.469] Config(CelestialBodyColor) DistantObject/PlanetColors/Eta
[LOG 13:21:31.470] Config(CelestialBodyColor) DistantObject/PlanetColors/Gael
[LOG 13:21:31.470] Config(CelestialBodyColor) DistantObject/PlanetColors/Thalia
[LOG 13:21:31.471] Config(CelestialBodyColor) DistantObject/PlanetColors/Ceti
[LOG 13:21:31.472] Config(CelestialBodyColor) DistantObject/PlanetColors/Iota
[LOG 13:21:31.472] Config(CelestialBodyColor) DistantObject/PlanetColors/Gratian
[LOG 13:21:31.473] Config(CelestialBodyColor) DistantObject/PlanetColors/Geminus
[LOG 13:21:31.474] Config(CelestialBodyColor) DistantObject/PlanetColors/Icarus
[LOG 13:21:31.474] Config(CelestialBodyColor) DistantObject/PlanetColors/Tellumo
[LOG 13:21:31.475] Config(CelestialBodyColor) DistantObject/PlanetColors/Argo
[LOG 13:21:31.475] Config(CelestialBodyColor) DistantObject/PlanetColors/Hadrian
[LOG 13:21:31.476] Config(CelestialBodyColor) DistantObject/PlanetColors/Muse
[LOG 13:21:31.477] Config(CelestialBodyColor) DistantObject/PlanetColors/Jannah
[LOG 13:21:31.477] Config(CelestialBodyColor) DistantObject/PlanetColors/Leto
[LOG 13:21:31.478] Config(CelestialBodyColor) DistantObject/PlanetColors/Minona
[LOG 13:21:31.479] Config(CelestialBodyColor) DistantObject/PlanetColors/Narisse
[LOG 13:21:31.479] Config(@Kopernicus:FOR[GPP]) GPP/Ciro/Ciro/@Kopernicus:FOR[GPP]
[LOG 13:21:31.480] Config(@Kopernicus:FOR[GPP]) GPP/Gael/Ceti/@Kopernicus:FOR[GPP]
[LOG 13:21:31.480] Config(@Kopernicus:FOR[GPP]) GPP/Gael/Gael/@Kopernicus:FOR[GPP]
[LOG 13:21:31.481] Config(@Kopernicus:FOR[GPP]) GPP/Gael/Iota/@Kopernicus:FOR[GPP]
[LOG 13:21:31.482] Config(@Kopernicus:FOR[GPP]) GPP/Gauss/Catullus/@Kopernicus:FOR[GPP]
[LOG 13:21:31.482] Config(@Kopernicus:BEFORE[SigmaBinary]) GPP/Gauss/Catullus/@Kopernicus:BEFORE[SigmaBinary]
[LOG 13:21:31.483] Config(@Kopernicus:FOR[GPP]) GPP/Gauss/Gauss/@Kopernicus:FOR[GPP]
[LOG 13:21:31.484] Config(@Kopernicus:FOR[GPP]) GPP/Gauss/Loki/@Kopernicus:FOR[GPP]
[LOG 13:21:31.484] Config(@Kopernicus:FOR[GPP]) GPP/Gauss/Tarsiss/@Kopernicus:FOR[GPP]
[LOG 13:21:31.485] Config(@Kopernicus:FOR[GPP]) GPP/GPP_Configs/Asteroids/@Kopernicus:FOR[GPP]
[LOG 13:21:31.486] Config(@PART[sticker]:NEEDS[blackheart]) GPP/GPP_Configs/GPP_Decals/@PART[sticker]:NEEDS[blackheart]
[LOG 13:21:31.487] Config(@PART[stickerv]:NEEDS[blackheart]) GPP/GPP_Configs/GPP_Decals/@PART[stickerv]:NEEDS[blackheart]
[LOG 13:21:31.487] Config(@PART[stickermini]:NEEDS[blackheart]) GPP/GPP_Configs/GPP_Decals/@PART[stickermini]:NEEDS[blackheart]
[LOG 13:21:31.488] Config(@KSCSWITCHER:FOR[GPP]) GPP/GPP_Configs/GPP_LaunchSites/@KSCSWITCHER:FOR[GPP]
[LOG 13:21:31.489] Config(MechJeb2Landing) GPP/GPP_Configs/GPP_MechJeb2/MechJeb2Landing
[LOG 13:21:31.490] Config(@RemoteTechSettings:FOR[GPP]) GPP/GPP_Configs/GPP_RemoteTech/@RemoteTechSettings:FOR[GPP]
[LOG 13:21:31.490] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[surfaceSample]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[surfaceSample]]
[LOG 13:21:31.491] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[crewReport]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[crewReport]]
[LOG 13:21:31.492] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[evaReport]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[evaReport]]
[LOG 13:21:31.493] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[mysteryGoo]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[mysteryGoo]]
[LOG 13:21:31.494] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[mobileMaterialsLab]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[mobileMaterialsLab]]
[LOG 13:21:31.495] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[temperatureScan]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[temperatureScan]]
[LOG 13:21:31.496] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[barometerScan]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[barometerScan]]
[LOG 13:21:31.497] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[gravityScan]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[gravityScan]]
[LOG 13:21:31.498] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[seismicScan]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[seismicScan]]
[LOG 13:21:31.499] Config(@EXPERIMENT_DEFINITION[*]:HAS[#id[atmosphereAnalysis]]) GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[atmosphereAnalysis]]
[LOG 13:21:31.500] Config(STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/MoonProgram
[LOG 13:21:31.500] Config(STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/PlanetaryProgram
[LOG 13:21:31.501] Config(STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/GasGiantProgram
[LOG 13:21:31.502] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/AstronautTrainingProgram
[LOG 13:21:31.503] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/MassiveLaunches
[LOG 13:21:31.504] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/Standards
[LOG 13:21:31.504] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/PilotFocus
[LOG 13:21:31.505] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/EngineerFocus
[LOG 13:21:31.506] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/ScientistFocus
[LOG 13:21:31.507] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/PrivateSector
[LOG 13:21:31.507] Config(STRATEGY:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/PublicSpectating
[LOG 13:21:31.508] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/MediaCoverage
[LOG 13:21:31.509] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/BoldlyGo
[LOG 13:21:31.510] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/ProbeFrenzy
[LOG 13:21:31.510] Config(STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/LocalScience
[LOG 13:21:31.511] Config(STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/MoonProgram
[LOG 13:21:31.512] Config(STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/PlanetaryProgram
[LOG 13:21:31.513] Config(STRATEGY:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/ImpactorProbes
[LOG 13:21:31.513] Config(STRATEGY:NEEDS[CustomBarnKit]) GPP/GPP_Configs/GPP_Strategia/FlyByProbes
[LOG 13:21:31.514] Config(!STRATEGY:HAS[~protectedStrategy[true]]:FOR[GPP]) GPP/GPP_Configs/GPP_Strategia/!STRATEGY:HAS[~protectedStrategy[true]]:FOR[GPP]
[LOG 13:21:31.515] Config(!STRATEGY_BODY_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]) GPP/GPP_Configs/GPP_Strategia/!STRATEGY_BODY_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]
[LOG 13:21:31.516] Config(!STRATEGY_LEVEL_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]) GPP/GPP_Configs/GPP_Strategia/!STRATEGY_LEVEL_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]
[LOG 13:21:31.517] Config(!STRATEGY_LEVEL_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]) GPP/GPP_Configs/GPP_Strategia/!STRATEGY_LEVEL_EXPAND:HAS[~protectedStrategy[true]]:FOR[GPP]
[LOG 13:21:31.518] Config(!CONTRACT_TYPE:HAS[~protectedStrategy[true]]:FOR[GPP]) GPP/GPP_Configs/GPP_Strategia/!CONTRACT_TYPE:HAS[~protectedStrategy[true]]:FOR[GPP]
[LOG 13:21:31.519] Config(@PART[KA_Drill_250_01]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[KA_Drill_250_01]:NEEDS[Karbonite]
[LOG 13:21:31.520] Config(@PART[KA_Jet_PropFan_01]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[KA_Jet_PropFan_01]:NEEDS[Karbonite]
[LOG 13:21:31.520] Config(@PART[LFKA_Jet_PropFan_01]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[LFKA_Jet_PropFan_01]:NEEDS[Karbonite]
[LOG 13:21:31.521] Config(@PART[KA_Jet_PropFan_02]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[KA_Jet_PropFan_02]:NEEDS[Karbonite]
[LOG 13:21:31.522] Config(@PART[LFKA_Jet_PropFan_02]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[LFKA_Jet_PropFan_02]:NEEDS[Karbonite]
[LOG 13:21:31.523] Config(@PART[KA_Jet_PropFan_03]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[KA_Jet_PropFan_03]:NEEDS[Karbonite]
[LOG 13:21:31.524] Config(@PART[LFKA_Jet_PropFan_03]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[LFKA_Jet_PropFan_03]:NEEDS[Karbonite]
[LOG 13:21:31.525] Config(@PART[LFKA_Jet_Stack_01]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[LFKA_Jet_Stack_01]:NEEDS[Karbonite]
[LOG 13:21:31.526] Config(@PART[KA_Jet_Stack_01]:NEEDS[Karbonite]) GPP/GPP_Configs/ImprovedKarburetors/@PART[KA_Jet_Stack_01]:NEEDS[Karbonite]
[LOG 13:21:31.526] Config(@PART[launchClamp1]) GPP/GPP_Configs/QuietLaunchClamps/@PART[launchClamp1]
[LOG 13:21:31.527] Config(PARTUPGRADE:NEEDS[GPP]) GPP/GPP_Configs/range_ResearchBodies/TrackBodiesTelescope-ES
[LOG 13:21:31.528] Config(@PART[RelayAntenna100]:NEEDS[GPP]) GPP/GPP_Configs/range_StockAntenna/@PART[RelayAntenna100]:NEEDS[GPP]
[LOG 13:21:31.529] Config(PARTUPGRADE:NEEDS[GPP]) GPP/GPP_Configs/range_StockAntenna/RelayAntenna100-Power
[LOG 13:21:31.529] Config(@PART[commDish]:NEEDS[GPP]) GPP/GPP_Configs/range_StockAntenna/@PART[commDish]:NEEDS[GPP]
[LOG 13:21:31.530] Config(PARTUPGRADE:NEEDS[GPP]) GPP/GPP_Configs/range_StockAntenna/commDish-Power
[LOG 13:21:31.531] Config(@Kopernicus:BEFORE[GPP]) GPP/GPP_Configs/RemoveStockPlanets/@Kopernicus:BEFORE[GPP]
[LOG 13:21:31.532] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.532] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.533] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.534] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.534] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.535] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.536] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.536] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Alumina/PLANETARY_RESOURCE
[LOG 13:21:31.537] Config(BIOME_RESOURCE) GPP/GPP_Resources/Alumina/BIOME_RESOURCE
[LOG 13:21:31.538] Config(BIOME_RESOURCE) GPP/GPP_Resources/Alumina/BIOME_RESOURCE
[LOG 13:21:31.538] Config(BIOME_RESOURCE) GPP/GPP_Resources/Alumina/BIOME_RESOURCE
[LOG 13:21:31.539] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.540] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.540] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.541] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.542] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.542] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.543] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ammonia/PLANETARY_RESOURCE
[LOG 13:21:31.544] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ammonia/BIOME_RESOURCE
[LOG 13:21:31.544] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.545] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.546] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.546] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.547] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.548] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.548] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.549] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.550] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.550] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ArgonGas/PLANETARY_RESOURCE
[LOG 13:21:31.551] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.552] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.553] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/CarbonDioxide/PLANETARY_RESOURCE
[LOG 13:21:31.553] Config(BIOME_RESOURCE) GPP/GPP_Resources/CarbonDioxide/BIOME_RESOURCE
[LOG 13:21:31.554] Config(BIOME_RESOURCE) GPP/GPP_Resources/CarbonDioxide/BIOME_RESOURCE
[LOG 13:21:31.555] Config(BIOME_RESOURCE) GPP/GPP_Resources/CarbonDioxide/BIOME_RESOURCE
[LOG 13:21:31.555] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.556] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.556] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.557] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.558] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.558] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.559] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.560] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Dirt/PLANETARY_RESOURCE
[LOG 13:21:31.560] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.561] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.562] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.562] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.563] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.564] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.565] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.565] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.566] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.567] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.567] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.568] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.569] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.569] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.570] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.571] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.572] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.572] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.573] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.574] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/ExoticMinerals/PLANETARY_RESOURCE
[LOG 13:21:31.574] Config(BIOME_RESOURCE) GPP/GPP_Resources/ExoticMinerals/BIOME_RESOURCE
[LOG 13:21:31.575] Config(BIOME_RESOURCE) GPP/GPP_Resources/ExoticMinerals/BIOME_RESOURCE
[LOG 13:21:31.576] Config(BIOME_RESOURCE) GPP/GPP_Resources/ExoticMinerals/BIOME_RESOURCE
[LOG 13:21:31.576] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.577] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.578] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.578] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.579] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.580] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.580] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.581] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Gypsum/PLANETARY_RESOURCE
[LOG 13:21:31.582] Config(BIOME_RESOURCE) GPP/GPP_Resources/Gypsum/BIOME_RESOURCE
[LOG 13:21:31.582] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.583] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.584] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.584] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.585] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.586] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.586] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.587] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.588] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.588] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.589] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Helium/PLANETARY_RESOURCE
[LOG 13:21:31.590] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.590] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.591] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.592] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.592] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.593] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrates/PLANETARY_RESOURCE
[LOG 13:21:31.594] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.594] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.595] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.596] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.596] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.597] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.598] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.598] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.599] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.600] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.600] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Hydrogen/PLANETARY_RESOURCE
[LOG 13:21:31.601] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.602] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.603] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.603] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.604] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.605] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.605] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.606] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.607] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.607] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.608] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.609] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.609] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.610] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.611] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.611] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.612] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.613] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.613] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.614] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.615] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.615] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.616] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.617] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.617] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.618] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.619] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.619] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.620] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.621] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.621] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.622] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.623] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.623] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.624] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.625] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.625] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.626] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.628] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.628] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.629] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.630] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.630] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.631] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.632] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.632] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.633] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.634] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.634] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.635] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karbonite/PLANETARY_RESOURCE
[LOG 13:21:31.636] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.636] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.637] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.638] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.638] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.639] Config(BIOME_RESOURCE) GPP/GPP_Resources/Karborundum/BIOME_RESOURCE
[LOG 13:21:31.640] Config(BIOME_RESOURCE) GPP/GPP_Resources/Karborundum/BIOME_RESOURCE
[LOG 13:21:31.640] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.641] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.642] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.642] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Karborundum/PLANETARY_RESOURCE
[LOG 13:21:31.643] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/LqdAmmonia/PLANETARY_RESOURCE
[LOG 13:21:31.644] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/LqdMethane/PLANETARY_RESOURCE
[LOG 13:21:31.644] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/LqdNitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.645] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.646] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.646] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.647] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.648] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.648] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.649] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.650] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.651] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.651] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetallicOre/PLANETARY_RESOURCE
[LOG 13:21:31.652] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetallicOre/BIOME_RESOURCE
[LOG 13:21:31.653] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetallicOre/BIOME_RESOURCE
[LOG 13:21:31.653] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetallicOre/BIOME_RESOURCE
[LOG 13:21:31.654] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.655] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.655] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.656] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.657] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.657] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.658] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.659] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.659] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.660] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/MetalOre/PLANETARY_RESOURCE
[LOG 13:21:31.661] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetalOre/BIOME_RESOURCE
[LOG 13:21:31.661] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetalOre/BIOME_RESOURCE
[LOG 13:21:31.662] Config(BIOME_RESOURCE) GPP/GPP_Resources/MetalOre/BIOME_RESOURCE
[LOG 13:21:31.663] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.663] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.664] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.665] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.665] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.666] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.667] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.667] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.668] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.669] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Methane/PLANETARY_RESOURCE
[LOG 13:21:31.669] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.670] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.671] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.671] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.672] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.673] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Minerals/PLANETARY_RESOURCE
[LOG 13:21:31.673] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.674] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.675] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.675] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.676] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.677] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.677] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.678] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.679] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.679] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.680] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.681] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.681] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.682] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Nitrogen/PLANETARY_RESOURCE
[LOG 13:21:31.683] Config(@Contracts) GPP/GPP_Resources/Ore/@Contracts
[LOG 13:21:31.683] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.684] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.685] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.685] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.686] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.687] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.687] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.688] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.689] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.689] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:31.690] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.691] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.691] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.692] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.692] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.693] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.694] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.695] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.695] Config(BIOME_RESOURCE) GPP/GPP_Resources/Ore/BIOME_RESOURCE
[LOG 13:21:31.696] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Oxygen/PLANETARY_RESOURCE
[LOG 13:21:31.697] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Oxygen/PLANETARY_RESOURCE
[LOG 13:21:31.697] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.698] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.699] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.699] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.700] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.701] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.701] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.702] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.703] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.704] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/RareMetals/PLANETARY_RESOURCE
[LOG 13:21:31.704] Config(BIOME_RESOURCE) GPP/GPP_Resources/RareMetals/BIOME_RESOURCE
[LOG 13:21:31.705] Config(BIOME_RESOURCE) GPP/GPP_Resources/RareMetals/BIOME_RESOURCE
[LOG 13:21:31.706] Config(BIOME_RESOURCE) GPP/GPP_Resources/RareMetals/BIOME_RESOURCE
[LOG 13:21:31.706] Config(BIOME_RESOURCE) GPP/GPP_Resources/RareMetals/BIOME_RESOURCE
[LOG 13:21:31.707] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.708] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.708] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.709] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Substrate/PLANETARY_RESOURCE
[LOG 13:21:31.710] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.710] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.711] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.712] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.712] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.713] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.714] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.714] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.715] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.716] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.716] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.717] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Uraninite/PLANETARY_RESOURCE
[LOG 13:21:31.718] Config(BIOME_RESOURCE) GPP/GPP_Resources/Uraninite/BIOME_RESOURCE
[LOG 13:21:31.718] Config(BIOME_RESOURCE) GPP/GPP_Resources/Uraninite/BIOME_RESOURCE
[LOG 13:21:31.719] Config(BIOME_RESOURCE) GPP/GPP_Resources/Uraninite/BIOME_RESOURCE
[LOG 13:21:31.720] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.720] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.721] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.722] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.722] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.723] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.724] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.724] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.725] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.726] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.726] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.727] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.728] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.728] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.729] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.730] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/Water/PLANETARY_RESOURCE
[LOG 13:21:31.730] Config(BIOME_RESOURCE) GPP/GPP_Resources/Water/BIOME_RESOURCE
[LOG 13:21:31.731] Config(BIOME_RESOURCE) GPP/GPP_Resources/Water/BIOME_RESOURCE
[LOG 13:21:31.731] Config(BIOME_RESOURCE) GPP/GPP_Resources/Water/BIOME_RESOURCE
[LOG 13:21:31.732] Config(BIOME_RESOURCE) GPP/GPP_Resources/Water/BIOME_RESOURCE
[LOG 13:21:31.733] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.733] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.734] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.735] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.735] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.736] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.737] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.737] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.738] Config(PLANETARY_RESOURCE) GPP/GPP_Resources/XenonGas/PLANETARY_RESOURCE
[LOG 13:21:31.739] Config(@Kopernicus:FOR[GPP]) GPP/Gratian/Geminus/@Kopernicus:FOR[GPP]
[LOG 13:21:31.739] Config(@Kopernicus:FOR[GPP]) GPP/Gratian/Gratian/@Kopernicus:FOR[GPP]
[LOG 13:21:31.740] Config(@Kopernicus:FOR[GPP]) GPP/Hox/Argo/@Kopernicus:FOR[GPP]
[LOG 13:21:31.741] Config(@Kopernicus:FOR[GPP]) GPP/Hox/Hox/@Kopernicus:FOR[GPP]
[LOG 13:21:31.742] Config(@Kopernicus:FOR[GPP]) GPP/Icarus/Icarus/@Kopernicus:FOR[GPP]
[LOG 13:21:31.742] Config(@Kopernicus:FOR[GPP]) GPP/Leto/Leto/@Kopernicus:FOR[GPP]
[LOG 13:21:31.743] Config(@Kopernicus:FOR[GPP]) GPP/Nero/Hadrian/@Kopernicus:FOR[GPP]
[LOG 13:21:31.744] Config(@Kopernicus:FOR[GPP]) GPP/Nero/Minona/@Kopernicus:FOR[GPP]
[LOG 13:21:31.744] Config(@Kopernicus:FOR[GPP]) GPP/Nero/Muse/@Kopernicus:FOR[GPP]
[LOG 13:21:31.745] Config(@Kopernicus:FOR[GPP]) GPP/Nero/Narisse/@Kopernicus:FOR[GPP]
[LOG 13:21:31.746] Config(@Kopernicus:FOR[GPP]) GPP/Nero/Nero/@Kopernicus:FOR[GPP]
[LOG 13:21:31.746] Config(@Kopernicus:FOR[GPP]) GPP/Niven/Niven/@Kopernicus:FOR[GPP]
[LOG 13:21:31.747] Config(@Kopernicus:FOR[GPP]) GPP/Otho/Augustus/@Kopernicus:FOR[GPP]
[LOG 13:21:31.748] Config(@Kopernicus:FOR[GPP]) GPP/Otho/Hephaestus/@Kopernicus:FOR[GPP]
[LOG 13:21:31.748] Config(@Kopernicus:FOR[GPP]) GPP/Otho/Jannah/@Kopernicus:FOR[GPP]
[LOG 13:21:31.749] Config(@Kopernicus:FOR[GPP]) GPP/Otho/Otho/@Kopernicus:FOR[GPP]
[LOG 13:21:31.750] Config(@Kopernicus:FOR[GPP]) GPP/Tellumo/Lili/@Kopernicus:FOR[GPP]
[LOG 13:21:31.750] Config(@Kopernicus:FOR[GPP]) GPP/Tellumo/Tellumo/@Kopernicus:FOR[GPP]
[LOG 13:21:31.751] Config(@Kopernicus:FOR[GPP]) GPP/Thalia/Eta/@Kopernicus:FOR[GPP]
[LOG 13:21:31.752] Config(@Kopernicus:FOR[GPP]) GPP/Thalia/Thalia/@Kopernicus:FOR[GPP]
[LOG 13:21:31.752] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/KerbalKonstructs/Statics/kkfloodlights1/KSCUpgrades_All_kkfloodlights1
[LOG 13:21:31.753] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/KerbalKonstructs/Statics/kktouchdownL/KSCUpgrades_All_kktwinlightsL
[LOG 13:21:31.754] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/KerbalKonstructs/Statics/kktouchdownR/KSCUpgrades_All_kktwinlightsR
[LOG 13:21:31.755] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Base/dustShed/KSCUpgrades_All_LackdustShed
[LOG 13:21:31.756] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/carpark/KSCUpgrades_All_Lackcarpark
[LOG 13:21:31.757] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/hangers/KSCUpgrades_All_Lackhangers
[LOG 13:21:31.758] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/junction/KSCUpgrades_All_Lackjunction
[LOG 13:21:31.758] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/landingLights/KSCUpgrades_All_LacklandingLights
[LOG 13:21:31.759] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/largebuilding/KSCUpgrades_All_Lacklargebuilding
[LOG 13:21:31.760] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/parkedVehicles/KSCUpgrades_All_LackparkedVehicles
[LOG 13:21:31.761] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/road/KSCUpgrades_All_Lackroad
[LOG 13:21:31.762] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/roadMovingCars/KSCUpgrades_All_LackroadCars
[LOG 13:21:31.763] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/tanks/KSCUpgrades_All_Lacktanks
[LOG 13:21:31.764] Config(STATIC) KerbalKonstructs/ExportedInstances/KSCUpgrades/All/LackMisc/Parts/Buildings/wideTruckStationary/KSCUpgrades_All_LackwideTruckStationary
[LOG 13:21:31.765] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/aimpoint/kkaimpoint
[LOG 13:21:31.765] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/displacement/kkdisplacement
[LOG 13:21:31.766] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/fixed1500/kkfixed1500
[LOG 13:21:31.767] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/fixed500/kkfixed500
[LOG 13:21:31.767] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/kourse00/kkkourse00
[LOG 13:21:31.768] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/kourse09/kkkourse09
[LOG 13:21:31.769] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/kourse18/kkkourse18
[LOG 13:21:31.770] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/threshold6/kkthreshold6
[LOG 13:21:31.770] Config(STATIC) KerbalKonstructs/FreeStatics/RunwayMarkings/threshold8/kkthreshold8
[LOG 13:21:31.771] Config(STATIC) KerbalKonstructs/NewInstances/kkfueltanks1-instances/STATIC
[LOG 13:21:31.772] Config(STATIC) KerbalKonstructs/NewInstances/kkhangar1-instances/STATIC
[LOG 13:21:31.772] Config(STATIC) KerbalKonstructs/NewInstances/kktwinlightsL-instances/STATIC
[LOG 13:21:31.773] Config(STATIC) KerbalKonstructs/NewInstances/kktwinlightsR-instances/STATIC
[LOG 13:21:31.774] Config(STATIC) KerbalKonstructs/NewInstances/Lackcarpark-instances/STATIC
[LOG 13:21:31.774] Config(STATIC) KerbalKonstructs/NewInstances/LackdsmallHab-instances/STATIC
[LOG 13:21:31.775] Config(STATIC) KerbalKonstructs/NewInstances/Lackjunction-instances/STATIC
[LOG 13:21:31.776] Config(STATIC) KerbalKonstructs/NewInstances/Lacklargebuilding-instances/STATIC
[LOG 13:21:31.777] Config(STATIC) KerbalKonstructs/NewInstances/Lacklargebuilding2-instances/STATIC
[LOG 13:21:31.777] Config(STATIC) KerbalKonstructs/NewInstances/LackPalms1-instances/STATIC
[LOG 13:21:31.778] Config(STATIC) KerbalKonstructs/NewInstances/LackparkedVehicles-instances/STATIC
[LOG 13:21:31.779] Config(STATIC) KerbalKonstructs/NewInstances/LacksmallBuilding1-instances/STATIC
[LOG 13:21:31.779] Config(STATIC) KerbalKonstructs/NewInstances/LacksmallBuilding2-instances/STATIC
[LOG 13:21:31.780] Config(STATIC) KerbalKonstructs/NewInstances/LacksmallBuilding3-instances/STATIC
[LOG 13:21:31.781] Config(STATIC) KerbalKonstructs/NewInstances/Lacktanks-instances/STATIC
[LOG 13:21:31.781] Config(STATIC) KerbalKonstructs/Statics/kkcontroltower1/kkcontroltower1
[LOG 13:21:31.782] Config(STATIC) KerbalKonstructs/Statics/kkcrawlerway1/kkcrawlerway1
[LOG 13:21:31.783] Config(STATIC) KerbalKonstructs/Statics/kkfloodlights1/kkfloodlights1
[LOG 13:21:31.783] Config(STATIC) KerbalKonstructs/Statics/kkfueltanks1/kkfueltanks1
[LOG 13:21:31.784] Config(STATIC) KerbalKonstructs/Statics/kkhangar1/kkhangar1
[LOG 13:21:31.785] Config(STATIC) KerbalKonstructs/Statics/kkhelipad1/kkhelipad1
[LOG 13:21:31.785] Config(STATIC) KerbalKonstructs/Statics/kklandingguide/kerbinsideflatlaunchlguide
[LOG 13:21:31.786] Config(STATIC) KerbalKonstructs/Statics/kklandinglights2/kklandinglights2
[LOG 13:21:31.787] Config(STATIC) KerbalKonstructs/Statics/kkrocketpad1/kkrocketpad1
[LOG 13:21:31.787] Config(STATIC) KerbalKonstructs/Statics/kkrocketpad2/kkrocketpad2
[LOG 13:21:31.788] Config(STATIC) KerbalKonstructs/Statics/kkrunway1/kkrunway1
[LOG 13:21:31.789] Config(STATIC) KerbalKonstructs/Statics/kkrunway1end/kkrunway1end
[LOG 13:21:31.789] Config(STATIC) KerbalKonstructs/Statics/kkrunway1ramp/kkrunway1ramp
[LOG 13:21:31.790] Config(STATIC) KerbalKonstructs/Statics/kkrunway1strip/kkrunway1strip
[LOG 13:21:31.791] Config(STATIC) KerbalKonstructs/Statics/kkrunway2/kkrunway2
[LOG 13:21:31.791] Config(STATIC) KerbalKonstructs/Statics/kktaxibend1/kktaxibend1
[LOG 13:21:31.792] Config(STATIC) KerbalKonstructs/Statics/kktaxibend2/kktaxibend2
[LOG 13:21:31.793] Config(STATIC) KerbalKonstructs/Statics/kktouchdownL/kktwinlightsL
[LOG 13:21:31.793] Config(STATIC) KerbalKonstructs/Statics/kktouchdownR/kktwinlightsR
[LOG 13:21:31.794] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/KSCUpgrades/kerbinsideflatlaunchlguide/Master_KSCUpgrades_kerbinsideflatlaunchlguide
[LOG 13:21:31.795] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/KSCUpgrades/kktwinlightsL/Master_KSCUpgrades_kktwinlightsL
[LOG 13:21:31.795] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/KSCUpgrades/kktwinlightsR/Master_KSCUpgrades_kktwinlightsR
[LOG 13:21:31.796] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kerbinsideflatlaunchlguide/Master_RoundRange_kerbinsideflatlaunchlguide
[LOG 13:21:31.797] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkcontroltower1/Master_RoundRange_kkcontroltower1
[LOG 13:21:31.798] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkfloodlights1/Master_RoundRange_kkfloodlights1
[LOG 13:21:31.799] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkfueltanks1/Master_RoundRange_kkfueltanks1
[LOG 13:21:31.800] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkhangar1/Master_RoundRange_kkhangar1
[LOG 13:21:31.800] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkhelipad1/Master_RoundRange_kkhelipad1
[LOG 13:21:31.801] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kklandinglights2/Master_RoundRange_kklandinglights2
[LOG 13:21:31.802] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkrocketpad2/Master_RoundRange_kkrocketpad2
[LOG 13:21:31.803] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kkrunway2/Master_RoundRange_kkrunway2
[LOG 13:21:31.804] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kktwinlightsL/Master_RoundRange_kktwinlightsL
[LOG 13:21:31.804] Config(STATIC) KerbalKonstructs/Statics/ExampleBases/RoundRange/kktwinlightsR/Master_RoundRange_kktwinlightsR
[LOG 13:21:31.805] Config(Kopernicus) Kopernicus/Config/System/Kerbol System
[LOG 13:21:31.806] Config(STATIC) KSCFloodlight/FloodlightKSC/FloodlightKSC
[LOG 13:21:31.807] Config(KSCSWITCHER) KSCSwitcher/LaunchSites/KSCSWITCHER
[LOG 13:21:31.807] Config(STATIC) LackMisc/Parts/Base/dustShed/LackdustShed
[LOG 13:21:31.808] Config(STATIC) LackMisc/Parts/Base/dustWall/LackdustWall
[LOG 13:21:31.808] Config(STATIC) LackMisc/Parts/Base/largeHab/LackdlargeHab
[LOG 13:21:31.809] Config(STATIC) LackMisc/Parts/Base/smallHab/LackdsmallHab
[LOG 13:21:31.810] Config(STATIC) LackMisc/Parts/Base/tower/Lacktower
[LOG 13:21:31.810] Config(STATIC) LackMisc/Parts/Buildings/carpark/Lackcarpark
[LOG 13:21:31.811] Config(STATIC) LackMisc/Parts/Buildings/hangers/Lackhangers
[LOG 13:21:31.811] Config(STATIC) LackMisc/Parts/Buildings/hut/Lackhut
[LOG 13:21:31.812] Config(STATIC) LackMisc/Parts/Buildings/junction/Lackjunction
[LOG 13:21:31.813] Config(STATIC) LackMisc/Parts/Buildings/landingLights/LacklandingLights
[LOG 13:21:31.813] Config(STATIC) LackMisc/Parts/Buildings/largebuilding/Lacklargebuilding
[LOG 13:21:31.814] Config(STATIC) LackMisc/Parts/Buildings/largebuilding2/Lacklargebuilding2
[LOG 13:21:31.815] Config(STATIC) LackMisc/Parts/Buildings/parkedVehicles/LackparkedVehicles
[LOG 13:21:31.815] Config(STATIC) LackMisc/Parts/Buildings/rail/Lackrail
[LOG 13:21:31.816] Config(STATIC) LackMisc/Parts/Buildings/railTunnel/LackrailTunnel
[LOG 13:21:31.817] Config(STATIC) LackMisc/Parts/Buildings/road/Lackroad
[LOG 13:21:31.817] Config(STATIC) LackMisc/Parts/Buildings/roadMovingCars/LackroadCars
[LOG 13:21:31.818] Config(STATIC) LackMisc/Parts/Buildings/smallbuilding1/LacksmallBuilding1
[LOG 13:21:31.819] Config(STATIC) LackMisc/Parts/Buildings/smallbuilding2/LacksmallBuilding2
[LOG 13:21:31.819] Config(STATIC) LackMisc/Parts/Buildings/smallbuilding3/LacksmallBuilding3
[LOG 13:21:31.820] Config(STATIC) LackMisc/Parts/Buildings/tanks/Lacktanks
[LOG 13:21:31.821] Config(STATIC) LackMisc/Parts/Buildings/wideTruckStationary/LackwideTruckStationary
[LOG 13:21:31.821] Config(STATIC) LackMisc/Parts/Buildings/windSock/Lackwindsock
[LOG 13:21:31.822] Config(STATIC) LackMisc/Parts/Buildings/wires/Lackwires
[LOG 13:21:31.823] Config(STATIC) LackMisc/Parts/Fence/part/LackFence1
[LOG 13:21:31.823] Config(STATIC) LackMisc/Parts/Palms/lowPolTrees/LacklowPolTrees
[LOG 13:21:31.824] Config(STATIC) LackMisc/Parts/Palms/lowPolTreesLarge/LacklowPolTreesLarge
[LOG 13:21:31.824] Config(STATIC) LackMisc/Parts/Palms/palmRow/LackPalmRow
[LOG 13:21:31.825] Config(STATIC) LackMisc/Parts/Palms/palmRow2/LackPalmRow2
[LOG 13:21:31.826] Config(STATIC) LackMisc/Parts/Palms/part/LackPalms1
[LOG 13:21:31.826] Config(ACTIVE_TEXTURE_MANAGER_CONFIG) Nereid/FinalFrontier/TextureCompression/ACTIVE_TEXTURE_MANAGER_CONFIG
[LOG 13:21:31.827] Config(ACTIVE_TEXTURE_MANAGER_CONFIG) Nereid/FinalFrontier/TextureCompression/ACTIVE_TEXTURE_MANAGER_CONFIG
[LOG 13:21:31.828] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Ciro
[LOG 13:21:31.829] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Gauss
[LOG 13:21:31.829] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Muse
[LOG 13:21:31.830] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Niven
[LOG 13:21:31.831] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Hephaestus
[LOG 13:21:31.831] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Otho
[LOG 13:21:31.832] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Gael
[LOG 13:21:31.833] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Eta
[LOG 13:21:31.833] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Iota
[LOG 13:21:31.834] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Gratian
[LOG 13:21:31.835] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Icarus
[LOG 13:21:31.835] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Nero
[LOG 13:21:31.836] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Catullus
[LOG 13:21:31.837] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Hadrian
[LOG 13:21:31.837] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Argo
[LOG 13:21:31.838] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Augustus
[LOG 13:21:31.839] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Thalia
[LOG 13:21:31.839] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Jannah
[LOG 13:21:31.840] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Tarsiss
[LOG 13:21:31.841] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Hox
[LOG 13:21:31.841] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Leto
[LOG 13:21:31.842] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Ceti
[LOG 13:21:31.843] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Geminus
[LOG 13:21:31.843] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Tellumo
[LOG 13:21:31.844] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Minona
[LOG 13:21:31.845] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Narisse
[LOG 13:21:31.845] Config(PlanetshineCelestialBody) PlanetShine/Config/CelestialBodies/Loki
[LOG 13:21:31.846] Config(PlanetShine) PlanetShine/Config/Settings/PlanetShine
[LOG 13:21:31.847] Config(Scatterer_config) scatterer/config/config/Scatterer_config
[LOG 13:21:31.847] Config(Scatterer_planetsList) scatterer/config/planetsList/Scatterer_planetsList
[LOG 13:21:31.848] Config(Scatterer_atmosphere) scatterer/config/Planets/Augustus/atmo/Scatterer_atmosphere
[LOG 13:21:31.849] Config(Scatterer_atmosphere) scatterer/config/Planets/Catullus/atmo/Scatterer_atmosphere
[LOG 13:21:31.849] Config(Scatterer_atmosphere) scatterer/config/Planets/Gael/atmo/Scatterer_atmosphere
[LOG 13:21:31.850] Config(Scatterer_ocean) scatterer/config/Planets/Gael/ocean/Scatterer_ocean
[LOG 13:21:31.851] Config(Scatterer_atmosphere) scatterer/config/Planets/Gauss/atmo/Scatterer_atmosphere
[LOG 13:21:31.852] Config(Scatterer_atmosphere) scatterer/config/Planets/Gratian/atmo/Scatterer_atmosphere
[LOG 13:21:31.852] Config(Scatterer_atmosphere) scatterer/config/Planets/Hadrian/atmo/Scatterer_atmosphere
[LOG 13:21:31.853] Config(Scatterer_ocean) scatterer/config/Planets/Hadrian/ocean/Scatterer_ocean
[LOG 13:21:31.854] Config(Scatterer_atmosphere) scatterer/config/Planets/Hox/atmo/Scatterer_atmosphere
[LOG 13:21:31.855] Config(Scatterer_atmosphere) scatterer/config/Planets/Nero/atmo/Scatterer_atmosphere
[LOG 13:21:31.855] Config(Scatterer_atmosphere) scatterer/config/Planets/Niven/atmo/Scatterer_atmosphere
[LOG 13:21:31.856] Config(Scatterer_atmosphere) scatterer/config/Planets/Otho/atmo/Scatterer_atmosphere
[LOG 13:21:31.857] Config(Scatterer_atmosphere) scatterer/config/Planets/Tarsiss/atmo/Scatterer_atmosphere
[LOG 13:21:31.857] Config(Scatterer_ocean) scatterer/config/Planets/Tarsiss/ocean/Scatterer_ocean
[LOG 13:21:31.858] Config(Scatterer_atmosphere) scatterer/config/Planets/Tellumo/atmo/Scatterer_atmosphere
[LOG 13:21:31.859] Config(Scatterer_ocean) scatterer/config/Planets/Tellumo/ocean/Scatterer_ocean
[LOG 13:21:31.860] Config(Scatterer_sunflare) scatterer/config/Sunflares/Ciro/Scatterer_sunflare
[LOG 13:21:31.860] Config(AGENT) spacetux/Agencies/spacetux/Space Penguins, Inc
[LOG 13:21:31.861] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 13:21:31.861] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 13:21:31.862] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 13:21:31.863] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 13:21:31.863] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 13:21:31.864] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 13:21:31.865] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 13:21:31.865] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 13:21:31.866] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 13:21:31.867] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 13:21:31.867] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 13:21:31.868] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 13:21:31.869] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 13:21:31.869] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 13:21:31.870] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 13:21:31.871] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 13:21:31.871] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 13:21:31.872] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 13:21:31.873] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 13:21:31.873] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 13:21:31.874] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 13:21:31.874] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 13:21:31.875] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 13:21:31.876] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 13:21:31.876] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 13:21:31.877] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 13:21:31.877] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 13:21:31.878] Config(Contracts) Squad/Contracts/Contracts/Contracts
[LOG 13:21:31.879] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot
[LOG 13:21:31.879] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer
[LOG 13:21:31.880] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist
[LOG 13:21:31.881] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist
[LOG 13:21:31.881] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 13:21:31.882] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1
[LOG 13:21:31.882] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 13:21:31.883] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf
[LOG 13:21:31.884] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing
[LOG 13:21:31.884] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin
[LOG 13:21:31.885] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard
[LOG 13:21:31.886] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController
[LOG 13:21:31.887] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing
[LOG 13:21:31.887] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin
[LOG 13:21:31.888] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin
[LOG 13:21:31.888] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake
[LOG 13:21:31.889] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake
[LOG 13:21:31.890] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone
[LOG 13:21:31.890] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA
[LOG 13:21:31.891] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB
[LOG 13:21:31.892] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter
[LOG 13:21:31.892] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone
[LOG 13:21:31.893] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail
[LOG 13:21:31.894] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB
[LOG 13:21:31.894] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1
[LOG 13:21:31.895] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2
[LOG 13:21:31.896] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3
[LOG 13:21:31.896] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0
[LOG 13:21:31.897] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1
[LOG 13:21:31.897] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2
[LOG 13:21:31.898] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3
[LOG 13:21:31.899] Config(PART) Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield
[LOG 13:21:31.900] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong
[LOG 13:21:31.900] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake
[LOG 13:21:31.901] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 13:21:31.902] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 13:21:31.902] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta
[LOG 13:21:31.903] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1
[LOG 13:21:31.904] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2
[LOG 13:21:31.904] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder
[LOG 13:21:31.905] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake
[LOG 13:21:31.906] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 13:21:31.906] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 13:21:31.907] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 13:21:31.908] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector
[LOG 13:21:31.908] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2
[LOG 13:21:31.909] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3
[LOG 13:21:31.909] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4
[LOG 13:21:31.910] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5
[LOG 13:21:31.911] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing
[LOG 13:21:31.911] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small
[LOG 13:21:31.912] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf
[LOG 13:21:31.913] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2
[LOG 13:21:31.913] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3
[LOG 13:21:31.914] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf
[LOG 13:21:31.914] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5
[LOG 13:21:31.915] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake
[LOG 13:21:31.916] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing
[LOG 13:21:31.916] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2
[LOG 13:21:31.917] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3
[LOG 13:21:31.918] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4
[LOG 13:21:31.918] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1
[LOG 13:21:31.919] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2
[LOG 13:21:31.920] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 13:21:31.920] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 13:21:31.921] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 13:21:31.922] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 13:21:31.922] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 13:21:31.923] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 13:21:31.924] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 13:21:31.925] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit
[LOG 13:21:31.925] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin
[LOG 13:21:31.926] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit
[LOG 13:21:31.927] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 13:21:31.927] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 13:21:31.928] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline
[LOG 13:21:31.929] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard
[LOG 13:21:31.929] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore
[LOG 13:21:31.930] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 13:21:31.931] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle
[LOG 13:21:31.931] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 13:21:31.932] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 13:21:31.933] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 13:21:31.933] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 13:21:31.934] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody
[LOG 13:21:31.935] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 13:21:31.935] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 13:21:31.936] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 13:21:31.937] Config(PART) Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine
[LOG 13:21:31.937] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector
[LOG 13:21:31.938] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 13:21:31.939] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 13:21:31.940] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1
[LOG 13:21:31.940] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3
[LOG 13:21:31.941] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 13:21:31.942] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 13:21:31.942] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 13:21:31.943] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 13:21:31.944] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 13:21:31.944] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 13:21:31.945] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 13:21:31.946] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 13:21:31.946] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 13:21:31.947] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet
[LOG 13:21:31.948] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine
[LOG 13:21:31.948] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2
[LOG 13:21:31.949] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine
[LOG 13:21:31.950] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 13:21:31.951] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 13:21:31.951] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 13:21:31.952] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 13:21:31.953] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 13:21:31.953] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 13:21:31.954] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 13:21:31.955] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 13:21:31.956] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 13:21:31.956] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 13:21:31.957] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 13:21:31.958] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 13:21:31.958] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 13:21:31.959] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME
[LOG 13:21:31.960] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster
[LOG 13:21:31.960] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine
[LOG 13:21:31.961] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 13:21:31.962] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 13:21:31.962] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB
[LOG 13:21:31.963] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 13:21:31.964] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster
[LOG 13:21:31.964] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 13:21:31.965] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 13:21:31.966] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm
[LOG 13:21:31.967] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 13:21:31.967] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 13:21:31.968] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2
[LOG 13:21:31.969] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines
[LOG 13:21:31.969] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2
[LOG 13:21:31.970] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant
[LOG 13:21:31.971] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2
[LOG 13:21:31.971] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1
[LOG 13:21:31.972] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant
[LOG 13:21:31.973] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3
[LOG 13:21:31.974] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 13:21:31.974] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 13:21:31.975] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 13:21:31.976] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 13:21:31.976] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 13:21:31.977] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 13:21:31.978] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 13:21:31.978] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 13:21:31.979] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 13:21:31.980] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 13:21:31.980] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage
[LOG 13:21:31.981] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 13:21:31.982] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong
[LOG 13:21:31.982] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 13:21:31.983] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 13:21:31.984] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage
[LOG 13:21:31.985] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 13:21:31.985] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 13:21:31.986] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 13:21:31.987] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin
[LOG 13:21:31.987] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100
[LOG 13:21:31.988] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25
[LOG 13:21:31.989] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50
[LOG 13:21:31.989] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100
[LOG 13:21:31.990] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25
[LOG 13:21:31.991] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50
[LOG 13:21:31.991] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO
[LOG 13:21:31.992] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 13:21:31.993] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 13:21:31.993] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 13:21:31.994] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 13:21:31.995] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 13:21:31.995] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank
[LOG 13:21:31.996] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank
[LOG 13:21:31.997] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank
[LOG 13:21:31.997] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 13:21:31.998] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge
[LOG 13:21:31.999] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 13:21:31.999] Config(PART) Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore
[LOG 13:21:32.000] Config(PART) Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna
[LOG 13:21:32.001] Config(PART) Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel
[LOG 13:21:32.001] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 13:21:32.002] Config(PART) Squad/Parts/Prebuilt/flag/flag
[LOG 13:21:32.003] Config(PART) Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA
[LOG 13:21:32.003] Config(PART) Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale
[LOG 13:21:32.004] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell
[LOG 13:21:32.004] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray
[LOG 13:21:32.005] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU
[LOG 13:21:32.006] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank
[LOG 13:21:32.006] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill
[LOG 13:21:32.007] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU
[LOG 13:21:32.008] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner
[LOG 13:21:32.008] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill
[LOG 13:21:32.009] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank
[LOG 13:21:32.010] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank
[LOG 13:21:32.010] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 13:21:32.011] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner
[LOG 13:21:32.012] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere
[LOG 13:21:32.012] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 13:21:32.013] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 13:21:32.014] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 13:21:32.015] Config(PART) Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox
[LOG 13:21:32.015] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 13:21:32.016] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 13:21:32.017] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 13:21:32.017] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 13:21:32.018] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 13:21:32.019] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 13:21:32.020] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 13:21:32.020] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 13:21:32.021] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 13:21:32.022] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody
[LOG 13:21:32.023] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody
[LOG 13:21:32.023] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage
[LOG 13:21:32.024] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage
[LOG 13:21:32.025] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural
[LOG 13:21:32.025] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler
[LOG 13:21:32.026] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter
[LOG 13:21:32.027] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 13:21:32.027] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 13:21:32.028] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 13:21:32.029] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 13:21:32.030] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 13:21:32.030] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 13:21:32.031] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 13:21:32.032] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint
[LOG 13:21:32.033] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon
[LOG 13:21:32.033] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 13:21:32.034] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 13:21:32.035] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 13:21:32.035] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 13:21:32.036] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 13:21:32.037] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge
[LOG 13:21:32.037] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed
[LOG 13:21:32.038] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall
[LOG 13:21:32.039] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge
[LOG 13:21:32.040] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg
[LOG 13:21:32.040] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm
[LOG 13:21:32.041] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 13:21:32.041] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 13:21:32.042] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 13:21:32.043] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 13:21:32.044] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 13:21:32.044] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 13:21:32.045] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 13:21:32.046] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 13:21:32.047] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 13:21:32.047] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 13:21:32.048] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 13:21:32.049] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 13:21:32.050] Config(PART) Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna
[LOG 13:21:32.050] Config(PART) Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5
[LOG 13:21:32.051] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 13:21:32.052] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 13:21:32.052] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 13:21:32.053] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 13:21:32.054] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 13:21:32.054] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice
[LOG 13:21:32.055] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 13:21:32.056] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 13:21:32.057] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 13:21:32.057] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 13:21:32.058] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 13:21:32.059] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 13:21:32.059] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 13:21:32.060] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 13:21:32.061] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 13:21:32.061] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem
[LOG 13:21:32.062] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 13:21:32.063] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL
[LOG 13:21:32.063] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS
[LOG 13:21:32.064] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin
[LOG 13:21:32.065] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort
[LOG 13:21:32.065] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL
[LOG 13:21:32.066] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM
[LOG 13:21:32.067] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp
[LOG 13:21:32.067] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS
[LOG 13:21:32.068] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 13:21:32.069] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue
[LOG 13:21:32.069] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 13:21:32.070] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 13:21:32.071] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 13:21:32.072] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 13:21:32.072] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 13:21:32.073] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100
[LOG 13:21:32.074] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5
[LOG 13:21:32.074] Config(PART) Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50
[LOG 13:21:32.075] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125
[LOG 13:21:32.076] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250
[LOG 13:21:32.076] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 13:21:32.077] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 13:21:32.078] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 13:21:32.078] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 13:21:32.079] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 13:21:32.080] Config(PART) Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge
[LOG 13:21:32.080] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed
[LOG 13:21:32.081] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree
[LOG 13:21:32.082] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium
[LOG 13:21:32.082] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall
[LOG 13:21:32.083] Config(PART) Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay
[LOG 13:21:32.084] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 13:21:32.084] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 13:21:32.085] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 13:21:32.086] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 13:21:32.086] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 13:21:32.087] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 13:21:32.088] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 13:21:32.088] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 13:21:32.089] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 13:21:32.090] Config(PROP) Squad/Props/buttonsGeneric/circularButton/genericCircularButton
[LOG 13:21:32.090] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons
[LOG 13:21:32.091] Config(PROP) Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2
[LOG 13:21:32.092] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs
[LOG 13:21:32.092] Config(PROP) Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2
[LOG 13:21:32.093] Config(PROP) Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed
[LOG 13:21:32.094] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01
[LOG 13:21:32.094] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02
[LOG 13:21:32.095] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03
[LOG 13:21:32.096] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04
[LOG 13:21:32.096] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05
[LOG 13:21:32.097] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06
[LOG 13:21:32.098] Config(PROP) Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07
[LOG 13:21:32.099] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob
[LOG 13:21:32.099] Config(PROP) Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2
[LOG 13:21:32.100] Config(PROP) Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch
[LOG 13:21:32.101] Config(PROP) Squad/Props/buttonsGeneric/squareButton/genericSquareButton
[LOG 13:21:32.101] Config(PROP) Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch
[LOG 13:21:32.102] Config(PROP) Squad/Props/buttonsGeneric/switch/genericSwitch
[LOG 13:21:32.103] Config(PROP) Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards
[LOG 13:21:32.103] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 13:21:32.104] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 13:21:32.105] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 13:21:32.105] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 13:21:32.106] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 13:21:32.106] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 13:21:32.107] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 13:21:32.108] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 13:21:32.108] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode
[LOG 13:21:32.109] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 13:21:32.110] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode
[LOG 13:21:32.110] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA
[LOG 13:21:32.111] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB
[LOG 13:21:32.111] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC
[LOG 13:21:32.112] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane
[LOG 13:21:32.113] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90
[LOG 13:21:32.113] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame
[LOG 13:21:32.114] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger
[LOG 13:21:32.115] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot
[LOG 13:21:32.115] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet
[LOG 13:21:32.116] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick
[LOG 13:21:32.117] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 13:21:32.117] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 13:21:32.118] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 13:21:32.119] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 13:21:32.119] Config(PROP) Squad/Props/switch/prop/switch
[LOG 13:21:32.120] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 13:21:32.120] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 13:21:32.121] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 13:21:32.122] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 13:21:32.122] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE
[LOG 13:21:32.123] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:32.123] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 13:21:32.124] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID
[LOG 13:21:32.125] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES
[LOG 13:21:32.126] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS
[LOG 13:21:32.126] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION
[LOG 13:21:32.127] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 13:21:32.128] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 13:21:32.128] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 13:21:32.129] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 13:21:32.130] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 13:21:32.130] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 13:21:32.131] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 13:21:32.132] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 13:21:32.132] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore
[LOG 13:21:32.133] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator
[LOG 13:21:32.134] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.134] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.135] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.136] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.137] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.137] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.138] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.139] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.139] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.140] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.141] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:32.141] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 13:21:32.142] Config(TechTree) Squad/Resources/TechTree/TechTree
[LOG 13:21:32.143] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 13:21:32.143] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 13:21:32.144] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 13:21:32.145] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 13:21:32.145] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 13:21:32.146] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 13:21:32.147] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int
[LOG 13:21:32.147] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal
[LOG 13:21:32.148] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 13:21:32.149] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal
[LOG 13:21:32.149] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 13:21:32.150] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 13:21:32.151] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int
[LOG 13:21:32.152] Config(INTERNAL) Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal
[LOG 13:21:32.152] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int
[LOG 13:21:32.153] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int
[LOG 13:21:32.154] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder
[LOG 13:21:32.154] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 13:21:32.155] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 13:21:32.156] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 13:21:32.156] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 13:21:32.157] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 13:21:32.158] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 13:21:32.158] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 13:21:32.159] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 13:21:32.160] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 13:21:32.160] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 13:21:32.161] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 13:21:32.161] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 13:21:32.162] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 13:21:32.163] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant
[LOG 13:21:32.163] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout
[LOG 13:21:32.164] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative
[LOG 13:21:32.165] Config(TUTORIAL) Squad/Tutorials/FlightSuborbital/FlightSuborbital
[LOG 13:21:32.165] Config(TUTORIAL) Squad/Tutorials/FromMun/FromMun
[LOG 13:21:32.166] Config(TUTORIAL) Squad/Tutorials/GoForOrbit/GoForOrbit
[LOG 13:21:32.166] Config(PQS_MANAGER) StockVisualEnhancements/EVE/pqs/PQS_MANAGER
[LOG 13:21:32.167] Config(EVE_SHADOWS) StockVisualEnhancements/EVE/shadows/EVE_SHADOWS
[LOG 13:21:32.168] Config(EVE_CLOUDS) StockVisualEnhancements/EVE/Atmosphere/GPPclouds/EVE_CLOUDS
[LOG 13:21:32.168] Config(TextureReplacer) TextureReplacer/@Default/TextureReplacer
[LOG 13:21:32.169] Config(TextureReplacer) TextureReplacer/GPPTR/TextureReplacer
[LOG 13:21:32.170] Config(WAYPOINT_MANAGER_ICONS) WaypointManager/CustomIcons/WaypointManager
[LOG 13:21:32.170] Config(WAYPOINT_MANAGER_BODIES) WaypointManager/GPP_WaypointBodies/GPP
[LOG 13:21:32.174] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.174] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.175] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.176] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.176] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.177] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.177] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.178] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.179] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.179] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.180] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.181] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.181] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.182] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.182] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.183] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.183] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.184] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.185] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.185] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.186] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.187] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.187] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.188] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.188] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.189] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.189] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.190] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.191] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.191] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.192] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.192] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.193] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.194] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.194] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.195] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.195] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.196] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.197] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.197] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.198] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.198] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.199] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.200] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.200] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.201] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.201] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.202] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.203] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.203] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.204] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.204] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.205] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.206] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.206] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.207] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.207] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.208] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.209] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.209] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.210] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.210] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.211] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.211] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.212] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.213] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.213] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.214] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.214] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.215] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.216] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.216] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.217] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.217] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.218] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.219] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.219] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.220] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.221] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.221] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.222] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.223] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.223] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.224] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.224] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.225] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.226] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.226] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.227] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.227] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.228] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.229] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.229] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.230] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.230] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.231] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.232] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.232] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.233] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.233] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.234] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.235] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.235] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.236] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.236] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.237] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.238] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.238] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.239] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.239] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.240] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.240] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.241] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.242] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.242] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.243] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.243] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.244] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.245] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.245] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.246] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.246] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.247] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.248] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.248] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.249] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.249] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.250] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.251] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.251] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.252] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.252] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.253] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.253] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.254] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.255] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.255] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.256] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.256] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.257] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.258] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.258] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.259] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.259] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.260] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.261] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.261] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.262] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.262] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.263] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.264] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.264] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.265] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.265] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.266] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.266] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.267] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:32.268] CodeAssetLoader: Compiling all code assets
[LOG 13:21:32.276] GameDatabase: Assets loaded in 37.382s
[LOG 13:21:32.278] [ModuleManager] Checking Cache
[LOG 13:21:32.280] [TR.Loader] Unloaded ContractPacks/CleverSat/Agent/CleverSat
[LOG 13:21:32.280] [TR.Loader] Unloaded ContractPacks/CleverSat/Agent/CleverSat_scaled
[LOG 13:21:32.282] [TR.Loader] Unloaded ContractPacks/CleverSat/Images/Hal
[LOG 13:21:32.282] [TR.Loader] Unloaded ContractPacks/KerbinSpaceStation/Agents/StationLogo
[LOG 13:21:32.283] [TR.Loader] Unloaded ContractPacks/KerbinSpaceStation/Agents/StationLogoScaled
[LOG 13:21:32.284] [TR.Loader] Unloaded GPP/Flags/Al_Tellum
[LOG 13:21:32.285] [TR.Loader] Unloaded GPP/Flags/Gaeo_Tao
[LOG 13:21:32.285] [TR.Loader] Unloaded GPP/Flags/gpgt_gold
[LOG 13:21:32.286] [TR.Loader] Unloaded GPP/Flags/gpgt_silver
[LOG 13:21:32.287] [TR.Loader] Unloaded GPP/Flags/Grat_And_Gem
[LOG 13:21:32.288] [TR.Loader] Unloaded GPP/Flags/House_of_Nero1
[LOG 13:21:32.289] [TR.Loader] Unloaded GPP/Flags/House_of_Nero2
[LOG 13:21:32.289] [TR.Loader] Unloaded GPP/Flags/Hox
[LOG 13:21:32.290] [TR.Loader] Unloaded GPP/Flags/Ice_Life
[LOG 13:21:32.291] [TR.Loader] Unloaded GPP/Flags/Isle_of_Ciro
[LOG 13:21:32.292] [TR.Loader] Unloaded GPP/Flags/Jolly_Thalia
[LOG 13:21:32.292] [TR.Loader] Unloaded GPP/Flags/Max_Gauss
[LOG 13:21:32.293] [TR.Loader] Unloaded GPP/Flags/Oh_Thalia
[LOG 13:21:32.294] [TR.Loader] Unloaded GPP/Flags/Purple_Moons
[LOG 13:21:32.295] [TR.Loader] Unloaded GPP/Flags/Republica_Gaelia
[LOG 13:21:32.295] [TR.Loader] Unloaded GPP/Flags/The_Oth
[LOG 13:21:32.296] [TR.Loader] Unloaded GPP/Flags/Three_Kings
[LOG 13:21:32.297] [TR.Loader] Unloaded GPP/icons/AstronautTraining1
[LOG 13:21:32.297] [TR.Loader] Unloaded GPP/icons/AstronautTraining2
[LOG 13:21:32.298] [TR.Loader] Unloaded GPP/icons/AstronautTraining3
[LOG 13:21:32.299] [TR.Loader] Unloaded GPP/icons/BoldlyGo1
[LOG 13:21:32.299] [TR.Loader] Unloaded GPP/icons/BoldlyGo2
[LOG 13:21:32.300] [TR.Loader] Unloaded GPP/icons/BoldlyGo3
[LOG 13:21:32.301] [TR.Loader] Unloaded GPP/icons/CetiProgram
[LOG 13:21:32.301] [TR.Loader] Unloaded GPP/icons/EngineerFocus1
[LOG 13:21:32.302] [TR.Loader] Unloaded GPP/icons/EngineerFocus2
[LOG 13:21:32.302] [TR.Loader] Unloaded GPP/icons/EngineerFocus3
[LOG 13:21:32.303] [TR.Loader] Unloaded GPP/icons/FlyByProbes
[LOG 13:21:32.304] [TR.Loader] Unloaded GPP/icons/GasGiant
[LOG 13:21:32.304] [TR.Loader] Unloaded GPP/icons/GasGiantProgram
[LOG 13:21:32.305] [TR.Loader] Unloaded GPP/icons/GratianProgram
[LOG 13:21:32.305] [TR.Loader] Unloaded GPP/icons/HoxProgram
[LOG 13:21:32.306] [TR.Loader] Unloaded GPP/icons/IcarusProgram
[LOG 13:21:32.307] [TR.Loader] Unloaded GPP/icons/ImpactProbes
[LOG 13:21:32.307] [TR.Loader] Unloaded GPP/icons/IotaProgram
[LOG 13:21:32.308] [TR.Loader] Unloaded GPP/icons/LetoProgram
[LOG 13:21:32.308] [TR.Loader] Unloaded GPP/icons/LocalScience1
[LOG 13:21:32.309] [TR.Loader] Unloaded GPP/icons/LocalScience2
[LOG 13:21:32.310] [TR.Loader] Unloaded GPP/icons/LocalScience3
[LOG 13:21:32.310] [TR.Loader] Unloaded GPP/icons/MassiveLaunches1
[LOG 13:21:32.311] [TR.Loader] Unloaded GPP/icons/MassiveLaunches2
[LOG 13:21:32.312] [TR.Loader] Unloaded GPP/icons/MassiveLaunches3
[LOG 13:21:32.312] [TR.Loader] Unloaded GPP/icons/MediaCoverage1
[LOG 13:21:32.313] [TR.Loader] Unloaded GPP/icons/MediaCoverage2
[LOG 13:21:32.313] [TR.Loader] Unloaded GPP/icons/MediaCoverage3
[LOG 13:21:32.314] [TR.Loader] Unloaded GPP/icons/moon
[LOG 13:21:32.315] [TR.Loader] Unloaded GPP/icons/NivenProgram
[LOG 13:21:32.315] [TR.Loader] Unloaded GPP/icons/PilotFocus1
[LOG 13:21:32.316] [TR.Loader] Unloaded GPP/icons/PilotFocus2
[LOG 13:21:32.317] [TR.Loader] Unloaded GPP/icons/PilotFocus3
[LOG 13:21:32.317] [TR.Loader] Unloaded GPP/icons/planet
[LOG 13:21:32.318] [TR.Loader] Unloaded GPP/icons/PrivateSector1
[LOG 13:21:32.318] [TR.Loader] Unloaded GPP/icons/PrivateSector2
[LOG 13:21:32.319] [TR.Loader] Unloaded GPP/icons/PrivateSector3
[LOG 13:21:32.320] [TR.Loader] Unloaded GPP/icons/ProbeFrenzy1
[LOG 13:21:32.320] [TR.Loader] Unloaded GPP/icons/ProbeFrenzy2
[LOG 13:21:32.321] [TR.Loader] Unloaded GPP/icons/ProbeFrenzy3
[LOG 13:21:32.321] [TR.Loader] Unloaded GPP/icons/PublicSpectating
[LOG 13:21:32.322] [TR.Loader] Unloaded GPP/icons/ScientistFocus1
[LOG 13:21:32.323] [TR.Loader] Unloaded GPP/icons/ScientistFocus2
[LOG 13:21:32.323] [TR.Loader] Unloaded GPP/icons/ScientistFocus3
[LOG 13:21:32.324] [TR.Loader] Unloaded GPP/icons/Standards1
[LOG 13:21:32.324] [TR.Loader] Unloaded GPP/icons/Standards2
[LOG 13:21:32.325] [TR.Loader] Unloaded GPP/icons/Standards3
[LOG 13:21:32.326] [TR.Loader] Unloaded GPP/icons/TellumoProgram
[LOG 13:21:32.326] [TR.Loader] Unloaded GPP/icons/ThaliaProgram
[LOG 13:21:32.327] [TR.Loader] Unloaded GPP/Stripes/Black
[LOG 13:21:32.328] [TR.Loader] Unloaded GPP/Stripes/Gaelia_Tall
[LOG 13:21:32.329] [TR.Loader] Unloaded GPP/Stripes/Gaelia_Wide
[LOG 13:21:32.329] [TR.Loader] Unloaded GPP/Stripes/Gauss_Dark
[LOG 13:21:32.330] [TR.Loader] Unloaded GPP/Stripes/Gauss_Light
[LOG 13:21:32.331] [TR.Loader] Unloaded GPP/Stripes/Gratian_Tall
[LOG 13:21:32.332] [TR.Loader] Unloaded GPP/Stripes/Kings_Dark
[LOG 13:21:32.332] [TR.Loader] Unloaded GPP/Stripes/Kings_Light
[LOG 13:21:32.333] [TR.Loader] Unloaded GPP/Stripes/Nero_Brown
[LOG 13:21:32.334] [TR.Loader] Unloaded GPP/Stripes/Nero_Pattern
[LOG 13:21:32.335] [TR.Loader] Unloaded GPP/Stripes/Purple_Dark
[LOG 13:21:32.336] [TR.Loader] Unloaded GPP/Stripes/Purple_Light
[LOG 13:21:32.336] [TR.Loader] Unloaded GPP/Stripes/Purple_Tall
[LOG 13:21:32.337] [TR.Loader] Unloaded GPP/Stripes/Red
[LOG 13:21:32.338] [TR.Loader] Unloaded GPP/Stripes/Tao_Azure
[LOG 13:21:32.339] [TR.Loader] Unloaded GPP/Stripes/Tao_Orange
[LOG 13:21:32.339] [TR.Loader] Unloaded GPP/Stripes/Tao_Tall
[LOG 13:21:32.340] [TR.Loader] Unloaded GPP/Stripes/Tellumo_Azure
[LOG 13:21:32.341] [TR.Loader] Unloaded GPP/Stripes/Tellumo_Navy
[LOG 13:21:32.342] [TR.Loader] Unloaded GPP/Stripes/White
[LOG 13:21:32.342] [TR.Loader] Unloaded KerbalKonstructs/Assets/banner
[LOG 13:21:32.343] [TR.Loader] Unloaded KerbalKonstructs/Assets/bigolbutton
[LOG 13:21:32.344] [TR.Loader] Unloaded KerbalKonstructs/Assets/buttonblue
[LOG 13:21:32.344] [TR.Loader] Unloaded KerbalKonstructs/Assets/buttongreen
[LOG 13:21:32.345] [TR.Loader] Unloaded KerbalKonstructs/Assets/buttonred
[LOG 13:21:32.346] [TR.Loader] Unloaded KerbalKonstructs/Assets/cancelsearch
[LOG 13:21:32.346] [TR.Loader] Unloaded KerbalKonstructs/Assets/copypos
[LOG 13:21:32.347] [TR.Loader] Unloaded KerbalKonstructs/Assets/cubes
[LOG 13:21:32.348] [TR.Loader] Unloaded KerbalKonstructs/Assets/DefaultSiteLogo
[LOG 13:21:32.348] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagempire
[LOG 13:21:32.349] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagkerbaland
[LOG 13:21:32.349] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagkerbica
[LOG 13:21:32.350] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagkeuropia
[LOG 13:21:32.351] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagmiddle
[LOG 13:21:32.351] [TR.Loader] Unloaded KerbalKonstructs/Assets/flagunited
[LOG 13:21:32.352] [TR.Loader] Unloaded KerbalKonstructs/Assets/focuson
[LOG 13:21:32.353] [TR.Loader] Unloaded KerbalKonstructs/Assets/horizontalsep
[LOG 13:21:32.353] [TR.Loader] Unloaded KerbalKonstructs/Assets/horizontalsep2
[LOG 13:21:32.354] [TR.Loader] Unloaded KerbalKonstructs/Assets/horizontalsep3
[LOG 13:21:32.355] [TR.Loader] Unloaded KerbalKonstructs/Assets/indicatorgreen
[LOG 13:21:32.355] [TR.Loader] Unloaded KerbalKonstructs/Assets/indicatorgrey
[LOG 13:21:32.356] [TR.Loader] Unloaded KerbalKonstructs/Assets/indicatorred
[LOG 13:21:32.357] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam1
[LOG 13:21:32.357] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam2
[LOG 13:21:32.358] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam3
[LOG 13:21:32.358] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam4
[LOG 13:21:32.359] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam5
[LOG 13:21:32.360] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam6
[LOG 13:21:32.360] [TR.Loader] Unloaded KerbalKonstructs/Assets/kerbcam7
[LOG 13:21:32.361] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscadmin
[LOG 13:21:32.362] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscastro
[LOG 13:21:32.362] [TR.Loader] Unloaded KerbalKonstructs/Assets/ksccommand
[LOG 13:21:32.363] [TR.Loader] Unloaded KerbalKonstructs/Assets/ksclaunch
[LOG 13:21:32.364] [TR.Loader] Unloaded KerbalKonstructs/Assets/KSCLaunchpad
[LOG 13:21:32.364] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscrnd
[LOG 13:21:32.365] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscrun
[LOG 13:21:32.366] [TR.Loader] Unloaded KerbalKonstructs/Assets/KSCRunway
[LOG 13:21:32.366] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscsph
[LOG 13:21:32.367] [TR.Loader] Unloaded KerbalKonstructs/Assets/ksctracking
[LOG 13:21:32.367] [TR.Loader] Unloaded KerbalKonstructs/Assets/kscvab
[LOG 13:21:32.368] [TR.Loader] Unloaded KerbalKonstructs/Assets/leftoff
[LOG 13:21:32.369] [TR.Loader] Unloaded KerbalKonstructs/Assets/lefton
[LOG 13:21:32.369] [TR.Loader] Unloaded KerbalKonstructs/Assets/lgbottom
[LOG 13:21:32.370] [TR.Loader] Unloaded KerbalKonstructs/Assets/lgmiddle
[LOG 13:21:32.371] [TR.Loader] Unloaded KerbalKonstructs/Assets/lgtop
[LOG 13:21:32.371] [TR.Loader] Unloaded KerbalKonstructs/Assets/pastepos
[LOG 13:21:32.372] [TR.Loader] Unloaded KerbalKonstructs/Assets/radarcover
[LOG 13:21:32.372] [TR.Loader] Unloaded KerbalKonstructs/Assets/rightoff
[LOG 13:21:32.373] [TR.Loader] Unloaded KerbalKonstructs/Assets/righton
[LOG 13:21:32.374] [TR.Loader] Unloaded KerbalKonstructs/Assets/search
[LOG 13:21:32.374] [TR.Loader] Unloaded KerbalKonstructs/Assets/snapto
[LOG 13:21:32.375] [TR.Loader] Unloaded KerbalKonstructs/Assets/speaker
[LOG 13:21:32.376] [TR.Loader] Unloaded KerbalKonstructs/Assets/speaker2
[LOG 13:21:32.376] [TR.Loader] Unloaded KerbalKonstructs/Assets/speaker3
[LOG 13:21:32.377] [TR.Loader] Unloaded KerbalKonstructs/Assets/static
[LOG 13:21:32.378] [TR.Loader] Unloaded KerbalKonstructs/Assets/static2
[LOG 13:21:32.378] [TR.Loader] Unloaded KerbalKonstructs/Assets/titlebox
[LOG 13:21:32.379] [TR.Loader] Unloaded KerbalKonstructs/Assets/touchdownL
[LOG 13:21:32.379] [TR.Loader] Unloaded KerbalKonstructs/Assets/touchdownR
[LOG 13:21:32.380] [TR.Loader] Unloaded KerbalKonstructs/Assets/verticalsep
[LOG 13:21:32.381] [TR.Loader] Unloaded KerbalKonstructs/Assets/world
[LOG 13:21:32.381] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/AimPoint
[LOG 13:21:32.382] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Course00b
[LOG 13:21:32.383] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Course09b
[LOG 13:21:32.383] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Course18b
[LOG 13:21:32.384] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Displacement
[LOG 13:21:32.385] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Fixed1500
[LOG 13:21:32.386] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Fixed500
[LOG 13:21:32.386] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Threshold6
[LOG 13:21:32.387] [TR.Loader] Unloaded KerbalKonstructs/FreeStatics/RunwayMarkings/Threshold8
[LOG 13:21:32.388] [TR.Loader] Unloaded KerbalKonstructs/Statics/roundrangehelipad
[LOG 13:21:32.388] [TR.Loader] Unloaded KerbalKonstructs/Statics/roundrangelaunchpad
[LOG 13:21:32.389] [TR.Loader] Unloaded KerbalKonstructs/Statics/roundrangerunway
[LOG 13:21:32.390] [TR.Loader] Unloaded LackMisc/Parts/Base/moon
[LOG 13:21:32.390] [TR.Loader] Unloaded LackMisc/Parts/Base/moonEMSS
[LOG 13:21:32.391] [TR.Loader] Unloaded LackMisc/Parts/Buildings/buildingtex
[LOG 13:21:32.392] [TR.Loader] Unloaded LackMisc/Parts/Buildings/buildingtexEMS
[LOG 13:21:32.392] [TR.Loader] Unloaded LackMisc/Parts/Buildings/gravel
[LOG 13:21:32.393] [TR.Loader] Unloaded LackMisc/Parts/Buildings/indust
[LOG 13:21:32.394] [TR.Loader] Unloaded LackMisc/Parts/Buildings/industEMS
[LOG 13:21:32.394] [TR.Loader] Unloaded LackMisc/Parts/Buildings/rail2
[LOG 13:21:32.395] [TR.Loader] Unloaded LackMisc/Parts/Fence/fence
[LOG 13:21:32.395] [TR.Loader] Unloaded LackMisc/Parts/Palms/groundcover
[LOG 13:21:32.396] [TR.Loader] Unloaded LackMisc/Parts/Palms/groundcover2
[LOG 13:21:32.398] [TR.Loader] Unloaded LackMisc/Parts/Palms/palm_tree_PNG2505
[LOG 13:21:32.398] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/AltitudeRecord
[LOG 13:21:32.399] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Anniversary
[LOG 13:21:32.400] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/BasicEngineer
[LOG 13:21:32.400] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/BasicOperations
[LOG 13:21:32.401] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/BasicScientist
[LOG 13:21:32.402] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/BoosterLaunch
[LOG 13:21:32.402] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/CertifiedBadass
[LOG 13:21:32.403] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Collision
[LOG 13:21:32.403] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Contracts1
[LOG 13:21:32.404] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Contracts2
[LOG 13:21:32.405] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Contracts3
[LOG 13:21:32.405] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Contracts4
[LOG 13:21:32.406] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Contracts5
[LOG 13:21:32.407] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom01
[LOG 13:21:32.407] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom02
[LOG 13:21:32.408] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom03
[LOG 13:21:32.409] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom04
[LOG 13:21:32.409] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom05
[LOG 13:21:32.410] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom06
[LOG 13:21:32.411] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom07
[LOG 13:21:32.411] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom08
[LOG 13:21:32.412] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom09
[LOG 13:21:32.413] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom10
[LOG 13:21:32.413] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom11
[LOG 13:21:32.414] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom12
[LOG 13:21:32.415] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom13
[LOG 13:21:32.415] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom14
[LOG 13:21:32.416] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom15
[LOG 13:21:32.416] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom16
[LOG 13:21:32.417] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom17
[LOG 13:21:32.418] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom18
[LOG 13:21:32.418] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom19
[LOG 13:21:32.419] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Custom20
[LOG 13:21:32.420] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/DangerousEva
[LOG 13:21:32.420] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/DeepSpace
[LOG 13:21:32.421] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/DepthRecord
[LOG 13:21:32.422] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Diamond
[LOG 13:21:32.422] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/DistanceRecord
[LOG 13:21:32.423] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva1
[LOG 13:21:32.424] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva10
[LOG 13:21:32.424] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva2
[LOG 13:21:32.425] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva3
[LOG 13:21:32.425] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva4
[LOG 13:21:32.426] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva5
[LOG 13:21:32.427] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva6
[LOG 13:21:32.427] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva7
[LOG 13:21:32.428] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva8
[LOG 13:21:32.429] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eva9
[LOG 13:21:32.429] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/EvaInWater
[LOG 13:21:32.430] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/EvaOverWater
[LOG 13:21:32.431] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/ExceptionalContract
[LOG 13:21:32.431] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FastOrbit1
[LOG 13:21:32.432] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FastOrbit2
[LOG 13:21:32.433] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FastOrbit3
[LOG 13:21:32.433] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FastOrbit4
[LOG 13:21:32.434] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FastOrbit5
[LOG 13:21:32.435] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstDeepSpace
[LOG 13:21:32.435] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstEvaInSpace-alt
[LOG 13:21:32.436] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstEvaInSpace
[LOG 13:21:32.437] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstGrandTour
[LOG 13:21:32.437] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstInSpace
[LOG 13:21:32.438] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstJoolTour
[LOG 13:21:32.439] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstNorthPolar
[LOG 13:21:32.439] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/FirstSouthPolar
[LOG 13:21:32.440] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/GrandTour
[LOG 13:21:32.441] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle1
[LOG 13:21:32.441] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle2
[LOG 13:21:32.442] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle3
[LOG 13:21:32.443] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle4
[LOG 13:21:32.443] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle5
[LOG 13:21:32.444] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle6
[LOG 13:21:32.445] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicle7
[LOG 13:21:32.445] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding1
[LOG 13:21:32.446] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding2
[LOG 13:21:32.447] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding3
[LOG 13:21:32.447] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding4
[LOG 13:21:32.448] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding5
[LOG 13:21:32.449] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding6
[LOG 13:21:32.449] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLanding7
[LOG 13:21:32.450] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch1
[LOG 13:21:32.451] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch2
[LOG 13:21:32.451] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch3
[LOG 13:21:32.452] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch4
[LOG 13:21:32.453] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch5
[LOG 13:21:32.454] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch6
[LOG 13:21:32.454] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HeavyVehicleLaunch7
[LOG 13:21:32.455] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver01
[LOG 13:21:32.456] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver02
[LOG 13:21:32.456] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver03
[LOG 13:21:32.457] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver04
[LOG 13:21:32.458] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver05
[LOG 13:21:32.458] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver06
[LOG 13:21:32.459] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver07
[LOG 13:21:32.459] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Helldiver08
[LOG 13:21:32.460] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce10
[LOG 13:21:32.461] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce11
[LOG 13:21:32.461] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce12
[LOG 13:21:32.462] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce13
[LOG 13:21:32.463] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce14
[LOG 13:21:32.463] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce15
[LOG 13:21:32.464] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce16
[LOG 13:21:32.465] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce17
[LOG 13:21:32.465] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce18
[LOG 13:21:32.466] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce3
[LOG 13:21:32.467] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce4
[LOG 13:21:32.467] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce5
[LOG 13:21:32.468] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce6
[LOG 13:21:32.469] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce7
[LOG 13:21:32.469] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce8
[LOG 13:21:32.470] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/HighGeeForce9
[LOG 13:21:32.471] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/InSpace
[LOG 13:21:32.471] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/InterSidera
[LOG 13:21:32.472] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/JoolDeepAtmosphere
[LOG 13:21:32.473] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/JoolTour
[LOG 13:21:32.473] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/July4
[LOG 13:21:32.474] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Kerbalkind
[LOG 13:21:32.475] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime1
[LOG 13:21:32.475] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime2
[LOG 13:21:32.476] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime3
[LOG 13:21:32.477] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime4
[LOG 13:21:32.477] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime5
[LOG 13:21:32.478] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime6
[LOG 13:21:32.479] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LongMissionTime7
[LOG 13:21:32.479] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/LostAndFound
[LOG 13:21:32.480] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach1
[LOG 13:21:32.481] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach2
[LOG 13:21:32.481] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach3
[LOG 13:21:32.482] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach4
[LOG 13:21:32.483] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach5
[LOG 13:21:32.483] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach6
[LOG 13:21:32.484] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach7
[LOG 13:21:32.484] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mach8
[LOG 13:21:32.485] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Missions100
[LOG 13:21:32.486] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Missions20
[LOG 13:21:32.486] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Missions200
[LOG 13:21:32.487] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Missions5
[LOG 13:21:32.488] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Missions50
[LOG 13:21:32.488] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain01
[LOG 13:21:32.489] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain02
[LOG 13:21:32.490] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain03
[LOG 13:21:32.490] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain04
[LOG 13:21:32.491] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain05
[LOG 13:21:32.492] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Mountain06
[LOG 13:21:32.492] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation01
[LOG 13:21:32.493] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation02
[LOG 13:21:32.494] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation03
[LOG 13:21:32.494] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation04
[LOG 13:21:32.495] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation05
[LOG 13:21:32.496] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation06
[LOG 13:21:32.496] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation07
[LOG 13:21:32.497] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation08
[LOG 13:21:32.497] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation09
[LOG 13:21:32.498] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation10
[LOG 13:21:32.499] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation11
[LOG 13:21:32.499] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation12
[LOG 13:21:32.500] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation13
[LOG 13:21:32.501] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation14
[LOG 13:21:32.501] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nation15
[LOG 13:21:32.502] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/NoFuel01
[LOG 13:21:32.503] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/NoFuel02
[LOG 13:21:32.503] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/NorthPolar
[LOG 13:21:32.504] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/PassengerTransport1
[LOG 13:21:32.505] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/PassengerTransport2
[LOG 13:21:32.505] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/PassengerTransport3
[LOG 13:21:32.506] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/PassengerTransport4
[LOG 13:21:32.507] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/PassengerTransport5
[LOG 13:21:32.507] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research1
[LOG 13:21:32.508] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research10
[LOG 13:21:32.509] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research2
[LOG 13:21:32.509] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research3
[LOG 13:21:32.510] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research4
[LOG 13:21:32.511] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research5
[LOG 13:21:32.511] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research6
[LOG 13:21:32.512] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research7
[LOG 13:21:32.513] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research8
[LOG 13:21:32.513] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Research9
[LOG 13:21:32.514] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/ServiceEngineer
[LOG 13:21:32.515] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/ServiceOperations
[LOG 13:21:32.515] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/ServiceScientist
[LOG 13:21:32.516] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SignificantContract
[LOG 13:21:32.517] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SingleMissionTime1
[LOG 13:21:32.517] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SingleMissionTime2
[LOG 13:21:32.518] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SingleMissionTime3
[LOG 13:21:32.519] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SingleMissionTime4
[LOG 13:21:32.519] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SingleMissionTime5
[LOG 13:21:32.520] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SolidFuelBooster10
[LOG 13:21:32.521] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SolidFuelBooster20
[LOG 13:21:32.521] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SolidFuelBooster30
[LOG 13:21:32.522] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SouthPolar
[LOG 13:21:32.523] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Spaceplane
[LOG 13:21:32.523] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/SpeedRecord
[LOG 13:21:32.524] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Splashdown
[LOG 13:21:32.525] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Splashdown2
[LOG 13:21:32.525] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Station
[LOG 13:21:32.526] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM01
[LOG 13:21:32.527] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM02
[LOG 13:21:32.527] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM03
[LOG 13:21:32.528] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM04
[LOG 13:21:32.528] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM05
[LOG 13:21:32.529] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM06
[LOG 13:21:32.530] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM07
[LOG 13:21:32.530] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM08
[LOG 13:21:32.531] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM09
[LOG 13:21:32.532] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM10
[LOG 13:21:32.532] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM11
[LOG 13:21:32.533] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM12
[LOG 13:21:32.534] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM13
[LOG 13:21:32.534] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM14
[LOG 13:21:32.535] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM15
[LOG 13:21:32.536] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM16
[LOG 13:21:32.536] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM17
[LOG 13:21:32.537] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM18
[LOG 13:21:32.537] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM19
[LOG 13:21:32.538] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM20
[LOG 13:21:32.539] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM21
[LOG 13:21:32.539] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM22
[LOG 13:21:32.540] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM23
[LOG 13:21:32.541] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM24
[LOG 13:21:32.541] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM25
[LOG 13:21:32.542] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM26
[LOG 13:21:32.543] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM27
[LOG 13:21:32.543] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM28
[LOG 13:21:32.544] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM30
[LOG 13:21:32.544] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM31
[LOG 13:21:32.545] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM32
[LOG 13:21:32.546] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM33
[LOG 13:21:32.546] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM34
[LOG 13:21:32.547] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM35
[LOG 13:21:32.548] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM36
[LOG 13:21:32.548] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM37
[LOG 13:21:32.549] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM38
[LOG 13:21:32.550] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM39
[LOG 13:21:32.550] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM40
[LOG 13:21:32.551] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM41
[LOG 13:21:32.551] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM42
[LOG 13:21:32.552] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM43
[LOG 13:21:32.553] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM44
[LOG 13:21:32.553] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/STM45
[LOG 13:21:32.554] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva1
[LOG 13:21:32.555] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva2
[LOG 13:21:32.555] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva3
[LOG 13:21:32.556] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva4
[LOG 13:21:32.557] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva5
[LOG 13:21:32.557] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva6
[LOG 13:21:32.558] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva7
[LOG 13:21:32.558] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/TotalEva8
[LOG 13:21:32.559] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/WetEva
[LOG 13:21:32.560] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/WetEvaFirst
[LOG 13:21:32.560] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/XM
[LOG 13:21:32.561] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/XM2014A
[LOG 13:21:32.562] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/Atmosphere
[LOG 13:21:32.562] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/DeepAtmosphere
[LOG 13:21:32.563] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/EvaGround
[LOG 13:21:32.564] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/EvaOrbit
[LOG 13:21:32.564] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/EvaSpace
[LOG 13:21:32.565] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstAtmosphere
[LOG 13:21:32.566] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstEvaGround
[LOG 13:21:32.566] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstEvaOrbit
[LOG 13:21:32.567] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstEvaSpace
[LOG 13:21:32.568] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstLanding
[LOG 13:21:32.568] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstOrbitCapsule
[LOG 13:21:32.569] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstOrbitCapsuleDocked
[LOG 13:21:32.570] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstPlantFlag
[LOG 13:21:32.571] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/FirstRover
[LOG 13:21:32.571] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/Landing
[LOG 13:21:32.572] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/OrbitCapsule
[LOG 13:21:32.573] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/OrbitCapsuleDocked
[LOG 13:21:32.573] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/PlantFlag
[LOG 13:21:32.574] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/Rover
[LOG 13:21:32.575] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Argo/SphereOfInfluence
[LOG 13:21:32.575] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/Atmosphere
[LOG 13:21:32.576] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/DeepAtmosphere
[LOG 13:21:32.577] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/EvaGround
[LOG 13:21:32.577] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/EvaOrbit
[LOG 13:21:32.578] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/EvaSpace
[LOG 13:21:32.579] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstAtmosphere
[LOG 13:21:32.579] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaGround
[LOG 13:21:32.580] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaOrbit
[LOG 13:21:32.581] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstEvaSpace
[LOG 13:21:32.581] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstLanding
[LOG 13:21:32.582] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstOrbitCapsule
[LOG 13:21:32.583] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstOrbitCapsuleDocked
[LOG 13:21:32.584] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstPlantFlag
[LOG 13:21:32.584] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/FirstRover
[LOG 13:21:32.585] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/Landing
[LOG 13:21:32.586] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/OrbitCapsule
[LOG 13:21:32.586] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/OrbitCapsuleDocked
[LOG 13:21:32.587] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/PlantFlag
[LOG 13:21:32.588] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/Rover
[LOG 13:21:32.588] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Augustus/SphereOfInfluence
[LOG 13:21:32.589] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/Atmosphere
[LOG 13:21:32.590] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/EvaGround
[LOG 13:21:32.590] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/EvaOrbit
[LOG 13:21:32.591] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/EvaSpace
[LOG 13:21:32.592] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstAtmosphere
[LOG 13:21:32.593] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaGround
[LOG 13:21:32.593] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaOrbit
[LOG 13:21:32.594] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstEvaSpace
[LOG 13:21:32.595] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstLanding
[LOG 13:21:32.595] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstOrbitCapsule
[LOG 13:21:32.596] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstOrbitCapsuleDocked
[LOG 13:21:32.597] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstPlantFlag
[LOG 13:21:32.597] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/FirstRover
[LOG 13:21:32.598] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/Landing
[LOG 13:21:32.599] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/OrbitCapsule
[LOG 13:21:32.599] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/OrbitCapsuleDocked
[LOG 13:21:32.600] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/PlantFlag
[LOG 13:21:32.601] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/Rover
[LOG 13:21:32.602] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Catullus/SphereOfInfluence
[LOG 13:21:32.602] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/Atmosphere
[LOG 13:21:32.603] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/Base
[LOG 13:21:32.604] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/EvaGround
[LOG 13:21:32.604] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/EvaOrbit
[LOG 13:21:32.605] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/EvaSpace
[LOG 13:21:32.606] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstAtmosphere
[LOG 13:21:32.606] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaGround
[LOG 13:21:32.607] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaOrbit
[LOG 13:21:32.608] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstEvaSpace
[LOG 13:21:32.608] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstLanding
[LOG 13:21:32.609] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstOrbitCapsule
[LOG 13:21:32.610] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstOrbitCapsuleDocked
[LOG 13:21:32.610] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstPlantFlag
[LOG 13:21:32.611] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/FirstRover
[LOG 13:21:32.612] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/Landing
[LOG 13:21:32.612] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/OrbitCapsule
[LOG 13:21:32.613] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/OrbitCapsuleDocked
[LOG 13:21:32.614] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/OrbitStation
[LOG 13:21:32.614] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/PlantFlag
[LOG 13:21:32.615] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/Rover
[LOG 13:21:32.616] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ceti/SphereOfInfluence
[LOG 13:21:32.616] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/Atmosphere
[LOG 13:21:32.617] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/CloserSolarOrbit
[LOG 13:21:32.618] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/EvaGround
[LOG 13:21:32.619] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/EvaOrbit
[LOG 13:21:32.619] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/EvaSpace
[LOG 13:21:32.620] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstAtmosphere
[LOG 13:21:32.621] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstCloserSolarOrbit
[LOG 13:21:32.621] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaGround
[LOG 13:21:32.622] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaOrbit
[LOG 13:21:32.623] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstEvaSpace
[LOG 13:21:32.623] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstLanding
[LOG 13:21:32.624] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstOrbitCapsule
[LOG 13:21:32.625] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstOrbitCapsuleDocked
[LOG 13:21:32.625] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstPlantFlag
[LOG 13:21:32.626] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/FirstRover
[LOG 13:21:32.627] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/Landing
[LOG 13:21:32.627] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/OrbitCapsule
[LOG 13:21:32.628] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/OrbitCapsuleDocked
[LOG 13:21:32.629] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/PlantFlag
[LOG 13:21:32.629] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/Rover
[LOG 13:21:32.630] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Ciro/SphereOfInfluence
[LOG 13:21:32.631] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/Atmosphere
[LOG 13:21:32.631] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/EvaGround
[LOG 13:21:32.632] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/EvaOrbit
[LOG 13:21:32.633] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/EvaSpace
[LOG 13:21:32.633] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstAtmosphere
[LOG 13:21:32.634] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstEvaGround
[LOG 13:21:32.635] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstEvaOrbit
[LOG 13:21:32.635] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstEvaSpace
[LOG 13:21:32.636] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstLanding
[LOG 13:21:32.637] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstOrbitCapsule
[LOG 13:21:32.637] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstOrbitCapsuleDocked
[LOG 13:21:32.638] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstPlantFlag
[LOG 13:21:32.639] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/FirstRover
[LOG 13:21:32.640] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/Landing
[LOG 13:21:32.640] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/OrbitCapsule
[LOG 13:21:32.641] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/OrbitCapsuleDocked
[LOG 13:21:32.642] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/PlantFlag
[LOG 13:21:32.642] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/Rover
[LOG 13:21:32.643] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Eta/SphereOfInfluence
[LOG 13:21:32.644] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/Atmosphere
[LOG 13:21:32.644] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/EvaGround
[LOG 13:21:32.645] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/EvaOrbit
[LOG 13:21:32.646] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/EvaSpace
[LOG 13:21:32.646] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstAtmosphere
[LOG 13:21:32.647] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstEvaGround
[LOG 13:21:32.648] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstEvaOrbit
[LOG 13:21:32.648] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstEvaSpace
[LOG 13:21:32.649] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstLanding
[LOG 13:21:32.650] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstOrbitCapsule
[LOG 13:21:32.650] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstOrbitCapsuleDocked
[LOG 13:21:32.651] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstPlantFlag
[LOG 13:21:32.652] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/FirstRover
[LOG 13:21:32.652] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/Landing
[LOG 13:21:32.653] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/OrbitCapsule
[LOG 13:21:32.654] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/OrbitCapsuleDocked
[LOG 13:21:32.654] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/OrbitStation
[LOG 13:21:32.655] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/PlantFlag
[LOG 13:21:32.656] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/Rover
[LOG 13:21:32.656] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gael/SphereOfInfluence
[LOG 13:21:32.657] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/Atmosphere
[LOG 13:21:32.658] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/DeepAtmosphere
[LOG 13:21:32.659] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/EvaGround
[LOG 13:21:32.659] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/EvaOrbit
[LOG 13:21:32.660] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/EvaSpace
[LOG 13:21:32.661] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstAtmosphere
[LOG 13:21:32.661] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaGround
[LOG 13:21:32.662] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaOrbit
[LOG 13:21:32.663] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstEvaSpace
[LOG 13:21:32.663] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstLanding
[LOG 13:21:32.664] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstOrbitCapsule
[LOG 13:21:32.665] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstOrbitCapsuleDocked
[LOG 13:21:32.665] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstPlantFlag
[LOG 13:21:32.666] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/FirstRover
[LOG 13:21:32.667] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/Landing
[LOG 13:21:32.667] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/OrbitCapsule
[LOG 13:21:32.668] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/OrbitCapsuleDocked
[LOG 13:21:32.669] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/PlantFlag
[LOG 13:21:32.669] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/Rover
[LOG 13:21:32.670] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gauss/SphereOfInfluence
[LOG 13:21:32.671] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/Atmosphere
[LOG 13:21:32.672] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/EvaGround
[LOG 13:21:32.672] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/EvaOrbit
[LOG 13:21:32.673] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/EvaSpace
[LOG 13:21:32.674] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstAtmosphere
[LOG 13:21:32.674] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaGround
[LOG 13:21:32.675] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaOrbit
[LOG 13:21:32.676] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstEvaSpace
[LOG 13:21:32.676] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstLanding
[LOG 13:21:32.677] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstOrbitCapsule
[LOG 13:21:32.678] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstOrbitCapsuleDocked
[LOG 13:21:32.679] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstPlantFlag
[LOG 13:21:32.679] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/FirstRover
[LOG 13:21:32.680] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/Landing
[LOG 13:21:32.681] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/OrbitCapsule
[LOG 13:21:32.681] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/OrbitCapsuleDocked
[LOG 13:21:32.682] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/PlantFlag
[LOG 13:21:32.683] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/Rover
[LOG 13:21:32.683] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Geminus/SphereOfInfluence
[LOG 13:21:32.684] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/Atmosphere
[LOG 13:21:32.685] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/EvaGround
[LOG 13:21:32.686] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/EvaOrbit
[LOG 13:21:32.686] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/EvaSpace
[LOG 13:21:32.687] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstAtmosphere
[LOG 13:21:32.688] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaGround
[LOG 13:21:32.688] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaOrbit
[LOG 13:21:32.689] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstEvaSpace
[LOG 13:21:32.690] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstLanding
[LOG 13:21:32.690] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstOrbitCapsule
[LOG 13:21:32.691] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstOrbitCapsuleDocked
[LOG 13:21:32.692] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstPlantFlag
[LOG 13:21:32.692] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/FirstRover
[LOG 13:21:32.693] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/Landing
[LOG 13:21:32.694] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/OrbitCapsule
[LOG 13:21:32.695] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/OrbitCapsuleDocked
[LOG 13:21:32.695] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/PlantFlag
[LOG 13:21:32.696] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/Rover
[LOG 13:21:32.697] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Gratian/SphereOfInfluence
[LOG 13:21:32.697] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/Atmosphere
[LOG 13:21:32.698] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/DeepAtmosphere
[LOG 13:21:32.699] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/EvaGround
[LOG 13:21:32.699] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/EvaOrbit
[LOG 13:21:32.700] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/EvaSpace
[LOG 13:21:32.701] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstAtmosphere
[LOG 13:21:32.701] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaGround
[LOG 13:21:32.702] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaOrbit
[LOG 13:21:32.703] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstEvaSpace
[LOG 13:21:32.703] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstLanding
[LOG 13:21:32.704] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstOrbitCapsule
[LOG 13:21:32.705] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstOrbitCapsuleDocked
[LOG 13:21:32.706] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstPlantFlag
[LOG 13:21:32.706] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/FirstRover
[LOG 13:21:32.707] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/Landing
[LOG 13:21:32.708] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/OrbitCapsule
[LOG 13:21:32.708] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/OrbitCapsuleDocked
[LOG 13:21:32.709] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/PlantFlag
[LOG 13:21:32.710] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/Rover
[LOG 13:21:32.710] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hadrian/SphereOfInfluence
[LOG 13:21:32.711] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/Atmosphere
[LOG 13:21:32.712] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/EvaGround
[LOG 13:21:32.712] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/EvaOrbit
[LOG 13:21:32.713] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/EvaSpace
[LOG 13:21:32.714] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstAtmosphere
[LOG 13:21:32.714] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaGround
[LOG 13:21:32.715] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaOrbit
[LOG 13:21:32.716] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstEvaSpace
[LOG 13:21:32.717] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstLanding
[LOG 13:21:32.717] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstOrbitCapsule
[LOG 13:21:32.718] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstOrbitCapsuleDocked
[LOG 13:21:32.719] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstPlantFlag
[LOG 13:21:32.719] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/FirstRover
[LOG 13:21:32.720] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/Landing
[LOG 13:21:32.721] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/OrbitCapsule
[LOG 13:21:32.722] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/OrbitCapsuleDocked
[LOG 13:21:32.722] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/PlantFlag
[LOG 13:21:32.723] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/Rover
[LOG 13:21:32.724] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hephaestus/SphereOfInfluence
[LOG 13:21:32.724] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/Atmosphere
[LOG 13:21:32.725] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/EvaGround
[LOG 13:21:32.726] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/EvaOrbit
[LOG 13:21:32.726] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/EvaSpace
[LOG 13:21:32.727] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstAtmosphere
[LOG 13:21:32.728] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstEvaGround
[LOG 13:21:32.728] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstEvaOrbit
[LOG 13:21:32.729] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstEvaSpace
[LOG 13:21:32.730] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstLanding
[LOG 13:21:32.731] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstOrbitCapsule
[LOG 13:21:32.732] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstOrbitCapsuleDocked
[LOG 13:21:32.733] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstPlantFlag
[LOG 13:21:32.734] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/FirstRover
[LOG 13:21:32.735] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/Landing
[LOG 13:21:32.735] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/OrbitCapsule
[LOG 13:21:32.736] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/OrbitCapsuleDocked
[LOG 13:21:32.738] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/PlantFlag
[LOG 13:21:32.739] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/Rover
[LOG 13:21:32.739] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Hox/SphereOfInfluence
[LOG 13:21:32.741] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/Atmosphere
[LOG 13:21:32.742] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/EvaGround
[LOG 13:21:32.743] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/EvaOrbit
[LOG 13:21:32.743] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/EvaSpace
[LOG 13:21:32.744] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstAtmosphere
[LOG 13:21:32.745] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaGround
[LOG 13:21:32.746] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaOrbit
[LOG 13:21:32.747] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstEvaSpace
[LOG 13:21:32.747] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstLanding
[LOG 13:21:32.748] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstOrbitCapsule
[LOG 13:21:32.749] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstOrbitCapsuleDocked
[LOG 13:21:32.749] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstPlantFlag
[LOG 13:21:32.750] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/FirstRover
[LOG 13:21:32.751] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/Landing
[LOG 13:21:32.751] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/OrbitCapsule
[LOG 13:21:32.752] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/OrbitCapsuleDocked
[LOG 13:21:32.753] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/PlantFlag
[LOG 13:21:32.754] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/Rover
[LOG 13:21:32.754] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Icarus/SphereOfInfluence
[LOG 13:21:32.755] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/Atmosphere
[LOG 13:21:32.756] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/EvaGround
[LOG 13:21:32.756] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/EvaOrbit
[LOG 13:21:32.757] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/EvaSpace
[LOG 13:21:32.758] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstAtmosphere
[LOG 13:21:32.758] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstEvaGround
[LOG 13:21:32.759] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstEvaOrbit
[LOG 13:21:32.760] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstEvaSpace
[LOG 13:21:32.760] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstLanding
[LOG 13:21:32.761] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstOrbitCapsule
[LOG 13:21:32.762] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstOrbitCapsuleDocked
[LOG 13:21:32.763] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstPlantFlag
[LOG 13:21:32.763] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/FirstRover
[LOG 13:21:32.764] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/Landing
[LOG 13:21:32.765] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/OrbitCapsule
[LOG 13:21:32.765] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/OrbitCapsuleDocked
[LOG 13:21:32.766] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/PlantFlag
[LOG 13:21:32.767] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/Rover
[LOG 13:21:32.767] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Iota/SphereOfInfluence
[LOG 13:21:32.768] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/Atmosphere
[LOG 13:21:32.769] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/EvaGround
[LOG 13:21:32.769] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/EvaOrbit
[LOG 13:21:32.770] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/EvaSpace
[LOG 13:21:32.771] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstAtmosphere
[LOG 13:21:32.771] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaGround
[LOG 13:21:32.772] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaOrbit
[LOG 13:21:32.773] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstEvaSpace
[LOG 13:21:32.774] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstLanding
[LOG 13:21:32.774] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstOrbitCapsule
[LOG 13:21:32.775] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstOrbitCapsuleDocked
[LOG 13:21:32.776] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstPlantFlag
[LOG 13:21:32.776] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/FirstRover
[LOG 13:21:32.777] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/Landing
[LOG 13:21:32.778] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/OrbitCapsule
[LOG 13:21:32.778] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/OrbitCapsuleDocked
[LOG 13:21:32.779] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/PlantFlag
[LOG 13:21:32.780] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/Rover
[LOG 13:21:32.781] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Jannah/SphereOfInfluence
[LOG 13:21:32.781] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/Atmosphere
[LOG 13:21:32.782] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/EvaGround
[LOG 13:21:32.783] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/EvaOrbit
[LOG 13:21:32.783] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/EvaSpace
[LOG 13:21:32.784] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstAtmosphere
[LOG 13:21:32.785] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstEvaGround
[LOG 13:21:32.785] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstEvaOrbit
[LOG 13:21:32.786] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstEvaSpace
[LOG 13:21:32.787] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstLanding
[LOG 13:21:32.787] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstOrbitCapsule
[LOG 13:21:32.788] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstOrbitCapsuleDocked
[LOG 13:21:32.789] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstPlantFlag
[LOG 13:21:32.790] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/FirstRover
[LOG 13:21:32.790] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/Landing
[LOG 13:21:32.791] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/OrbitCapsule
[LOG 13:21:32.792] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/OrbitCapsuleDocked
[LOG 13:21:32.792] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/PlantFlag
[LOG 13:21:32.793] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/Rover
[LOG 13:21:32.794] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Leto/SphereOfInfluence
[LOG 13:21:32.794] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/Atmosphere
[LOG 13:21:32.795] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/EvaGround
[LOG 13:21:32.796] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/EvaOrbit
[LOG 13:21:32.796] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/EvaSpace
[LOG 13:21:32.797] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstAtmosphere
[LOG 13:21:32.798] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstEvaGround
[LOG 13:21:32.798] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstEvaOrbit
[LOG 13:21:32.799] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstEvaSpace
[LOG 13:21:32.800] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstLanding
[LOG 13:21:32.800] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstOrbitCapsule
[LOG 13:21:32.801] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstOrbitCapsuleDocked
[LOG 13:21:32.802] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstPlantFlag
[LOG 13:21:32.802] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/FirstRover
[LOG 13:21:32.803] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/Landing
[LOG 13:21:32.804] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/OrbitCapsule
[LOG 13:21:32.804] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/OrbitCapsuleDocked
[LOG 13:21:32.805] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/PlantFlag
[LOG 13:21:32.806] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/Rover
[LOG 13:21:32.807] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Lili/SphereOfInfluence
[LOG 13:21:32.807] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/Atmosphere
[LOG 13:21:32.808] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/EvaGround
[LOG 13:21:32.809] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/EvaOrbit
[LOG 13:21:32.809] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/EvaSpace
[LOG 13:21:32.810] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstAtmosphere
[LOG 13:21:32.811] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstEvaGround
[LOG 13:21:32.811] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstEvaOrbit
[LOG 13:21:32.812] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstEvaSpace
[LOG 13:21:32.813] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstLanding
[LOG 13:21:32.813] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstOrbitCapsule
[LOG 13:21:32.814] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstOrbitCapsuleDocked
[LOG 13:21:32.815] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstPlantFlag
[LOG 13:21:32.815] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/FirstRover
[LOG 13:21:32.816] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/Landing
[LOG 13:21:32.817] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/OrbitCapsule
[LOG 13:21:32.817] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/OrbitCapsuleDocked
[LOG 13:21:32.818] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/PlantFlag
[LOG 13:21:32.819] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/Rover
[LOG 13:21:32.820] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Loki/SphereOfInfluence
[LOG 13:21:32.820] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/Atmosphere
[LOG 13:21:32.821] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/DeepAtmosphere
[LOG 13:21:32.822] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/EvaGround
[LOG 13:21:32.822] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/EvaOrbit
[LOG 13:21:32.823] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/EvaSpace
[LOG 13:21:32.824] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstAtmosphere
[LOG 13:21:32.824] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstEvaGround
[LOG 13:21:32.825] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstEvaOrbit
[LOG 13:21:32.826] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstEvaSpace
[LOG 13:21:32.826] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstLanding
[LOG 13:21:32.827] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstOrbitCapsule
[LOG 13:21:32.828] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstOrbitCapsuleDocked
[LOG 13:21:32.829] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstPlantFlag
[LOG 13:21:32.829] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/FirstRover
[LOG 13:21:32.830] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/Landing
[LOG 13:21:32.831] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/OrbitCapsule
[LOG 13:21:32.831] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/OrbitCapsuleDocked
[LOG 13:21:32.832] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/PlantFlag
[LOG 13:21:32.833] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/Rover
[LOG 13:21:32.833] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Minona/SphereOfInfluence
[LOG 13:21:32.834] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/Atmosphere
[LOG 13:21:32.835] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/EvaGround
[LOG 13:21:32.835] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/EvaOrbit
[LOG 13:21:32.836] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/EvaSpace
[LOG 13:21:32.837] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstAtmosphere
[LOG 13:21:32.837] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstEvaGround
[LOG 13:21:32.838] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstEvaOrbit
[LOG 13:21:32.839] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstEvaSpace
[LOG 13:21:32.840] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstLanding
[LOG 13:21:32.840] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstOrbitCapsule
[LOG 13:21:32.841] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstOrbitCapsuleDocked
[LOG 13:21:32.842] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstPlantFlag
[LOG 13:21:32.842] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/FirstRover
[LOG 13:21:32.843] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/Landing
[LOG 13:21:32.844] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/OrbitCapsule
[LOG 13:21:32.844] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/OrbitCapsuleDocked
[LOG 13:21:32.845] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/PlantFlag
[LOG 13:21:32.846] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/Rover
[LOG 13:21:32.846] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Muse/SphereOfInfluence
[LOG 13:21:32.847] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/Atmosphere
[LOG 13:21:32.848] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/EvaGround
[LOG 13:21:32.848] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/EvaOrbit
[LOG 13:21:32.849] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/EvaSpace
[LOG 13:21:32.850] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstAtmosphere
[LOG 13:21:32.850] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaGround
[LOG 13:21:32.851] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaOrbit
[LOG 13:21:32.852] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstEvaSpace
[LOG 13:21:32.853] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstLanding
[LOG 13:21:32.853] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstOrbitCapsule
[LOG 13:21:32.854] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstOrbitCapsuleDocked
[LOG 13:21:32.855] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstPlantFlag
[LOG 13:21:32.855] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/FirstRover
[LOG 13:21:32.856] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/Landing
[LOG 13:21:32.857] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/OrbitCapsule
[LOG 13:21:32.857] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/OrbitCapsuleDocked
[LOG 13:21:32.858] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/PlantFlag
[LOG 13:21:32.859] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/Rover
[LOG 13:21:32.860] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Narisse/SphereOfInfluence
[LOG 13:21:32.860] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/Atmosphere
[LOG 13:21:32.861] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/EvaGround
[LOG 13:21:32.862] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/EvaOrbit
[LOG 13:21:32.862] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/EvaSpace
[LOG 13:21:32.863] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstAtmosphere
[LOG 13:21:32.864] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstEvaGround
[LOG 13:21:32.864] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstEvaOrbit
[LOG 13:21:32.865] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstEvaSpace
[LOG 13:21:32.866] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstLanding
[LOG 13:21:32.866] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstOrbitCapsule
[LOG 13:21:32.867] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstOrbitCapsuleDocked
[LOG 13:21:32.868] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstPlantFlag
[LOG 13:21:32.868] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/FirstRover
[LOG 13:21:32.869] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/Landing
[LOG 13:21:32.870] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/OrbitCapsule
[LOG 13:21:32.871] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/OrbitCapsuleDocked
[LOG 13:21:32.871] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/PlantFlag
[LOG 13:21:32.872] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/Rover
[LOG 13:21:32.873] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Nero/SphereOfInfluence
[LOG 13:21:32.873] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/Atmosphere
[LOG 13:21:32.874] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/EvaGround
[LOG 13:21:32.875] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/EvaOrbit
[LOG 13:21:32.875] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/EvaSpace
[LOG 13:21:32.876] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstAtmosphere
[LOG 13:21:32.877] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstEvaGround
[LOG 13:21:32.877] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstEvaOrbit
[LOG 13:21:32.878] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstEvaSpace
[LOG 13:21:32.879] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstLanding
[LOG 13:21:32.879] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstOrbitCapsule
[LOG 13:21:32.880] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstOrbitCapsuleDocked
[LOG 13:21:32.881] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstPlantFlag
[LOG 13:21:32.882] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/FirstRover
[LOG 13:21:32.882] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/Landing
[LOG 13:21:32.883] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/OrbitCapsule
[LOG 13:21:32.884] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/OrbitCapsuleDocked
[LOG 13:21:32.884] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/PlantFlag
[LOG 13:21:32.885] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/Rover
[LOG 13:21:32.886] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Niven/SphereOfInfluence
[LOG 13:21:32.886] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/Atmosphere
[LOG 13:21:32.887] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/DeepAtmosphere
[LOG 13:21:32.888] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/EvaGround
[LOG 13:21:32.888] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/EvaOrbit
[LOG 13:21:32.889] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/EvaSpace
[LOG 13:21:32.890] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstAtmosphere
[LOG 13:21:32.890] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstEvaGround
[LOG 13:21:32.891] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstEvaOrbit
[LOG 13:21:32.892] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstEvaSpace
[LOG 13:21:32.892] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstLanding
[LOG 13:21:32.893] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstOrbitCapsule
[LOG 13:21:32.894] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstOrbitCapsuleDocked
[LOG 13:21:32.895] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstPlantFlag
[LOG 13:21:32.895] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/FirstRover
[LOG 13:21:32.896] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/Landing
[LOG 13:21:32.897] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/OrbitCapsule
[LOG 13:21:32.897] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/OrbitCapsuleDocked
[LOG 13:21:32.898] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/PlantFlag
[LOG 13:21:32.899] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/Rover
[LOG 13:21:32.899] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Otho/SphereOfInfluence
[LOG 13:21:32.900] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/Atmosphere
[LOG 13:21:32.901] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/EvaGround
[LOG 13:21:32.901] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/EvaOrbit
[LOG 13:21:32.902] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/EvaSpace
[LOG 13:21:32.903] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstAtmosphere
[LOG 13:21:32.903] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaGround
[LOG 13:21:32.904] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaOrbit
[LOG 13:21:32.905] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstEvaSpace
[LOG 13:21:32.906] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstLanding
[LOG 13:21:32.906] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstOrbitCapsule
[LOG 13:21:32.907] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstOrbitCapsuleDocked
[LOG 13:21:32.908] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstPlantFlag
[LOG 13:21:32.908] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/FirstRover
[LOG 13:21:32.909] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/Landing
[LOG 13:21:32.910] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/OrbitCapsule
[LOG 13:21:32.910] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/OrbitCapsuleDocked
[LOG 13:21:32.911] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/PlantFlag
[LOG 13:21:32.912] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/Rover
[LOG 13:21:32.912] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tarsiss/SphereOfInfluence
[LOG 13:21:32.913] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/Atmosphere
[LOG 13:21:32.914] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/DeepAtmosphere
[LOG 13:21:32.915] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/EvaGround
[LOG 13:21:32.915] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/EvaOrbit
[LOG 13:21:32.916] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/EvaSpace
[LOG 13:21:32.917] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstAtmosphere
[LOG 13:21:32.917] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaGround
[LOG 13:21:32.918] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaOrbit
[LOG 13:21:32.919] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstEvaSpace
[LOG 13:21:32.919] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstLanding
[LOG 13:21:32.920] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstOrbitCapsule
[LOG 13:21:32.921] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstOrbitCapsuleDocked
[LOG 13:21:32.922] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstPlantFlag
[LOG 13:21:32.922] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/FirstRover
[LOG 13:21:32.923] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/Landing
[LOG 13:21:32.924] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/OrbitCapsule
[LOG 13:21:32.924] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/OrbitCapsuleDocked
[LOG 13:21:32.925] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/PlantFlag
[LOG 13:21:32.926] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/Rover
[LOG 13:21:32.927] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Tellumo/SphereOfInfluence
[LOG 13:21:32.927] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/Atmosphere
[LOG 13:21:32.928] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/EvaGround
[LOG 13:21:32.929] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/EvaOrbit
[LOG 13:21:32.929] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/EvaSpace
[LOG 13:21:32.930] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstAtmosphere
[LOG 13:21:32.931] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaGround
[LOG 13:21:32.931] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaOrbit
[LOG 13:21:32.932] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstEvaSpace
[LOG 13:21:32.933] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstLanding
[LOG 13:21:32.933] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstOrbitCapsule
[LOG 13:21:32.934] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstOrbitCapsuleDocked
[LOG 13:21:32.935] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstPlantFlag
[LOG 13:21:32.936] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/FirstRover
[LOG 13:21:32.936] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/Landing
[LOG 13:21:32.937] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/OrbitCapsule
[LOG 13:21:32.938] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/OrbitCapsuleDocked
[LOG 13:21:32.938] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/PlantFlag
[LOG 13:21:32.939] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/Rover
[LOG 13:21:32.940] [TR.Loader] Unloaded Nereid/FinalFrontier/Ribbons/Thalia/SphereOfInfluence
[LOG 13:21:32.940] [TR.Loader] Unloaded scatterer/config/Sunflares/Ciro/Ghost1
[LOG 13:21:32.941] [TR.Loader] Unloaded scatterer/config/Sunflares/Ciro/Ghost2
[LOG 13:21:32.942] [TR.Loader] Unloaded scatterer/config/Sunflares/Ciro/Ghost3
[LOG 13:21:32.942] [TR.Loader] Unloaded scatterer/config/Sunflares/Ciro/sunFlare
[LOG 13:21:32.943] [TR.Loader] Unloaded scatterer/config/Sunflares/Ciro/sunSpikes
[LOG 13:21:32.944] [TR.Loader] Unloaded spacetux/Flags/spacetux_flag
[LOG 13:21:32.944] [TR.Loader] Unloaded Squad/Flags/09
[LOG 13:21:32.945] [TR.Loader] Unloaded Squad/Flags/blorbs
[LOG 13:21:32.946] [TR.Loader] Unloaded Squad/Flags/bullseye
[LOG 13:21:32.946] [TR.Loader] Unloaded Squad/Flags/capsule
[LOG 13:21:32.947] [TR.Loader] Unloaded Squad/Flags/circles
[LOG 13:21:32.947] [TR.Loader] Unloaded Squad/Flags/default
[LOG 13:21:32.948] [TR.Loader] Unloaded Squad/Flags/esa_dark_blue
[LOG 13:21:32.949] [TR.Loader] Unloaded Squad/Flags/hexagon
[LOG 13:21:32.949] [TR.Loader] Unloaded Squad/Flags/hexagonCircles
[LOG 13:21:32.950] [TR.Loader] Unloaded Squad/Flags/kerbal1
[LOG 13:21:32.950] [TR.Loader] Unloaded Squad/Flags/kerbal2
[LOG 13:21:32.951] [TR.Loader] Unloaded Squad/Flags/kerbin
[LOG 13:21:32.952] [TR.Loader] Unloaded Squad/Flags/kerbinmunflag
[LOG 13:21:32.952] [TR.Loader] Unloaded Squad/Flags/line
[LOG 13:21:32.953] [TR.Loader] Unloaded Squad/Flags/minimalistic
[LOG 13:21:32.953] [TR.Loader] Unloaded Squad/Flags/NASA
[LOG 13:21:32.954] [TR.Loader] Unloaded Squad/Flags/orbit
[LOG 13:21:32.955] [TR.Loader] Unloaded Squad/Flags/orbs
[LOG 13:21:32.955] [TR.Loader] Unloaded Squad/Flags/retro
[LOG 13:21:32.956] [TR.Loader] Unloaded Squad/Flags/rings
[LOG 13:21:32.956] [TR.Loader] Unloaded Squad/Flags/rocketScience
[LOG 13:21:32.957] [TR.Loader] Unloaded Squad/Flags/satellite
[LOG 13:21:32.958] [TR.Loader] Unloaded Squad/Flags/spheres
[LOG 13:21:32.958] [TR.Loader] Unloaded Squad/Flags/squadLogo
[LOG 13:21:32.959] [TR.Loader] Unloaded Squad/Flags/squadLogo2
[LOG 13:21:32.959] [TR.Loader] Unloaded Squad/Flags/stripes
[LOG 13:21:32.960] [TR.Loader] Unloaded Squad/Flags/trees
[LOG 13:21:32.961] [TR.Loader] Unloaded Squad/Flags/trippy
[LOG 13:21:32.961] [TR.Loader] Unloaded Squad/Flags/uk_space_agency
[LOG 13:21:32.963] [TR.Loader] Unloaded Squad/Strategies/Icons/AggressiveNegotiations
[LOG 13:21:32.964] [TR.Loader] Unloaded Squad/Strategies/Icons/AppreciationCampaign
[LOG 13:21:32.965] [TR.Loader] Unloaded Squad/Strategies/Icons/BailOutGrant
[LOG 13:21:32.965] [TR.Loader] Unloaded Squad/Strategies/Icons/FundraisingCampaign
[LOG 13:21:32.966] [TR.Loader] Unloaded Squad/Strategies/Icons/LeadershipInitiative
[LOG 13:21:32.967] [TR.Loader] Unloaded Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 13:21:32.967] [TR.Loader] Unloaded Squad/Strategies/Icons/OutsourcedResearch
[LOG 13:21:32.968] [TR.Loader] Unloaded Squad/Strategies/Icons/PatentsLicensing
[LOG 13:21:32.969] [TR.Loader] Unloaded Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 13:21:32.969] [TR.Loader] Unloaded Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 13:21:32.970] [TR.Loader] Unloaded Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 13:21:32.971] [TR.Loader] Unloaded Squad/Tutorials/ChuteColors
[LOG 13:21:32.971] [TR.Loader] Unloaded Squad/Tutorials/EditorCoM
[LOG 13:21:32.972] [TR.Loader] Unloaded Squad/Tutorials/EditorSnap
[LOG 13:21:32.973] [TR.Loader] Unloaded Squad/Tutorials/EditorSnap4x
[LOG 13:21:32.973] [TR.Loader] Unloaded Squad/Tutorials/EditorSymm
[LOG 13:21:32.974] [TR.Loader] Unloaded Squad/Tutorials/StagingStack
[LOG 13:21:32.975] [TR.Loader] Unloaded StockVisualEnhancements/EVE/Atmosphere/Textures/eve1
[LOG 13:21:32.975] [TR.Loader] Unloaded TextureReplacer/Default/EVAhelmet
[LOG 13:21:32.976] [TR.Loader] Unloaded TextureReplacer/Default/EVAjetpack
[LOG 13:21:32.977] [TR.Loader] Unloaded TextureReplacer/Default/EVAtexture
[LOG 13:21:32.977] [TR.Loader] Unloaded TextureReplacer/Default/EVAvisor
[LOG 13:21:32.978] [TR.Loader] Unloaded TextureReplacer/Default/kerbalHead
[LOG 13:21:32.979] [TR.Loader] Unloaded TextureReplacer/Default/kerbalHelmetGrey
[LOG 13:21:32.979] [TR.Loader] Unloaded TextureReplacer/Default/kerbalMainGrey
[LOG 13:21:32.980] [TR.Loader] Unloaded TextureReplacer/Default/kerbalVisor
[LOG 13:21:32.981] [TR.Loader] Unloaded TextureReplacer/Heads/BILL
[LOG 13:21:32.981] [TR.Loader] Unloaded TextureReplacer/Heads/BOB
[LOG 13:21:32.982] [TR.Loader] Unloaded TextureReplacer/Heads/f1
[LOG 13:21:32.982] [TR.Loader] Unloaded TextureReplacer/Heads/f2
[LOG 13:21:32.983] [TR.Loader] Unloaded TextureReplacer/Heads/f3
[LOG 13:21:32.984] [TR.Loader] Unloaded TextureReplacer/Heads/Head11
[LOG 13:21:32.984] [TR.Loader] Unloaded TextureReplacer/Heads/Head14
[LOG 13:21:32.985] [TR.Loader] Unloaded TextureReplacer/Heads/Head4
[LOG 13:21:32.986] [TR.Loader] Unloaded TextureReplacer/Heads/Head6
[LOG 13:21:32.986] [TR.Loader] Unloaded TextureReplacer/Heads/Head8
[LOG 13:21:32.987] [TR.Loader] Unloaded TextureReplacer/Heads/JEB
[LOG 13:21:32.987] [TR.Loader] Unloaded TextureReplacer/Heads/kerbalHead0
[LOG 13:21:32.988] [TR.Loader] Unloaded TextureReplacer/Heads/kerbalHead1
[LOG 13:21:32.989] [TR.Loader] Unloaded TextureReplacer/Heads/VAL
[LOG 13:21:32.989] [TR.Loader] Unloaded TextureReplacer/Suits/Blue/EVAtexture
[LOG 13:21:32.990] [TR.Loader] Unloaded TextureReplacer/Suits/Blue/kerbalMainGrey
[LOG 13:21:32.993] [TR.Loader] Texture unloading freed approximately 151.1 MiB = 158.5 MB of system RAM
[LOG 13:21:33.155] [ModuleManager] SHA generated in 0.159s
[LOG 13:21:33.156] [ModuleManager]       SHA = 27-E6-6A-9A-9A-E9-8B-56-0E-8E-66-EC-D3-B3-5B-A6-54-B2-18-52-01-B1-45-79-76-9F-79-1F-49-96-84-62
[LOG 13:21:33.176] [ModuleManager] Changes :
Changed : scatterer/config/config.cfg
Changed : scatterer/config/Planets/Gael/atmo.cfg
Added   : CoherentContracts/CoherentContracts.cfg
Added   : ContractConfigurator/BiomeDataDefault.cfg
Added   : ContractConfigurator/Agencies/Agents.cfg
Added   : ContractConfigurator/Agencies/ARM.cfg
Added   : ContractConfigurator/Agencies/Base.cfg
Added   : ContractConfigurator/Agencies/CollectScience.cfg
Added   : ContractConfigurator/Agencies/ContractConfigurator.cfg
Added   : ContractConfigurator/Agencies/DMOS.cfg
Added   : ContractConfigurator/Agencies/Explore.cfg
Added   : ContractConfigurator/Agencies/FlagPlanting.cfg
Added   : ContractConfigurator/Agencies/GrandTour.cfg
Added   : ContractConfigurator/Agencies/ISRU.cfg
Added   : ContractConfigurator/Agencies/PartTest.cfg
Added   : ContractConfigurator/Agencies/Rescue.cfg
Added   : ContractConfigurator/Agencies/Satellite.cfg
Added   : ContractConfigurator/Agencies/Stations.cfg
Added   : ContractConfigurator/Agencies/Surveys.cfg
Added   : ContractConfigurator/Agencies/Tourism.cfg
Added   : ContractConfigurator/patches/Contracts.cfg
Added   : ContractConfigurator/science/DMagicOrbitalScience.cfg
Added   : ContractConfigurator/science/Impact.cfg
Added   : ContractConfigurator/science/Mkerb.cfg
Added   : ContractConfigurator/science/N3h3miah.cfg
Added   : ContractConfigurator/science/SCANsat.cfg
Added   : ContractConfigurator/science/SolarScience.cfg
Added   : ContractConfigurator/science/StationScience.cfg
Added   : ContractConfigurator/science/stock.cfg
Added   : ContractConfigurator/science/SurfaceExperimentPackage.cfg
Added   : ContractConfigurator/science/TarsierSpaceTechnology.cfg
Added   : ContractConfigurator/science/USI.cfg
Added   : ContractPacks/CleverSat/CleverSat.cfg
Added   : ContractPacks/CleverSat/CleverSatConstellation.cfg
Added   : ContractPacks/CleverSat/CleverSatConstellationShift.cfg
Added   : ContractPacks/CleverSat/CleverSatCore.cfg
Added   : ContractPacks/CleverSat/CleverSatProbeMalfunction.cfg
Added   : ContractPacks/CleverSat/CleverSatRandomShift.cfg
Added   : ContractPacks/CleverSat/CleverSatRogueAI.cfg
Added   : ContractPacks/CleverSat/Agent/CleverSatsAgency.cfg
Added   : ContractPacks/CleverSat/Patches/Strategia.cfg
Added   : ContractPacks/FieldResearch/BiomeStudy.cfg
Added   : ContractPacks/FieldResearch/ClimateStudy.cfg
Added   : ContractPacks/FieldResearch/Experiment.cfg
Added   : ContractPacks/FieldResearch/FieldResearch.cfg
Added   : ContractPacks/FieldResearch/GeologicalStudy.cfg
Added   : ContractPacks/FieldResearch/HardScience.cfg
Added   : ContractPacks/FieldResearch/KSC.cfg
Added   : ContractPacks/FieldResearch/Scientist.cfg
Added   : ContractPacks/FieldResearch/Scraps.cfg
Added   : ContractPacks/FieldResearch/Agencies/Agents.cfg
Added   : ContractPacks/FieldResearch/Patches/DisableStationScience.cfg
Added   : ContractPacks/FieldResearch/Patches/Strategia.cfg
Added   : ContractPacks/KerbinSpaceStation/BasesandStations.cfg
Added   : ContractPacks/KerbinSpaceStation/Agents/StationAgent.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseCreate.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseExpansion.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BasePopulation.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseRover.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseScan.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseScience.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/BaseSelf-Sufficiency.cfg
Added   : ContractPacks/KerbinSpaceStation/Core Missions/StationCore.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseCommsLost.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseCrewRotation.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseMedicalEmergency.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseResupply.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/CrewRotation.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/Evacuate.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/ExtraCrewCapacity.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/LSResupply.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/MedicalEmergency.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/NewCrew.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/PayloadSpecialist.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/RepairFaultyModule.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReplaceFaultyModule.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReturnCrew.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/ScienceExperimentModule.cfg
Added   : ContractPacks/KerbinSpaceStation/MaintenanceMissions/SurfaceSample.cfg
Added   : ContractPacks/KerbinSpaceStation/Patches/Strategia.cfg
Added   : ContractPacks/Spacetux/UnmannedContracts/coherentcontractsmod.cfg
Added   : ContractPacks/Spacetux/UnmannedContracts/group.cfg
Added   : ContractPacks/Spacetux/UnmannedContracts/UnmannedContracts.cfg
Added   : ContractPacks/Tourism/Asteroid.cfg
Added   : ContractPacks/Tourism/Attraction.cfg
Added   : ContractPacks/Tourism/AttractionReturnHome.cfg
Added   : ContractPacks/Tourism/Base.cfg
Added   : ContractPacks/Tourism/CasinoBuilding.cfg
Added   : ContractPacks/Tourism/FirstTourist.cfg
Added   : ContractPacks/Tourism/GasGiantMoons.cfg
Added   : ContractPacks/Tourism/HotelBuilding.cfg
Added   : ContractPacks/Tourism/InvestorTour.cfg
Added   : ContractPacks/Tourism/LowOrbit.cfg
Added   : ContractPacks/Tourism/MoonLandings.cfg
Added   : ContractPacks/Tourism/Moons.cfg
Added   : ContractPacks/Tourism/SpaceCamp.cfg
Added   : ContractPacks/Tourism/Station.cfg
Added   : ContractPacks/Tourism/SubOrbital.cfg
Added   : ContractPacks/Tourism/Tourism.cfg
Added   : ContractPacks/Tourism/TwoMoons.cfg
Added   : ContractPacks/Tourism/Agencies/Agents.cfg
Added   : ContractPacks/Tourism/Patches/Strategia.cfg
Added   : spacetux/Agencies/spacetux.cfg
Added   : TextureReplacer/@Default.cfg
Added   : TextureReplacer/GPPTR.cfg
Added   : WaypointManager/CustomIcons.cfg
Added   : WaypointManager/GPP_WaypointBodies.cfg

[LOG 13:21:33.198] [ModuleManager] Cache SHA = 78-8F-1B-48-4D-7F-D1-ED-8A-2D-2F-C7-F5-44-72-10-00-C8-90-B7-13-1F-34-23-F1-44-90-CF-71-40-7B-26
[LOG 13:21:33.199] [ModuleManager] useCache = False
[LOG 13:21:33.199] [ModuleManager] Pre patch init
[LOG 13:21:33.338] [ModuleManager] compiling list of loaded mods...
Mod DLLs found:
    Assembly-CSharp v1.0.0.0                         SHA256 695c85982bd30dca6297b050bbbb5e8cd34c77d6e3b7220351aac68607ed4133
    ModuleManager.2.7.5 v2.7.5.0                     SHA256 8b5000a9b633e6fea4b4ee055baca031650b440e56323033a09ab0c16bd07cd9
    ContractConfigurator v1.0.0.0 / v1.22.2          SHA256 6e3163c7f4ad48bb874c2f38517da1137ec5d0dd94a4390e4afdd1764ef1efed
    KerbalKonstructs v2.0.0.0 / v0.9.8.9             SHA256 1b2e460f41183400fd968392b5c75b84bcefc97fb4123a04933c718f3340615a
    KerKonConConExt v1.0.0.0 / v1.22.2               SHA256 f8ab019a48913f2010a2cb660248b8445b68a309281401ed2e14eb5280226379
    UnmannedContracts v1.0.5980.31793                SHA256 f6342956c360a23d313477ed059a704769c8e3ed90d300d21a73dd4f0e42f22f
    DistantObject v1.8.1.12781                       SHA256 17e44324500a1848c5f68e524a904f8433b636edb2df5c0ef50ee4caf43b8a0e
    Atmosphere v1.5.6131.22338 / v1.0.0.0            SHA256 186eb22f659c5f74b736c8a82b085bcd3f62a7d4dfe282ef06aae5dddb38a7e8
    CelestialShadows v1.5.6131.22338 / v1.0.0.0      SHA256 bbb92ee1198f163e4583d2e05b25eb1f55c5ce256b7cc411ca2f832186d83824
    CityLights v1.5.6131.22338 / v1.0.0.0            SHA256 0c2a5efb65f5f9870613bdd0d52624900acd82c412ec6113059e1f6c83c2a0ab
    EVEManager v1.5.6131.22338 / v1.0.0.0            SHA256 96c7905329a4ff522cc4c42cc62c1a3cb717f493ee61da8a29dbf85b84776eb6
    PartFX v1.5.6131.22338 / v1.0.0.0                SHA256 1424d04913bf486201d3dec9fde91f7ae97b57cf8876dc4c48bbccd84eda1a51
    PQSManager v1.5.6131.22338 / v1.0.0.0            SHA256 7ffe189ea5be8d614e6c41f5ce631c337c378c2ea6f36780bb59bf293e1cc0ff
    ShaderLoader v1.5.6131.22337 / v1.0.0.0          SHA256 90ed39e39744bf90f5c9890a27ef4f036e0b3f393f0e06ebbb82c3d8128b3f54
    Terrain v1.5.6131.22338 / v1.0.0.0               SHA256 3902a9cfae61d61bd431c4ec7ac90da43d111794acf96a4e9d6ff80327004488
    TextureConfig v1.5.6131.22338 / v1.0.0.0         SHA256 3434b22e505d657057cd5afae702aefe93c17339aaf5f34c0d2a2f5ecd6e440e
    Utils v1.5.6131.22337 / v1.0.0.0                 SHA256 3e5ee9e0b02943240a95e844f1be2fa06a9e5929009d49df1afa4626ba860f49
    _BuildManager v1.5.6131.22338 / v1.0.0.0         SHA256 5e821ca7ab06b34e817fcfd072e60134176edbbbe22b70d33b627bfb85b8179b
    GPP.IVA.SOUNDS v1.0.0.0                          SHA256 5655a144990fe34d98d3ad26ddf544c506b6287ab18d6f9749dcdee1830d2d9a
    ModularFlightIntegrator v1.0.0.0 / v1.2.3.0      SHA256 22b5bc62ad1b7408375c5eabd09c593cb309bd57e153c671a2a1016c21e75322
    Kopernicus.Components v1.0.0.0                   SHA256 ebd92aa2188c9096c35d699090b49bf12bdfb9a66799ed5d53f01e858becf87e
    Kopernicus.OnDemand v1.0.0.0                     SHA256 1abc051049c6d7dce70703c46647847e5e0e48c271490281ed2283df52b90d4e
    Kopernicus v1.0.0.0                              SHA256 d60e89c9b376c9052f4318d79dd26e7cf9107ee3f8bda68738f4d8756de45046
    Kopernicus.Parser v1.0.0.0                       SHA256 9921769c9e8947cfaac0ab1c2095c01ff88ce664431bbff15fd183f8483d76c4
    KSCSwitcher v1.0.6149.20666                      SHA256 3205ab30380a15ec1b949e3bcbdc815cb1cf396759158f868201ca0eedbe3b64
    FinalFrontier v1.0.0.0                           SHA256 940a0d267f70c1019394dad96134f086db001d2f6476051964e4d6576d5e69a1
    PlanetShine v1.0.6121.34655                      SHA256 a0d789677d3f4ad5800955c5359300c4ea262b2571e8811e58b6d88c56cae1ae
    scatterer v1.0.6134.38560                        SHA256 869cb9fa2650e9ea5211692f5b62e85e83fd50ef5251c9dd327333e0fcd9a220
    KSPSteamCtrlr v0.0.1.35                          SHA256 70c884b63b0d5d913dff497fa8246934b21f13327934494966e6b0a5c15556e7
    Steamworks.NET v9.0.0.0 / v9.0.0                 SHA256 c32c0219c58e654c06e2b494302718372a94ff8b82d9ae59b9bb9e283957d44a
    TextureReplacer v2.5.4.0                         SHA256 3a34257d5ac478d5892147c7bcf3f6ce11ca3b53e13a75bd692e2bb7396f6905
    WaypointManager v1.0.0.0 / v2.6.0                SHA256 bcd5e9bdaf0c3380836082e27f70798faebbe340c287e34a7ddb7c5f819cd388
Non-DLL mods added (:FOR[xxx]):
  Tourism
  GPP
Mods by directory (sub directories of GameData):
  CoherentContracts
  CommunityResourcePack
  ContractPacks
  EnvironmentalVisualEnhancements
  KSCFloodlight
  LackMisc
  Nereid
  spacetux
  Squad
  StockVisualEnhancements

[LOG 13:21:33.355] [ModuleManager] Loading Physics.cfg
[LOG 13:21:33.358] [ModuleManager] Checking NEEDS.
[LOG 13:21:33.364] [ModuleManager] Deleting node in file: ContractPacks/CleverSat/CleverSatCore subnode: CONTRACT_TYPE/REQUIREMENT/REQUIREMENT:NEEDS[NearFutureSolar] as it can't satisfy its NEEDS
[LOG 13:21:33.365] [ModuleManager] Deleting node in file: ContractPacks/CleverSat/CleverSatCore subnode: CONTRACT_TYPE/REQUIREMENT:NEEDS[RemoteTech] as it can't satisfy its NEEDS
[LOG 13:21:33.367] [ModuleManager] Deleting Node in file ContractPacks/CleverSat/Patches/Strategia subnode: @STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia] as it can't satisfy its NEEDS
[LOG 13:21:33.368] [ModuleManager] Deleting node in file: ContractPacks/FieldResearch/ClimateStudy subnode: CONTRACT_TYPE/DATA:NEEDS[RealSolarSystem] as it can't satisfy its NEEDS
[LOG 13:21:33.369] [ModuleManager] Deleting node in file: ContractPacks/FieldResearch/ClimateStudy subnode: CONTRACT_TYPE/DATA:NEEDS[RealSolarSystem] as it can't satisfy its NEEDS
[LOG 13:21:33.370] [ModuleManager] Deleting node in file: ContractPacks/FieldResearch/HardScience subnode: CONTRACT_TYPE/DATA:NEEDS[RealSolarSystem] as it can't satisfy its NEEDS
[LOG 13:21:33.371] [ModuleManager] Deleting Node in file ContractPacks/FieldResearch/Patches/Strategia subnode: @STRATEGY_LEVEL_EXPAND[ScientistFocus]:NEEDS[Strategia] as it can't satisfy its NEEDS
[LOG 13:21:33.372] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseCreate subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureSolar] as it can't satisfy its NEEDS
[LOG 13:21:33.373] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseCreate subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.374] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseCreate subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.376] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseRover subnode: CONTRACT_TYPE/DATA:NEEDS[SCANsat] as it can't satisfy its NEEDS
[LOG 13:21:33.377] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseScan subnode: CONTRACT_TYPE/DATA:NEEDS[SCANsat] as it can't satisfy its NEEDS
[LOG 13:21:33.378] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseScan subnode: CONTRACT_TYPE/PARAMETER:NEEDS[SCANsat] as it can't satisfy its NEEDS
[LOG 13:21:33.379] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseScan subnode: CONTRACT_TYPE/REQUIREMENT:NEEDS[SCANsat] as it can't satisfy its NEEDS
[LOG 13:21:33.380] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/BaseScan subnode: CONTRACT_TYPE/REQUIREMENT:NEEDS[SCANsat] as it can't satisfy its NEEDS
[LOG 13:21:33.381] [ModuleManager] Deleting Node in file ContractPacks/KerbinSpaceStation/Core Missions/BaseSelf-Sufficiency subnode: CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport] as it can't satisfy its NEEDS
[LOG 13:21:33.382] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureSolar] as it can't satisfy its NEEDS
[LOG 13:21:33.383] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.384] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.386] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/PARAMETER/PARAMETER:NEEDS[StationScience] as it can't satisfy its NEEDS
[LOG 13:21:33.387] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/REQUIREMENT/REQUIREMENT:NEEDS[NearFutureSolar] as it can't satisfy its NEEDS
[LOG 13:21:33.388] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/Core Missions/StationCore subnode: CONTRACT_TYPE/REQUIREMENT/REQUIREMENT:NEEDS[StationScience] as it can't satisfy its NEEDS
[LOG 13:21:33.389] [ModuleManager] Deleting Node in file ContractPacks/KerbinSpaceStation/MaintenanceMissions/BaseResupply subnode: CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport] as it can't satisfy its NEEDS
[LOG 13:21:33.390] [ModuleManager] Deleting Node in file ContractPacks/KerbinSpaceStation/MaintenanceMissions/LSResupply subnode: CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport] as it can't satisfy its NEEDS
[LOG 13:21:33.392] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReplaceFaultyModule subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureSolar] as it can't satisfy its NEEDS
[LOG 13:21:33.393] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReplaceFaultyModule subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.394] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/MaintenanceMissions/ReplaceFaultyModule subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[NearFutureElectrical] as it can't satisfy its NEEDS
[LOG 13:21:33.395] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/MaintenanceMissions/SurfaceSample subnode: CONTRACT_TYPE/PARAMETER/PARAMETER/PARAMETER:NEEDS[StationScience] as it can't satisfy its NEEDS
[LOG 13:21:33.397] [ModuleManager] Deleting node in file: ContractPacks/KerbinSpaceStation/MaintenanceMissions/SurfaceSample subnode: CONTRACT_TYPE/REQUIREMENT:NEEDS[StationScience] as it can't satisfy its NEEDS
[LOG 13:21:33.398] [ModuleManager] Deleting Node in file ContractPacks/KerbinSpaceStation/Patches/Strategia subnode: @STRATEGY_LEVEL_EXPAND[EngineerFocus]:NEEDS[Strategia] as it can't satisfy its NEEDS
[LOG 13:21:33.399] [ModuleManager] Deleting Node in file ContractPacks/Tourism/CasinoBuilding subnode: @CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[RemoteTech] as it can't satisfy its NEEDS
[LOG 13:21:33.400] [ModuleManager] Deleting Node in file ContractPacks/Tourism/CasinoBuilding subnode: @CONTRACT_TYPE[Tourism_Casino]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech] as it can't satisfy its NEEDS
[LOG 13:21:33.402] [ModuleManager] Deleting Node in file ContractPacks/Tourism/HotelBuilding subnode: @CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[RemoteTech] as it can't satisfy its NEEDS
[LOG 13:21:33.403] [ModuleManager] Deleting Node in file ContractPacks/Tourism/HotelBuilding subnode: @CONTRACT_TYPE[Tourism_Hotel]:FOR[Tourism]:NEEDS[AntennaRange&!RemoteTech] as it can't satisfy its NEEDS
[LOG 13:21:33.404] [ModuleManager] Deleting Node in file ContractPacks/Tourism/Patches/Strategia subnode: @STRATEGY_LEVEL_EXPAND[PilotFocus]:NEEDS[Strategia] as it can't satisfy its NEEDS
[LOG 13:21:33.407] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Decals subnode: @PART[sticker]:NEEDS[blackheart] as it can't satisfy its NEEDS
[LOG 13:21:33.408] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Decals subnode: @PART[stickerv]:NEEDS[blackheart] as it can't satisfy its NEEDS
[LOG 13:21:33.409] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Decals subnode: @PART[stickermini]:NEEDS[blackheart] as it can't satisfy its NEEDS
[LOG 13:21:33.410] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.411] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.412] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.413] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.414] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.415] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.416] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.417] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.418] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.418] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.419] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.420] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.421] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.422] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.423] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_LEVEL_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.424] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.425] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY_BODY_EXPAND:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.426] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.427] [ModuleManager] Deleting Node in file GPP/GPP_Configs/GPP_Strategia subnode: STRATEGY:NEEDS[CustomBarnKit] as it can't satisfy its NEEDS
[LOG 13:21:33.428] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[KA_Drill_250_01]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.429] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[KA_Jet_PropFan_01]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.430] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[LFKA_Jet_PropFan_01]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.431] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[KA_Jet_PropFan_02]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.432] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[LFKA_Jet_PropFan_02]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.433] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[KA_Jet_PropFan_03]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.433] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[LFKA_Jet_PropFan_03]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.434] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[LFKA_Jet_Stack_01]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.435] [ModuleManager] Deleting Node in file GPP/GPP_Configs/ImprovedKarburetors subnode: @PART[KA_Jet_Stack_01]:NEEDS[Karbonite] as it can't satisfy its NEEDS
[LOG 13:21:33.461] [ModuleManager] Applying patches
[LOG 13:21:33.464] [ModuleManager] :FIRST pass
[LOG 13:21:33.468] [ModuleManager] :LEGACY (default) pass
[LOG 13:21:33.470] [ModuleManager] Applying node CommunityResourcePack/Asteroid/@PART[PotatoRoid] to Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 13:21:33.478] [ModuleManager] Applying node CommunityResourcePack/SurfaceScanner/@PART[SurfaceScanner] to Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 13:21:33.480] [ModuleManager] Applying node ContractConfigurator/patches/Contracts/@Contracts to Squad/Contracts/Contracts/Contracts
[LOG 13:21:33.482] [ModuleManager] Applying node ContractPacks/FieldResearch/Patches/DisableStationScience/@CC_EXPERIMENT_DEFINITIONS[StationScience] to ContractConfigurator/science/StationScience/StationScience
[LOG 13:21:33.483] [ModuleManager] Applying node ContractPacks/Spacetux/UnmannedContracts/coherentcontractsmod/@STORY_DEF to CoherentContracts/CoherentContracts/STORY_DEF
[LOG 13:21:33.506] [ModuleManager] Applying node ContractPacks/Spacetux/UnmannedContracts/coherentcontractsmod/@STORY_DEF to Squad/Resources/StoryDefs/STORY_DEF
[LOG 13:21:33.510] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[surfaceSample]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.512] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[crewReport]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.514] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[evaReport]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.516] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[mysteryGoo]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.518] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[mobileMaterialsLab]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.520] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[temperatureScan]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.521] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[barometerScan]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.523] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[gravityScan]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.524] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[seismicScan]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.526] [ModuleManager] Applying node GPP/GPP_Configs/GPP_Science_Homeworld/@EXPERIMENT_DEFINITION[*]:HAS[#id[atmosphereAnalysis]] to Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 13:21:33.528] [ModuleManager] Applying node GPP/GPP_Configs/QuietLaunchClamps/@PART[launchClamp1] to Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 13:21:33.531] [ModuleManager] Applying node GPP/GPP_Configs/range_StockAntenna/@PART[RelayAntenna100] to Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100
[LOG 13:21:33.533] [ModuleManager] Applying node GPP/GPP_Configs/range_StockAntenna/@PART[commDish] to Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 13:21:33.535] [ModuleManager] Applying node GPP/GPP_Resources/Ore/@Contracts to Squad/Contracts/Contracts/Contracts
[LOG 13:21:33.538] [ModuleManager] :BEFORE[_BUILDMANAGER] pass
[LOG 13:21:33.541] [ModuleManager] :FOR[_BUILDMANAGER] pass
[LOG 13:21:33.544] [ModuleManager] :AFTER[_BUILDMANAGER] pass
[LOG 13:21:33.548] [ModuleManager] :BEFORE[ASSEMBLY-CSHARP] pass
[LOG 13:21:33.551] [ModuleManager] :FOR[ASSEMBLY-CSHARP] pass
[LOG 13:21:33.554] [ModuleManager] :AFTER[ASSEMBLY-CSHARP] pass
[LOG 13:21:33.557] [ModuleManager] :BEFORE[ATMOSPHERE] pass
[LOG 13:21:33.561] [ModuleManager] :FOR[ATMOSPHERE] pass
[LOG 13:21:33.564] [ModuleManager] :AFTER[ATMOSPHERE] pass
[LOG 13:21:33.567] [ModuleManager] :BEFORE[CELESTIALSHADOWS] pass
[LOG 13:21:33.571] [ModuleManager] :FOR[CELESTIALSHADOWS] pass
[LOG 13:21:33.574] [ModuleManager] :AFTER[CELESTIALSHADOWS] pass
[LOG 13:21:33.577] [ModuleManager] :BEFORE[CITYLIGHTS] pass
[LOG 13:21:33.580] [ModuleManager] :FOR[CITYLIGHTS] pass
[LOG 13:21:33.583] [ModuleManager] :AFTER[CITYLIGHTS] pass
[LOG 13:21:33.586] [ModuleManager] :BEFORE[COHERENTCONTRACTS] pass
[LOG 13:21:33.590] [ModuleManager] :FOR[COHERENTCONTRACTS] pass
[LOG 13:21:33.593] [ModuleManager] :AFTER[COHERENTCONTRACTS] pass
[LOG 13:21:33.596] [ModuleManager] :BEFORE[COMMUNITYRESOURCEPACK] pass
[LOG 13:21:33.599] [ModuleManager] :FOR[COMMUNITYRESOURCEPACK] pass
[LOG 13:21:33.602] [ModuleManager] :AFTER[COMMUNITYRESOURCEPACK] pass
[LOG 13:21:33.605] [ModuleManager] :BEFORE[CONTRACTCONFIGURATOR] pass
[LOG 13:21:33.609] [ModuleManager] :FOR[CONTRACTCONFIGURATOR] pass
[LOG 13:21:33.612] [ModuleManager] :AFTER[CONTRACTCONFIGURATOR] pass
[LOG 13:21:33.615] [ModuleManager] :BEFORE[CONTRACTPACKS] pass
[LOG 13:21:33.618] [ModuleManager] :FOR[CONTRACTPACKS] pass
[LOG 13:21:33.621] [ModuleManager] :AFTER[CONTRACTPACKS] pass
[LOG 13:21:33.624] [ModuleManager] :BEFORE[DISTANTOBJECT] pass
[LOG 13:21:33.628] [ModuleManager] :FOR[DISTANTOBJECT] pass
[LOG 13:21:33.631] [ModuleManager] :AFTER[DISTANTOBJECT] pass
[LOG 13:21:33.634] [ModuleManager] :BEFORE[ENVIRONMENTALVISUALENHANCEMENTS] pass
[LOG 13:21:33.637] [ModuleManager] :FOR[ENVIRONMENTALVISUALENHANCEMENTS] pass
[LOG 13:21:33.641] [ModuleManager] :AFTER[ENVIRONMENTALVISUALENHANCEMENTS] pass
[LOG 13:21:33.644] [ModuleManager] :BEFORE[EVEMANAGER] pass
[LOG 13:21:33.647] [ModuleManager] :FOR[EVEMANAGER] pass
[LOG 13:21:33.651] [ModuleManager] :AFTER[EVEMANAGER] pass
[LOG 13:21:33.654] [ModuleManager] :BEFORE[FINALFRONTIER] pass
[LOG 13:21:33.657] [ModuleManager] :FOR[FINALFRONTIER] pass
[LOG 13:21:33.661] [ModuleManager] :AFTER[FINALFRONTIER] pass
[LOG 13:21:33.664] [ModuleManager] :BEFORE[GPP] pass
[LOG 13:21:33.666] [ModuleManager] Applying node GPP/GPP_Configs/RemoveStockPlanets/@Kopernicus:BEFORE[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.669] [ModuleManager] :FOR[GPP] pass
[LOG 13:21:33.671] [ModuleManager] Applying node GPP/Ciro/Ciro/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.672] [ModuleManager] Applying node GPP/Gael/Ceti/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.674] [ModuleManager] Applying node GPP/Gael/Gael/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.677] [ModuleManager] Applying node GPP/Gael/Iota/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.680] [ModuleManager] Applying node GPP/Gauss/Catullus/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.682] [ModuleManager] Applying node GPP/Gauss/Gauss/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.684] [ModuleManager] Applying node GPP/Gauss/Loki/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.706] [ModuleManager] Applying node GPP/Gauss/Tarsiss/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.709] [ModuleManager] Applying node GPP/GPP_Configs/Asteroids/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.712] [ModuleManager] Applying node GPP/GPP_Configs/GPP_LaunchSites/@KSCSWITCHER:FOR[GPP] to KSCSwitcher/LaunchSites/KSCSWITCHER
[LOG 13:21:33.714] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.714] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.715] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.715] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.716] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.716] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.717] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.718] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.718] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.719] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.719] [ModuleManager] Deleting Node STRATEGY
[LOG 13:21:33.721] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.721] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.722] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.722] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.723] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.723] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.724] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.725] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.725] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.726] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.726] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.727] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.727] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.728] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.729] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.729] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.730] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.730] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.731] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.731] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.732] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.733] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.733] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.734] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.734] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.735] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.735] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.736] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.737] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.737] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.738] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.738] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.739] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.739] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.740] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.741] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.741] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.742] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.742] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.743] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.743] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.744] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.745] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.745] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.746] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.746] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.747] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.747] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.748] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.749] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.749] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.750] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.750] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.751] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.751] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.752] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.753] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.753] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.754] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.754] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.755] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.755] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.756] [ModuleManager] Deleting Node CONTRACT_TYPE
[LOG 13:21:33.758] [ModuleManager] Applying node GPP/Gratian/Geminus/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.761] [ModuleManager] Applying node GPP/Gratian/Gratian/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.764] [ModuleManager] Applying node GPP/Hox/Argo/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.767] [ModuleManager] Applying node GPP/Hox/Hox/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.771] [ModuleManager] Applying node GPP/Icarus/Icarus/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.774] [ModuleManager] Applying node GPP/Leto/Leto/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.778] [ModuleManager] Applying node GPP/Nero/Hadrian/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.781] [ModuleManager] Applying node GPP/Nero/Minona/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.785] [ModuleManager] Applying node GPP/Nero/Muse/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.788] [ModuleManager] Applying node GPP/Nero/Narisse/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.793] [ModuleManager] Applying node GPP/Nero/Nero/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.797] [ModuleManager] Applying node GPP/Niven/Niven/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.802] [ModuleManager] Applying node GPP/Otho/Augustus/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.806] [ModuleManager] Applying node GPP/Otho/Hephaestus/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.811] [ModuleManager] Applying node GPP/Otho/Jannah/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.815] [ModuleManager] Applying node GPP/Otho/Otho/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.819] [ModuleManager] Applying node GPP/Tellumo/Lili/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.823] [ModuleManager] Applying node GPP/Tellumo/Tellumo/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.830] [ModuleManager] Applying node GPP/Thalia/Eta/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.836] [ModuleManager] Applying node GPP/Thalia/Thalia/@Kopernicus:FOR[GPP] to Kopernicus/Config/System/Kerbol System
[LOG 13:21:33.842] [ModuleManager] :AFTER[GPP] pass
[LOG 13:21:33.846] [ModuleManager] :BEFORE[GPP.IVA.SOUNDS] pass
[LOG 13:21:33.849] [ModuleManager] :FOR[GPP.IVA.SOUNDS] pass
[LOG 13:21:33.852] [ModuleManager] :AFTER[GPP.IVA.SOUNDS] pass
[LOG 13:21:33.855] [ModuleManager] :BEFORE[KERBALKONSTRUCTS] pass
[LOG 13:21:33.858] [ModuleManager] :FOR[KERBALKONSTRUCTS] pass
[LOG 13:21:33.861] [ModuleManager] :AFTER[KERBALKONSTRUCTS] pass
[LOG 13:21:33.864] [ModuleManager] :BEFORE[KERKONCONCONEXT] pass
[LOG 13:21:33.867] [ModuleManager] :FOR[KERKONCONCONEXT] pass
[LOG 13:21:33.870] [ModuleManager] :AFTER[KERKONCONCONEXT] pass
[LOG 13:21:33.873] [ModuleManager] :BEFORE[KOPERNICUS] pass
[LOG 13:21:33.876] [ModuleManager] :FOR[KOPERNICUS] pass
[LOG 13:21:33.879] [ModuleManager] :AFTER[KOPERNICUS] pass
[LOG 13:21:33.882] [ModuleManager] :BEFORE[KOPERNICUS.COMPONENTS] pass
[LOG 13:21:33.885] [ModuleManager] :FOR[KOPERNICUS.COMPONENTS] pass
[LOG 13:21:33.888] [ModuleManager] :AFTER[KOPERNICUS.COMPONENTS] pass
[LOG 13:21:33.891] [ModuleManager] :BEFORE[KOPERNICUS.ONDEMAND] pass
[LOG 13:21:33.894] [ModuleManager] :FOR[KOPERNICUS.ONDEMAND] pass
[LOG 13:21:33.897] [ModuleManager] :AFTER[KOPERNICUS.ONDEMAND] pass
[LOG 13:21:33.900] [ModuleManager] :BEFORE[KOPERNICUS.PARSER] pass
[LOG 13:21:33.903] [ModuleManager] :FOR[KOPERNICUS.PARSER] pass
[LOG 13:21:33.925] [ModuleManager] :AFTER[KOPERNICUS.PARSER] pass
[LOG 13:21:33.928] [ModuleManager] :BEFORE[KSCFLOODLIGHT] pass
[LOG 13:21:33.931] [ModuleManager] :FOR[KSCFLOODLIGHT] pass
[LOG 13:21:33.934] [ModuleManager] :AFTER[KSCFLOODLIGHT] pass
[LOG 13:21:33.937] [ModuleManager] :BEFORE[KSCSWITCHER] pass
[LOG 13:21:33.940] [ModuleManager] :FOR[KSCSWITCHER] pass
[LOG 13:21:33.943] [ModuleManager] :AFTER[KSCSWITCHER] pass
[LOG 13:21:33.946] [ModuleManager] :BEFORE[KSPSTEAMCTRLR] pass
[LOG 13:21:33.949] [ModuleManager] :FOR[KSPSTEAMCTRLR] pass
[LOG 13:21:33.952] [ModuleManager] :AFTER[KSPSTEAMCTRLR] pass
[LOG 13:21:33.955] [ModuleManager] :BEFORE[LACKMISC] pass
[LOG 13:21:33.959] [ModuleManager] :FOR[LACKMISC] pass
[LOG 13:21:33.962] [ModuleManager] :AFTER[LACKMISC] pass
[LOG 13:21:33.965] [ModuleManager] :BEFORE[MODULARFLIGHTINTEGRATOR] pass
[LOG 13:21:33.968] [ModuleManager] :FOR[MODULARFLIGHTINTEGRATOR] pass
[LOG 13:21:33.971] [ModuleManager] :AFTER[MODULARFLIGHTINTEGRATOR] pass
[LOG 13:21:33.974] [ModuleManager] :BEFORE[MODULEMANAGER.2.7.5] pass
[LOG 13:21:33.977] [ModuleManager] :FOR[MODULEMANAGER.2.7.5] pass
[LOG 13:21:33.980] [ModuleManager] :AFTER[MODULEMANAGER.2.7.5] pass
[LOG 13:21:33.983] [ModuleManager] :BEFORE[NEREID] pass
[LOG 13:21:33.986] [ModuleManager] :FOR[NEREID] pass
[LOG 13:21:33.989] [ModuleManager] :AFTER[NEREID] pass
[LOG 13:21:33.992] [ModuleManager] :BEFORE[PARTFX] pass
[LOG 13:21:33.995] [ModuleManager] :FOR[PARTFX] pass
[LOG 13:21:33.998] [ModuleManager] :AFTER[PARTFX] pass
[LOG 13:21:34.001] [ModuleManager] :BEFORE[PLANETSHINE] pass
[LOG 13:21:34.004] [ModuleManager] :FOR[PLANETSHINE] pass
[LOG 13:21:34.007] [ModuleManager] :AFTER[PLANETSHINE] pass
[LOG 13:21:34.010] [ModuleManager] :BEFORE[PQSMANAGER] pass
[LOG 13:21:34.013] [ModuleManager] :FOR[PQSMANAGER] pass
[LOG 13:21:34.015] [ModuleManager] :AFTER[PQSMANAGER] pass
[LOG 13:21:34.018] [ModuleManager] :BEFORE[SCATTERER] pass
[LOG 13:21:34.021] [ModuleManager] :FOR[SCATTERER] pass
[LOG 13:21:34.025] [ModuleManager] :AFTER[SCATTERER] pass
[LOG 13:21:34.027] [ModuleManager] :BEFORE[SHADERLOADER] pass
[LOG 13:21:34.030] [ModuleManager] :FOR[SHADERLOADER] pass
[LOG 13:21:34.033] [ModuleManager] :AFTER[SHADERLOADER] pass
[LOG 13:21:34.036] [ModuleManager] :BEFORE[SPACETUX] pass
[LOG 13:21:34.039] [ModuleManager] :FOR[SPACETUX] pass
[LOG 13:21:34.042] [ModuleManager] :AFTER[SPACETUX] pass
[LOG 13:21:34.045] [ModuleManager] :BEFORE[SQUAD] pass
[LOG 13:21:34.048] [ModuleManager] :FOR[SQUAD] pass
[LOG 13:21:34.051] [ModuleManager] :AFTER[SQUAD] pass
[LOG 13:21:34.055] [ModuleManager] :BEFORE[STEAMWORKS.NET] pass
[LOG 13:21:34.058] [ModuleManager] :FOR[STEAMWORKS.NET] pass
[LOG 13:21:34.061] [ModuleManager] :AFTER[STEAMWORKS.NET] pass
[LOG 13:21:34.065] [ModuleManager] :BEFORE[STOCKVISUALENHANCEMENTS] pass
[LOG 13:21:34.068] [ModuleManager] :FOR[STOCKVISUALENHANCEMENTS] pass
[LOG 13:21:34.071] [ModuleManager] :AFTER[STOCKVISUALENHANCEMENTS] pass
[LOG 13:21:34.074] [ModuleManager] :BEFORE[TERRAIN] pass
[LOG 13:21:34.078] [ModuleManager] :FOR[TERRAIN] pass
[LOG 13:21:34.082] [ModuleManager] :AFTER[TERRAIN] pass
[LOG 13:21:34.085] [ModuleManager] :BEFORE[TEXTURECONFIG] pass
[LOG 13:21:34.089] [ModuleManager] :FOR[TEXTURECONFIG] pass
[LOG 13:21:34.092] [ModuleManager] :AFTER[TEXTURECONFIG] pass
[LOG 13:21:34.095] [ModuleManager] :BEFORE[TEXTUREREPLACER] pass
[LOG 13:21:34.098] [ModuleManager] :FOR[TEXTUREREPLACER] pass
[LOG 13:21:34.101] [ModuleManager] :AFTER[TEXTUREREPLACER] pass
[LOG 13:21:34.104] [ModuleManager] :BEFORE[TOURISM] pass
[LOG 13:21:34.106] [ModuleManager] :FOR[TOURISM] pass
[LOG 13:21:34.109] [ModuleManager] :AFTER[TOURISM] pass
[LOG 13:21:34.131] [ModuleManager] :BEFORE[UNMANNEDCONTRACTS] pass
[LOG 13:21:34.134] [ModuleManager] :FOR[UNMANNEDCONTRACTS] pass
[LOG 13:21:34.137] [ModuleManager] :AFTER[UNMANNEDCONTRACTS] pass
[LOG 13:21:34.140] [ModuleManager] :BEFORE[UTILS] pass
[LOG 13:21:34.143] [ModuleManager] :FOR[UTILS] pass
[LOG 13:21:34.146] [ModuleManager] :AFTER[UTILS] pass
[LOG 13:21:34.149] [ModuleManager] :BEFORE[WAYPOINTMANAGER] pass
[LOG 13:21:34.152] [ModuleManager] :FOR[WAYPOINTMANAGER] pass
[LOG 13:21:34.155] [ModuleManager] :AFTER[WAYPOINTMANAGER] pass
[LOG 13:21:34.159] [ModuleManager] :FINAL pass
[LOG 13:21:34.163] [ModuleManager] Saving Cache
[LOG 13:21:34.172] [ModuleManager] Saving cache
[LOG 13:21:34.242] [ModuleManager] ModuleManager: 51 patches applied

[LOG 13:21:34.243] [ModuleManager] Reloading resources definitions
[LOG 13:21:34.244] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.245] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.245] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.246] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.246] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.247] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.248] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.248] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.249] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.249] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.250] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.251] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.251] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.252] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.252] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.253] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.254] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.254] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.255] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.255] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.256] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.256] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.257] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.258] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.258] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.259] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.259] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.260] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.261] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.261] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.262] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.262] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.263] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.264] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.264] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.265] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.265] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.266] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.267] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.267] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.268] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.268] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.269] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.270] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.270] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.271] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.271] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.272] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.272] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.273] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.274] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.274] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.275] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.275] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.276] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.277] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.277] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.278] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.278] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.279] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.280] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.280] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.281] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.281] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.282] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.283] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.283] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.284] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.284] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.285] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.286] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.286] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.287] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.287] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.288] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.289] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.289] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.290] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.290] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.291] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.292] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.292] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.293] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.293] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.294] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.295] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.295] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.296] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.296] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.297] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.297] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.298] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.299] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.299] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.300] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.300] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.301] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.302] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.302] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.303] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.304] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.304] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.305] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.305] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.306] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.306] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.307] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.308] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.308] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.309] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.309] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.310] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.311] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.311] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.312] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.312] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.313] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.314] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.314] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.315] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.315] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.316] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.317] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.317] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.318] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.318] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.319] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.320] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.320] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.321] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.321] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.323] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.323] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.324] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.324] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.325] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.326] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.326] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.327] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.327] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.328] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.328] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.329] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.330] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.330] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.331] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.331] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.332] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.333] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.333] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.334] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.334] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.335] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.336] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.336] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.337] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.337] Resource RESOURCE_DEFINITION added to database
[LOG 13:21:34.338] [ModuleManager] Reloading Trait configs
[LOG 13:21:34.387] [ModuleManager] Ran in 2.110s
[LOG 13:21:34.393] PartLoader: Creating part database
[LOG 13:21:34.395] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 13:21:34.415] EffectList: Created 14 effect types
[LOG 13:21:34.432] PartLoader: Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone' has no database record. Creating.
[LOG 13:21:34.436] DragCubeSystem: Creating drag cubes for part 'noseCone'
[LOG 13:21:34.458] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1'
[LOG 13:21:34.473] PartLoader: Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1' has no database record. Creating.
[LOG 13:21:34.475] DragCubeSystem: Creating drag cubes for part 'airbrake1'
[LOG 13:21:34.503] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 13:21:34.511] PartLoader: Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop' has no database record. Creating.
[LOG 13:21:34.513] DragCubeSystem: Creating drag cubes for part 'airScoop'
[LOG 13:21:34.528] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf'
[LOG 13:21:34.534] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf' has no database record. Creating.
[LOG 13:21:34.536] DragCubeSystem: Creating drag cubes for part 'airlinerCtrlSrf'
[LOG 13:21:34.559] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing'
[LOG 13:21:34.564] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing' has no database record. Creating.
[LOG 13:21:34.566] DragCubeSystem: Creating drag cubes for part 'airlinerMainWing'
[LOG 13:21:34.573] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin'
[LOG 13:21:34.579] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin' has no database record. Creating.
[LOG 13:21:34.582] DragCubeSystem: Creating drag cubes for part 'airlinerTailFin'
[LOG 13:21:34.622] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard'
[LOG 13:21:34.626] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard' has no database record. Creating.
[LOG 13:21:34.628] DragCubeSystem: Creating drag cubes for part 'AdvancedCanard'
[LOG 13:21:34.647] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController'
[LOG 13:21:34.651] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController' has no database record. Creating.
[LOG 13:21:34.653] DragCubeSystem: Creating drag cubes for part 'CanardController'
[LOG 13:21:34.678] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing'
[LOG 13:21:34.682] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing' has no database record. Creating.
[LOG 13:21:34.683] DragCubeSystem: Creating drag cubes for part 'sweptWing'
[LOG 13:21:34.692] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin'
[LOG 13:21:34.696] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin' has no database record. Creating.
[LOG 13:21:34.698] DragCubeSystem: Creating drag cubes for part 'tailfin'
[LOG 13:21:34.727] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin'
[LOG 13:21:34.731] PartLoader: Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin' has no database record. Creating.
[LOG 13:21:34.732] DragCubeSystem: Creating drag cubes for part 'basicFin'
[LOG 13:21:34.740] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake'
[LOG 13:21:34.747] PartLoader: Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake' has no database record. Creating.
[LOG 13:21:34.748] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake'
[LOG 13:21:34.752] PartLoader: Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake' has no database record. Creating.
[LOG 13:21:34.753] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone'
[LOG 13:21:34.761] PartLoader: Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone' has no database record. Creating.
[LOG 13:21:34.763] DragCubeSystem: Creating drag cubes for part 'avionicsNoseCone'
[LOG 13:21:34.779] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA'
[LOG 13:21:34.783] PartLoader: Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA' has no database record. Creating.
[LOG 13:21:34.784] DragCubeSystem: Creating drag cubes for part 'pointyNoseConeA'
[LOG 13:21:34.802] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB'
[LOG 13:21:34.806] PartLoader: Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB' has no database record. Creating.
[LOG 13:21:34.807] DragCubeSystem: Creating drag cubes for part 'pointyNoseConeB'
[LOG 13:21:34.825] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter'
[LOG 13:21:34.828] PartLoader: Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter' has no database record. Creating.
[LOG 13:21:34.830] DragCubeSystem: Creating drag cubes for part 'noseConeAdapter'
[LOG 13:21:34.849] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone'
[LOG 13:21:34.852] PartLoader: Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone' has no database record. Creating.
[LOG 13:21:34.853] DragCubeSystem: Creating drag cubes for part 'standardNoseCone'
[LOG 13:21:34.872] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail'
[LOG 13:21:34.876] PartLoader: Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail' has no database record. Creating.
[LOG 13:21:34.877] DragCubeSystem: Creating drag cubes for part 'airplaneTail'
[LOG 13:21:34.890] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB'
[LOG 13:21:34.894] PartLoader: Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB' has no database record. Creating.
[LOG 13:21:34.896] DragCubeSystem: Creating drag cubes for part 'airplaneTailB'
[LOG 13:21:34.909] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1'
[LOG 13:21:34.936] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1' has no database record. Creating.
[LOG 13:21:34.942] DragCubeSystem: Creating drag cubes for part 'fairingSize1'
[LOG 13:21:34.958] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2'
[LOG 13:21:34.972] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2' has no database record. Creating.
[LOG 13:21:34.978] DragCubeSystem: Creating drag cubes for part 'fairingSize2'
[LOG 13:21:34.992] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3'
[LOG 13:21:35.026] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3' has no database record. Creating.
[LOG 13:21:35.032] DragCubeSystem: Creating drag cubes for part 'fairingSize3'
[LOG 13:21:35.046] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0'
[LOG 13:21:35.058] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield0/HeatShield0' has no database record. Creating.
[LOG 13:21:35.061] DragCubeSystem: Creating drag cubes for part 'HeatShield0'
[LOG 13:21:35.075] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1'
[LOG 13:21:35.085] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1' has no database record. Creating.
[LOG 13:21:35.089] DragCubeSystem: Creating drag cubes for part 'HeatShield1'
[LOG 13:21:35.115] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2'
[LOG 13:21:35.123] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2' has no database record. Creating.
[LOG 13:21:35.126] DragCubeSystem: Creating drag cubes for part 'HeatShield2'
[LOG 13:21:35.152] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3'
[LOG 13:21:35.160] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3' has no database record. Creating.
[LOG 13:21:35.164] DragCubeSystem: Creating drag cubes for part 'HeatShield3'
[LOG 13:21:35.190] PartLoader: Compiling Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield'
[LOG 13:21:35.199] PartLoader: Part 'Squad/Parts/Aero/InflatableHeatShield/HeatShield/InflatableHeatShield' has no database record. Creating.
[LOG 13:21:35.202] DragCubeSystem: Part 'InflatableHeatShield' has defined a procedural drag cube setup
[LOG 13:21:35.204] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong'
[LOG 13:21:35.207] PartLoader: Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong' has no database record. Creating.
[LOG 13:21:35.209] DragCubeSystem: Creating drag cubes for part 'IntakeRadialLong'
[LOG 13:21:35.221] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake'
[LOG 13:21:35.224] PartLoader: Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake' has no database record. Creating.
[LOG 13:21:35.225] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 13:21:35.227] PartLoader: Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone' has no database record. Creating.
[LOG 13:21:35.228] DragCubeSystem: Creating drag cubes for part 'rocketNoseCone'
[LOG 13:21:35.249] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 13:21:35.253] PartLoader: Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake' has no database record. Creating.
[LOG 13:21:35.254] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta'
[LOG 13:21:35.257] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta' has no database record. Creating.
[LOG 13:21:35.259] DragCubeSystem: Creating drag cubes for part 'wingShuttleDelta'
[LOG 13:21:35.269] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1'
[LOG 13:21:35.274] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1' has no database record. Creating.
[LOG 13:21:35.275] DragCubeSystem: Creating drag cubes for part 'wingShuttleElevon1'
[LOG 13:21:35.309] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2'
[LOG 13:21:35.314] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2' has no database record. Creating.
[LOG 13:21:35.316] DragCubeSystem: Creating drag cubes for part 'wingShuttleElevon2'
[LOG 13:21:35.350] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder'
[LOG 13:21:35.355] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder' has no database record. Creating.
[LOG 13:21:35.356] DragCubeSystem: Creating drag cubes for part 'wingShuttleRudder'
[LOG 13:21:35.382] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake'
[LOG 13:21:35.386] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake' has no database record. Creating.
[LOG 13:21:35.387] DragCubeSystem: Creating drag cubes for part 'wingShuttleStrake'
[LOG 13:21:35.397] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 13:21:35.402] PartLoader: Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet' has no database record. Creating.
[LOG 13:21:35.403] DragCubeSystem: Creating drag cubes for part 'R8winglet'
[LOG 13:21:35.454] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 13:21:35.458] PartLoader: Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet' has no database record. Creating.
[LOG 13:21:35.459] DragCubeSystem: Creating drag cubes for part 'winglet'
[LOG 13:21:35.467] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 13:21:35.472] PartLoader: Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3' has no database record. Creating.
[LOG 13:21:35.474] DragCubeSystem: Creating drag cubes for part 'winglet3'
[LOG 13:21:35.501] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector'
[LOG 13:21:35.505] PartLoader: Part 'Squad/Parts/Aero/wings/connector1/wingConnector' has no database record. Creating.
[LOG 13:21:35.506] DragCubeSystem: Creating drag cubes for part 'wingConnector'
[LOG 13:21:35.516] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2'
[LOG 13:21:35.520] PartLoader: Part 'Squad/Parts/Aero/wings/connector2/wingConnector2' has no database record. Creating.
[LOG 13:21:35.521] DragCubeSystem: Creating drag cubes for part 'wingConnector2'
[LOG 13:21:35.531] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3'
[LOG 13:21:35.535] PartLoader: Part 'Squad/Parts/Aero/wings/connector3/wingConnector3' has no database record. Creating.
[LOG 13:21:35.536] DragCubeSystem: Creating drag cubes for part 'wingConnector3'
[LOG 13:21:35.549] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4'
[LOG 13:21:35.553] PartLoader: Part 'Squad/Parts/Aero/wings/connector4/wingConnector4' has no database record. Creating.
[LOG 13:21:35.554] DragCubeSystem: Creating drag cubes for part 'wingConnector4'
[LOG 13:21:35.565] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5'
[LOG 13:21:35.568] PartLoader: Part 'Squad/Parts/Aero/wings/connector5/wingConnector5' has no database record. Creating.
[LOG 13:21:35.570] DragCubeSystem: Creating drag cubes for part 'wingConnector5'
[LOG 13:21:35.581] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing'
[LOG 13:21:35.585] PartLoader: Part 'Squad/Parts/Aero/wings/delta/deltaWing' has no database record. Creating.
[LOG 13:21:35.586] DragCubeSystem: Creating drag cubes for part 'deltaWing'
[LOG 13:21:35.596] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small'
[LOG 13:21:35.599] PartLoader: Part 'Squad/Parts/Aero/wings/delta_small/delta_small' has no database record. Creating.
[LOG 13:21:35.601] DragCubeSystem: Creating drag cubes for part 'delta.small'
[LOG 13:21:35.611] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf'
[LOG 13:21:35.615] PartLoader: Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf' has no database record. Creating.
[LOG 13:21:35.617] DragCubeSystem: Creating drag cubes for part 'StandardCtrlSrf'
[LOG 13:21:35.644] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2'
[LOG 13:21:35.648] PartLoader: Part 'Squad/Parts/Aero/wings/elevon2/elevon2' has no database record. Creating.
[LOG 13:21:35.650] DragCubeSystem: Creating drag cubes for part 'elevon2'
[LOG 13:21:35.677] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3'
[LOG 13:21:35.682] PartLoader: Part 'Squad/Parts/Aero/wings/elevon3/elevon3' has no database record. Creating.
[LOG 13:21:35.683] DragCubeSystem: Creating drag cubes for part 'elevon3'
[LOG 13:21:35.714] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf'
[LOG 13:21:35.718] PartLoader: Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf' has no database record. Creating.
[LOG 13:21:35.720] DragCubeSystem: Creating drag cubes for part 'smallCtrlSrf'
[LOG 13:21:35.763] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5'
[LOG 13:21:35.767] PartLoader: Part 'Squad/Parts/Aero/wings/elevon5/elevon5' has no database record. Creating.
[LOG 13:21:35.769] DragCubeSystem: Creating drag cubes for part 'elevon5'
[LOG 13:21:35.793] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake'
[LOG 13:21:35.797] PartLoader: Part 'Squad/Parts/Aero/wings/strake/wingStrake' has no database record. Creating.
[LOG 13:21:35.799] DragCubeSystem: Creating drag cubes for part 'wingStrake'
[LOG 13:21:35.827] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing'
[LOG 13:21:35.830] PartLoader: Part 'Squad/Parts/Aero/wings/structural1/structuralWing' has no database record. Creating.
[LOG 13:21:35.832] DragCubeSystem: Creating drag cubes for part 'structuralWing'
[LOG 13:21:35.840] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2'
[LOG 13:21:35.844] PartLoader: Part 'Squad/Parts/Aero/wings/structural2/structuralWing2' has no database record. Creating.
[LOG 13:21:35.845] DragCubeSystem: Creating drag cubes for part 'structuralWing2'
[LOG 13:21:35.854] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3'
[LOG 13:21:35.857] PartLoader: Part 'Squad/Parts/Aero/wings/structural3/structuralWing3' has no database record. Creating.
[LOG 13:21:35.859] DragCubeSystem: Creating drag cubes for part 'structuralWing3'
[LOG 13:21:35.867] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4'
[LOG 13:21:35.871] PartLoader: Part 'Squad/Parts/Aero/wings/structural4/structuralWing4' has no database record. Creating.
[LOG 13:21:35.872] DragCubeSystem: Creating drag cubes for part 'structuralWing4'
[LOG 13:21:35.881] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1'
[LOG 13:21:35.885] PartLoader: Part 'Squad/Parts/Aero/wings/swept1/sweptWing1' has no database record. Creating.
[LOG 13:21:35.886] DragCubeSystem: Creating drag cubes for part 'sweptWing1'
[LOG 13:21:35.894] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2'
[LOG 13:21:35.898] PartLoader: Part 'Squad/Parts/Aero/wings/swept2/sweptWing2' has no database record. Creating.
[LOG 13:21:35.899] DragCubeSystem: Creating drag cubes for part 'sweptWing2'
[LOG 13:21:35.909] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 13:21:35.914] PartLoader: Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2' has no database record. Creating.
[LOG 13:21:35.915] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 13:21:35.937] PartLoader: Part 'Squad/Parts/Command/cupola/cupola/cupola' has no database record. Creating.
[LOG 13:21:35.941] DragCubeSystem: Creating drag cubes for part 'cupola'
[LOG 13:21:35.960] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 13:21:35.965] PartLoader: Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd' has no database record. Creating.
[LOG 13:21:35.967] DragCubeSystem: Creating drag cubes for part 'seatExternalCmd'
[LOG 13:21:35.980] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 13:21:35.987] PartLoader: Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin' has no database record. Creating.
[LOG 13:21:35.990] DragCubeSystem: Creating drag cubes for part 'crewCabin'
[LOG 13:21:36.012] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 13:21:36.016] PartLoader: Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule' has no database record. Creating.
[LOG 13:21:36.018] DragCubeSystem: Creating drag cubes for part 'advSasModule'
[LOG 13:21:36.033] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 13:21:36.036] PartLoader: Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule' has no database record. Creating.
[LOG 13:21:36.038] DragCubeSystem: Creating drag cubes for part 'sasModule'
[LOG 13:21:36.053] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 13:21:36.068] PartLoader: Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod' has no database record. Creating.
[LOG 13:21:36.073] DragCubeSystem: Creating drag cubes for part 'Mark1-2Pod'
[LOG 13:21:36.093] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit'
[LOG 13:21:36.103] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit' has no database record. Creating.
[LOG 13:21:36.108] DragCubeSystem: Creating drag cubes for part 'Mark1Cockpit'
[LOG 13:21:36.137] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin'
[LOG 13:21:36.145] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin' has no database record. Creating.
[LOG 13:21:36.148] DragCubeSystem: Creating drag cubes for part 'MK1CrewCabin'
[LOG 13:21:36.187] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit'
[LOG 13:21:36.197] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit' has no database record. Creating.
[LOG 13:21:36.201] DragCubeSystem: Creating drag cubes for part 'Mark2Cockpit'
[LOG 13:21:36.239] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 13:21:36.248] PartLoader: Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall' has no database record. Creating.
[LOG 13:21:36.252] DragCubeSystem: Creating drag cubes for part 'landerCabinSmall'
[LOG 13:21:36.274] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 13:21:36.285] PartLoader: Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod' has no database record. Creating.
[LOG 13:21:36.290] DragCubeSystem: Creating drag cubes for part 'mk1pod'
[LOG 13:21:36.333] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline'
[LOG 13:21:36.343] PartLoader: Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline' has no database record. Creating.
[LOG 13:21:36.349] DragCubeSystem: Creating drag cubes for part 'mk2Cockpit.Inline'
[LOG 13:21:36.390] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard'
[LOG 13:21:36.401] PartLoader: Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard' has no database record. Creating.
[LOG 13:21:36.406] DragCubeSystem: Creating drag cubes for part 'mk2Cockpit.Standard'
[LOG 13:21:36.431] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore'
[LOG 13:21:36.438] PartLoader: Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore' has no database record. Creating.
[LOG 13:21:36.441] DragCubeSystem: Creating drag cubes for part 'mk2DroneCore'
[LOG 13:21:36.451] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 13:21:36.461] PartLoader: Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin' has no database record. Creating.
[LOG 13:21:36.466] DragCubeSystem: Creating drag cubes for part 'mk2LanderCabin'
[LOG 13:21:36.484] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle'
[LOG 13:21:36.494] PartLoader: Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle' has no database record. Creating.
[LOG 13:21:36.498] DragCubeSystem: Creating drag cubes for part 'mk3Cockpit.Shuttle'
[LOG 13:21:36.536] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 13:21:36.542] PartLoader: Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube' has no database record. Creating.
[LOG 13:21:36.545] DragCubeSystem: Creating drag cubes for part 'probeCoreCube'
[LOG 13:21:36.571] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 13:21:36.578] PartLoader: Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex' has no database record. Creating.
[LOG 13:21:36.581] DragCubeSystem: Creating drag cubes for part 'probeCoreHex'
[LOG 13:21:36.599] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 13:21:36.606] PartLoader: Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto' has no database record. Creating.
[LOG 13:21:36.609] DragCubeSystem: Creating drag cubes for part 'probeCoreOcto'
[LOG 13:21:36.629] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 13:21:36.635] PartLoader: Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2' has no database record. Creating.
[LOG 13:21:36.638] DragCubeSystem: Creating drag cubes for part 'probeCoreOcto2'
[LOG 13:21:36.653] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody'
[LOG 13:21:36.659] PartLoader: Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody' has no database record. Creating.
[LOG 13:21:36.662] DragCubeSystem: Creating drag cubes for part 'roverBody'
[LOG 13:21:36.678] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 13:21:36.686] PartLoader: Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge' has no database record. Creating.
[LOG 13:21:36.690] DragCubeSystem: Creating drag cubes for part 'probeStackLarge'
[LOG 13:21:36.704] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 13:21:36.712] PartLoader: Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall' has no database record. Creating.
[LOG 13:21:36.716] DragCubeSystem: Creating drag cubes for part 'probeStackSmall'
[LOG 13:21:36.730] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 13:21:36.736] PartLoader: Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere' has no database record. Creating.
[LOG 13:21:36.738] DragCubeSystem: Creating drag cubes for part 'probeCoreSphere'
[LOG 13:21:36.760] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine'
[LOG 13:21:36.772] PartLoader: Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine' has no database record. Creating.
[LOG 13:21:36.774] DragCubeSystem: Creating drag cubes for part 'fuelLine'
[LOG 13:21:36.782] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector'
[LOG 13:21:36.788] PartLoader: Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector' has no database record. Creating.
[LOG 13:21:36.789] DragCubeSystem: Creating drag cubes for part 'strutConnector'
[LOG 13:21:36.797] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 13:21:36.805] PartLoader: Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2' has no database record. Creating.
[LOG 13:21:36.807] DragCubeSystem: Creating drag cubes for part 'solarPanels2'
[LOG 13:21:36.868] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 13:21:36.873] PartLoader: Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4' has no database record. Creating.
[LOG 13:21:36.875] DragCubeSystem: Creating drag cubes for part 'solarPanels4'
[LOG 13:21:36.908] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1'
[LOG 13:21:36.913] PartLoader: Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1' has no database record. Creating.
[LOG 13:21:36.915] DragCubeSystem: Creating drag cubes for part 'solarPanels1'
[LOG 13:21:36.956] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3'
[LOG 13:21:36.961] PartLoader: Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3' has no database record. Creating.
[LOG 13:21:36.964] DragCubeSystem: Creating drag cubes for part 'solarPanels3'
[LOG 13:21:36.999] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 13:21:37.004] PartLoader: Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel' has no database record. Creating.
[LOG 13:21:37.007] DragCubeSystem: Creating drag cubes for part 'largeSolarPanel'
[LOG 13:21:37.030] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 13:21:37.035] PartLoader: Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5' has no database record. Creating.
[LOG 13:21:37.037] DragCubeSystem: Creating drag cubes for part 'solarPanels5'
[LOG 13:21:37.049] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 13:21:37.057] PartLoader: Part 'Squad/Parts/Electrical/RTG/RTG/rtg' has no database record. Creating.
[LOG 13:21:37.059] DragCubeSystem: Creating drag cubes for part 'rtg'
[LOG 13:21:37.074] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 13:21:37.077] PartLoader: Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack' has no database record. Creating.
[LOG 13:21:37.078] DragCubeSystem: Creating drag cubes for part 'batteryPack'
[LOG 13:21:37.097] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 13:21:37.100] PartLoader: Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank' has no database record. Creating.
[LOG 13:21:37.101] DragCubeSystem: Creating drag cubes for part 'batteryBank'
[LOG 13:21:37.115] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 13:21:37.118] PartLoader: Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini' has no database record. Creating.
[LOG 13:21:37.119] DragCubeSystem: Creating drag cubes for part 'batteryBankMini'
[LOG 13:21:37.134] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 13:21:37.137] PartLoader: Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack' has no database record. Creating.
[LOG 13:21:37.138] DragCubeSystem: Creating drag cubes for part 'ksp.r.largeBatteryPack'
[LOG 13:21:37.157] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 13:21:37.160] PartLoader: Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge' has no database record. Creating.
[LOG 13:21:37.161] DragCubeSystem: Creating drag cubes for part 'batteryBankLarge'
[LOG 13:21:37.173] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 13:21:37.192] PartLoader: Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine' has no database record. Creating.
[LOG 13:21:37.195] DragCubeSystem: Creating drag cubes for part 'ionEngine'
[LOG 13:21:37.214] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet'
[LOG 13:21:37.243] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet' has no database record. Creating.
[LOG 13:21:37.251] DragCubeSystem: Creating drag cubes for part 'turboJet'
[LOG 13:21:37.275] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine'
[LOG 13:21:37.286] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine' has no database record. Creating.
[LOG 13:21:37.320] DragCubeSystem: Creating drag cubes for part 'JetEngine'
[LOG 13:21:37.358] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2'
[LOG 13:21:37.373] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2' has no database record. Creating.
[LOG 13:21:37.379] DragCubeSystem: Part 'turboFanSize2' has defined a procedural drag cube setup
[LOG 13:21:37.380] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine'
[LOG 13:21:37.393] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine' has no database record. Creating.
[LOG 13:21:37.398] DragCubeSystem: Creating drag cubes for part 'turboFanEngine'
[LOG 13:21:37.418] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 13:21:37.426] PartLoader: Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine' has no database record. Creating.
[LOG 13:21:37.430] DragCubeSystem: Creating drag cubes for part 'smallRadialEngine'
[LOG 13:21:37.443] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 13:21:37.452] PartLoader: Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini' has no database record. Creating.
[LOG 13:21:37.456] DragCubeSystem: Creating drag cubes for part 'liquidEngineMini'
[LOG 13:21:37.491] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 13:21:37.507] PartLoader: Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike' has no database record. Creating.
[LOG 13:21:37.511] DragCubeSystem: Creating drag cubes for part 'toroidalAerospike'
[LOG 13:21:37.552] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 13:21:37.560] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine' has no database record. Creating.
[LOG 13:21:37.563] DragCubeSystem: Creating drag cubes for part 'microEngine'
[LOG 13:21:37.581] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 13:21:37.590] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini' has no database record. Creating.
[LOG 13:21:37.594] DragCubeSystem: Creating drag cubes for part 'radialEngineMini'
[LOG 13:21:37.610] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 13:21:37.620] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3' has no database record. Creating.
[LOG 13:21:37.625] DragCubeSystem: Creating drag cubes for part 'liquidEngine3'
[LOG 13:21:37.661] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 13:21:37.671] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine' has no database record. Creating.
[LOG 13:21:37.676] DragCubeSystem: Part 'nuclearEngine' has defined a procedural drag cube setup
[LOG 13:21:37.678] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 13:21:37.687] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine' has no database record. Creating.
[LOG 13:21:37.691] DragCubeSystem: Creating drag cubes for part 'liquidEngine'
[LOG 13:21:37.728] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 13:21:37.739] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2' has no database record. Creating.
[LOG 13:21:37.743] DragCubeSystem: Creating drag cubes for part 'liquidEngine2'
[LOG 13:21:37.781] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 13:21:37.793] PartLoader: Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2' has no database record. Creating.
[LOG 13:21:37.797] DragCubeSystem: Creating drag cubes for part 'liquidEngine1-2'
[LOG 13:21:37.839] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 13:21:37.848] PartLoader: Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2' has no database record. Creating.
[LOG 13:21:37.852] DragCubeSystem: Creating drag cubes for part 'radialLiquidEngine1-2'
[LOG 13:21:37.893] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 13:21:37.904] PartLoader: Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2' has no database record. Creating.
[LOG 13:21:37.909] DragCubeSystem: Creating drag cubes for part 'liquidEngine2-2'
[LOG 13:21:37.944] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 13:21:37.955] PartLoader: Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper' has no database record. Creating.
[LOG 13:21:37.960] DragCubeSystem: Creating drag cubes for part 'engineLargeSkipper'
[LOG 13:21:38.003] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME'
[LOG 13:21:38.016] PartLoader: Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME' has no database record. Creating.
[LOG 13:21:38.021] DragCubeSystem: Creating drag cubes for part 'SSME'
[LOG 13:21:38.060] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster'
[LOG 13:21:38.071] PartLoader: Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster' has no database record. Creating.
[LOG 13:21:38.074] DragCubeSystem: Creating drag cubes for part 'MassiveBooster'
[LOG 13:21:38.087] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine'
[LOG 13:21:38.096] PartLoader: Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine' has no database record. Creating.
[LOG 13:21:38.100] DragCubeSystem: Creating drag cubes for part 'miniJetEngine'
[LOG 13:21:38.121] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 13:21:38.129] PartLoader: Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine' has no database record. Creating.
[LOG 13:21:38.133] DragCubeSystem: Creating drag cubes for part 'omsEngine'
[LOG 13:21:38.147] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 13:21:38.163] PartLoader: Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER' has no database record. Creating.
[LOG 13:21:38.169] DragCubeSystem: Creating drag cubes for part 'RAPIER'
[LOG 13:21:38.193] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB'
[LOG 13:21:38.205] PartLoader: Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB' has no database record. Creating.
[LOG 13:21:38.209] DragCubeSystem: Creating drag cubes for part 'Size2LFB'
[LOG 13:21:38.224] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 13:21:38.237] PartLoader: Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine' has no database record. Creating.
[LOG 13:21:38.242] DragCubeSystem: Creating drag cubes for part 'Size3AdvancedEngine'
[LOG 13:21:38.284] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster'
[LOG 13:21:38.296] PartLoader: Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster' has no database record. Creating.
[LOG 13:21:38.300] DragCubeSystem: Creating drag cubes for part 'Size3EngineCluster'
[LOG 13:21:38.324] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 13:21:38.332] PartLoader: Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1' has no database record. Creating.
[LOG 13:21:38.336] DragCubeSystem: Creating drag cubes for part 'solidBooster1-1'
[LOG 13:21:38.350] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 13:21:38.358] PartLoader: Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster' has no database record. Creating.
[LOG 13:21:38.361] DragCubeSystem: Creating drag cubes for part 'solidBooster'
[LOG 13:21:38.379] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm'
[LOG 13:21:38.386] PartLoader: Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm' has no database record. Creating.
[LOG 13:21:38.389] DragCubeSystem: Creating drag cubes for part 'solidBooster.sm'
[LOG 13:21:38.411] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 13:21:38.418] PartLoader: Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1' has no database record. Creating.
[LOG 13:21:38.421] DragCubeSystem: Creating drag cubes for part 'sepMotor1'
[LOG 13:21:38.457] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 13:21:38.466] PartLoader: Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine' has no database record. Creating.
[LOG 13:21:38.468] DragCubeSystem: Creating drag cubes for part 'vernierEngine'
[LOG 13:21:38.481] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2'
[LOG 13:21:38.484] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2' has no database record. Creating.
[LOG 13:21:38.485] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Mk2'
[LOG 13:21:38.504] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines'
[LOG 13:21:38.507] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines' has no database record. Creating.
[LOG 13:21:38.508] DragCubeSystem: Creating drag cubes for part 'adapterEngines'
[LOG 13:21:38.524] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2'
[LOG 13:21:38.527] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2' has no database record. Creating.
[LOG 13:21:38.528] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Size2'
[LOG 13:21:38.551] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant'
[LOG 13:21:38.554] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant' has no database record. Creating.
[LOG 13:21:38.555] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Size2Slant'
[LOG 13:21:38.578] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2'
[LOG 13:21:38.580] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2' has no database record. Creating.
[LOG 13:21:38.581] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Mk2'
[LOG 13:21:38.601] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1'
[LOG 13:21:38.604] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1' has no database record. Creating.
[LOG 13:21:38.605] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Size1'
[LOG 13:21:38.626] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant'
[LOG 13:21:38.629] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant' has no database record. Creating.
[LOG 13:21:38.630] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Size1Slant'
[LOG 13:21:38.652] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3'
[LOG 13:21:38.655] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3' has no database record. Creating.
[LOG 13:21:38.656] DragCubeSystem: Creating drag cubes for part 'adapterSize3-Mk3'
[LOG 13:21:38.674] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 13:21:38.677] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2' has no database record. Creating.
[LOG 13:21:38.678] DragCubeSystem: Creating drag cubes for part 'fuelTank3-2'
[LOG 13:21:38.694] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 13:21:38.697] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank' has no database record. Creating.
[LOG 13:21:38.698] DragCubeSystem: Creating drag cubes for part 'miniFuelTank'
[LOG 13:21:38.717] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 13:21:38.720] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat' has no database record. Creating.
[LOG 13:21:38.721] DragCubeSystem: Creating drag cubes for part 'fuelTankSmallFlat'
[LOG 13:21:38.740] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 13:21:38.743] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall' has no database record. Creating.
[LOG 13:21:38.744] DragCubeSystem: Creating drag cubes for part 'fuelTankSmall'
[LOG 13:21:38.768] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 13:21:38.771] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank' has no database record. Creating.
[LOG 13:21:38.772] DragCubeSystem: Creating drag cubes for part 'fuelTank'
[LOG 13:21:38.792] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 13:21:38.795] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long' has no database record. Creating.
[LOG 13:21:38.796] DragCubeSystem: Creating drag cubes for part 'fuelTank.long'
[LOG 13:21:38.812] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 13:21:38.815] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank' has no database record. Creating.
[LOG 13:21:38.816] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 13:21:38.818] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2' has no database record. Creating.
[LOG 13:21:38.820] DragCubeSystem: Creating drag cubes for part 'fuelTank2-2'
[LOG 13:21:38.842] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 13:21:38.844] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2' has no database record. Creating.
[LOG 13:21:38.846] DragCubeSystem: Creating drag cubes for part 'fuelTank1-2'
[LOG 13:21:38.867] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 13:21:38.870] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2' has no database record. Creating.
[LOG 13:21:38.871] DragCubeSystem: Creating drag cubes for part 'fuelTank4-2'
[LOG 13:21:38.888] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage'
[LOG 13:21:38.891] PartLoader: Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage' has no database record. Creating.
[LOG 13:21:38.892] DragCubeSystem: Creating drag cubes for part 'miniFuselage'
[LOG 13:21:38.911] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 13:21:38.915] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler' has no database record. Creating.
[LOG 13:21:38.917] DragCubeSystem: Creating drag cubes for part 'mk2.1m.Bicoupler'
[LOG 13:21:38.936] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 13:21:38.939] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong' has no database record. Creating.
[LOG 13:21:38.941] DragCubeSystem: Creating drag cubes for part 'mk2.1m.AdapterLong'
[LOG 13:21:38.956] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 13:21:38.959] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter' has no database record. Creating.
[LOG 13:21:38.961] DragCubeSystem: Creating drag cubes for part 'mk2SpacePlaneAdapter'
[LOG 13:21:38.979] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 13:21:38.982] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO' has no database record. Creating.
[LOG 13:21:38.984] DragCubeSystem: Creating drag cubes for part 'mk2FuselageLongLFO'
[LOG 13:21:39.000] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage'
[LOG 13:21:39.004] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage' has no database record. Creating.
[LOG 13:21:39.005] DragCubeSystem: Creating drag cubes for part 'mk2Fuselage'
[LOG 13:21:39.021] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 13:21:39.025] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO' has no database record. Creating.
[LOG 13:21:39.027] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortLFO'
[LOG 13:21:39.046] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 13:21:39.050] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid' has no database record. Creating.
[LOG 13:21:39.051] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortLiquid'
[LOG 13:21:39.071] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 13:21:39.075] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono' has no database record. Creating.
[LOG 13:21:39.076] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortMono'
[LOG 13:21:39.096] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin'
[LOG 13:21:39.103] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin' has no database record. Creating.
[LOG 13:21:39.107] DragCubeSystem: Creating drag cubes for part 'mk3CrewCabin'
[LOG 13:21:39.179] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100'
[LOG 13:21:39.182] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100' has no database record. Creating.
[LOG 13:21:39.183] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.100'
[LOG 13:21:39.198] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25'
[LOG 13:21:39.201] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25' has no database record. Creating.
[LOG 13:21:39.203] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.25'
[LOG 13:21:39.224] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50'
[LOG 13:21:39.226] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50' has no database record. Creating.
[LOG 13:21:39.227] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.50'
[LOG 13:21:39.248] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100'
[LOG 13:21:39.251] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100' has no database record. Creating.
[LOG 13:21:39.252] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.100'
[LOG 13:21:39.268] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25'
[LOG 13:21:39.271] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25' has no database record. Creating.
[LOG 13:21:39.272] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.25'
[LOG 13:21:39.293] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50'
[LOG 13:21:39.296] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50' has no database record. Creating.
[LOG 13:21:39.297] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.50'
[LOG 13:21:39.319] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO'
[LOG 13:21:39.322] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO' has no database record. Creating.
[LOG 13:21:39.323] DragCubeSystem: Creating drag cubes for part 'mk3FuselageMONO'
[LOG 13:21:39.339] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 13:21:39.341] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2' has no database record. Creating.
[LOG 13:21:39.342] DragCubeSystem: Creating drag cubes for part 'RCSTank1-2'
[LOG 13:21:39.359] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 13:21:39.362] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini' has no database record. Creating.
[LOG 13:21:39.363] DragCubeSystem: Creating drag cubes for part 'rcsTankMini'
[LOG 13:21:39.383] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 13:21:39.386] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank' has no database record. Creating.
[LOG 13:21:39.387] DragCubeSystem: Creating drag cubes for part 'RCSFuelTank'
[LOG 13:21:39.405] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 13:21:39.408] PartLoader: Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank' has no database record. Creating.
[LOG 13:21:39.409] DragCubeSystem: Creating drag cubes for part 'radialRCSTank'
[LOG 13:21:39.428] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 13:21:39.430] PartLoader: Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong' has no database record. Creating.
[LOG 13:21:39.432] DragCubeSystem: Creating drag cubes for part 'rcsTankRadialLong'
[LOG 13:21:39.447] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank'
[LOG 13:21:39.450] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank' has no database record. Creating.
[LOG 13:21:39.451] DragCubeSystem: Creating drag cubes for part 'Size3LargeTank'
[LOG 13:21:39.468] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank'
[LOG 13:21:39.471] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank' has no database record. Creating.
[LOG 13:21:39.472] DragCubeSystem: Creating drag cubes for part 'Size3MediumTank'
[LOG 13:21:39.497] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank'
[LOG 13:21:39.499] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank' has no database record. Creating.
[LOG 13:21:39.501] DragCubeSystem: Creating drag cubes for part 'Size3SmallTank'
[LOG 13:21:39.519] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 13:21:39.522] PartLoader: Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank' has no database record. Creating.
[LOG 13:21:39.523] DragCubeSystem: Creating drag cubes for part 'xenonTank'
[LOG 13:21:39.540] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge'
[LOG 13:21:39.543] PartLoader: Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge' has no database record. Creating.
[LOG 13:21:39.544] DragCubeSystem: Creating drag cubes for part 'xenonTankLarge'
[LOG 13:21:39.561] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 13:21:39.564] PartLoader: Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial' has no database record. Creating.
[LOG 13:21:39.565] DragCubeSystem: Creating drag cubes for part 'xenonTankRadial'
[LOG 13:21:39.581] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore'
[LOG 13:21:39.589] PartLoader: Part 'Squad/Parts/Misc/AsteroidDay/HECS2/HECS2_ProbeCore' has no database record. Creating.
[LOG 13:21:39.593] DragCubeSystem: Creating drag cubes for part 'HECS2.ProbeCore'
[LOG 13:21:39.613] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna'
[LOG 13:21:39.620] PartLoader: Part 'Squad/Parts/Misc/AsteroidDay/HighGainAntenna/HighGainAntenna' has no database record. Creating.
[LOG 13:21:39.623] DragCubeSystem: Creating drag cubes for part 'HighGainAntenna'
[LOG 13:21:39.653] PartLoader: Compiling Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel'
[LOG 13:21:39.658] PartLoader: Part 'Squad/Parts/Misc/AsteroidDay/LgRadialSolar/LgRadialSolarPanel' has no database record. Creating.
[LOG 13:21:39.660] DragCubeSystem: Creating drag cubes for part 'LgRadialSolarPanel'
[LOG 13:21:39.669] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid'
[LOG 13:21:39.690] PartLoader: Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid' has no database record. Creating.
[LOG 13:21:39.696] DragCubeSystem: Creating drag cubes for part 'PotatoRoid'
[LOG 13:21:39.749] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/flag/flag'
[LOG 13:21:39.753] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVA/kerbalEVA'
[LOG 13:21:39.760] PartLoader: Compiling Part 'Squad/Parts/Prebuilt/kerbalEVAfemale/kerbalEVAfemale'
[LOG 13:21:39.764] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell'
[LOG 13:21:39.771] PartLoader: Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell' has no database record. Creating.
[LOG 13:21:39.773] DragCubeSystem: Creating drag cubes for part 'FuelCell'
[LOG 13:21:39.795] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray'
[LOG 13:21:39.799] PartLoader: Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray' has no database record. Creating.
[LOG 13:21:39.801] DragCubeSystem: Creating drag cubes for part 'FuelCellArray'
[LOG 13:21:39.816] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU'
[LOG 13:21:39.834] PartLoader: Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU' has no database record. Creating.
[LOG 13:21:39.839] DragCubeSystem: Creating drag cubes for part 'ISRU'
[LOG 13:21:39.882] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank'
[LOG 13:21:39.887] PartLoader: Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank' has no database record. Creating.
[LOG 13:21:39.888] DragCubeSystem: Creating drag cubes for part 'LargeTank'
[LOG 13:21:39.911] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill'
[LOG 13:21:39.927] PartLoader: Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill' has no database record. Creating.
[LOG 13:21:39.931] DragCubeSystem: Creating drag cubes for part 'MiniDrill'
[LOG 13:21:39.985] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU'
[LOG 13:21:39.994] PartLoader: Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU' has no database record. Creating.
[LOG 13:21:39.999] DragCubeSystem: Creating drag cubes for part 'MiniISRU'
[LOG 13:21:40.019] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner'
[LOG 13:21:40.030] PartLoader: Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner' has no database record. Creating.
[LOG 13:21:40.032] DragCubeSystem: Creating drag cubes for part 'OrbitalScanner'
[LOG 13:21:40.060] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill'
[LOG 13:21:40.071] PartLoader: Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill' has no database record. Creating.
[LOG 13:21:40.075] DragCubeSystem: Creating drag cubes for part 'RadialDrill'
[LOG 13:21:40.135] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank'
[LOG 13:21:40.139] PartLoader: Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank' has no database record. Creating.
[LOG 13:21:40.140] DragCubeSystem: Creating drag cubes for part 'RadialOreTank'
[LOG 13:21:40.157] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank'
[LOG 13:21:40.160] PartLoader: Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank' has no database record. Creating.
[LOG 13:21:40.162] DragCubeSystem: Creating drag cubes for part 'SmallTank'
[LOG 13:21:40.184] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner'
[LOG 13:21:40.201] PartLoader: Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner' has no database record. Creating.
[LOG 13:21:40.206] DragCubeSystem: Creating drag cubes for part 'SurfaceScanner'
[LOG 13:21:40.222] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner'
[LOG 13:21:40.232] PartLoader: Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner' has no database record. Creating.
[LOG 13:21:40.234] DragCubeSystem: Creating drag cubes for part 'SurveyScanner'
[LOG 13:21:40.260] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere'
[LOG 13:21:40.291] PartLoader: Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere' has no database record. Creating.
[LOG 13:21:40.293] DragCubeSystem: Creating drag cubes for part 'sensorAtmosphere'
[LOG 13:21:40.308] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 13:21:40.314] PartLoader: Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment' has no database record. Creating.
[LOG 13:21:40.317] DragCubeSystem: Creating drag cubes for part 'GooExperiment'
[LOG 13:21:40.345] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 13:21:40.360] PartLoader: Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab' has no database record. Creating.
[LOG 13:21:40.364] DragCubeSystem: Creating drag cubes for part 'Large.Crewed.Lab'
[LOG 13:21:40.389] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 13:21:40.394] PartLoader: Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module' has no database record. Creating.
[LOG 13:21:40.397] DragCubeSystem: Creating drag cubes for part 'science.module'
[LOG 13:21:40.442] PartLoader: Compiling Part 'Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox'
[LOG 13:21:40.446] PartLoader: Part 'Squad/Parts/Science/ScienceBox/ScienceBox/ScienceBox' has no database record. Creating.
[LOG 13:21:40.448] DragCubeSystem: Creating drag cubes for part 'ScienceBox'
[LOG 13:21:40.469] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 13:21:40.476] PartLoader: Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer' has no database record. Creating.
[LOG 13:21:40.478] DragCubeSystem: Creating drag cubes for part 'sensorAccelerometer'
[LOG 13:21:40.499] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 13:21:40.504] PartLoader: Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer' has no database record. Creating.
[LOG 13:21:40.506] DragCubeSystem: Creating drag cubes for part 'sensorBarometer'
[LOG 13:21:40.525] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 13:21:40.529] PartLoader: Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter' has no database record. Creating.
[LOG 13:21:40.531] DragCubeSystem: Creating drag cubes for part 'sensorGravimeter'
[LOG 13:21:40.554] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 13:21:40.559] PartLoader: Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer' has no database record. Creating.
[LOG 13:21:40.561] DragCubeSystem: Creating drag cubes for part 'sensorThermometer'
[LOG 13:21:40.572] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 13:21:40.575] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi' has no database record. Creating.
[LOG 13:21:40.576] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallBi'
[LOG 13:21:40.591] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 13:21:40.594] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad' has no database record. Creating.
[LOG 13:21:40.595] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallQuad'
[LOG 13:21:40.612] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 13:21:40.615] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri' has no database record. Creating.
[LOG 13:21:40.616] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallTri'
[LOG 13:21:40.631] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 13:21:40.634] PartLoader: Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort' has no database record. Creating.
[LOG 13:21:40.635] DragCubeSystem: Creating drag cubes for part 'adapterSmallMiniShort'
[LOG 13:21:40.648] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 13:21:40.651] PartLoader: Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall' has no database record. Creating.
[LOG 13:21:40.652] DragCubeSystem: Creating drag cubes for part 'adapterSmallMiniTall'
[LOG 13:21:40.669] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody'
[LOG 13:21:40.674] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody' has no database record. Creating.
[LOG 13:21:40.676] DragCubeSystem: Creating drag cubes for part 'radialEngineBody'
[LOG 13:21:40.696] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody'
[LOG 13:21:40.700] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody' has no database record. Creating.
[LOG 13:21:40.702] DragCubeSystem: Creating drag cubes for part 'nacelleBody'
[LOG 13:21:40.723] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage'
[LOG 13:21:40.725] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage' has no database record. Creating.
[LOG 13:21:40.726] DragCubeSystem: Creating drag cubes for part 'MK1Fuselage'
[LOG 13:21:40.746] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage'
[LOG 13:21:40.751] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage' has no database record. Creating.
[LOG 13:21:40.753] DragCubeSystem: Creating drag cubes for part 'MK1IntakeFuselage'
[LOG 13:21:40.774] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural'
[LOG 13:21:40.777] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural' has no database record. Creating.
[LOG 13:21:40.778] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler'
[LOG 13:21:40.784] PartLoader: Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler' has no database record. Creating.
[LOG 13:21:40.785] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter'
[LOG 13:21:40.787] PartLoader: Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter' has no database record. Creating.
[LOG 13:21:40.788] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 13:21:40.790] PartLoader: Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub' has no database record. Creating.
[LOG 13:21:40.792] DragCubeSystem: Creating drag cubes for part 'stationHub'
[LOG 13:21:40.817] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 13:21:40.819] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2' has no database record. Creating.
[LOG 13:21:40.821] DragCubeSystem: Creating drag cubes for part 'structuralIBeam2'
[LOG 13:21:40.829] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 13:21:40.832] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3' has no database record. Creating.
[LOG 13:21:40.834] DragCubeSystem: Creating drag cubes for part 'structuralIBeam3'
[LOG 13:21:40.844] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 13:21:40.847] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1' has no database record. Creating.
[LOG 13:21:40.848] DragCubeSystem: Creating drag cubes for part 'structuralIBeam1'
[LOG 13:21:40.860] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 13:21:40.863] PartLoader: Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode' has no database record. Creating.
[LOG 13:21:40.864] DragCubeSystem: Creating drag cubes for part 'structuralMiniNode'
[LOG 13:21:40.918] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 13:21:40.921] PartLoader: Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1' has no database record. Creating.
[LOG 13:21:40.922] DragCubeSystem: Creating drag cubes for part 'structuralPanel1'
[LOG 13:21:40.936] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 13:21:40.940] PartLoader: Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2' has no database record. Creating.
[LOG 13:21:40.941] DragCubeSystem: Creating drag cubes for part 'structuralPanel2'
[LOG 13:21:40.955] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint'
[LOG 13:21:40.960] PartLoader: Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint' has no database record. Creating.
[LOG 13:21:40.962] DragCubeSystem: Creating drag cubes for part 'smallHardpoint'
[LOG 13:21:40.972] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon'
[LOG 13:21:40.978] PartLoader: Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon' has no database record. Creating.
[LOG 13:21:40.980] DragCubeSystem: Creating drag cubes for part 'structuralPylon'
[LOG 13:21:40.990] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 13:21:40.992] PartLoader: Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube' has no database record. Creating.
[LOG 13:21:40.994] DragCubeSystem: Creating drag cubes for part 'strutCube'
[LOG 13:21:41.007] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 13:21:41.011] PartLoader: Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto' has no database record. Creating.
[LOG 13:21:41.012] DragCubeSystem: Creating drag cubes for part 'strutOcto'
[LOG 13:21:41.023] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 13:21:41.026] PartLoader: Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter' has no database record. Creating.
[LOG 13:21:41.028] DragCubeSystem: Creating drag cubes for part 'trussAdapter'
[LOG 13:21:41.042] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 13:21:41.045] PartLoader: Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x' has no database record. Creating.
[LOG 13:21:41.046] DragCubeSystem: Creating drag cubes for part 'trussPiece1x'
[LOG 13:21:41.057] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 13:21:41.060] PartLoader: Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x' has no database record. Creating.
[LOG 13:21:41.061] DragCubeSystem: Creating drag cubes for part 'trussPiece3x'
[LOG 13:21:41.071] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge'
[LOG 13:21:41.082] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge' has no database record. Creating.
[LOG 13:21:41.083] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed'
[LOG 13:21:41.089] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed' has no database record. Creating.
[LOG 13:21:41.090] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall'
[LOG 13:21:41.095] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall' has no database record. Creating.
[LOG 13:21:41.096] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge'
[LOG 13:21:41.099] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge' has no database record. Creating.
[LOG 13:21:41.101] DragCubeSystem: Creating drag cubes for part 'radPanelEdge'
[LOG 13:21:41.112] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg'
[LOG 13:21:41.116] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg' has no database record. Creating.
[LOG 13:21:41.117] DragCubeSystem: Creating drag cubes for part 'radPanelLg'
[LOG 13:21:41.128] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm'
[LOG 13:21:41.132] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm' has no database record. Creating.
[LOG 13:21:41.133] DragCubeSystem: Creating drag cubes for part 'radPanelSm'
[LOG 13:21:41.147] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 13:21:41.153] PartLoader: Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish' has no database record. Creating.
[LOG 13:21:41.156] DragCubeSystem: Creating drag cubes for part 'commDish'
[LOG 13:21:41.204] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 13:21:41.210] PartLoader: Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna' has no database record. Creating.
[LOG 13:21:41.212] DragCubeSystem: Creating drag cubes for part 'mediumDishAntenna'
[LOG 13:21:41.245] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 13:21:41.250] PartLoader: Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna' has no database record. Creating.
[LOG 13:21:41.253] DragCubeSystem: Creating drag cubes for part 'longAntenna'
[LOG 13:21:41.282] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 13:21:41.290] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2' has no database record. Creating.
[LOG 13:21:41.292] DragCubeSystem: Creating drag cubes for part 'radialDecoupler1-2'
[LOG 13:21:41.302] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 13:21:41.307] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler' has no database record. Creating.
[LOG 13:21:41.309] DragCubeSystem: Creating drag cubes for part 'radialDecoupler'
[LOG 13:21:41.321] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 13:21:41.326] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2' has no database record. Creating.
[LOG 13:21:41.328] DragCubeSystem: Creating drag cubes for part 'radialDecoupler2'
[LOG 13:21:41.337] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 13:21:41.343] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator' has no database record. Creating.
[LOG 13:21:41.344] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 13:21:41.349] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini' has no database record. Creating.
[LOG 13:21:41.349] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 13:21:41.383] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig' has no database record. Creating.
[LOG 13:21:41.384] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 13:21:41.389] PartLoader: Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2' has no database record. Creating.
[LOG 13:21:41.390] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 13:21:41.395] PartLoader: Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler' has no database record. Creating.
[LOG 13:21:41.396] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 13:21:41.400] PartLoader: Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini' has no database record. Creating.
[LOG 13:21:41.401] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna'
[LOG 13:21:41.404] PartLoader: Part 'Squad/Parts/Utility/DirectAntennas/C16S/SurfAntenna' has no database record. Creating.
[LOG 13:21:41.406] DragCubeSystem: Creating drag cubes for part 'SurfAntenna'
[LOG 13:21:41.419] PartLoader: Compiling Part 'Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5'
[LOG 13:21:41.424] PartLoader: Part 'Squad/Parts/Utility/DirectAntennas/HG-5/HighGainAntenna5' has no database record. Creating.
[LOG 13:21:41.426] DragCubeSystem: Creating drag cubes for part 'HighGainAntenna5'
[LOG 13:21:41.450] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 13:21:41.458] PartLoader: Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2' has no database record. Creating.
[LOG 13:21:41.460] DragCubeSystem: Creating drag cubes for part 'dockingPort2'
[LOG 13:21:41.477] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 13:21:41.483] PartLoader: Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral' has no database record. Creating.
[LOG 13:21:41.486] DragCubeSystem: Creating drag cubes for part 'dockingPortLateral'
[LOG 13:21:41.522] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 13:21:41.527] PartLoader: Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3' has no database record. Creating.
[LOG 13:21:41.529] DragCubeSystem: Creating drag cubes for part 'dockingPort3'
[LOG 13:21:41.545] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 13:21:41.551] PartLoader: Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1' has no database record. Creating.
[LOG 13:21:41.554] DragCubeSystem: Creating drag cubes for part 'dockingPort1'
[LOG 13:21:41.577] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 13:21:41.581] PartLoader: Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge' has no database record. Creating.
[LOG 13:21:41.583] DragCubeSystem: Creating drag cubes for part 'dockingPortLarge'
[LOG 13:21:41.597] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice'
[LOG 13:21:41.608] PartLoader: Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice' has no database record. Creating.
[LOG 13:21:41.612] DragCubeSystem: Creating drag cubes for part 'GrapplingDevice'
[LOG 13:21:41.644] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 13:21:41.647] PartLoader: Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1' has no database record. Creating.
[LOG 13:21:41.648] DragCubeSystem: Creating drag cubes for part 'ladder1'
[LOG 13:21:41.658] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 13:21:41.663] PartLoader: Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder' has no database record. Creating.
[LOG 13:21:41.665] DragCubeSystem: Creating drag cubes for part 'telescopicLadder'
[LOG 13:21:41.696] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 13:21:41.700] PartLoader: Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay' has no database record. Creating.
[LOG 13:21:41.702] DragCubeSystem: Creating drag cubes for part 'telescopicLadderBay'
[LOG 13:21:41.726] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 13:21:41.748] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1' has no database record. Creating.
[LOG 13:21:41.752] DragCubeSystem: Creating drag cubes for part 'landingLeg1'
[LOG 13:21:41.773] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 13:21:41.783] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2' has no database record. Creating.
[LOG 13:21:41.787] DragCubeSystem: Creating drag cubes for part 'landingLeg1-2'
[LOG 13:21:41.805] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 13:21:41.814] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg' has no database record. Creating.
[LOG 13:21:41.818] DragCubeSystem: Creating drag cubes for part 'miniLandingLeg'
[LOG 13:21:41.866] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 13:21:41.869] PartLoader: Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter' has no database record. Creating.
[LOG 13:21:41.871] DragCubeSystem: Creating drag cubes for part 'largeAdapter'
[LOG 13:21:41.889] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 13:21:41.892] PartLoader: Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2' has no database record. Creating.
[LOG 13:21:41.893] DragCubeSystem: Creating drag cubes for part 'largeAdapter2'
[LOG 13:21:41.906] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[WRN 13:21:41.909] ERROR: no sound file found for sound_decoupler_fire_quiet
[LOG 13:21:41.915] PartLoader: Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1' has no database record. Creating.
[LOG 13:21:41.917] DragCubeSystem: Creating drag cubes for part 'launchClamp1'
[LOG 13:21:41.928] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem'
[LOG 13:21:41.936] PartLoader: Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem' has no database record. Creating.
[LOG 13:21:41.939] DragCubeSystem: Creating drag cubes for part 'LaunchEscapeSystem'
[LOG 13:21:41.952] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 13:21:41.957] PartLoader: Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs' has no database record. Creating.
[LOG 13:21:41.959] DragCubeSystem: Creating drag cubes for part 'linearRcs'
[LOG 13:21:41.979] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL'
[LOG 13:21:41.985] PartLoader: Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL' has no database record. Creating.
[LOG 13:21:41.986] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS'
[LOG 13:21:41.991] PartLoader: Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS' has no database record. Creating.
[LOG 13:21:41.992] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin'
[LOG 13:21:42.000] PartLoader: Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin' has no database record. Creating.
[LOG 13:21:42.003] DragCubeSystem: Creating drag cubes for part 'mk2CrewCabin'
[LOG 13:21:42.041] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort'
[LOG 13:21:42.048] PartLoader: Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort' has no database record. Creating.
[LOG 13:21:42.049] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL'
[LOG 13:21:42.054] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL' has no database record. Creating.
[LOG 13:21:42.055] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM'
[LOG 13:21:42.059] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM' has no database record. Creating.
[LOG 13:21:42.060] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp'
[LOG 13:21:42.068] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp' has no database record. Creating.
[LOG 13:21:42.069] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS'
[LOG 13:21:42.074] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS' has no database record. Creating.
[LOG 13:21:42.074] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 13:21:42.084] PartLoader: Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle' has no database record. Creating.
[LOG 13:21:42.087] DragCubeSystem: Creating drag cubes for part 'parachuteSingle'
[LOG 13:21:42.129] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue'
[LOG 13:21:42.135] PartLoader: Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue' has no database record. Creating.
[LOG 13:21:42.138] DragCubeSystem: Creating drag cubes for part 'radialDrogue'
[LOG 13:21:42.174] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 13:21:42.180] PartLoader: Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge' has no database record. Creating.
[LOG 13:21:42.183] DragCubeSystem: Creating drag cubes for part 'parachuteLarge'
[LOG 13:21:42.222] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 13:21:42.228] PartLoader: Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial' has no database record. Creating.
[LOG 13:21:42.231] DragCubeSystem: Creating drag cubes for part 'parachuteRadial'
[LOG 13:21:42.267] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 13:21:42.274] PartLoader: Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue' has no database record. Creating.
[LOG 13:21:42.276] DragCubeSystem: Creating drag cubes for part 'parachuteDrogue'
[LOG 13:21:42.313] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 13:21:42.316] PartLoader: Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1' has no database record. Creating.
[LOG 13:21:42.317] DragCubeSystem: Creating drag cubes for part 'stackPoint1'
[LOG 13:21:42.334] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 13:21:42.370] PartLoader: Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock' has no database record. Creating.
[LOG 13:21:42.372] DragCubeSystem: Creating drag cubes for part 'RCSBlock'
[LOG 13:21:42.387] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100'
[LOG 13:21:42.391] PartLoader: Part 'Squad/Parts/Utility/RelayAntennas/RA-100/RelayAntenna100' has no database record. Creating.
[LOG 13:21:42.393] DragCubeSystem: Creating drag cubes for part 'RelayAntenna100'
[LOG 13:21:42.407] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5'
[LOG 13:21:42.411] PartLoader: Part 'Squad/Parts/Utility/RelayAntennas/RA-5/RelayAntenna5' has no database record. Creating.
[LOG 13:21:42.413] DragCubeSystem: Creating drag cubes for part 'RelayAntenna5'
[LOG 13:21:42.427] PartLoader: Compiling Part 'Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50'
[LOG 13:21:42.431] PartLoader: Part 'Squad/Parts/Utility/RelayAntennas/RA-50/RelayAntenna50' has no database record. Creating.
[LOG 13:21:42.433] DragCubeSystem: Creating drag cubes for part 'RelayAntenna50'
[LOG 13:21:42.447] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125'
[LOG 13:21:42.456] PartLoader: Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125' has no database record. Creating.
[LOG 13:21:42.459] DragCubeSystem: Creating drag cubes for part 'ServiceBay.125'
[LOG 13:21:42.487] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250'
[LOG 13:21:42.494] PartLoader: Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250' has no database record. Creating.
[LOG 13:21:42.497] DragCubeSystem: Creating drag cubes for part 'ServiceBay.250'
[LOG 13:21:42.525] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 13:21:42.532] PartLoader: Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1' has no database record. Creating.
[LOG 13:21:42.533] DragCubeSystem: Creating drag cubes for part 'spotLight1'
[LOG 13:21:42.552] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 13:21:42.556] PartLoader: Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2' has no database record. Creating.
[LOG 13:21:42.557] DragCubeSystem: Creating drag cubes for part 'spotLight2'
[LOG 13:21:42.575] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 13:21:42.578] PartLoader: Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler' has no database record. Creating.
[LOG 13:21:42.579] DragCubeSystem: Creating drag cubes for part 'stackBiCoupler'
[LOG 13:21:42.591] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 13:21:42.595] PartLoader: Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler' has no database record. Creating.
[LOG 13:21:42.596] DragCubeSystem: Creating drag cubes for part 'stackQuadCoupler'
[LOG 13:21:42.612] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 13:21:42.615] PartLoader: Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler' has no database record. Creating.
[LOG 13:21:42.617] DragCubeSystem: Creating drag cubes for part 'stackTriCoupler'
[LOG 13:21:42.631] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge'
[LOG 13:21:42.649] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearExtraLarge/GearLarge' has no database record. Creating.
[LOG 13:21:42.655] DragCubeSystem: Creating drag cubes for part 'GearLarge'
[LOG 13:21:42.675] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed'
[LOG 13:21:42.683] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed' has no database record. Creating.
[LOG 13:21:42.685] DragCubeSystem: Creating drag cubes for part 'GearFixed'
[LOG 13:21:42.696] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree'
[LOG 13:21:42.706] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree' has no database record. Creating.
[LOG 13:21:42.709] DragCubeSystem: Creating drag cubes for part 'GearFree'
[LOG 13:21:42.722] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium'
[LOG 13:21:42.736] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearMedium' has no database record. Creating.
[LOG 13:21:42.742] DragCubeSystem: Creating drag cubes for part 'GearMedium'
[LOG 13:21:42.763] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall'
[LOG 13:21:42.779] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearSmall' has no database record. Creating.
[LOG 13:21:42.784] DragCubeSystem: Creating drag cubes for part 'GearSmall'
[LOG 13:21:42.805] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay'
[LOG 13:21:42.820] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearSmall/SmallGearBay' has no database record. Creating.
[LOG 13:21:42.826] DragCubeSystem: Creating drag cubes for part 'SmallGearBay'
[LOG 13:21:42.877] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 13:21:42.889] PartLoader: Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1' has no database record. Creating.
[LOG 13:21:42.893] DragCubeSystem: Creating drag cubes for part 'roverWheel1'
[LOG 13:21:42.912] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 13:21:42.922] PartLoader: Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2' has no database record. Creating.
[LOG 13:21:42.926] DragCubeSystem: Creating drag cubes for part 'roverWheel2'
[LOG 13:21:42.940] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 13:21:42.949] PartLoader: Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed' has no database record. Creating.
[LOG 13:21:42.953] DragCubeSystem: Creating drag cubes for part 'wheelMed'
[LOG 13:21:42.985] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 13:21:42.996] PartLoader: Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3' has no database record. Creating.
[LOG 13:21:43.000] DragCubeSystem: Creating drag cubes for part 'roverWheel3'
[LOG 13:21:43.016] PartLoader: Compiling Internal Prop 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 13:21:43.020] PartLoader: Compiling Internal Prop 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 13:21:43.022] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 13:21:43.024] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 13:21:43.026] PartLoader: Compiling Internal Prop 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 13:21:43.028] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/circularButton/genericCircularButton'
[LOG 13:21:43.029] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons/genericClusterButtons'
[LOG 13:21:43.030] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterButtons2/genericClusterButtons2'
[LOG 13:21:43.032] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob/genericClusterKnobs'
[LOG 13:21:43.033] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterKnob2/genericClusterKnobs2'
[LOG 13:21:43.034] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterMixed/genericClusterMixed'
[LOG 13:21:43.035] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches01/genericClusterSwitches01'
[LOG 13:21:43.037] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches02/genericClusterSwitches02'
[LOG 13:21:43.038] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches03/genericClusterSwitches03'
[LOG 13:21:43.039] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches04/genericClusterSwitches04'
[LOG 13:21:43.040] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches05/genericClusterSwitches05'
[LOG 13:21:43.042] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches06/genericClusterSwitches06'
[LOG 13:21:43.043] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/clusterSwitches07/genericClusterSwitches07'
[LOG 13:21:43.044] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob/genericDirectionalKnob'
[LOG 13:21:43.045] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/directionalKnob2/genericDirectionalKnob2'
[LOG 13:21:43.047] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/pullSwitch/genericPullSwitch'
[LOG 13:21:43.048] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/squareButton/genericSquareButton'
[LOG 13:21:43.049] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/standingSwitch/genericStandingSwitch'
[LOG 13:21:43.050] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switch/genericSwitch'
[LOG 13:21:43.052] PartLoader: Compiling Internal Prop 'Squad/Props/buttonsGeneric/switchWithGuards/genericSwitchWithGuards'
[LOG 13:21:43.053] PartLoader: Compiling Internal Prop 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 13:21:43.056] PartLoader: Compiling Internal Prop 'Squad/Props/circularButton/prop/circularButton'
[LOG 13:21:43.058] PartLoader: Compiling Internal Prop 'Squad/Props/Compass/prop/Compass'
[LOG 13:21:43.060] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 13:21:43.061] PartLoader: Compiling Internal Prop 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 13:21:43.062] PartLoader: Compiling Internal Prop 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 13:21:43.066] PartLoader: Compiling Internal Prop 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 13:21:43.069] PartLoader: Compiling Internal Prop 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 13:21:43.071] PartLoader: Compiling Internal Prop 'Squad/Props/Monitor/DockingMode/MonitorDockingMode'
[LOG 13:21:43.072] PartLoader: Compiling Internal Prop 'Squad/Props/NavBall/prop/NavBall'
[LOG 13:21:43.074] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode'
[LOG 13:21:43.075] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA'
[LOG 13:21:43.076] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB'
[LOG 13:21:43.077] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC'
[LOG 13:21:43.079] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane'
[LOG 13:21:43.080] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90'
[LOG 13:21:43.081] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame'
[LOG 13:21:43.082] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger'
[LOG 13:21:43.083] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot'
[LOG 13:21:43.085] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet'
[LOG 13:21:43.086] PartLoader: Compiling Internal Prop 'Squad/Props/PropsGeneric/SideStick/SideStick'
[LOG 13:21:43.087] PartLoader: Compiling Internal Prop 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 13:21:43.088] PartLoader: Compiling Internal Prop 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 13:21:43.090] PartLoader: Compiling Internal Prop 'Squad/Props/squareButton/prop/squareButton'
[LOG 13:21:43.092] PartLoader: Compiling Internal Prop 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 13:21:43.093] PartLoader: Compiling Internal Prop 'Squad/Props/switch/prop/switch'
[LOG 13:21:43.095] PartLoader: Compiling Internal Prop 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 13:21:43.096] PartLoader: Compiling Internal Prop 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 13:21:43.097] PartLoader: Compiling Internal Prop 'Squad/Props/throttle/prop/throttle'
[LOG 13:21:43.099] PartLoader: Compiling Internal Prop 'Squad/Props/VSI/prop/VSI'
[LOG 13:21:43.102] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 13:21:43.109] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 13:21:43.118] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 13:21:43.120] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 13:21:43.122] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 13:21:43.126] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 13:21:43.129] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int'
[LOG 13:21:43.132] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal'
[LOG 13:21:43.139] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 13:21:43.148] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal'
[LOG 13:21:43.154] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 13:21:43.159] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 13:21:43.166] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int'
[LOG 13:21:43.171] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2InlineInternal/internal/mk2InlineInternal'
[LOG 13:21:43.180] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int'
[LOG 13:21:43.191] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int'
[LOG 13:21:43.195] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003'
[LOG 13:21:43.201] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder'
[LOG 13:21:43.208] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 13:21:43.223] Loading Systems: Elapsed time is 48.33077s
[WRN 13:21:44.258] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.258] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.259] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.259] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.259] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.260] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.260] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.260] The referenced script on this Behaviour (Game Object '<null>') is missing!
[WRN 13:21:44.261] The referenced script on this Behaviour (Game Object '<null>') is missing!
[LOG 13:21:46.023] [TR.Reflections] Some environment map faces are missing. Static reflections disabled.
[LOG 13:21:46.025] [TR.Reflections] Bundle 'DirectX.bundle' loaded.
[LOG 13:21:46.030] [TR.Reflections] Shader KSP/TR/Visor is loaded
[LOG 13:21:46.490] [AddonLoader]: Instantiating addon 'ContractConfigurator' from assembly 'ContractConfigurator'
[LOG 13:21:46.491] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
[LOG 13:21:46.492] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
[LOG 13:21:46.493] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
[LOG 13:21:46.494] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
[LOG 13:21:46.495] [AddonLoader]: Instantiating addon 'MFIManager' from assembly 'ModularFlightIntegrator'
[LOG 13:21:46.496] [AddonLoader]: Instantiating addon 'Injector' from assembly 'Kopernicus'
[WRN 13:21:46.921] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:47.537] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:48.374] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:48.880] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:49.467] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:50.030] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:50.608] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:51.143] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:51.648] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:52.187] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:52.569] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:53.167] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:53.663] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:54.251] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:54.791] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:55.299] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:55.898] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:56.372] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:56.980] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:57.366] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:57.789] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[ERR 13:21:58.168] [Kopernicus] Could not find built-in texture AerialRampKerbin

[WRN 13:21:58.169] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:58.853] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[WRN 13:21:59.351] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[LOG 13:21:59.748] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 13:21:59.749] [AddonLoader]: Instantiating addon 'CameraFixer' from assembly 'KSCSwitcher'
[LOG 13:21:59.750] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
[LOG 13:21:59.751] [Scatterer] Core instance created
[LOG 13:21:59.753] 1
[LOG 13:21:59.759] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878]
[LOG 13:21:59.760] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
[LOG 13:21:59.761] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
[LOG 13:21:59.970] [UIMasterController]: HideUI
[LOG 13:21:59.977] [Agent]: Found 19 agent mentality types
[LOG 13:21:59.981] [AgentList]: 46 agents parsed and loaded.
[LOG 13:21:59.984] [MFIManager] Current active VesselModule : 
  CommNet.CommNetVessel active=True order=999
  FlightIntegrator active=False order=0
  ModularFI.ModularFlightIntegrator active=True order=0

[WRN 13:22:00.008] Cannot find preset 'Default' for pqs 'Icarus'
[WRN 13:22:00.021] Cannot find preset 'Default' for pqs 'Thalia'
[WRN 13:22:00.031] Cannot find preset 'Default' for pqs 'Eta'
[WRN 13:22:00.036] Cannot find preset 'Default' for pqs 'Niven'
[WRN 13:22:00.054] Cannot find preset 'Default' for pqs 'Iota'
[WRN 13:22:00.059] Cannot find preset 'Default' for pqs 'Ceti'
[LOG 13:22:00.062] [Kopernicus] shader loader GetShader Kopernicus/Rings
[LOG 13:22:00.063] [Kopernicus] shader loader path D:/SteamLibrary/SteamApps/common/Kerbal Space Program/GameData/Kopernicus/Shaders/kopernicusshaders-windows
[LOG 13:22:00.067] [Kopernicus] shader loader adding Kopernicus/Rings
[WRN 13:22:00.072] Cannot find preset 'Default' for pqs 'Tellumo'
[WRN 13:22:00.082] Cannot find preset 'Default' for pqs 'Lili'
[WRN 13:22:00.088] Cannot find preset 'Default' for pqs 'Gratian'
[WRN 13:22:00.093] Cannot find preset 'Default' for pqs 'Geminus'
[WRN 13:22:00.098] Cannot find preset 'Default' for pqs 'Augustus'
[WRN 13:22:00.104] Cannot find preset 'Default' for pqs 'Hephaestus'
[WRN 13:22:00.109] Cannot find preset 'Default' for pqs 'Jannah'
[WRN 13:22:00.114] Cannot find preset 'Default' for pqs 'Loki'
[WRN 13:22:00.119] Cannot find preset 'Default' for pqs 'Catullus'
[WRN 13:22:00.124] Cannot find preset 'Default' for pqs 'Tarsiss'
[LOG 13:22:00.130] [Kopernicus] shader loader GetShader Kopernicus/Rings
[WRN 13:22:00.135] Cannot find preset 'Default' for pqs 'Hadrian'
[WRN 13:22:00.144] Cannot find preset 'Default' for pqs 'Narisse'
[WRN 13:22:00.149] Cannot find preset 'Default' for pqs 'Muse'
[WRN 13:22:00.155] Cannot find preset 'Default' for pqs 'Minona'
[WRN 13:22:00.160] Cannot find preset 'Default' for pqs 'Hox'
[WRN 13:22:00.165] Cannot find preset 'Default' for pqs 'Argo'
[WRN 13:22:00.170] Cannot find preset 'Default' for pqs 'Leto'
[LOG 13:22:00.179] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long
[EXC 13:22:00.195] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.196] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.331] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.332] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[LOG 13:22:00.334] [INFO] ContractConfigurator.ContractConfigurator: Contract Configurator 1.22.2 loading...
[LOG 13:22:00.335] [INFO] ContractConfigurator.LoggingUtil: Loading DebuggingConfig node.
[WRN 13:22:00.336] ContractConfigurator.LoggingUtil: No debugging config found! LogLevel set to INFO
[LOG 13:22:00.374] [INFO] ContractConfigurator.ContractConfigurator: Finished Registering ParameterFactories
[LOG 13:22:00.410] [INFO] ContractConfigurator.ContractConfigurator: Finished Registering BehaviourFactories
[LOG 13:22:00.446] [INFO] ContractConfigurator.ContractConfigurator: Finished Registering ContractRequirements
[LOG 13:22:00.448] [INFO] ContractConfigurator.ContractConfigurator: Loading CONTRACT_GROUP: 'CleverSat'
[WRN 13:22:00.566] ContractConfigurator.ContractConfigurator: Multiple assemblies with name 'ContractConfigurator' found!
[LOG 13:22:00.589] [INFO] ContractConfigurator.ContractConfigurator: Loading CONTRACT_GROUP: 'FieldResearch'
[WRN 13:22:00.590] ContractConfigurator.ContractConfigurator: Multiple assemblies with name 'ContractConfigurator' found!
[LOG 13:22:00.659] [INFO] ContractConfigurator.ContractConfigurator: Loading CONTRACT_GROUP: 'BasesandStations'
[WRN 13:22:00.660] ContractConfigurator.ContractConfigurator: Multiple assemblies with name 'ContractConfigurator' found!
[LOG 13:22:00.661] [INFO] ContractConfigurator.ContractConfigurator: Loading CONTRACT_GROUP: 'STGUnmannedMissions'
[WRN 13:22:00.662] ContractConfigurator.ContractConfigurator: Multiple assemblies with name 'ContractConfigurator' found!
[LOG 13:22:00.784] [INFO] ContractConfigurator.ContractConfigurator: Loading CONTRACT_GROUP: 'Tourism'
[WRN 13:22:00.785] ContractConfigurator.ContractConfigurator: Multiple assemblies with name 'ContractConfigurator' found!
[LOG 13:22:00.867] [INFO] ContractConfigurator.ContractConfigurator: Loaded 0 out of 0 CONTRACT_TYPE nodes.
[WRN 13:22:00.871] ContractConfigurator.ContractGroup: Contract group 'CleverSat' contains no contract types or child groups!
[WRN 13:22:00.872] ContractConfigurator.ContractGroup: Contract group 'FieldResearch' contains no contract types or child groups!
[WRN 13:22:00.872] ContractConfigurator.ContractGroup: Contract group 'BasesandStations' contains no contract types or child groups!
[WRN 13:22:00.873] ContractConfigurator.ContractGroup: Contract group 'STGUnmannedMissions' contains no contract types or child groups!
[WRN 13:22:00.874] ContractConfigurator.ContractGroup: Contract group 'Tourism' contains no contract types or child groups!
[LOG 13:22:00.879] [GameParameters]: Loaded custom parameter class CommNetParams.
[LOG 13:22:00.880] [GameParameters]: Loaded custom parameter class AdvancedParams.
[LOG 13:22:00.881] [GameParameters]: Loaded custom parameter class ContractConfiguratorParameters.
[LOG 13:22:00.918] [INFO] ContractConfigurator.ContractConfigurator: Contract Configurator 1.22.2 finished loading.
[LOG 13:22:00.920] [Kopernicus]: Post-Spawn
[LOG 13:22:00.921] Found max distance 596852300000
[EXC 13:22:00.925] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.926] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.933] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[EXC 13:22:00.934] NullReferenceException: Object reference not set to an instance of an object
	Kopernicus.Components.Ring.Update ()
[LOG 13:22:00.935] [UIMasterController]: HideUI
[LOG 13:22:00.938] FF: EventObserver:: OnGameSceneLoadRequested: MAINMENU current=LOADING
[LOG 13:22:00.940] FF: storing configuration in D:/SteamLibrary/SteamApps/common/Kerbal Space Program/KSP_x64_Data/../GameData/FinalFrontier.dat
[LOG 13:22:00.942] FF: storing window positions
[LOG 13:22:00.942] FF: writing 5 window positions
[LOG 13:22:00.946] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 13:22:01.164] [AddonLoader]: Instantiating addon 'DraftTwitchViewers' from assembly 'ContractConfigurator'
[LOG 13:22:01.166] [AddonLoader]: Instantiating addon 'ContractDisabler' from assembly 'ContractConfigurator'
[LOG 13:22:01.167] [AddonLoader]: Instantiating addon 'Science' from assembly 'ContractConfigurator'
[LOG 13:22:01.169] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
[LOG 13:22:01.170] [AddonLoader]: Instantiating addon 'KerbalKonstructs' from assembly 'KerbalKonstructs'
[LOG 13:22:01.217] KK: Stopwatch: "Object loading1" elapsed time: 00:00:00.0258669
[ERR 13:22:01.279] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.280] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.280] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.281] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.282] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.282] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.283] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.283] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.284] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.285] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.285] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.286] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.287] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.287] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.288] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.289] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.290] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.291] KK: Couldn't find body "Kerbin"

[ERR 13:22:01.291] KK: Couldn't find body "Kerbin"

[LOG 13:22:01.292] KK: Stopwatch: "Object loading2" elapsed time: 00:00:00.0744036
[LOG 13:22:01.293] KK: Version is 0.9.8.9 .
[LOG 13:22:01.293] KK: StaticDB has: 111Entries
[LOG 13:22:01.294] KK: Stopwatch: "Awake Function" elapsed time: 00:00:00.1119376
[LOG 13:22:01.295] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
[LOG 13:22:01.296] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
[LOG 13:22:01.297] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
[LOG 13:22:01.298] [AddonLoader]: Instantiating addon 'ShaderLoaderClass' from assembly 'ShaderLoader'
[LOG 13:22:01.299] [AddonLoader]: Instantiating addon 'MFIManager' from assembly 'ModularFlightIntegrator'
[LOG 13:22:01.300] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 13:22:01.301] [AddonLoader]: Instantiating addon 'ClockFixer' from assembly 'Kopernicus'
[LOG 13:22:01.301] [AddonLoader]: Instantiating addon 'RuntimeUtility' from assembly 'Kopernicus'
[LOG 13:22:01.303] [AddonLoader]: Instantiating addon 'StarLightSwitcher' from assembly 'Kopernicus'
[LOG 13:22:01.304] [AddonLoader]: Instantiating addon 'CameraFixer' from assembly 'KSCSwitcher'
[LOG 13:22:01.304] [AddonLoader]: Instantiating addon 'ScenarioSpawn' from assembly 'KSCSwitcher'
[LOG 13:22:01.305] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
[LOG 13:22:01.306] [Scatterer] Core instance created
[LOG 13:22:01.308] 1
[LOG 13:22:01.314] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878]
[LOG 13:22:01.322] [Scatterer] Removed stock oceans
[LOG 13:22:01.323] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
[LOG 13:22:01.324] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
[LOG 13:22:01.324] [AddonLoader]: Instantiating addon 'CustomWaypoints' from assembly 'WaypointManager'
[LOG 13:22:01.329] [UIMasterController]: ShowUI
[LOG 13:22:02.133] [MFIManager] Current active VesselModule : 
  CommNet.CommNetVessel active=True order=999
  FlightIntegrator active=False order=0
  ModularFI.ModularFlightIntegrator active=True order=0

[WRN 13:22:02.138] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[LOG 13:22:02.152] KSCSwitcher loaded 7 launch sites.
[LOG 13:22:02.162] [ModuleManager] Total loading Time = 65.526s
[LOG 13:22:02.315] [Kopernicus]: StarLightSwitcher: Set active star => Ciro
[LOG 13:22:02.342] [ApplicationLauncher] Awake False
[LOG 13:22:02.344] [ApplicationLauncher] SpawnSimpleLayout: VerticalTopDown
[LOG 13:22:02.355] ScaleModList: listSize 41 maxListSize 0
[LOG 13:22:02.357] ScaleModList: listSize 41 maxListSize 0
[LOG 13:22:02.358] FF: using stock toolbar button
[LOG 13:22:02.359] FF: creating stock toolbar button
[LOG 13:22:02.360] ScaleModList: listSize 41 maxListSize 0
[LOG 13:22:02.362] [UiApp] Awake: MessageSystem
[LOG 13:22:02.362] [ApplicationLauncher] OnSceneLoadedGUIReady: scene MAINMENU ShouldBeVisible() True ShouldBeOnTop() True iIsPositionedAtTop True
[LOG 13:22:02.365] FF: using stock toolbar button
[LOG 13:22:02.389] [UIApp] Adding MessageSystem to Application Launcher
[LOG 13:22:02.391] [ApplicationLauncher] SetHidden: 
[LOG 13:22:02.396] [MessageSystem] OnAppInitialized
[LOG 13:22:02.396] [MessageSystem] Reposition 0.0430163 46592
[ERR 13:22:02.445] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:02.446] AssetLoader: Bundle is null

[ERR 13:22:02.515] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:02.516] AssetLoader: Bundle is null

[ERR 13:22:03.281] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.283] AssetLoader: Bundle is null

[ERR 13:22:03.355] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.356] AssetLoader: Bundle is null

[ERR 13:22:03.426] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.427] AssetLoader: Bundle is null

[ERR 13:22:03.496] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.497] AssetLoader: Bundle is null

[ERR 13:22:03.566] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.567] AssetLoader: Bundle is null

[ERR 13:22:03.637] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.638] AssetLoader: Bundle is null

[ERR 13:22:03.707] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.708] AssetLoader: Bundle is null

[ERR 13:22:03.778] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.779] AssetLoader: Bundle is null

[ERR 13:22:03.849] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.850] AssetLoader: Bundle is null

[ERR 13:22:03.919] The AssetBundle 'file://D:\SteamLibrary\SteamApps\common\Kerbal Space Program\GameData\EnvironmentalVisualEnhancements\eveshaders-windows.ksp' can't be loaded because another AssetBundle with the same files is already loaded.

[ERR 13:22:03.920] AssetLoader: Bundle is null

[LOG 13:22:03.921] [EVE] Loading assets - 13 defs of 13 objects
[LOG 13:22:03.925] [EVE] Loading AssetBundle EnvironmentalVisualEnhancements/eveshaders-windows
[LOG 13:22:03.951] [EVE] Loading EVE shader EVE/CloudShadow
[LOG 13:22:03.952] [EVE] Loading EVE shader EVE/CloudVolumeParticle
[LOG 13:22:03.952] [EVE] Loading EVE shader EVE/OceanBack
[LOG 13:22:03.953] [EVE] Loading EVE shader EVE/PlanetShadow
[LOG 13:22:03.954] [EVE] Loading EVE shader EVE/Atmosphere
[LOG 13:22:03.954] [EVE] Loading EVE shader EVE/Cloud
[LOG 13:22:03.955] [EVE] Loading EVE shader EVE/Ocean
[LOG 13:22:03.955] [EVE] Loading EVE shader EVE/Planet
[LOG 13:22:03.956] [EVE] Loading EVE shader EVE/PlanetCityLight
[LOG 13:22:03.956] [EVE] Loading EVE shader EVE/PlanetLight
[LOG 13:22:03.957] [EVE] Loading EVE shader EVE/Terrain
[LOG 13:22:03.957] [EVE] Loading EVE shader EVE/TerrainCityLight
[LOG 13:22:03.958] [EVE] Loading EVE shader EVE/TerrainLight
[LOG 13:22:03.964] [EVE TextureConfig]: Running Setup
[LOG 13:22:03.965] [EVE TextureConfig]: Loading...
[LOG 13:22:03.967] [EVE PQSManagerClass]: Running Setup
[LOG 13:22:03.968] [EVE PQSManagerClass]: Loading...
[LOG 13:22:03.968] [EVE PQSManagerClass]: StockVisualEnhancements/EVE/pqs/PQS_MANAGER
[LOG 13:22:03.972] [EVE TerrainManager]: Running Setup
[LOG 13:22:03.972] [EVE TerrainManager]: Loading...
[LOG 13:22:03.973] [EVE CityLightsManager]: Running Setup
[LOG 13:22:03.974] [EVE CityLightsManager]: Loading...
[LOG 13:22:03.975] [EVE CloudsManager]: Running Setup
[LOG 13:22:03.975] [EVE CloudsManager]: Loading...
[LOG 13:22:03.976] [EVE CloudsManager]: StockVisualEnhancements/EVE/Atmosphere/GPPclouds/EVE_CLOUDS
[LOG 13:22:03.977] [EVE CloudsManager]: Cleaning Clouds!
[LOG 13:22:03.981] [EVE CloudsManager]: PQS Applied
[LOG 13:22:03.982] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:03.994] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:03.998] [EVE CloudsManager]: CloudsPQS: (Gael-Auroras) OnSphereInactive
[LOG 13:22:03.998] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.008] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.009] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.010] [EVE CloudsManager]: CloudsPQS: (Gael-PolarSnow) OnSphereInactive
[LOG 13:22:04.018] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.020] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.020] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.028] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.030] [EVE CloudsManager]: CloudsPQS: (Gael-MainClouds) OnSphereInactive
[LOG 13:22:04.030] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.038] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.040] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.040] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.048] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.049] [EVE CloudsManager]: CloudsPQS: (Gael-CirrusClouds) OnSphereInactive
[LOG 13:22:04.050] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.058] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.060] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.060] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.068] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.069] [EVE CloudsManager]: CloudsPQS: (Tellumo-Auroras) OnSphereInactive
[LOG 13:22:04.070] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.078] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.079] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.080] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.088] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.089] [EVE CloudsManager]: CloudsPQS: (Tellumo-MainClouds) OnSphereInactive
[LOG 13:22:04.089] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.097] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.099] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.099] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.107] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.108] [EVE CloudsManager]: CloudsPQS: (Tellumo-CirrusClouds) OnSphereInactive
[LOG 13:22:04.109] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.117] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.118] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.119] [EVE CloudsManager]: CloudsPQS: (Tellumo-SnowStorms) OnSphereInactive
[LOG 13:22:04.127] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.128] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.129] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.136] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.137] [EVE CloudsManager]: CloudsPQS: (Gratian-DustStorms) OnSphereInactive
[LOG 13:22:04.138] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.146] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.148] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.148] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.156] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.157] [EVE CloudsManager]: CloudsPQS: (Catullus-MainClouds) OnSphereInactive
[LOG 13:22:04.158] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.166] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.167] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.168] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.169] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.177] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.178] [EVE CloudsManager]: CloudsPQS: (Otho-Bands1) OnSphereInactive
[LOG 13:22:04.178] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.184] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.196] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.197] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.198] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.198] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.206] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.207] [EVE CloudsManager]: CloudsPQS: (Otho-Bands2) OnSphereInactive
[LOG 13:22:04.207] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.213] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.222] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.223] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.224] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.224] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.232] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.233] [EVE CloudsManager]: CloudsPQS: (Gauss-Bands1) OnSphereInactive
[LOG 13:22:04.234] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.239] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.247] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.249] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.249] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.250] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.258] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.259] [EVE CloudsManager]: CloudsPQS: (Gauss-Bands2) OnSphereInactive
[LOG 13:22:04.259] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.265] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.273] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.274] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.275] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.275] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.283] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.284] [EVE CloudsManager]: CloudsPQS: (Nero-Bands1) OnSphereInactive
[LOG 13:22:04.285] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.290] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.299] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.300] [EVE CloudsManager]: No PQS! Instanciating one.
[LOG 13:22:04.301] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.301] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.309] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.310] [EVE CloudsManager]: CloudsPQS: (Nero-Bands2) OnSphereInactive
[LOG 13:22:04.310] [EVE CloudsManager]: Clouds2D is now SCALED
[WRN 13:22:04.316] Cannot find preset 'Default' for pqs 'New Game Object'
[LOG 13:22:04.324] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.326] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.326] [EVE CloudsManager]: Applying 2D clouds...
[LOG 13:22:04.334] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.335] [EVE CloudsManager]: CloudsPQS: (Hadrian-MainClouds) OnSphereInactive
[LOG 13:22:04.336] [EVE CloudsManager]: Clouds2D is now SCALED
[LOG 13:22:04.344] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.346] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.346] [EVE CloudsManager]: CloudsPQS: (geyser1) OnSphereInactive
[LOG 13:22:04.354] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.356] [EVE CloudsManager]: PQS Applied
[LOG 13:22:04.356] [EVE CloudsManager]: CloudsPQS: (geyser2) OnSphereInactive
[LOG 13:22:04.364] [EVE CloudsManager]: Cannot Find to apply to main Menu!
[LOG 13:22:04.365] [EVE AtmosphereManager]: Running Setup
[LOG 13:22:04.365] [EVE AtmosphereManager]: Loading...
[LOG 13:22:04.367] [EVE AtmosphereManager]: Cleaning Atmosphere!
[LOG 13:22:04.367] [EVE ShadowManager]: Running Setup
[LOG 13:22:04.368] [EVE ShadowManager]: Loading...
[LOG 13:22:04.369] [EVE ShadowManager]: StockVisualEnhancements/EVE/shadows/EVE_SHADOWS
[LOG 13:22:32.489] [ReflectionUtil]: Found 4 types with UpgradeModule attribute in 32 assemblies.
[LOG 13:22:32.495] [KSPUpgradePipeline]: default (1.2.2) is up to date.
[LOG 13:22:32.501] [ExperienceSystem]: Found 0 trait types
[LOG 13:22:32.503] [ExperienceSystem]: Found 16 effect types
[ERR 13:22:32.515] Exception handling event onGameStateCreated in class KSCLoader:System.NullReferenceException: Object reference not set to an instance of an object
  at regexKSP.LastKSC.CreateSettings (.Game game) [0x00000] in <filename unknown>:0 
  at regexKSP.KSCLoader.onGameStateCreated (.Game game) [0x00000] in <filename unknown>:0 
  at EventData`1[Game].Fire (.Game data) [0x00000] in <filename unknown>:0 

[EXC 13:22:32.518] NullReferenceException: Object reference not set to an instance of an object
	regexKSP.LastKSC.CreateSettings (.Game game)
	regexKSP.KSCLoader.onGameStateCreated (.Game game)
	EventData`1[Game].Fire (.Game data)
	UnityEngine.Debug:LogException(Exception)
	EventData`1:Fire(Game)
	Game:.ctor(ConfigNode)
	GamePersistence:LoadGameCfg(ConfigNode, String, Boolean, Boolean)
	MainMenu:OnLoadDialogPipelineFinished(ConfigNode, String)
	<OnLoadDialogFinished>c__AnonStorey160:<>m__263(ConfigNode)
	KSPUpgradePipeline:Process(ConfigNode, String, LoadContext, Callback`1, Callback`2)
	MainMenu:OnLoadDialogFinished(String)
	LoadGameDialog:ConfirmLoadGame()
	LoadGameDialog:OnButtonLoad()
	UnityEngine.EventSystems.EventSystem:Update()
[LOG 13:22:32.527] FF: creating ribbons in pool
[LOG 13:22:32.529] FF: scanning D:/SteamLibrary/SteamApps/common/Kerbal Space Program/KSP_x64_Data/../GameData for celestial body info in FinalFrontier
[WRN 13:22:32.595] FF: no base prestige for celestial body Ciro
[LOG 13:22:32.596] FF: ribbon path for Ciro is Nereid/FinalFrontier/Ribbons/Ciro
[WRN 13:22:32.599] FF: no base prestige for celestial body Icarus
[LOG 13:22:32.600] FF: ribbon path for Icarus is Nereid/FinalFrontier/Ribbons/Icarus
[WRN 13:22:32.602] FF: no base prestige for celestial body Thalia
[LOG 13:22:32.602] FF: ribbon path for Thalia is Nereid/FinalFrontier/Ribbons/Thalia
[WRN 13:22:32.604] FF: no base prestige for celestial body Eta
[LOG 13:22:32.605] FF: ribbon path for Eta is Nereid/FinalFrontier/Ribbons/Eta
[WRN 13:22:32.606] FF: no base prestige for celestial body Niven
[LOG 13:22:32.607] FF: ribbon path for Niven is Nereid/FinalFrontier/Ribbons/Niven
[WRN 13:22:32.609] FF: no base prestige for celestial body Gael
[LOG 13:22:32.609] FF: ribbon path for Gael is Nereid/FinalFrontier/Ribbons/Gael
[WRN 13:22:32.611] FF: no base prestige for celestial body Iota
[LOG 13:22:32.611] FF: ribbon path for Iota is Nereid/FinalFrontier/Ribbons/Iota
[WRN 13:22:32.613] FF: no base prestige for celestial body Ceti
[LOG 13:22:32.614] FF: ribbon path for Ceti is Nereid/FinalFrontier/Ribbons/Ceti
[WRN 13:22:32.615] FF: no base prestige for celestial body Gratian
[LOG 13:22:32.616] FF: ribbon path for Gratian is Nereid/FinalFrontier/Ribbons/Gratian
[WRN 13:22:32.617] FF: no base prestige for celestial body Geminus
[LOG 13:22:32.618] FF: ribbon path for Geminus is Nereid/FinalFrontier/Ribbons/Geminus
[WRN 13:22:32.619] FF: no base prestige for celestial body Tellumo
[LOG 13:22:32.620] FF: ribbon path for Tellumo is Nereid/FinalFrontier/Ribbons/Tellumo
[WRN 13:22:32.622] FF: no base prestige for celestial body Lili
[LOG 13:22:32.623] FF: ribbon path for Lili is Nereid/FinalFrontier/Ribbons/Lili
[WRN 13:22:32.624] FF: no base prestige for celestial body Otho
[LOG 13:22:32.625] FF: ribbon path for Otho is Nereid/FinalFrontier/Ribbons/Otho
[WRN 13:22:32.627] FF: no base prestige for celestial body Augustus
[LOG 13:22:32.628] FF: ribbon path for Augustus is Nereid/FinalFrontier/Ribbons/Augustus
[WRN 13:22:32.629] FF: no base prestige for celestial body Hephaestus
[LOG 13:22:32.630] FF: ribbon path for Hephaestus is Nereid/FinalFrontier/Ribbons/Hephaestus
[WRN 13:22:32.631] FF: no base prestige for celestial body Jannah
[LOG 13:22:32.632] FF: ribbon path for Jannah is Nereid/FinalFrontier/Ribbons/Jannah
[WRN 13:22:32.634] FF: no base prestige for celestial body Gauss
[LOG 13:22:32.634] FF: ribbon path for Gauss is Nereid/FinalFrontier/Ribbons/Gauss
[WRN 13:22:32.636] FF: no base prestige for celestial body Catullus
[LOG 13:22:32.637] FF: ribbon path for Catullus is Nereid/FinalFrontier/Ribbons/Catullus
[WRN 13:22:32.638] FF: no base prestige for celestial body Loki
[LOG 13:22:32.639] FF: ribbon path for Loki is Nereid/FinalFrontier/Ribbons/Loki
[WRN 13:22:32.640] FF: no base prestige for celestial body Tarsiss
[LOG 13:22:32.641] FF: ribbon path for Tarsiss is Nereid/FinalFrontier/Ribbons/Tarsiss
[WRN 13:22:32.643] FF: no base prestige for celestial body Nero
[LOG 13:22:32.644] FF: ribbon path for Nero is Nereid/FinalFrontier/Ribbons/Nero
[WRN 13:22:32.646] FF: no base prestige for celestial body Hadrian
[LOG 13:22:32.646] FF: ribbon path for Hadrian is Nereid/FinalFrontier/Ribbons/Hadrian
[WRN 13:22:32.648] FF: no base prestige for celestial body Minona
[LOG 13:22:32.649] FF: ribbon path for Minona is Nereid/FinalFrontier/Ribbons/Minona
[WRN 13:22:32.650] FF: no base prestige for celestial body Muse
[LOG 13:22:32.651] FF: ribbon path for Muse is Nereid/FinalFrontier/Ribbons/Muse
[WRN 13:22:32.653] FF: no base prestige for celestial body Narisse
[LOG 13:22:32.653] FF: ribbon path for Narisse is Nereid/FinalFrontier/Ribbons/Narisse
[WRN 13:22:32.655] FF: no base prestige for celestial body Hox
[LOG 13:22:32.656] FF: ribbon path for Hox is Nereid/FinalFrontier/Ribbons/Hox
[WRN 13:22:32.658] FF: no base prestige for celestial body Argo
[LOG 13:22:32.658] FF: ribbon path for Argo is Nereid/FinalFrontier/Ribbons/Argo
[WRN 13:22:32.660] FF: no base prestige for celestial body Leto
[LOG 13:22:32.660] FF: ribbon path for Leto is Nereid/FinalFrontier/Ribbons/Leto
[LOG 13:22:32.669] FF: ribbon pool created
[LOG 13:22:32.670] FF: creating custom ribbons
[LOG 13:22:32.674] FF: scanning for ribbon packs...
[LOG 13:22:32.738] FF: custom ribbons created (77 custom ribbons)
[LOG 13:22:32.740] FF: clearing Final Frontier hall of fame
[LOG 13:22:32.745] [ScenarioTypes]: List Created 25 scenario types loaded from 32 loaded assemblies.
[LOG 13:22:32.752] Game State Saved to saves/default/persistent
[LOG 13:22:32.761] [UIMasterController]: HideUI
[LOG 13:22:32.762] FF: EventObserver:: OnGameSceneLoadRequested: SPACECENTER current=MAINMENU
[LOG 13:22:32.763] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[WRN 13:22:32.795] Cannot find preset 'Default' for pqs 'Tellumo'
[WRN 13:22:32.801] Cannot find preset 'Default' for pqs 'Gratian'
[WRN 13:22:32.806] Cannot find preset 'Default' for pqs 'Catullus'
[WRN 13:22:32.811] Cannot find preset 'Default' for pqs 'Hadrian'
[WRN 13:22:32.817] Cannot find preset 'Default' for pqs 'Argo'
[LOG 13:22:32.820] KK: loadCareerObjects
[LOG 13:22:32.937] [Scatterer] Saving settings to: scatterer/config/config.cfg
[LOG 13:22:32.959] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
[LOG 13:22:32.960] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
[LOG 13:22:32.961] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
[LOG 13:22:32.964] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
[LOG 13:22:32.965] [AddonLoader]: Instantiating addon 'MFIManager' from assembly 'ModularFlightIntegrator'
[LOG 13:22:32.966] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 13:22:32.966] [AddonLoader]: Instantiating addon 'CameraFixer' from assembly 'KSCSwitcher'
[LOG 13:22:32.967] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
[LOG 13:22:32.968] [Scatterer] Core instance created
[LOG 13:22:32.970] 1
[LOG 13:22:32.977] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878]
[LOG 13:22:33.013] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
[LOG 13:22:33.014] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
[LOG 13:22:33.015] [UIMasterController]: HideUI
[LOG 13:22:33.232] [MFIManager] Current active VesselModule : 
  CommNet.CommNetVessel active=True order=999
  FlightIntegrator active=False order=0
  ModularFI.ModularFlightIntegrator active=True order=0

[LOG 13:22:33.244] [Scatterer] Celestial Body: Kerbin (CelestialBody)
[LOG 13:22:33.245] [Scatterer] Found: Gael / Gael
[LOG 13:22:33.246] [Scatterer] Celestial Body: Gratian (CelestialBody)
[LOG 13:22:33.246] [Scatterer] Found: Gratian / Gratian
[LOG 13:22:33.247] [Scatterer] Celestial Body: Augustus (CelestialBody)
[LOG 13:22:33.247] [Scatterer] Found: Augustus / Augustus
[LOG 13:22:33.248] [Scatterer] Celestial Body: Hadrian (CelestialBody)
[LOG 13:22:33.248] [Scatterer] Found: Hadrian / Hadrian
[LOG 13:22:33.249] [Scatterer] Celestial Body: Tarsiss (CelestialBody)
[LOG 13:22:33.250] [Scatterer] Found: Tarsiss / Tarsiss
[LOG 13:22:33.250] [Scatterer] Celestial Body: Hox (CelestialBody)
[LOG 13:22:33.251] [Scatterer] Found: Hox / Hox
[LOG 13:22:33.251] [Scatterer] Celestial Body: Niven (CelestialBody)
[LOG 13:22:33.252] [Scatterer] Found: Niven / Niven
[LOG 13:22:33.252] [Scatterer] Celestial Body: Tellumo (CelestialBody)
[LOG 13:22:33.253] [Scatterer] Found: Tellumo / Tellumo
[LOG 13:22:33.254] [Scatterer] Celestial Body: Gauss (CelestialBody)
[LOG 13:22:33.254] [Scatterer] Found: Gauss / Gauss
[LOG 13:22:33.255] [Scatterer] Celestial Body: Nero (CelestialBody)
[LOG 13:22:33.255] [Scatterer] Found: Nero / Nero
[LOG 13:22:33.256] [Scatterer] Celestial Body: Otho (CelestialBody)
[LOG 13:22:33.256] [Scatterer] Found: Otho / Otho
[LOG 13:22:33.257] [Scatterer] Celestial Body: Catullus (CelestialBody)
[LOG 13:22:33.257] [Scatterer] Found: Catullus / Catullus
[LOG 13:22:33.261] Found scaled sunlight
[LOG 13:22:33.262] Found Sunlight
[LOG 13:22:33.604] [Scatterer] Saving settings to: scatterer/config/config.cfg
[LOG 13:22:33.618] [AddonLoader]: Instantiating addon 'ContractDefs' from assembly 'KSP'
[LOG 13:22:33.631] [AddonLoader]: Instantiating addon 'CustomConfigsManager' from assembly 'ModuleManager'
[LOG 13:22:33.633] [AddonLoader]: Instantiating addon 'MissionControlUI' from assembly 'ContractConfigurator'
[LOG 13:22:33.635] [AddonLoader]: Instantiating addon 'TitleTrackerHelper' from assembly 'ContractConfigurator'
[LOG 13:22:33.636] [AddonLoader]: Instantiating addon 'WindowManager' from assembly 'KerbalKonstructs'
[LOG 13:22:33.637] [AddonLoader]: Instantiating addon 'DarkenSky' from assembly 'DistantObject'
[LOG 13:22:33.638] [AddonLoader]: Instantiating addon 'SettingsGui' from assembly 'DistantObject'
[LOG 13:22:33.639] [AddonLoader]: Instantiating addon 'GlobalEVEManager' from assembly 'EVEManager'
[LOG 13:22:33.639] [AddonLoader]: Instantiating addon 'MFIManager' from assembly 'ModularFlightIntegrator'
[LOG 13:22:33.640] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 13:22:33.641] [AddonLoader]: Instantiating addon 'CameraFixer' from assembly 'KSCSwitcher'
[LOG 13:22:33.642] [AddonLoader]: Instantiating addon 'Core' from assembly 'scatterer'
[LOG 13:22:33.643] [Scatterer] Core instance created
[LOG 13:22:33.644] 1
[LOG 13:22:33.651] [Scatterer] Detected Direct3D 9.0c [nvd3dumx.dll 21.21.13.7878]
[LOG 13:22:33.681] [AddonLoader]: Instantiating addon 'renderTypeFixer' from assembly 'scatterer'
[LOG 13:22:33.682] [AddonLoader]: Instantiating addon 'TRActivator' from assembly 'Texture Replacer'
[LOG 13:22:33.683] [AddonLoader]: Instantiating addon 'TRGui' from assembly 'Texture Replacer'
[LOG 13:22:33.685] [AddonLoader]: Instantiating addon 'WaypointFlightRenderer' from assembly 'WaypointManager'
[LOG 13:22:33.686] [AddonLoader]: Instantiating addon 'WaypointManager' from assembly 'WaypointManager'
[LOG 13:22:34.592] 599
[LOG 13:22:34.596] [EVE CloudsManager]: CloudsPQS: (Gael-PolarSnow) OnSphereActive
[LOG 13:22:34.724] [EVE CloudsManager]: CloudsPQS: (Gael-Auroras) OnSphereActive
[LOG 13:22:34.725] [EVE CloudsManager]: Clouds2D is now MACRO
[LOG 13:22:34.726] [EVE CloudsManager]: CloudsPQS: (Gael-CirrusClouds) OnSphereActive
[LOG 13:22:34.726] [EVE CloudsManager]: Clouds2D is now MACRO
[LOG 13:22:34.727] [EVE CloudsManager]: CloudsPQS: (Gael-MainClouds) OnSphereActive
[LOG 13:22:34.728] [EVE CloudsManager]: Clouds2D is now MACRO
[LOG 13:22:34.921] [UIMasterController]: HideUI
[ERR 13:22:35.029] Exception handling event onGameStateCreated in class KSCLoader:System.NullReferenceException: Object reference not set to an instance of an object
  at regexKSP.LastKSC.CreateSettings (.Game game) [0x00000] in <filename unknown>:0 
  at regexKSP.KSCLoader.onGameStateCreated (.Game game) [0x00000] in <filename unknown>:0 
  at EventData`1[Game].Fire (.Game data) [0x00000] in <filename unknown>:0 

[EXC 13:22:35.031] NullReferenceException: Object reference not set to an instance of an object
	regexKSP.LastKSC.CreateSettings (.Game game)
	regexKSP.KSCLoader.onGameStateCreated (.Game game)
	EventData`1[Game].Fire (.Game data)
	UnityEngine.Debug:LogException(Exception)
	EventData`1:Fire(Game)
	Game:.ctor(ConfigNode)
	GamePersistence:LoadGameCfg(ConfigNode, String, Boolean, Boolean)
	GamePersistence:LoadGame(String, String, Boolean, Boolean)
	<Start>c__IteratorC1:MoveNext()
	UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[LOG 13:22:35.034] FF: EventObserver:: OnGameStateCreated 15.7399999999998, game status: ONGOING, scene SPACECENTER
[LOG 13:22:35.042] Loading Depletion Nodes
[LOG 13:22:35.043] DepNodeCount:  0
[LOG 13:22:35.043] Loading Biome Nodes
[LOG 13:22:35.044] BiomeNodeCount:  0
[LOG 13:22:35.045] Loading Planet Nodes
[LOG 13:22:35.045] PlanetNodeCount:  0
[LOG 13:22:35.051] [ContractSystem]: Found 14 contract types
[LOG 13:22:35.053] [ContractSystem]: Found 87 parameter types
[LOG 13:22:35.055] [ContractSystem]: Found 5 predicate types
[LOG 13:22:35.070] [StrategySystem]: Found 0 strategy types
[LOG 13:22:35.072] [StrategySystem]: Found 4 effect types
[LOG 13:22:35.079] [ScenarioDestructibles]: Loading... 0 objects registered
[LOG 13:22:35.082] [ScenarioUpgradeableFacilities]: Loading... 0 objects registered
[LOG 13:22:35.084] FF: loading hall of fame scenario module
[LOG 13:22:35.085] FF: loading hall of fame
[LOG 13:22:35.086] FF: hall of fame loaded in 0ms
[LOG 13:22:35.086] FF: hall of fame loaded (0 logbook entries)
[LOG 13:22:35.087] FF: clearing Final Frontier hall of fame
[LOG 13:22:35.102] [CustomConfigsManager] Setting modded physics as the active one
[LOG 13:22:35.104] PhysicsGlobals: Loading database
[LOG 13:22:35.105] [MFIManager] Current active VesselModule : 
  CommNet.CommNetVessel active=True order=999
  FlightIntegrator active=False order=0
  ModularFI.ModularFlightIntegrator active=True order=0

[LOG 13:22:35.115] WaypointManager 2.6.0 loading...
[LOG 13:22:35.118] WaypointManager: Loading GPP icons.
[LOG 13:22:35.120] WaypointManager: Loaded icon for Argo.
[LOG 13:22:35.120] WaypointManager: Loaded icon for Augustus.
[LOG 13:22:35.121] WaypointManager: Loaded icon for Catullus.
[LOG 13:22:35.121] WaypointManager: Loaded icon for Ceti.
[LOG 13:22:35.122] WaypointManager: Loaded icon for Eta.
[LOG 13:22:35.122] WaypointManager: Loaded icon for Gael.
[LOG 13:22:35.123] WaypointManager: Loaded icon for Gauss.
[LOG 13:22:35.124] WaypointManager: Loaded icon for Geminus.
[LOG 13:22:35.124] WaypointManager: Loaded icon for Gratian.
[LOG 13:22:35.125] WaypointManager: Loaded icon for Hadrian.
[LOG 13:22:35.125] WaypointManager: Loaded icon for Hephaestus.
[LOG 13:22:35.126] WaypointManager: Loaded icon for Hox.
[LOG 13:22:35.126] WaypointManager: Loaded icon for Icarus.
[LOG 13:22:35.127] WaypointManager: Loaded icon for Iota.
[LOG 13:22:35.127] WaypointManager: Loaded icon for Jannah.
[LOG 13:22:35.128] WaypointManager: Loaded icon for Leto.
[LOG 13:22:35.128] WaypointManager: Loaded icon for Lili.
[LOG 13:22:35.129] WaypointManager: Loaded icon for Loki.
[LOG 13:22:35.130] WaypointManager: Loaded icon for Minona.
[LOG 13:22:35.130] WaypointManager: Loaded icon for Muse.
[LOG 13:22:35.131] WaypointManager: Loaded icon for Narisse.
[LOG 13:22:35.131] WaypointManager: Loaded icon for Nero.
[LOG 13:22:35.132] WaypointManager: Loaded icon for Niven.
[LOG 13:22:35.132] WaypointManager: Loaded icon for Otho.
[LOG 13:22:35.133] WaypointManager: Loaded icon for Tarsiss.
[LOG 13:22:35.133] WaypointManager: Loaded icon for Tellumo.
[LOG 13:22:35.134] WaypointManager: Loaded icon for Thalia.
[LOG 13:22:35.135] handling dir = WaypointManager/icons/Custom
[LOG 13:22:35.141] WaypointManager 2.6.0 loaded.
[LOG 13:22:35.200] [EVE CloudsManager]: Disable clouds when camera: -600000 layer: 6000
[LOG 13:22:35.204] [Scatterer] Celestial Body: Kerbin (CelestialBody)
[LOG 13:22:35.205] [Scatterer] Found: Gael / Gael
[LOG 13:22:35.205] [Scatterer] Celestial Body: Gratian (CelestialBody)
[LOG 13:22:35.206] [Scatterer] Found: Gratian / Gratian
[LOG 13:22:35.206] [Scatterer] Celestial Body: Augustus (CelestialBody)
[LOG 13:22:35.207] [Scatterer] Found: Augustus / Augustus
[LOG 13:22:35.208] [Scatterer] Celestial Body: Hadrian (CelestialBody)
[LOG 13:22:35.208] [Scatterer] Found: Hadrian / Hadrian
[LOG 13:22:35.209] [Scatterer] Celestial Body: Tarsiss (CelestialBody)
[LOG 13:22:35.209] [Scatterer] Found: Tarsiss / Tarsiss
[LOG 13:22:35.210] [Scatterer] Celestial Body: Hox (CelestialBody)
[LOG 13:22:35.210] [Scatterer] Found: Hox / Hox
[LOG 13:22:35.211] [Scatterer] Celestial Body: Niven (CelestialBody)
[LOG 13:22:35.212] [Scatterer] Found: Niven / Niven
[LOG 13:22:35.212] [Scatterer] Celestial Body: Tellumo (CelestialBody)
[LOG 13:22:35.213] [Scatterer] Found: Tellumo / Tellumo
[LOG 13:22:35.213] [Scatterer] Celestial Body: Gauss (CelestialBody)
[LOG 13:22:35.214] [Scatterer] Found: Gauss / Gauss
[LOG 13:22:35.214] [Scatterer] Celestial Body: Nero (CelestialBody)
[LOG 13:22:35.215] [Scatterer] Found: Nero / Nero
[LOG 13:22:35.215] [Scatterer] Celestial Body: Otho (CelestialBody)
[LOG 13:22:35.216] [Scatterer] Found: Otho / Otho
[LOG 13:22:35.217] [Scatterer] Celestial Body: Catullus (CelestialBody)
[LOG 13:22:35.217] [Scatterer] Found: Catullus / Catullus
[LOG 13:22:35.222] Found scaled sunlight
[LOG 13:22:35.222] Found Sunlight
[LOG 13:22:35.224] [Scatterer] Found rings for Nero
[LOG 13:22:35.226] [Scatterer] Found rings for Tellumo
[LOG 13:22:35.235] [Scatterer] sunflare config found for Ciro
[LOG 13:22:35.501] [Scatterer] added custom sun flare
[LOG 13:22:35.502] Added custom sunflare for Core
[LOG 13:22:35.508] [Scatterer] Added eclipse caster Ceti for Gael
[LOG 13:22:35.508] [Scatterer] Added eclipse caster Iota for Gael
[LOG 13:22:35.512] [Scatterer] config found for: Gael
[LOG 13:22:35.529] [Scatterer] ocean config found for: Gael
[LOG 13:22:35.747] [Scatterer] Effects loaded for Gael
[LOG 13:22:35.769] [Kopernicus] ScenarioDiscoverableObjects successfully removed.
[WRN 13:22:35.771] DontDestroyOnLoad only work for root GameObjects or components on root GameObjects.
[LOG 13:22:35.772] [INFO] ContractConfigurator.BiomeTracker: Starting background load of Icarus biome data.
[LOG 13:22:36.278] [Kopernicus]: StarLightSwitcher: Set active star => Ciro
[ERR 13:22:36.307] [SurfaceObject]: Cannot return to original parent, it no longer exists.

[LOG 13:22:36.308] [Kopernicus] Fixed SpaceCenterCamera
[WRN 13:22:36.333] File 'D:/SteamLibrary/SteamApps/common/Kerbal Space Program/KSP_x64_Data/../saves/default/KK.cfg' does not exist
[LOG 13:22:36.334] [UiApp] Awake: ContractsApp
[LOG 13:22:36.334] [UiApp] Awake: KSPedia
[LOG 13:22:36.335] [ApplicationLauncher] OnSceneLoadedGUIReady: scene SPACECENTER ShouldBeVisible() True ShouldBeOnTop() False iIsPositionedAtTop True
[LOG 13:22:36.336] [ApplicationLauncher] SpawnSimpleLayout: HorizontalRightLeft
[LOG 13:22:36.338] [ApplicationLauncher] SetVisible: 
[LOG 13:22:36.339] ScaleModList: listSize 82 maxListSize 2444
[LOG 13:22:36.340] ScaleModList: listSize 82 maxListSize 2435
[LOG 13:22:36.340] ScaleModList: listSize 82 maxListSize 2435
[LOG 13:22:36.341] ScaleModList: listSize 82 maxListSize 2435
[LOG 13:22:36.342] ScaleModList: listSize 123 maxListSize 2435
[LOG 13:22:36.343] ScaleModList: listSize 82 maxListSize 2435
[LOG 13:22:36.344] ScaleModList: listSize 123 maxListSize 2435
[LOG 13:22:36.345] ScaleModList: listSize 164 maxListSize 2435
[LOG 13:22:36.346] FF: using stock toolbar button
[LOG 13:22:36.380] [Scatterer] Sunflare: loaded new transmittance table
[LOG 13:22:36.402] [MessageSystem] Reposition 0.02 50704
[LOG 13:22:36.536] [UIApp] Adding ContractsApp to Application Launcher
[LOG 13:22:36.538] ScaleModList: listSize 164 maxListSize 2394
[LOG 13:22:36.557] [GenericAppFrame] Reposition 0.1767696 50709
[LOG 13:22:36.576] [UIApp] Adding KSPedia to Application Launcher
[LOG 13:22:36.578] ScaleModList: listSize 164 maxListSize 2353
[LOG 13:22:36.672] [UIMasterController]: ShowUI
[LOG 13:22:36.884] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Hox
[LOG 13:22:36.884] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Hadrian
[LOG 13:22:36.885] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Nero
[LOG 13:22:36.886] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Tarsiss
[LOG 13:22:36.886] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Catullus
[LOG 13:22:36.887] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Gauss
[LOG 13:22:36.888] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Augustus
[LOG 13:22:36.888] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Otho
[LOG 13:22:36.889] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Gratian
[LOG 13:22:36.890] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Tellumo
[LOG 13:22:36.890] [Kopernicus] AtmosphereFixer => Patched AtmosphereFromGround for Niven
[LOG 13:22:37.330] [INFO] ContractConfigurator.BiomeTracker: Completed background load of Icarus biome data.
[LOG 13:22:37.330] [INFO] ContractConfigurator.BiomeTracker: Starting background load of Thalia biome data.
[LOG 13:22:37.655] [INFO] ContractConfigurator.BiomeTracker: Completed background load of Thalia biome data.
[LOG 13:22:37.655] [INFO] ContractConfigurator.BiomeTracker: Starting background load of Gael biome data.
[LOG 13:22:38.580] [UIMasterController]: ShowUI
[LOG 13:22:38.581] Game Paused!
[LOG 13:22:41.547] [UIMasterController]: ShowUI
[LOG 13:22:41.547] Game Unpaused!

 

Link to comment
Share on other sites

I seem to be having some issues and can't find answers in the documentation. It's an old game from 1.2.1 that I'm getting back into. KSP has been updated to 1.2.2 along with all mods. All mods are installed via CKAN.

I've noticed a few strange things going on with contracts. There are two main issues I'm having that are definitely related to this mod.

(1) I have the "Stations and Bases" contract pack installed and I'm not getting any contracts for it. Stock station/base contacts seem to be disabled because I haven't received one. I have everything that is supposedly required for these contracts to appear (Lab, docking ports, and... one other thing)

(2) The ScanSat contracts are out of whack. I didn't get one after unlocking the first 2 or 3 scanning parts, so I went ahead and scanned everything in the Kerbin system anyways. As soon as I did, Mission Control has been suddenly flooded with contracts to scan (nearly?) every planet/moon in the game. (and they don't seem to be disappearing either- haven't tried rejecting)

Side note: I'm not sure where the scansat contracts are coming from. CKAN doesn't list a ScanSat contract pack, and the front page in this thread says that pack has been removed and the contracts integrated with ScanSat. But the ScanSat wiki claims it doesn't include contracts. Are the ones I have somehow left over and incompatible? Is there an updated version somewhere? Or is the ScanSat wiki just out of date?

I really not sure how to fix these two problems. My best guess is that I can uninstall and reinstall the packs. And if not that then both the packs and contract configurator. Is this safe to do? I can't find proper documentation on how to safely uninstall/install this mod and the packs in an existing save.

Link to comment
Share on other sites

This is a really useful mod you must be a very talented developer. I'm looking into making a custom contract add on for my Galactic Expansion pack (Basically a planet pack that adds in new systems). Does this work with Bodies that have been modded in and if so are there any tutorials on how to use this I can't find one

Link to comment
Share on other sites

Looking at the Contract Configurator Wiki it is specified that you can disable the Vanilla contracts by using the following notation:

CONTRACT_CONFIGURATOR
{
    disabledContractType = ARMContract
    disabledContractType = BaseContract
    disabledContractType = CollectScience
    disabledContractType = ExplorationContract
    disabledContractType = GrandTour
    disabledContractType = ISRUContract
    disabledContractType = PartTest
    disabledContractType = PlantFlag
    disabledContractType = RecoverAsset
    disabledContractType = SatelliteContract
    disabledContractType = StationContract
    disabledContractType = SurveyContract
    disabledContractType = TourismContract
}

Does Contract Configurator allow for the specification of a listed celestial body in a value against the disabledContractType key to forbid those contracts to generate for specific bodies? If not, would there be any scope or ability to incorporate this feature into the above node?

i.e. Disable all Exploration and Collect Science contracts on Val.

Edited by Poodmund
Link to comment
Share on other sites

Opened a Github issue report on (dev)FAR incompatibility with contract configurator. More details inside.

FAR github rep:
https://github.com/ferram4/Ferram-Aerospace-Research/issues/185

CC github rep:
https://github.com/jrossignol/ContractConfigurator/issues/624

(They're exactly the same, I'm just copy+pasting this comment on the FAR thread)

Link to comment
Share on other sites

On 3/4/2017 at 11:14 PM, drysle said:

After investigating the issue further, the problem actually seems to be that each contract type shares the same data nodes, so when Contract Configurator tries to generate another contract of a type, it's changing the value of expressions for all contracts of that type. That's why contracts that were fine when they were generated are suddenly failing their requirements. Having a contract with a random expression in a data node and requirements that use that expression won't work unless the requirements are always satisfied, or only one contract of that type is allowed to be offered at a time.

I have no idea how to fix the underlying problem, but I was able to work around it by modifying ExpressionRequirement to always return true for contracts that are in the offered state. That at least makes the Bases and Stations pack usable.

Hi drysle, can you detail the edits you made to work around the issue? Thanks in advance!

Link to comment
Share on other sites

On 4/15/2017 at 1:51 PM, Jade_Falcon said:

Hi drysle, can you detail the edits you made to work around the issue? Thanks in advance!

I put my edited version on github; this commit has the important changes. It doesn't handle every type of requirement, just expression requirements, but that was all that I needed to get bases & stations and field science to work.

(I also had to fix a bunch of warnings to get it to compile on Linux, but those shouldn't have affected the actual functionality.)

Link to comment
Share on other sites

@nightingale I just had Contract configurator throw this error at me as I loaded my save....

Spoiler

Exception occured while loading contract 'unknown':
System.ArgumentException: 'Valentine' is not a valid CelestialBody.
  at ContractConfigurator.ConfigNodeUtil.ParseCelestialBodyValue (System.String celestialName) [0x00000] in <filename unknown>:0 
  at ContractConfigurator.ConfigNodeUtil.ParseSingleValue[CelestialBody] (System.String key, System.String stringValue, Boolean allowExpression) [0x00000] in <filename unknown>:0 
  at ContractConfigurator.ConfigNodeUtil.ParseValue[CelestialBody] (.ConfigNode configNode, System.String key, Boolean allowExpression) [0x00000] in <filename unknown>:0 
  at ContractConfigurator.ConfigNodeUtil.ParseValue[CelestialBody] (.ConfigNode configNode, System.String key, .CelestialBody defaultValue) [0x00000] in <filename unknown>:0 
  at ContractConfigurator.ConfiguredContract.OnLoad (.ConfigNode node) [0x00000] in <filename unknown>:0 

Fortunately I backed it up... sometime ago lol, but any idea what happened?

If it makes a difference, I had just installed Kerbal SlingShotter - Reslung, TRP Hire, and Janitor's Closet.

This save has many (many) other mods, but it was working well before I installed these 3.

 

Thanks and keep up the great work!

 

EDIT:

Removed TRP Hire and SlingShotter, and the save loads.  Will try with each of those added individually in a bit.

Edited by smotheredrun
Link to comment
Share on other sites

Strange one @nightingale...

@linuxgurugamer was playing with my Contracts and had a contract to launch at least 2 Kerbals into orbit on the same craft. Separately, he was running a rendezvous mission and the Contract completed as the game "thought" there was two Kerbals in the same craft. (He did not dock)

I will post an issue on Github as well, here is the code in question:

PARAMETER
	{
		name = TwoLiveCrew
		type = VesselParameterGroup
		title = 2 Kerbals in Orbit
		define = TwoLiveCrew
	
		PARAMETER
		{
			name = NewVessel
			type = NewVessel
			title = Launch a New Vessel
			hideChildren = true
		}
		PARAMETER
		{
			name = TwoCrew
			type = HasCrew
			minCrew = 2
			maxCrew = 99
			title = Have at least 2 crewmembers on board
			hideChildren = true
		}
		PARAMETER
		{
			name = Orbit
			type = Orbit
			targetBody = HomeWorld()
			minAltitude = @targetBody.AtmosphereAltitude()
			title = Reach Orbit
			disableOnStateChange = true
			hideChildren = true
		}
	}
	PARAMETER
	{
		name = ReturnHome
		type = ReturnHome
		targetBody = HomeWorld()
		title = Return Home Safely
		hideChildren = true
		completeInSequence = true
	}

 

Link to comment
Share on other sites

Hello,

 

Is there a way to:

  • declare a new contract type that would never automatically be offered by the stock system ?
  • create such contracts "manually" (programatically) ? I see one (or several) ContractSystem.GenerateContract methods, but I'm not sure what they do
  • still have the accepted contracts visible in the contract list. And maybe count or not count in the accepted contracts limit ?

 

Edit: I tried setting "weight = 0.0" to achieve this, but it seems that is deprecated and not working anymore. So much so that I was starting getting spammed with offers for this contract (isn't there supposed to be a limit to the number of offered contracts ?).

Another idea would be to put always false requirements, but wouldn't that lead to the contracts being automatically failed, or hidden (assuming I manage to spawn/accept them manually) ?

 

Edited by TauPhraim
Link to comment
Share on other sites

I am having the warning:

Multiple assemblies with name 'ContractConfigurator' found!

Looking at the code, it seems to happen as soon as there is one assembly found with the given name, so I don't know what to make of it. Is this just an error ?
 

 

Link to comment
Share on other sites

3 hours ago, Phineas Freak said:

@TauPhraim This means that you have more than one CC assemblies under your GameData folder (from another update or from a bad copy & paste operation). Check to see if there is another CC assembly and if so then remove it.

I checked and there is only one cc.dll. Plus the code looks strange, and searching here it seems I am not the only one with the warning.

Link to comment
Share on other sites

5 hours ago, TauPhraim said:

I checked and there is only one cc.dll. Plus the code looks strange, and searching here it seems I am not the only one with the warning.

I agree with you; the warning seems strange to me too. There is a list of the loaded CC assemblies, which is one item long. Possibly the log output was meant as a debug message only(?). and not a warning as such.

Link to comment
Share on other sites

I found hacky ways (?) to manualy instanciate the parameters I want into contracts.

Now I'm struggling, trying to achieve the following requirement: "bring a vessel having part X from situation A to situation B":

  • Problems with sequence: trying to put situation A and situation B as children of a Sequence (else they can complete going from B to A, which is not desired).
    • If I do not mention disableOnStateChange on parameters, this leads to the contract being un-completable, as going from A to B will un-complete the parameter for A
    • If I set disableOnStateChange=true for both A and B, this leads to the possibility of going first to B then to A and get the contract completed (despite this being in a Sequence parameter)
    • If I set disableOnStateChange=true only for A, it works as I wish. But is this the correct way, and how will this scale if I have more than 2 end points ?
  • Problems with VesselParameterGroup: The Sequence and PartValidation are children of a root VesselParameterGroup parameter. But:
  • If I do not mention disableOnStateChange on the PartValidation, I can go from A to B without having the part, then klaw onto a suitable part, and the contract will complete
  • If I set disableOnStateChange=true on the PartValidation, I can load one vessel having the part to complete the parameter, then bring another vessel not having the part from A to B, and the contract will complete (despite all being in a VesselParameterGroup parameter)
Link to comment
Share on other sites

2 hours ago, TauPhraim said:

I found hacky ways (?) to manualy instanciate the parameters I want into contracts.

Now I'm struggling, trying to achieve the following requirement: "bring a vessel having part X from situation A to situation B":

  • Problems with sequence: trying to put situation A and situation B as children of a Sequence (else they can complete going from B to A, which is not desired).
    • If I do not mention disableOnStateChange on parameters, this leads to the contract being un-completable, as going from A to B will un-complete the parameter for A
    • If I set disableOnStateChange=true for both A and B, this leads to the possibility of going first to B then to A and get the contract completed (despite this being in a Sequence parameter)
    • If I set disableOnStateChange=true only for A, it works as I wish. But is this the correct way, and how will this scale if I have more than 2 end points?

use disableOnStateChange but add "completeInSequence = true" to each parameter after the first.

2 hours ago, TauPhraim said:
  • Problems with VesselParameterGroup: The Sequence and PartValidation are children of a root VesselParameterGroup parameter. But:
  • If I do not mention disableOnStateChange on the PartValidation, I can go from A to B without having the part, then klaw onto a suitable part, and the contract will complete
  • If I set disableOnStateChange=true on the PartValidation, I can load one vessel having the part to complete the parameter, then bring another vessel not having the part from A to B, and the contract will complete (despite all being in a VesselParameterGroup parameter)

Use a VPG to add a vessel definition to the vessel in situation A - then use that vessel definition in a second VPG so only that vessel can complete the contract.

see here for an example: https://github.com/severedsolo/ExplorationPlus/blob/master/ExplorationPlus-FlyBy.cfg)

Edited by severedsolo
Link to comment
Share on other sites

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...