Jump to content

Sigma Binary


Sigma88

Recommended Posts

2 hours ago, Flybuild said:

Heres an idea: Insted of replaceing spaces with question marks, How about underscores ( _ )

question mark ( ? ) is a wildcard character while underscore is just underscore ( _ )

that's why I suggested using the ( ? ) in the modulemanager patch. you don't have to change the name of your planet at all

Link to comment
Share on other sites

  • 3 weeks later...
On 12/10/2015 at 7:04 PM, Sigma88 said:

yeah it should work fine

It turns out that, depending on planet masses and templates, the binary orbits of at least one object can be eccentric. I've been testing out a pair of binary desert moons named Persiles and Sigismunda (named after the same book by Miguel De Cervantes) for Interstellar Adventure Revived, and the orbit of Sigismunda around the system's barycenter has an eccentricity of 0.1-0.2.

Link to comment
Share on other sites

  • 3 weeks later...
25 minutes ago, YauS said:

SigmaBinary + 64K

It looks weird. Does it work OK?

 

I have never looked into how the 64k patch for opm works.

There was a guy reporting it worked fine in 64k thread, but that was some time ago.

I will take a look.

The mod works perfectly with SigmaDimensions tho, so I guess it's probably just an issue with the custom configs for 64k

@Tellion did you have problems with SB + 64k?

Link to comment
Share on other sites

3 hours ago, YauS said:

SigmaBinary + 64K

It looks weird. Does it work OK?

wait, I thought you were playing with OPM but I realize just now that you never mentioned it...

which are the planets supposed to be in a binary configuration?

Link to comment
Share on other sites

20 minutes ago, ProtoJeb21 said:

Will it be possible for a future version of Sigma Binary to work with Biome-less planets?

Biomes have absolutely nothing to do with this mod :)

I don't see how a planet having (or lacking) biomes would make any difference

Link to comment
Share on other sites

19 minutes ago, Sigma88 said:

Biomes have absolutely nothing to do with this mod :)

I don't see how a planet having (or lacking) biomes would make any difference

For some reason, when I removed the biomes on my secondary body (yet the planet still loaded after removing Sigma Binary), it says there's a glitch in the SB config. Maybe I can retry it an see what happens.

Link to comment
Share on other sites

4 minutes ago, ProtoJeb21 said:

For some reason, when I removed the biomes on my secondary body (yet the planet still loaded after removing Sigma Binary), it says there's a glitch in the SB config. Maybe I can retry it an see what happens.

if you could post the modulemanager cache and the ksp.log that may help me tell you what's going wrong, but again, I don't see how biomes could change anything about the behaviour of the mod

Link to comment
Share on other sites

Sigma Binary v1.3.3

This is a small hotfix that adds compatibility with planet packs that define meanAnomalyAtEpochD

template.cfg files from v1.3.2 are still compatible with this version

 

download links in the OP

Link to comment
Share on other sites

OP Under contruction, find the old OP here

Spoiler

 

 

Sigma-Binary.svg KSP-1.0.5-orange.svg dev.version-%40GitHub-lightgrey.svg total.svg
 


 
Sigma Binary

 
This mod will let you turn custom and/or stock bodies into binary systems,
without the need to do all the calculations yourself.
This also will allow any user to decide between playing with or without binary systems.


fRCikDR.png


 
Dependencies

Requires Kopernicus and ModuleManager



Supported Mods

Compatible with KSP-AVC



How to use this mod

1 - Download the mod (link at the bottom of the page)
2 - Install the mod by merging the GameData folder from the archive with the one in your KSP install
3 - Make a copy of the "template.cfg" file you can find in the TEMPLATE folder of the archive
4 - Choose the names of the two bodies and write them in the cfg file
5 - You can put this new .cfg file wherever you want, inside the GameData folder



 

If you want to add this to your mod

1 - Make a copy of the "template.cfg" file you can find in the TEMPLATE folder of the archive
2 - Bundle this .cfg file into your mod
3 - Put a link to this mod into your thread so people may choose to download this mod if they want binary systems



FAQs

- Can I move the Sun?
No.

- Will this mod mess up Stock Planets?
No. This mod doesn't add any binary system at all.
You will need to edit a copy of the template.cfg file (see example below) for this mod to actually add a barycenter.

- Can I bundle SigmaBinary into my mod?
You are free to (= I encourage you to) bundle your version of the "template.cfg" file in order to make your mod compatible with SigmaBinary, however I would rather if you didn't bundle the whole mod.

- How do I make the Primary Body tidally locked to the Secondary? (like Pluto-Charon IRL)
Don't make the body tidallyLocked by default, otherwise my mod will change the rotationPeriod to keep the primary body tidally locked to the original reference body (in Pluto's case, the Sun).
Instead, paste this code inside a .cfg file and save the file anywhere into the GameData folder.
[Spoiler: code] 

- Is it possible to create ternary systems?
You can create some multiple systems using more than one template.cfg, not all the types of multiple systems are possible with the current config.click here for a more detailed explanation 

- Is this mod Case Sensitive?
Yes. While Kopernicus is not case sensitive, ModuleManager IS.
here's a list of the parameters I use, If you find that the planets you want to turn into a binary system have parameters written with different upper-lower case letters report it so I can see how to correct the issue.
[Spoiler: list of parameters] 

- What if my planet's name has a space in it?
You will need to target the planet by replacing every space with a "?"
[Spoiler: example] 

- Is this mod compatible with RSS?
Yes, special thanks to Thomas P. (Kopernicus team) for adding a fix allowing me to achieve full compatibility with RSS.


I'll put in here any frequent question.
If you have any question about the mod feel free to post down here or PM me


 

Example
 

Template
 
Code:

[...]
    @Body[PLANET_NAME_HERE]
    {
        SigmaBinary = Primary
    }
    @Body[MOON_NAME_HERE]
    {
        SigmaBinary = Secondary
    }
    @Body[REFERENCE_NAME_HERE]
    {
        SigmaBinary = Reference
    }
[...]
Cusomized
 
Code:

[...]
    @Body[Duna]
    {
        SigmaBinary = Primary
    }
    @Body[Ike]
    {
        SigmaBinary = Secondary
    }
    @Body[Sun]
    {
        SigmaBinary = Reference
    }
[...]
 

Downloads
 
Latest Release
a7Abccw.png
@GitHub

 
dev.version-%40GitHub-lightgrey.svg  

ChangeLog
 
Code:

v1.3.3

- Added conversion of meanAnomalyAtEpochD (deg) to meanAnomalyAtEpoch (rad)


v1.3.2

- Fixed mass calculation from gravParameter
- Barycenters doesn't generate cache files
- Fix for stars used as Primary bodies


v1.3.1

- Added compatibility with templateless planets
- Added code to remove duplicate values


v1.3.0

- Now Requires KSP 1.0.5
- Now Requires Kopernicus Beta 0.5
- Template.cfg and DunaIke.cfg are now in separate downloads
- Folder structure changed
- Overhauled the code to reflect Kopernicus changes


v1.2.1

- Bug Hotfix


v1.2.0

- Improved definition of template parameters
- Improved calculation of mass for planets
- Improved compatibility with GalacticNeighborhood


v1.1.1

- Improved compatibility with planet packs


v1.1.0

- Now Requires Kopernicus 0.4
- Refined RSS compatibility
- Added compatibility with finalizeOrbits
- Removed useless code from StockFix.cfg
- Fixed tidal lock issue in StockFix.cfg
- Increased barycenters radius to 61m to solve a Tracking Station Bug
- Renamed the folder from "BinaryExpansion" to "Binary"


v1.0.2
  - Hotfix updating .version file for KSP-AVC compatibility


v1.0.1
  - Hotfix for RSS compatibility


v1.0.0
  - First Release (non beta)
  - Added compatibility with RSS and other Rescale Mods not 100% compatible yet
  - Added an exception for ISRU contracts on barycenters
  - Other minor changes to the code


v0.2.4
  - removed kopernicus cache file generation for barycenters


v0.2.3
  - changed the calculation of sphereOfInfluence for every body in the binary system
  - added a check to make sure the SoI of the secondary body never reaches the primary's surface


v0.2.2
  - added code to calculate mass from gravParameter if both mass and geeASL are not set
  - changed the value of G (universal gravitational constant) from 6.67384e-11 to 6.674e-11


v0.2.1
  - Fixed mass calculation from geeASL+radius (for reals this time)


v0.2.0
  - Fixed mass calculation from geeASL+radius
  - Fixed a bug which didn't allow for the use of more than one template.cfg file
  - Added an example for the Kopernicus feature "baryCenter"
  - template.cfg was changed, old versions won't work with this release
  - removed "baryCenter = true" parameter from barycenters


v0.1.0
  - Fixed the calculation of:
      Sphere Of Influence
      Planet rotationPeriod
      Orbital Parameters
  - Added "baryCenter = true" parameter to barycenters
  - Removed calculation of "flightGlobalIndex" since it's useless


v0.0.4
 - First Beta Release

Credits

- Sarbian & Co. for ModuleManager
- Thomas P. & Co. for Kopernicus
- NathanKell
 for his help with my many questions regarding planets and stuff
- Cybutek for KSP-AVC
- KillAshley for answering questions I had while developing the mod
- Thomas P. (again) for taking the time of replying to my questions regarding Kopernicus
- nightingale for adding SigmaBinary compatibility to Contract Configurator
- pkmniako for designing the new download button and signature banner
- Olympic1 for taking care of CKAN compatibility
- Many Others who I may have missed, they'll be added as soon as I remember k_smiley.gif



License

88x31.png

 

 

Link to comment
Share on other sites

Sigma Binary v1.4.0

New features and some bugfixes

This version comes with a new template.cfg file;

old template.cfg files are still compatible, but they will NOT have the new features.

Changelog:

v1.4.0

- Barycenter name now accounts for cbNameLater
- Secondary orbit line is now drawn relative to the barycenter
- template.cfg now deactivates if there are missing bodies
- Fixed calculation of minimum SphereOfInfluence
- Fixed calculations when finalizeOrbit is used
- Moved clean-up of temp values from :FINAL to :FOR[SigmaCleanUp]
- Fixed names of config files to account for linux case sensitivity

 

download links in the OP

Link to comment
Share on other sites

28 minutes ago, ProtoJeb21 said:

Hey Sigma, is it okay if I incorperate Sigma Binary into Interstellar Adventure Revived?

as I explain in the OP:

On 5/7/2015 at 5:20 PM, Sigma88 said:

Info and FAQs

Other Questions

- Can I bundle SigmaBinary into my mod?
You are free to (= I encourage you to) bundle your version of the "template.cfg" file in order to make your mod compatible with SigmaBinary, however I would rather if you didn't bundle the whole mod

 

Link to comment
Share on other sites

@Sigma88 What did I do wrong here? KSP keeps finding an error with my Sigma Binary config...but I don't know what it is. Here's both the config and the game log:

                      //////////////////////////////////
                     //  Requires SigmaBinary 1.4.0  //
                    //////////////////////////////////

  //////////////////////////////////////////////////////////////////////
 // Forum Thread: http://forum.kerbalspaceprogram.com/threads/127820 //
//////////////////////////////////////////////////////////////////////


@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
{
	
	// INSTRUCTIONS:
	// Copy this cfg anywhere into the GameData folder
	// Set the name of the two bodies you want to turn into a binary system plus the reference body
	
	@Body[Persiles]           // Put here the name of the heaviest body (eg: Pluto)
	{
		SigmaBinary = Primary      // Don't change this line
	}
	@Body[Sigismunda]         // Put here the name of the lightest body (eg: Charon)
	{
		SigmaBinary = Secondary    // Don't change this line
	}
	@Body[Quijote]            // Put here the name of the body around which your binary system orbits (eg: Sun)
	{
		SigmaBinary = Reference    // Don't change this line
	}
	
}

// Now sit back and enjoy your binary system

// Sigma



  ////////////////////////////////////////////
 // You don't need to read past this point //
////////////////////////////////////////////



@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
{
	@Body:HAS[#SigmaBinary[*]]
	{
		realName = #$name$
		@name = #SigmaBinary$SigmaBinary$
	}
}

@Kopernicus:HAS[@Body[SigmaBinaryPrimary],@Body[SigmaBinarySecondary]]:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
{
	
	// This part creates the barycenter
	
	+Body[SigmaBarycenter]
	{
		SigmaBinary = Barycenter
		@name = #$/Body:HAS[#SigmaBinary[Primary]]/sbName$$/Body:HAS[#SigmaBinary[Secondary]]/sbName$
		#/Body:HAS[#SigmaBinary[Primary]]/Orbit {}
		@Properties
		{
			%massFinalize = #$/Body:HAS[#SigmaBinary[Secondary]]/finalizeOrbit$
		}
	}
	
	// This part sets the Primary body
	
	@Body:HAS[#SigmaBinary[Primary]]
	{
		%finalizeOrbit = False
		
		// Calculate the temporary SoI (only if it's not already explicitly set)
		
		@Properties:HAS[~sphereOfInfluence[*]]
		{
			sphereOfInfluence = #$mass$
			@sphereOfInfluence /= #$/Body:HAS[#SigmaBinary[Reference]]/Properties/mass$
			@sphereOfInfluence != 0.4
			@sphereOfInfluence *= #$../Orbit/semiMajorAxis$
			minSoI = 1
		}
		
		// Fixes the SoI if it's too small
		
		@Properties:HAS[#minSoI[1]]
		{
			@minSoI = #$radius$
			@minSoI *= 3
			@minSoI -= 20001
		}
		@Properties:[#minSoI[>0]]
		{
			@minSoi = #$radius$
			@minSoI += 20001
		}
		@Properties:[#minSoI[0]]
		{
			@minSoi = #$radius$
			@minSoI += 20001
		}
		@Properties:HAS[#minSoI[<0]]
		{
			@minSoI += 20001
		}
		@Properties
		{
			@minSoI -= #$sphereOfInfluence$
		}
		@Properties:HAS[#minSoI[>0]]
		{
			@sphereOfInfluence += #$minSoI$
		}
		
		// Set orbital parameters
		
		!Orbit {}
		#/Body:HAS[#SigmaBinary[Secondary]]/Orbit {}
		@Orbit
		{
			@color = #$/Body:HAS[#SigmaBinary[Barycenter]]/Orbit/color$
			@referenceBody = #$/Body:HAS[#SigmaBinary[Barycenter]]/name$
			@argumentOfPeriapsis += 180
			
			// Set new semiMajorAxis
			
			%semiMajorAxis = #$/Body:HAS[#SigmaBinary[Secondary]]/Properties/mass$
			@semiMajorAxis += #$../Properties/mass$
			@semiMajorAxis != -1
			@semiMajorAxis *= #$/Body:HAS[#SigmaBinary[Secondary]]/Properties/mass$
			@semiMajorAxis *= #$/Body:HAS[#SigmaBinary[Secondary]]/Orbit/semiMajorAxis$
		}
	}
	
	// This part changes the SoI of the Secondary body when it's too small or too big
	// If the original body have the SoI already explicitly set, this part won't change anything
	
	@Body:HAS[#SigmaBinary[Secondary]]
	{
		@Properties:HAS[~sphereOfInfluence[*]]
		{
			%sphereOfInfluence = #$mass$
			@sphereOfInfluence /= #$/Body:HAS[#SigmaBinary[Primary]]/Properties/mass$
			@sphereOfInfluence != 0.4
			@sphereOfInfluence *= #$../Orbit/semiMajorAxis$
			%maxSoI = 1
			%minSoI = 1
		}
		@Properties:HAS[#minSoI[1]]
		{
			@minSoI = #$radius$
			@minSoI *= 3
			@minSoI -= 20001
		}
		@Properties:[#minSoI[>0]]
		{
			@minSoi = #$radius$
			@minSoI += 20001
		}
		@Properties:[#minSoI[0]]
		{
			@minSoi = #$radius$
			@minSoI += 20001
		}
		@Properties:HAS[#minSoI[<0]]
		{
			@minSoI += 20001
		}
		@Properties
		{
			@minSoI -= #$sphereOfInfluence$
		}
		@Properties:HAS[#minSoI[>0]]
		{
			@sphereOfInfluence += #$minSoI$
		}
		@Properties:HAS[#maxSoI[1]]
		{
			@maxSoI -= #$../Orbit/eccentricity$
			@maxSoI *= #$../Orbit/semiMajorAxis$
			@maxSoI -= #$radius$
			@maxSoI -= #$/Body:HAS[#SigmaBinary[Primary]]/Properties/radius$
			@maxSoI /= 2
			@maxSoI += #$radius$
			@maxSoI -= #$sphereOfInfluence$
		}
		@Properties:HAS[#maxSoI[<0]]
		{
			@sphereOfInfluence += #$maxSoI$
		}
	}
	
	// This part sets Barycenter's mass, description and SoI
	
	@Body:HAS[#SigmaBinary[Barycenter]]
	{
		@Properties:HAS[#massFinalize[True]]
		{
			@mass += #$/Body:HAS[#SigmaBinary[Secondary]]/Properties/mass$
		}
		@Properties
		{
			
			// Set description
			
			description = #This is the barycenter of the $/Body:HAS[#SigmaBinary[Primary]]/sbName$-$/Body:HAS[#SigmaBinary[Secondary]]/sbName$ system.
			
			// Set mass
			
			@mass += #$/Body:HAS[#SigmaBinary[Primary]]/Properties/mass$
			@mass /= #$/Body:HAS[#SigmaBinary[Secondary]]/Orbit/semiMajorAxis$
			@mass /= #$/Body:HAS[#SigmaBinary[Secondary]]/Orbit/semiMajorAxis$
			@mass /= #$/Body:HAS[#SigmaBinary[Secondary]]/Orbit/semiMajorAxis$
			
				// set rotationPeriod
				
				%rotationPeriod = #$mass$
				@rotationPeriod /= 5.91525585920849e11 // divide by (4*pi^2)/G
				@rotationPeriod != -0.5
			
			@mass *= #$/Body:HAS[#SigmaBinary[Primary]]/Orbit/semiMajorAxis$
			@mass *= #$/Body:HAS[#SigmaBinary[Primary]]/Orbit/semiMajorAxis$
			@mass *= #$/Body:HAS[#SigmaBinary[Primary]]/Orbit/semiMajorAxis$
			
			// Set Sphere of Influence
			
			%sphereOfInfluence = #$/Body:HAS[#SigmaBinary[Primary]]/Properties/sphereOfInfluence$
		}
	}
	
	// This part:
	// Sets the final SoI value for the Primary Body
	// Calculates the correct rotation period if the body is tidallyLocked
	
	@Body:HAS[#SigmaBinary[Primary]]
	{
		
		// Set final SoI value
		
		@Properties
		{
			%sphereOfInfluence = #$../Orbit/eccentricity$
			@sphereOfInfluence += 1
			@sphereOfInfluence *= #$../Orbit/semiMajorAxis$
			@sphereOfInfluence += #$/Body:HAS[#SigmaBinary[Barycenter]]/Properties/sphereOfInfluence$
		}
		
		// If tidallyLocked fix the rotationPeriod
		
		@Properties:HAS[#tidallyLocked[True]]
		{
			!tidallyLocked = DEL
			%rotates = True
			%rotationPeriod = #$/Body:HAS[#SigmaBinary[Barycenter]]/Orbit/semiMajorAxis$
			@rotationPeriod != 3
			@rotationPeriod /= #$/Body:HAS[#SigmaBinary[Reference]]/Properties/mass$
			@rotationPeriod *= 5.91525585920849e11 // multiply by (4*pi^2)/G
			@rotationPeriod != 0.5
		}
	}
	
	// This part changes how the secondary orbit looks
	
	Body
	{
		name = #$/Body:HAS[#SigmaBinary[Barycenter]]/name$Orbit
		SigmaBinary = Orbit
		barycenter = true
		Template
		{
			name = Jool
		}
		#/Body:HAS[#SigmaBinary[Secondary]]/Orbit {}
		@Orbit
		{
			%icon = 0
			
			@referenceBody = #$/Body:HAS[#SigmaBinary[Barycenter]]/name$
			@semiMajorAxis -= #$/Body:HAS[#SigmaBinary[Primary]]/Orbit/semiMajorAxis$
		}
		Properties
		{
			sphereOfInfluence = 0
			radius = 61
		}
	}
	@Body:HAS[#SigmaBinary[Secondary]]
	{
		@Orbit
		{
			%mode = 2
		}
	}
}

// This part adds an exception for ISRU contracts on the barycenter

@Contracts:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
{
	@ISRU
	{
		@RESOURCE_REQUEST[Ore]
		{
			Forbidden = #$@Kopernicus/Body:HAS[#SigmaBinary[Barycenter]]/name$
			Forbidden = #$@Kopernicus/Body:HAS[#SigmaBinary[Orbit]]/name$
		}
	}
}

// This part clears temporary stuff

@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
{
	@Body:HAS[#realName[*]]
	{
		@name = #$realName$
		!realName = DEL
	}
	@Body,*
	{
		!SigmaBinary = DEL
		@Properties
		{
			!massFinalize = DEL
			!minSoI = DEL
			!maxSoI = DEL
		}
	}
}
Spoiler

Kerbal Space Program - 1.0.5.1028 (WindowsPlayer) Steam


OS: Windows Vista Service Pack 2 (6.0.6002) 64bit
CPU: Intel(R) Core(TM)2 Duo CPU T6500 @ 2.10GHz (2)
RAM: 3999
GPU: Mobile Intel(R) 4 Series Express Chipset Family (879MB)
SM: 30 (Direct3D 9.0c [igdumdx32.dll 7.15.10.1591])
RT Formats: ARGB32, Depth, ARGBHalf, RGB565, ARGB4444, ARGB1555, Default, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf


Log started: Tue, Feb 09, 2016 19:40:32


[LOG 19:40:37.665] PhysicsGlobals: Loading database
[LOG 19:40:40.324] Load(Assembly): /ModuleManager.2.6.13
[LOG 19:40:40.328] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\ModuleManager.2.6.13.dll
[LOG 19:40:40.382] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5
[LOG 19:40:40.384] Load(Assembly): GameData/Kerbaltek/HyperEdit_1.4.2
[LOG 19:40:40.386] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\GameData\Kerbaltek\HyperEdit_1.4.2.dll
[LOG 19:40:40.392] Load(Assembly): KittopiaTech/Plugins/KittopiaTech
[LOG 19:40:40.394] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\KittopiaTech\Plugins\KittopiaTech.dll
[LOG 19:40:40.458] AssemblyLoader: KSPAssembly 'KittopiaTech Planet Editor' V0.155
[LOG 19:40:40.461] AssemblyLoader: KSPAssemblyDependency 'Kopernicus' V1.0
[LOG 19:40:40.463] Load(Assembly): Kopernicus/Plugins/Kopernicus.Components
[LOG 19:40:40.465] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.Components.dll
[LOG 19:40:40.471] AssemblyLoader: KSPAssembly 'Kopernicus.Components' V1.0
[LOG 19:40:40.474] Load(Assembly): Kopernicus/Plugins/Kopernicus
[LOG 19:40:40.475] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.dll
[LOG 19:40:40.484] AssemblyLoader: KSPAssembly 'Kopernicus' V1.0
[LOG 19:40:40.486] AssemblyLoader: KSPAssemblyDependency 'Kopernicus.OnDemand' V1.0
[LOG 19:40:40.487] AssemblyLoader: KSPAssemblyDependency 'Kopernicus.Components' V1.0
[LOG 19:40:40.490] Load(Assembly): Kopernicus/Plugins/Kopernicus.OnDemand
[LOG 19:40:40.491] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\Kopernicus\Plugins\Kopernicus.OnDemand.dll
[LOG 19:40:40.497] AssemblyLoader: KSPAssembly 'Kopernicus.OnDemand' V1.0
[LOG 19:40:40.499] Load(Assembly): Squad/Plugins/KSPSteamCtrlr
[LOG 19:40:40.501] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\Plugins\KSPSteamCtrlr.dll
[LOG 19:40:40.507] Load(Assembly): Squad/Plugins/Steamworks.NET
[LOG 19:40:40.508] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\Squad\Plugins\Steamworks.NET.dll
[LOG 19:40:40.515] Load(Assembly): UmbraSpaceIndustries/WarpDrive/WarpEngine
[LOG 19:40:40.517] AssemblyLoader: Loading assembly at C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\UmbraSpaceIndustries\WarpDrive\WarpEngine.dll
[LOG 19:40:40.526] AssemblyLoader: Loading assemblies
[LOG 19:40:41.276] VesselModules: Found VesselModule of type FlightIntegrator with order 0
[LOG 19:40:41.281] VesselModules: Found 1 VesselModule types
[LOG 19:40:41.296] AddonLoader: Instantiating addon 'ModuleManager' from assembly 'ModuleManager'
[LOG 19:40:41.350] [ModuleManager] Adding ModuleManager to the loading screen 2
[LOG 19:40:41.367] AddonLoader: Instantiating addon 'CompatibilityChecker' from assembly 'Kopernicus'
[LOG 19:40:41.371] AddonLoader: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 19:40:41.374] AddonLoader: Instantiating addon 'KSPSteamController' from assembly 'KSPSteamCtrlr'
[LOG 19:40:45.229] [KSPSteamController]: Loaded. Initializing hooks...
[LOG 19:40:46.364] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 19:40:46.652] [CompatibilityChecker] Running checker version 4 from 'Kopernicus'
[LOG 19:40:47.165] Load(Audio): Squad/Sounds/editorLoop01
[LOG 19:40:48.041] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 19:40:48.302] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 19:40:48.389] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 19:40:48.569] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 19:40:48.688] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 19:40:48.789] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 19:40:49.137] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 19:40:49.208] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 19:40:49.234] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 19:40:49.335] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 19:40:49.376] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 19:40:49.393] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 19:40:49.409] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 19:40:49.429] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 19:40:49.445] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 19:40:49.459] Load(Texture): Fazz/Textures/Color
[LOG 19:40:50.230] Load(Texture): Fazz/Textures/Normals
[LOG 19:40:50.310] Load(Texture): GameData/Kerbaltek/Flags/Kerbaltek-Aerospace
[LOG 19:40:50.326] Load(Texture): GameData/Kerbaltek/Flags/Kerbaltek-Rocket
[LOG 19:40:50.352] Load(Texture): GameData/Kerbaltek/Flags/Kerbaltek-Satellite
[LOG 19:40:50.370] Load(Texture): GameData/Kerbaltek/Flags/Kerbaltek-Spaceplane
[LOG 19:40:50.386] Load(Texture): GameData/Kerbaltek/Flags/Kerbaltek-Station
[LOG 19:40:50.404] Load(Texture): IA_Revived/CervantesSystem/Barcelon/Textures/Barcelon_color
[LOG 19:40:51.294] Load(Texture): IA_Revived/CervantesSystem/Barcelon/Textures/Barcelon_normal
[LOG 19:40:52.174] Load(Texture): IA_Revived/CervantesSystem/Cervantes/corona
[LOG 19:40:52.285] Load(Texture): IA_Revived/CervantesSystem/Cervantes/Ring
[LOG 19:40:52.299] Load(Texture): IA_Revived/CervantesSystem/Dulcinea/Textures/Dulcinea_color
[LOG 19:40:52.737] Load(Texture): IA_Revived/CervantesSystem/Dulcinea/Textures/Dulcinea_normal
[LOG 19:40:55.067] Load(Texture): IA_Revived/CervantesSystem/Ehwaz/Textures/Ehwaz_color
[LOG 19:40:55.374] Load(Texture): IA_Revived/CervantesSystem/Ehwaz/Textures/Ehwaz_normal
[LOG 19:40:55.638] Load(Texture): IA_Revived/CervantesSystem/Elastro/Textures/Elastro_color
[LOG 19:40:58.632] Load(Texture): IA_Revived/CervantesSystem/Elastro/Textures/Elastro_normal
[LOG 19:41:04.934] Load(Texture): IA_Revived/CervantesSystem/Elastro/Textures/particleNormal
[LOG 19:41:04.980] Load(Texture): IA_Revived/CervantesSystem/Elicio/Textures/Elicio_color
[LOG 19:41:06.019] Load(Texture): IA_Revived/CervantesSystem/Elicio/Textures/Elicio_normal
[LOG 19:41:10.759] Load(Texture): IA_Revived/CervantesSystem/Galatea/Textures/Galatea_color
[ERR 19:41:16.932] [KSPSteamController]: Action set handle for MenuControls has &0. That's probably not right.

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

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

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

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

[LOG 19:41:18.680] Load(Texture): IA_Revived/CervantesSystem/Galatea/Textures/Galatea_normal
[LOG 19:41:26.827] Load(Texture): IA_Revived/CervantesSystem/Kalley/Textures/Kalley_color
[LOG 19:41:27.220] Load(Texture): IA_Revived/CervantesSystem/Kalley/Textures/Kalley_normal
[LOG 19:41:27.516] Load(Texture): IA_Revived/CervantesSystem/Lamancha/Textures/Lamancha_color
[LOG 19:41:28.736] Load(Texture): IA_Revived/CervantesSystem/Lamancha/Textures/Lamancha_normal
[LOG 19:41:30.128] Load(Texture): IA_Revived/CervantesSystem/Morena/Textures/Morena_color
[LOG 19:41:30.848] Load(Texture): IA_Revived/CervantesSystem/Morena/Textures/Morena_normal
[LOG 19:41:31.460] Load(Texture): IA_Revived/CervantesSystem/Persiles/Textures/Persiles_color
[LOG 19:41:31.656] Load(Texture): IA_Revived/CervantesSystem/Persiles/Textures/Persiles_normal
[LOG 19:41:33.767] Load(Texture): IA_Revived/CervantesSystem/Quijote/Ring
[LOG 19:41:33.845] Load(Texture): IA_Revived/CervantesSystem/Quijote/Textures/Quijote_Map
[LOG 19:41:33.929] Load(Texture): IA_Revived/CervantesSystem/Rocinante/Textures/Rocinante_map
[LOG 19:41:34.018] Load(Texture): IA_Revived/CervantesSystem/Sancho/Textures/Sancho_map
[LOG 19:41:34.447] Load(Texture): IA_Revived/CervantesSystem/Sigismunda/Textures/Sigismunda_color
[LOG 19:41:34.863] Load(Texture): IA_Revived/CervantesSystem/Sigismunda/Textures/Sigismunda_normal
[LOG 19:41:37.532] Load(Texture): IA_Revived/SelpharSystem/Selphar/Textures/Selphar_color
[LOG 19:41:38.181] Load(Texture): IA_Revived/SelpharSystem/Selphar/Textures/Selphar_normal
[LOG 19:41:40.631] Load(Texture): IA_Revived/SelpharSystem/Yarku/Textures/Yarku_color
[LOG 19:41:42.911] Load(Texture): IA_Revived/SelpharSystem/Yarku/Textures/Yarku_normal
[LOG 19:41:45.414] Load(Texture): KittopiaTech/Textures/ring
[LOG 19:41:45.506] Load(Texture): KittopiaTech/Textures/Elicio/Elicio_Color
[LOG 19:41:47.422] Load(Texture): KittopiaTech/Textures/Elicio/Elicio_Height
[LOG 19:41:48.653] Load(Texture): KittopiaTech/Textures/Elicio/Elicio_Normal
[LOG 19:41:50.315] Load(Texture): KittopiaTech/Textures/Kalley/Kalley_Color
[LOG 19:41:50.486] Load(Texture): KittopiaTech/Textures/Kalley/Kalley_Height
[LOG 19:41:50.647] Load(Texture): KittopiaTech/Textures/Kalley/Kalley_Normal
[LOG 19:41:50.806] Load(Texture): KittopiaTech/Textures/Phorcys/Phorcys_Color
[LOG 19:41:51.442] Load(Texture): KittopiaTech/Textures/Phorcys/Phorcys_Height
[LOG 19:41:52.413] Load(Texture): KittopiaTech/Textures/Phorcys/Phorcys_Normal
[LOG 19:41:53.458] Load(Texture): KittopiaTech/Textures/Selphar/Selphar_Color
[LOG 19:41:56.403] Load(Texture): KittopiaTech/Textures/Selphar/Selphar_Height
[LOG 19:41:57.902] Load(Texture): KittopiaTech/Textures/Selphar/Selphar_Normal
[LOG 19:41:59.674] Load(Texture): KittopiaTech/Textures/Test Subject/Test Subject_Color
[LOG 19:41:59.998] Load(Texture): KittopiaTech/Textures/Test Subject/Test Subject_Height
[LOG 19:42:00.305] Load(Texture): KittopiaTech/Textures/Test Subject/Test Subject_Normal
[LOG 19:42:00.718] Load(Texture): KittopiaTech/Textures/Yarku/Yarku_Color
[LOG 19:42:01.151] Load(Texture): KittopiaTech/Textures/Yarku/Yarku_Height
[LOG 19:42:01.510] Load(Texture): KittopiaTech/Textures/Yarku/Yarku_Normal
[LOG 19:42:02.122] Load(Texture): Sigma/Binary/Textures/Barycenter_map
[LOG 19:42:02.149] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 19:42:02.194] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 19:42:02.220] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 19:42:02.255] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 19:42:02.274] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 19:42:02.307] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 19:42:02.337] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 19:42:02.364] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 19:42:02.387] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 19:42:02.421] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 19:42:02.452] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 19:42:02.488] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 19:42:02.509] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 19:42:02.544] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 19:42:02.565] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 19:42:02.588] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 19:42:02.613] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 19:42:02.657] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 19:42:02.679] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 19:42:02.728] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 19:42:02.746] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 19:42:02.775] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 19:42:02.786] Load(Texture): Squad/Agencies/Kerlington
[LOG 19:42:02.814] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 19:42:02.827] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 19:42:02.853] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 19:42:02.884] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 19:42:02.926] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 19:42:02.958] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 19:42:03.001] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 19:42:03.024] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 19:42:03.062] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 19:42:03.087] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 19:42:03.118] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 19:42:03.129] Load(Texture): Squad/Agencies/R&D
[LOG 19:42:03.161] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 19:42:03.193] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 19:42:03.227] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 19:42:03.244] Load(Texture): Squad/Agencies/Rockomax
[LOG 19:42:03.275] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 19:42:03.300] Load(Texture): Squad/Agencies/Rokea
[LOG 19:42:03.327] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 19:42:03.354] Load(Texture): Squad/Agencies/SeansCannery
[LOG 19:42:03.389] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 19:42:03.413] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 19:42:03.444] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 19:42:03.454] Load(Texture): Squad/Agencies/StrutCo
[LOG 19:42:03.475] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 19:42:03.496] Load(Texture): Squad/Agencies/Vac-Co
[LOG 19:42:03.527] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 19:42:03.549] Load(Texture): Squad/Agencies/WinterOwl
[LOG 19:42:03.579] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 19:42:03.603] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 19:42:03.640] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 19:42:03.673] Load(Texture): Squad/Contracts/Icons/an
[LOG 19:42:03.695] Load(Texture): Squad/Contracts/Icons/ap
[LOG 19:42:03.715] Load(Texture): Squad/Contracts/Icons/balloon
[LOG 19:42:03.748] Load(Texture): Squad/Contracts/Icons/default
[LOG 19:42:03.764] Load(Texture): Squad/Contracts/Icons/dish
[LOG 19:42:03.790] Load(Texture): Squad/Contracts/Icons/dn
[LOG 19:42:03.807] Load(Texture): Squad/Contracts/Icons/eva
[LOG 19:42:03.824] Load(Texture): Squad/Contracts/Icons/gravity
[LOG 19:42:03.837] Load(Texture): Squad/Contracts/Icons/marker
[LOG 19:42:03.874] Load(Texture): Squad/Contracts/Icons/orbit
[LOG 19:42:03.903] Load(Texture): Squad/Contracts/Icons/pe
[LOG 19:42:03.937] Load(Texture): Squad/Contracts/Icons/pressure
[LOG 19:42:03.956] Load(Texture): Squad/Contracts/Icons/report
[LOG 19:42:03.974] Load(Texture): Squad/Contracts/Icons/sample
[LOG 19:42:04.009] Load(Texture): Squad/Contracts/Icons/seismic
[LOG 19:42:04.024] Load(Texture): Squad/Contracts/Icons/thermometer
[LOG 19:42:04.038] Load(Texture): Squad/Contracts/Icons/vessel
[LOG 19:42:04.060] Load(Texture): Squad/Flags/09
[LOG 19:42:04.101] Load(Texture): Squad/Flags/blorbs
[LOG 19:42:04.140] Load(Texture): Squad/Flags/bullseye
[LOG 19:42:04.160] Load(Texture): Squad/Flags/capsule
[LOG 19:42:04.195] Load(Texture): Squad/Flags/circles
[LOG 19:42:04.219] Load(Texture): Squad/Flags/default
[LOG 19:42:04.249] Load(Texture): Squad/Flags/esa_dark_blue
[LOG 19:42:04.287] Load(Texture): Squad/Flags/hexagon
[LOG 19:42:04.334] Load(Texture): Squad/Flags/hexagonCircles
[LOG 19:42:04.459] Load(Texture): Squad/Flags/kerbal1
[LOG 19:42:04.638] Load(Texture): Squad/Flags/kerbal2
[LOG 19:42:04.669] Load(Texture): Squad/Flags/kerbin
[LOG 19:42:04.714] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 19:42:04.781] Load(Texture): Squad/Flags/line
[LOG 19:42:04.832] Load(Texture): Squad/Flags/minimalistic
[LOG 19:42:04.865] Load(Texture): Squad/Flags/NASA
[LOG 19:42:04.893] Load(Texture): Squad/Flags/orbit
[LOG 19:42:04.931] Load(Texture): Squad/Flags/orbs
[LOG 19:42:04.977] Load(Texture): Squad/Flags/retro
[LOG 19:42:05.017] Load(Texture): Squad/Flags/rings
[LOG 19:42:05.075] Load(Texture): Squad/Flags/rocketScience
[LOG 19:42:05.115] Load(Texture): Squad/Flags/satellite
[LOG 19:42:05.140] Load(Texture): Squad/Flags/spheres
[LOG 19:42:05.172] Load(Texture): Squad/Flags/squadLogo
[LOG 19:42:05.216] Load(Texture): Squad/Flags/squadLogo2
[LOG 19:42:05.249] Load(Texture): Squad/Flags/stripes
[LOG 19:42:05.286] Load(Texture): Squad/Flags/trees
[LOG 19:42:05.316] Load(Texture): Squad/Flags/trippy
[LOG 19:42:05.351] Load(Texture): Squad/Flags/uk_space_agency
[LOG 19:42:05.380] Load(Texture): Squad/FX/DiamondBlue
[LOG 19:42:05.398] Load(Texture): Squad/FX/FlameBlueOrange
[LOG 19:42:05.418] Load(Texture): Squad/FX/FlamePurple
[LOG 19:42:05.434] Load(Texture): Squad/FX/FlameRed
[LOG 19:42:05.450] Load(Texture): Squad/FX/FlameRedOrange
[LOG 19:42:05.468] Load(Texture): Squad/FX/plasma2
[LOG 19:42:05.484] Load(Texture): Squad/FX/rocketplume2
[LOG 19:42:05.496] Load(Texture): Squad/FX/shockDiamond2
[LOG 19:42:05.513] Load(Texture): Squad/FX/smokepuff1
[LOG 19:42:05.533] Load(Texture): Squad/PartList/SimpleIcons/cs_main
[LOG 19:42:05.552] Load(Texture): Squad/PartList/SimpleIcons/cs_mk2
[LOG 19:42:05.580] Load(Texture): Squad/PartList/SimpleIcons/cs_mk3
[LOG 19:42:05.610] Load(Texture): Squad/PartList/SimpleIcons/cs_size0
[LOG 19:42:05.648] Load(Texture): Squad/PartList/SimpleIcons/cs_size1
[LOG 19:42:05.659] Load(Texture): Squad/PartList/SimpleIcons/cs_size2
[LOG 19:42:05.678] Load(Texture): Squad/PartList/SimpleIcons/cs_size3
[LOG 19:42:05.707] Load(Texture): Squad/PartList/SimpleIcons/cs_surface
[LOG 19:42:05.745] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant
[LOG 19:42:05.765] Load(Texture): Squad/PartList/SimpleIcons/fuels_ore
[LOG 19:42:05.793] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer
[LOG 19:42:05.822] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel
[LOG 19:42:05.851] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas
[LOG 19:42:05.870] Load(Texture): Squad/PartList/SimpleIcons/number1
[LOG 19:42:05.909] Load(Texture): Squad/PartList/SimpleIcons/number2
[LOG 19:42:05.947] Load(Texture): Squad/PartList/SimpleIcons/number3
[LOG 19:42:05.967] Load(Texture): Squad/PartList/SimpleIcons/number4
[LOG 19:42:05.995] Load(Texture): Squad/PartList/SimpleIcons/number5
[LOG 19:42:06.024] Load(Texture): Squad/PartList/SimpleIcons/number6
[LOG 19:42:06.052] Load(Texture): Squad/PartList/SimpleIcons/number7
[LOG 19:42:06.108] Load(Texture): Squad/PartList/SimpleIcons/number8
[LOG 19:42:06.137] Load(Texture): Squad/PartList/SimpleIcons/number9
[LOG 19:42:06.157] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics
[LOG 19:42:06.166] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors
[LOG 19:42:06.196] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction
[LOG 19:42:06.233] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics
[LOG 19:42:06.262] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration
[LOG 19:42:06.281] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol
[LOG 19:42:06.300] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding
[LOG 19:42:06.320] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks
[LOG 19:42:06.348] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry
[LOG 19:42:06.358] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech
[LOG 19:42:06.386] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned
[LOG 19:42:06.426] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems
[LOG 19:42:06.455] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech
[LOG 19:42:06.485] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation
[LOG 19:42:06.505] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes
[LOG 19:42:06.533] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry
[LOG 19:42:06.571] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites
[LOG 19:42:06.599] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics
[LOG 19:42:06.657] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics
[LOG 19:42:06.685] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech
[LOG 19:42:06.705] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics
[LOG 19:42:06.742] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics
[LOG 19:42:06.770] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors
[LOG 19:42:06.800] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry
[LOG 19:42:06.847] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience
[LOG 19:42:06.875] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience
[LOG 19:42:06.914] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol
[LOG 19:42:06.942] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems
[LOG 19:42:06.979] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction
[LOG 19:42:07.008] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry
[LOG 19:42:07.027] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic
[LOG 19:42:07.056] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry
[LOG 19:42:07.085] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics
[LOG 19:42:07.107] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry
[LOG 19:42:07.119] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight
[LOG 19:42:07.145] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion
[LOG 19:42:07.184] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight
[LOG 19:42:07.203] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion
[LOG 19:42:07.232] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing
[LOG 19:42:07.270] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol
[LOG 19:42:07.299] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics
[LOG 19:42:07.310] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes
[LOG 19:42:07.329] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials
[LOG 19:42:07.357] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing
[LOG 19:42:07.385] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion
[LOG 19:42:07.415] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering
[LOG 19:42:07.453] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics
[LOG 19:42:07.491] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech
[LOG 19:42:07.530] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction
[LOG 19:42:07.558] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol
[LOG 19:42:07.598] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics
[LOG 19:42:07.636] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability
[LOG 19:42:07.673] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start
[LOG 19:42:07.711] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight
[LOG 19:42:07.748] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability
[LOG 19:42:07.780] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech
[LOG 19:42:07.819] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry
[LOG 19:42:07.848] Load(Texture): Squad/PartList/SimpleIcons/RDicon_aerospaceTech2
[LOG 19:42:07.877] Load(Texture): Squad/PartList/SimpleIcons/RDicon_commandmodules
[LOG 19:42:07.906] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-advanced
[LOG 19:42:07.934] Load(Texture): Squad/PartList/SimpleIcons/RDicon_fuelSystems-highPerformance
[LOG 19:42:07.972] Load(Texture): Squad/PartList/SimpleIcons/RDicon_largeVolumeContainment
[LOG 19:42:08.001] Load(Texture): Squad/PartList/SimpleIcons/RDicon_miniaturization
[LOG 19:42:08.030] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsion-precision
[LOG 19:42:08.058] Load(Texture): Squad/PartList/SimpleIcons/RDicon_propulsionSystems
[LOG 19:42:08.088] Load(Texture): Squad/PartList/SimpleIcons/RDicon_telescope
[LOG 19:42:08.116] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone
[LOG 19:42:08.137] Load(Texture): Squad/Parts/Aero/airbrake/Airbrake
[LOG 19:42:08.164] Load(Texture): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 19:42:08.196] Load(Texture): Squad/Parts/Aero/airlinerWings/AirlinerWings
[LOG 19:42:08.385] Load(Texture): Squad/Parts/Aero/airplaneFins/AirplaneFins
[LOG 19:42:08.450] Load(Texture): Squad/Parts/Aero/basicFin/BasicFin
[LOG 19:42:08.474] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes
[LOG 19:42:08.496] Load(Texture): Squad/Parts/Aero/circularIntake/CircluarIntakes_Heat
[LOG 19:42:08.517] Load(Texture): Squad/Parts/Aero/cones/Cones
[LOG 19:42:08.559] Load(Texture): Squad/Parts/Aero/cones/Cones_Heat
[LOG 19:42:08.587] Load(Texture): Squad/Parts/Aero/fairings/FairingBase
[LOG 19:42:08.619] Load(Texture): Squad/Parts/Aero/fairings/fairings_diff
[LOG 19:42:08.664] Load(Texture): Squad/Parts/Aero/HeatShield/Fairing
[LOG 19:42:08.679] Load(Texture): Squad/Parts/Aero/HeatShield/heatshield
[LOG 19:42:08.710] Load(Texture): Squad/Parts/Aero/intakeRadialLong/Radial_long
[LOG 19:42:08.730] Load(Texture): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 19:42:08.749] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 19:42:08.779] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 19:42:08.802] Load(Texture): Squad/Parts/Aero/ramAirIntake/RampIntake_Heat
[LOG 19:42:08.833] Load(Texture): Squad/Parts/Aero/shuttleWings/ShuttleWings
[LOG 19:42:08.995] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 19:42:09.045] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 19:42:09.081] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 19:42:09.109] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 19:42:09.134] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 19:42:09.154] Load(Texture): Squad/Parts/Aero/wings/Wings
[LOG 19:42:09.221] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 19:42:09.269] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 19:42:09.278] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 19:42:09.335] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 19:42:09.364] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 19:42:09.373] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 19:42:09.412] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 19:42:09.459] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 19:42:09.501] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 19:42:09.520] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 19:42:09.537] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 19:42:09.564] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 19:42:09.587] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 19:42:09.617] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 19:42:09.735] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 19:42:09.763] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 19:42:09.818] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 19:42:09.872] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 19:42:09.900] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 19:42:09.921] Load(Texture): Squad/Parts/Command/mk1Cockpits/GLOW
[LOG 19:42:09.951] Load(Texture): Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
[LOG 19:42:09.986] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 19:42:10.035] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 19:42:10.071] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 19:42:10.090] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 19:42:10.124] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 19:42:10.146] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 19:42:10.170] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 19:42:10.188] Load(Texture): Squad/Parts/Command/mk2CockpitInline/mk2Cockpit_Inline
[LOG 19:42:10.239] Load(Texture): Squad/Parts/Command/mk2CockpitInline/mk2Cockpit_inline_LUM
[LOG 19:42:10.260] Load(Texture): Squad/Parts/Command/mk2CockpitInline/mk2Cockpit_Inline_NRM
[LOG 19:42:10.302] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit
[LOG 19:42:10.358] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_Lum
[LOG 19:42:10.399] Load(Texture): Squad/Parts/Command/mk2CockpitStandard/Cockpit_NRM
[LOG 19:42:10.476] Load(Texture): Squad/Parts/Command/mk2DroneCore/mk2Dronecore
[LOG 19:42:10.498] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 19:42:10.543] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 19:42:10.577] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 19:42:10.612] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 19:42:10.620] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle
[LOG 19:42:10.661] Load(Texture): Squad/Parts/Command/mk3CockpitShuttle/Mk3CockpitShuttle_LUM
[LOG 19:42:10.683] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 19:42:10.708] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 19:42:10.728] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 19:42:10.770] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 19:42:10.801] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 19:42:10.830] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 19:42:10.859] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 19:42:10.893] Load(Texture): Squad/Parts/Command/probeRoverBody/model000
[LOG 19:42:10.916] Load(Texture): Squad/Parts/Command/probeRoverBody/model001
[LOG 19:42:10.947] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 19:42:10.990] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 19:42:11.011] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 19:42:11.046] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 19:42:11.067] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 19:42:11.094] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 19:42:11.120] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000
[LOG 19:42:11.137] Load(Texture): Squad/Parts/CompoundParts/strutConnector/model000
[LOG 19:42:11.158] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 19:42:11.187] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 19:42:11.212] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 19:42:11.232] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 19:42:11.256] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 19:42:11.289] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 19:42:11.317] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model000
[LOG 19:42:11.338] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model001
[LOG 19:42:11.358] Load(Texture): Squad/Parts/Electrical/3x2ShroudSolarPanels/model002
[LOG 19:42:11.380] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model000
[LOG 19:42:11.396] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model001
[LOG 19:42:11.428] Load(Texture): Squad/Parts/Electrical/3x2SolarPanels/model002
[LOG 19:42:11.448] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/model000
[LOG 19:42:11.473] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 19:42:11.505] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 19:42:11.526] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 19:42:11.557] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 19:42:11.581] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 19:42:11.620] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 19:42:11.644] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 19:42:11.680] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 19:42:11.708] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 19:42:11.733] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 19:42:11.752] Load(Texture): Squad/Parts/Engine/jetEngines/Jet Engines
[LOG 19:42:11.800] Load(Texture): Squad/Parts/Engine/jetEngines/Jet_Heat
[LOG 19:42:11.828] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 19:42:11.847] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 19:42:11.869] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 19:42:11.908] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 19:42:11.951] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 19:42:11.972] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike
[LOG 19:42:11.998] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/Aerospike_Heat
[LOG 19:42:12.015] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 19:42:12.034] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 19:42:12.043] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 19:42:12.089] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 19:42:12.109] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 19:42:12.135] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 19:42:12.198] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 19:42:12.209] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 19:42:12.231] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 19:42:12.240] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 19:42:12.262] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 19:42:12.291] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 19:42:12.320] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 19:42:12.330] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 19:42:12.362] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model003
[LOG 19:42:12.415] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model004
[LOG 19:42:12.451] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 19:42:12.460] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 19:42:12.502] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 19:42:12.524] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 19:42:12.534] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 19:42:12.562] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 19:42:12.610] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 19:42:12.629] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 19:42:12.638] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 19:42:12.671] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 19:42:12.680] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/Thud_Heat
[LOG 19:42:12.722] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 19:42:12.741] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 19:42:12.769] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 19:42:12.791] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 19:42:12.812] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 19:42:12.834] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 19:42:12.847] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 19:42:12.860] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 19:42:12.887] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 19:42:12.899] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 19:42:12.910] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_GLOW
[LOG 19:42:12.932] Load(Texture): Squad/Parts/Engine/liquidEngineSSME/SSME_NRM
[LOG 19:42:12.963] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_cm
[LOG 19:42:13.000] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_em
[LOG 19:42:13.028] Load(Texture): Squad/Parts/Engine/MassiveSRB/solid_booster_nm
[LOG 19:42:13.041] Load(Texture): Squad/Parts/Engine/miniJet/SmallJet
[LOG 19:42:13.066] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 19:42:13.090] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 19:42:13.100] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 19:42:13.119] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 19:42:13.145] Load(Texture): Squad/Parts/Engine/Size2LFB/Size2LFBEmissive
[LOG 19:42:13.168] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_cm
[LOG 19:42:13.230] Load(Texture): Squad/Parts/Engine/Size2LFB/twin_nozzle_booster_nm
[LOG 19:42:13.285] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 19:42:13.309] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 19:42:13.333] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 19:42:13.360] Load(Texture): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 19:42:13.498] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/ClusterEngineEmit
[LOG 19:42:13.520] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_cm
[LOG 19:42:13.565] Load(Texture): Squad/Parts/Engine/Size3EngineCluster/four_nozzle_engine_nm
[LOG 19:42:13.590] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 19:42:13.610] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 19:42:13.631] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 19:42:13.654] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 19:42:13.701] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 19:42:13.710] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 19:42:13.737] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5
[LOG 19:42:13.762] Load(Texture): Squad/Parts/Engine/solidBoosterRT-5/RT5_N_NRM
[LOG 19:42:13.772] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 19:42:13.804] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 19:42:13.822] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters
[LOG 19:42:13.915] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 19:42:13.930] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 19:42:14.001] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 19:42:14.026] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 19:42:14.048] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 19:42:14.061] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 19:42:14.088] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 19:42:14.117] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 19:42:14.147] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 19:42:14.189] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 19:42:14.233] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 19:42:14.267] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 19:42:14.276] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 19:42:14.288] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 19:42:14.298] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 19:42:14.308] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 19:42:14.334] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 19:42:14.343] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 19:42:14.363] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 19:42:14.372] Load(Texture): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 19:42:14.397] Load(Texture): Squad/Parts/FuelTank/mk2Adapters/mk2adapters1m
[LOG 19:42:14.435] Load(Texture): Squad/Parts/FuelTank/mk2FuselageLong/mk2Fuselage
[LOG 19:42:14.481] Load(Texture): Squad/Parts/FuelTank/mk2FuselageShort/mk2FuselageShort
[LOG 19:42:14.504] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage
[LOG 19:42:14.562] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/Mk3Fuselage_LUM
[LOG 19:42:14.589] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 19:42:14.616] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 19:42:14.652] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 19:42:14.676] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 19:42:14.687] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 19:42:14.713] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 19:42:14.752] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 19:42:14.777] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 19:42:14.807] Load(Texture): Squad/Parts/FuelTank/Size3Tanks/fueltTanks_cm
[LOG 19:42:14.835] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 19:42:14.850] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 19:42:14.862] Load(Texture): Squad/Parts/FuelTank/xenonTankLarge/tank
[LOG 19:42:14.877] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 19:42:14.888] Load(Texture): Squad/Parts/Misc/PotatoRoid/squareButton
[LOG 19:42:14.911] Load(Texture): Squad/Parts/Resources/FuelCell/FCLamp
[LOG 19:42:14.920] Load(Texture): Squad/Parts/Resources/FuelCell/FuelCellRack
[LOG 19:42:14.940] Load(Texture): Squad/Parts/Resources/FuelCell/fuellcell
[LOG 19:42:14.949] Load(Texture): Squad/Parts/Resources/ISRU/Processor_Large
[LOG 19:42:14.976] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_diff
[LOG 19:42:15.003] Load(Texture): Squad/Parts/Resources/LargeTank/ksp_l_resourceContainer_norm
[LOG 19:42:15.024] Load(Texture): Squad/Parts/Resources/MiniDrill/DustParticle
[LOG 19:42:15.063] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_diff
[LOG 19:42:15.112] Load(Texture): Squad/Parts/Resources/MiniDrill/ksp_r_rockProbe_PSD
[LOG 19:42:15.172] Load(Texture): Squad/Parts/Resources/MiniISRU/ksp_s_processorSmall_diff
[LOG 19:42:15.186] Load(Texture): Squad/Parts/Resources/OrbitalScanner/detector
[LOG 19:42:15.216] Load(Texture): Squad/Parts/Resources/RadialDrill/DustParticle
[LOG 19:42:15.230] Load(Texture): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 19:42:15.240] Load(Texture): Squad/Parts/Resources/RadialTank/ksp_r_resourceContainer_psd_2
[LOG 19:42:15.250] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_diff
[LOG 19:42:15.325] Load(Texture): Squad/Parts/Resources/SmallTank/ksp_s_resourceContainer_normal
[LOG 19:42:15.349] Load(Texture): Squad/Parts/Resources/SurfaceScanner/ksp_r_samplerAir_diff
[LOG 19:42:15.373] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish
[LOG 19:42:15.387] Load(Texture): Squad/Parts/Resources/SurveyScanner/dish_n
[LOG 19:42:15.407] Load(Texture): Squad/Parts/Science/AtmosphereSensor/ksp_r_hydroscoop_diff
[LOG 19:42:15.421] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 19:42:15.443] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 19:42:15.467] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 19:42:15.476] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 19:42:15.532] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 19:42:15.541] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 19:42:15.552] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 19:42:15.580] Load(Texture): Squad/Parts/Science/sensorAccelerometer/model000
[LOG 19:42:15.603] Load(Texture): Squad/Parts/Science/sensorBarometer/model000
[LOG 19:42:15.623] Load(Texture): Squad/Parts/Science/sensorGravimeter/model000
[LOG 19:42:15.641] Load(Texture): Squad/Parts/Science/sensorThermometer/model000
[LOG 19:42:15.659] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 19:42:15.703] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 19:42:15.724] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 19:42:15.747] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 19:42:15.775] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 19:42:15.794] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1Structural
[LOG 19:42:15.880] Load(Texture): Squad/Parts/Structural/mk1Parts/Mk1StructuralHeat
[LOG 19:42:15.906] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 19:42:15.932] Load(Texture): Squad/Parts/Structural/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 19:42:15.955] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 19:42:15.981] Load(Texture): Squad/Parts/Structural/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 19:42:16.017] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 19:42:16.026] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 19:42:16.035] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 19:42:16.060] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 19:42:16.084] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 19:42:16.108] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 19:42:16.130] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 19:42:16.156] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 19:42:16.192] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 19:42:16.223] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 19:42:16.250] Load(Texture): Squad/Parts/Structural/structuralPylons/Pylons
[LOG 19:42:16.282] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 19:42:16.301] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 19:42:16.328] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 19:42:16.349] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 19:42:16.371] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 19:42:16.406] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 19:42:16.420] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator
[LOG 19:42:16.439] Load(Texture): Squad/Parts/Thermal/FoldingRadiators/radiator_N_NRM
[LOG 19:42:16.468] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel
[LOG 19:42:16.480] Load(Texture): Squad/Parts/Thermal/RadiatorPanels/radPanel_N_NRM
[LOG 19:42:16.506] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 19:42:16.637] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 19:42:16.815] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 19:42:16.844] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 19:42:16.907] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 19:42:16.934] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 19:42:16.970] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 19:42:16.988] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 19:42:17.012] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 19:42:17.063] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 19:42:17.092] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 19:42:17.215] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 19:42:17.254] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 19:42:17.278] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 19:42:17.288] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 19:42:17.331] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 19:42:17.356] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 19:42:17.384] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 19:42:17.413] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 19:42:17.429] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 19:42:17.453] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 19:42:17.483] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 19:42:17.515] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 19:42:17.524] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 19:42:17.535] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 19:42:17.556] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 19:42:17.587] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 19:42:17.596] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 19:42:17.607] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 19:42:17.663] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 19:42:17.714] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 19:42:17.739] Load(Texture): Squad/Parts/Utility/GrapplingDevice/grabberDiffuse
[LOG 19:42:17.750] Load(Texture): Squad/Parts/Utility/GrapplingDevice/window
[LOG 19:42:17.761] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 19:42:17.793] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 19:42:17.850] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 19:42:17.871] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 19:42:17.886] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 19:42:17.930] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 19:42:17.977] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 19:42:17.988] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 19:42:18.021] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 19:42:18.036] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 19:42:18.049] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 19:42:18.071] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 19:42:18.098] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 19:42:18.127] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 19:42:18.152] Load(Texture): Squad/Parts/Utility/launchEscapeSystem/LES_Diffuse
[LOG 19:42:18.201] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 19:42:18.221] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 19:42:18.246] Load(Texture): Squad/Parts/Utility/mk2CargoBay/mk2CargoBay
[LOG 19:42:18.292] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin
[LOG 19:42:18.304] Load(Texture): Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin_LUM
[LOG 19:42:18.329] Load(Texture): Squad/Parts/Utility/mk2DockingPort/mk2DockingPort
[LOG 19:42:18.404] Load(Texture): Squad/Parts/Utility/mk3CargoBay/Mk3CargoBay
[LOG 19:42:18.432] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 19:42:18.442] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 19:42:18.454] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model000
[LOG 19:42:18.474] Load(Texture): Squad/Parts/Utility/parachuteMk12-R/model001
[LOG 19:42:18.499] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 19:42:18.530] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 19:42:18.550] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 19:42:18.581] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 19:42:18.604] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 19:42:18.624] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 19:42:18.640] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 19:42:18.681] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 19:42:18.711] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 19:42:18.738] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay
[LOG 19:42:18.748] Load(Texture): Squad/Parts/Utility/ServiceBay/ServiceBay_N_NRM
[LOG 19:42:18.760] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 19:42:18.791] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 19:42:18.811] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 19:42:18.832] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 19:42:18.847] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 19:42:18.876] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 19:42:18.924] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 19:42:18.945] Load(Texture): Squad/Parts/Wheel/LandingGear/Flare
[LOG 19:42:18.971] Load(Texture): Squad/Parts/Wheel/LandingGear/LandingGear
[LOG 19:42:19.019] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 19:42:19.037] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 19:42:19.056] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 19:42:19.065] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 19:42:19.108] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 19:42:19.138] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 19:42:19.165] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 19:42:19.186] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 19:42:19.213] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 19:42:19.222] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 19:42:19.247] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 19:42:19.272] Load(Texture): Squad/Parts/Wheel/SmallGearBay/internal shell box props
[LOG 19:42:19.312] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel000
[LOG 19:42:19.325] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel001
[LOG 19:42:19.351] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 19:42:19.375] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 19:42:19.386] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 19:42:19.404] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 19:42:19.431] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 19:42:19.457] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 19:42:19.471] Load(Texture): Squad/Props/circularButton/model000
[LOG 19:42:19.493] Load(Texture): Squad/Props/Compass/model000
[LOG 19:42:19.524] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 19:42:19.544] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 19:42:19.578] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 19:42:19.608] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 19:42:19.616] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 19:42:19.649] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 19:42:19.664] Load(Texture): Squad/Props/IVANavBall/IVANavBall_Glow
[LOG 19:42:19.684] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 19:42:19.714] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 19:42:19.771] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 19:42:19.795] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 19:42:19.804] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 19:42:19.831] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 19:42:19.849] Load(Texture): Squad/Props/Monitor/Emissives
[LOG 19:42:19.872] Load(Texture): Squad/Props/Monitor/Emissives_glow
[LOG 19:42:19.883] Load(Texture): Squad/Props/Monitor/Monitor
[LOG 19:42:19.914] Load(Texture): Squad/Props/NavBall/model000
[LOG 19:42:19.940] Load(Texture): Squad/Props/NavBall/model001
[LOG 19:42:19.958] Load(Texture): Squad/Props/NavBall/model002
[LOG 19:42:19.972] Load(Texture): Squad/Props/NavBall/model003
[LOG 19:42:19.995] Load(Texture): Squad/Props/PropsGeneric/propsGeneric
[LOG 19:42:20.036] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 19:42:20.060] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 19:42:20.078] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 19:42:20.090] Load(Texture): Squad/Props/squareButton/model000
[LOG 19:42:20.112] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 19:42:20.123] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 19:42:20.144] Load(Texture): Squad/Props/switch/model000
[LOG 19:42:20.175] Load(Texture): Squad/Props/switchGuard/model000
[LOG 19:42:20.199] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 19:42:20.227] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 19:42:20.244] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 19:42:20.266] Load(Texture): Squad/Props/throttle/model000
[LOG 19:42:20.287] Load(Texture): Squad/Props/throttle/model001
[LOG 19:42:20.334] Load(Texture): Squad/Props/VSI/model000
[LOG 19:42:20.343] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 19:42:20.367] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 19:42:20.452] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 19:42:20.484] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 19:42:20.511] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 19:42:20.520] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 19:42:20.541] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 19:42:20.655] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 19:42:20.768] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 19:42:20.790] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 19:42:20.818] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 19:42:20.860] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 19:42:20.889] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 19:42:20.917] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 19:42:20.953] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 19:42:20.974] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 19:42:21.002] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 19:42:21.039] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 19:42:21.100] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 19:42:21.145] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 19:42:21.174] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 19:42:21.202] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 19:42:21.231] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 19:42:21.246] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 19:42:21.269] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 19:42:21.302] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 19:42:21.330] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 19:42:21.403] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 19:42:21.464] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 19:42:21.488] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 19:42:21.514] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 19:42:21.560] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 19:42:21.569] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 19:42:21.680] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 19:42:21.848] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 19:42:21.870] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 19:42:21.896] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/Glass
[LOG 19:42:21.967] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int
[LOG 19:42:23.091] Load(Texture): Squad/Spaces/LargeCrewedLabInternals/MPL_Int_n_NRM
[LOG 19:42:23.341] Load(Texture): Squad/Spaces/mk1CabinInternal/Cabin_Lightmap
[LOG 19:42:23.363] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric
[LOG 19:42:23.382] Load(Texture): Squad/Spaces/mk1CabinInternal/CockpitGeneric_NRM
[LOG 19:42:23.405] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric
[LOG 19:42:23.432] Load(Texture): Squad/Spaces/mk1CockpitInternal/CockpitGeneric_NRM
[LOG 19:42:23.441] Load(Texture): Squad/Spaces/mk1CockpitInternal/IVAMAP
[LOG 19:42:23.484] Load(Texture): Squad/Spaces/mk1CockpitInternal/Windows
[LOG 19:42:23.507] Load(Texture): Squad/Spaces/mk1InlineInternal/Canopy
[LOG 19:42:23.545] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric
[LOG 19:42:23.572] Load(Texture): Squad/Spaces/mk1InlineInternal/CockpitGeneric_NRM
[LOG 19:42:23.608] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 19:42:23.621] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap OUT OF DATE
[LOG 19:42:23.624] Load(Texture): Squad/Spaces/mk1InlineInternal/Mk1Inline_Lightmap
[LOG 19:42:23.707] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 19:42:23.732] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 19:42:23.755] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 19:42:23.777] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 19:42:23.800] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 19:42:23.852] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 19:42:23.886] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 19:42:23.920] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 19:42:23.929] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/CargoBagA
[LOG 19:42:24.012] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 19:42:24.049] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Pilotseat
[LOG 19:42:24.091] Load(Texture): Squad/Spaces/mk2CockpitStandardInternal/Windows
[LOG 19:42:24.158] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/CargoBagA
[LOG 19:42:24.189] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Glass
[LOG 19:42:24.224] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Mk2StandardIVA
[LOG 19:42:24.249] Load(Texture): Squad/Spaces/Mk2CrewCabinInternal/Pilotseat
[LOG 19:42:24.264] Load(Texture): Squad/Spaces/MK3CockpitInternal/Glass
[LOG 19:42:24.273] Load(Texture): Squad/Spaces/MK3CockpitInternal/Mk2StandardIVA
[LOG 19:42:24.285] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Glass
[LOG 19:42:24.295] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/GlassMK3CC
[LOG 19:42:24.312] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Mk2StandardIVA
[LOG 19:42:24.338] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 19:42:24.385] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n
[LOG 19:42:24.408] Load(Texture): Squad/Spaces/MK3_CrewCab_Int/Pilotseat
[LOG 19:42:24.417] Load(Texture): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 19:42:24.428] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 19:42:24.467] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 19:42:24.491] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 19:42:24.511] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 19:42:24.534] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 19:42:24.557] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 19:42:24.578] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 19:42:24.590] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 19:42:24.612] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric
[LOG 19:42:24.675] Load(Texture): Squad/Spaces/sharedAssets/CockpitGeneric_NRM
[LOG 19:42:24.701] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 19:42:24.729] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 19:42:24.759] Load(Texture): Squad/Strategies/Icons/BailOutGrant
[LOG 19:42:24.797] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 19:42:24.825] Load(Texture): Squad/Strategies/Icons/LeadershipInitiative
[LOG 19:42:24.834] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 19:42:24.892] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 19:42:24.912] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 19:42:24.923] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 19:42:24.952] Load(Texture): Squad/Strategies/Icons/ResearchRightsSellOut
[LOG 19:42:24.971] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 19:42:24.991] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Alcubierre
[LOG 19:42:25.225] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Alcubierre_GLOW
[LOG 19:42:25.377] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Alcubierre_NRM
[LOG 19:42:25.595] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/FrostedGlass30
[LOG 19:42:25.626] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Shared
[LOG 19:42:25.830] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Shared_GLOW
[LOG 19:42:25.966] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/Shared_NRM
[LOG 19:42:26.158] Load(Texture): UmbraSpaceIndustries/WarpDrive/Assets/WarpBubble
[LOG 19:42:26.239] Load(Model): Squad/FX/afterburner_flame
[LOG 19:42:26.302] Load(Model): Squad/FX/afterburner_shock
[LOG 19:42:26.314] Load(Model): Squad/FX/diamondBlue
[LOG 19:42:26.359] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 19:42:26.371] Load(Model): Squad/FX/hydroLOXFlame
[LOG 19:42:26.380] Load(Model): Squad/FX/IonPlume
[LOG 19:42:26.390] Load(Model): Squad/FX/ks1_Exhaust
[LOG 19:42:26.400] Load(Model): Squad/FX/ks25_Exhaust
[LOG 19:42:26.410] Load(Model): Squad/FX/ksX_Exhaust
[LOG 19:42:26.419] Load(Model): Squad/FX/LES_Thruster
[LOG 19:42:26.430] Load(Model): Squad/FX/shockExhaust_blue
[LOG 19:42:26.438] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 19:42:26.459] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 19:42:26.468] Load(Model): Squad/FX/SRB_Large
[LOG 19:42:26.479] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 19:42:26.488] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 19:42:26.651] Load(Model): Squad/Parts/Aero/airbrake/Airbrake
[LOG 19:42:26.682] Load(Model): Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
[LOG 19:42:26.705] Load(Model): Squad/Parts/Aero/airlinerWings/ControlSurface
[LOG 19:42:26.734] Load(Model): Squad/Parts/Aero/airlinerWings/MainWing
[LOG 19:42:26.758] Load(Model): Squad/Parts/Aero/airlinerWings/TailFin
[LOG 19:42:26.839] Load(Model): Squad/Parts/Aero/airplaneFins/AdvCanard
[LOG 19:42:26.871] Load(Model): Squad/Parts/Aero/airplaneFins/Canard
[LOG 19:42:26.894] Load(Model): Squad/Parts/Aero/airplaneFins/Swept
[LOG 19:42:26.921] Load(Model): Squad/Parts/Aero/airplaneFins/TailFin
[LOG 19:42:26.943] Load(Model): Squad/Parts/Aero/basicFin/basicFin
[LOG 19:42:26.969] Load(Model): Squad/Parts/Aero/circularIntake/CircularIntake
[LOG 19:42:27.093] Load(Model): Squad/Parts/Aero/circularIntake/ConeIntake
[LOG 19:42:27.167] Load(Model): Squad/Parts/Aero/cones/AvioCone
[LOG 19:42:27.233] Load(Model): Squad/Parts/Aero/cones/ConeA
[LOG 19:42:27.261] Load(Model): Squad/Parts/Aero/cones/ConeB
[LOG 19:42:27.282] Load(Model): Squad/Parts/Aero/cones/NCS
[LOG 19:42:27.306] Load(Model): Squad/Parts/Aero/cones/TailA
[LOG 19:42:27.341] Load(Model): Squad/Parts/Aero/cones/TailB
[LOG 19:42:27.362] Load(Model): Squad/Parts/Aero/cones/TinyCone
[LOG 19:42:27.406] Load(Model): Squad/Parts/Aero/fairings/fairingSize1
[LOG 19:42:27.436] Load(Model): Squad/Parts/Aero/fairings/fairingSize2
[LOG 19:42:27.461] Load(Model): Squad/Parts/Aero/fairings/fairingSize3
[LOG 19:42:27.487] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield1
[LOG 19:42:27.513] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield2
[LOG 19:42:27.539] Load(Model): Squad/Parts/Aero/HeatShield/HeatShield3
[LOG 19:42:27.566] Load(Model): Squad/Parts/Aero/intakeRadialLong/IntakeRadial
[LOG 19:42:27.588] Load(Model): Squad/Parts/Aero/miniIntake/SmallIntake
[LOG 19:42:27.610] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 19:42:27.641] Load(Model): Squad/Parts/Aero/ramAirIntake/RampIntake
[LOG 19:42:27.665] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleDeltaWing
[LOG 19:42:27.698] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonA
[LOG 19:42:27.727] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleElevonB
[LOG 19:42:27.746] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleRudder
[LOG 19:42:27.773] Load(Model): Squad/Parts/Aero/shuttleWings/ShuttleStrake
[LOG 19:42:27.804] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 19:42:27.832] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 19:42:27.859] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 19:42:27.890] Load(Model): Squad/Parts/Aero/wings/connector1
[LOG 19:42:27.919] Load(Model): Squad/Parts/Aero/wings/connector2
[LOG 19:42:27.945] Load(Model): Squad/Parts/Aero/wings/connector3
[LOG 19:42:27.971] Load(Model): Squad/Parts/Aero/wings/connector4
[LOG 19:42:27.996] Load(Model): Squad/Parts/Aero/wings/connector5
[LOG 19:42:28.021] Load(Model): Squad/Parts/Aero/wings/delta
[LOG 19:42:28.047] Load(Model): Squad/Parts/Aero/wings/delta_small
[LOG 19:42:28.073] Load(Model): Squad/Parts/Aero/wings/elevon1
[LOG 19:42:28.139] Load(Model): Squad/Parts/Aero/wings/elevon2
[LOG 19:42:28.177] Load(Model): Squad/Parts/Aero/wings/elevon3
[LOG 19:42:28.238] Load(Model): Squad/Parts/Aero/wings/elevon4
[LOG 19:42:28.308] Load(Model): Squad/Parts/Aero/wings/elevon5
[LOG 19:42:28.364] Load(Model): Squad/Parts/Aero/wings/strake
[LOG 19:42:28.397] Load(Model): Squad/Parts/Aero/wings/structural1
[LOG 19:42:28.413] Load(Model): Squad/Parts/Aero/wings/structural2
[LOG 19:42:28.422] Load(Model): Squad/Parts/Aero/wings/structural3
[LOG 19:42:28.440] Load(Model): Squad/Parts/Aero/wings/structural4
[LOG 19:42:28.455] Load(Model): Squad/Parts/Aero/wings/swept1
[LOG 19:42:28.478] Load(Model): Squad/Parts/Aero/wings/swept2
[LOG 19:42:28.502] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 19:42:28.533] Load(Model): Squad/Parts/Command/cupola/model
[LOG 19:42:28.610] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 19:42:28.698] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 19:42:28.743] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 19:42:28.781] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 19:42:28.827] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 19:42:28.868] Load(Model): Squad/Parts/Command/mk1Cockpits/Cabin
[LOG 19:42:28.899] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitInline
[LOG 19:42:28.950] Load(Model): Squad/Parts/Command/mk1Cockpits/CockpitStandard
[LOG 19:42:28.983] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 19:42:29.014] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 19:42:29.043] Load(Model): Squad/Parts/Command/mk2CockpitInline/model
[LOG 19:42:29.065] Load(Model): Squad/Parts/Command/mk2CockpitStandard/model
[LOG 19:42:29.091] Load(Model): Squad/Parts/Command/mk2DroneCore/model
[LOG 19:42:29.122] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 19:42:29.154] Load(Model): Squad/Parts/Command/mk3CockpitShuttle/model
[LOG 19:42:29.201] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 19:42:29.233] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 19:42:29.253] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 19:42:29.282] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 19:42:29.306] Load(Model): Squad/Parts/Command/probeRoverBody/model
[LOG 19:42:29.323] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 19:42:29.351] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 19:42:29.372] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 19:42:29.409] Load(Model): Squad/Parts/CompoundParts/fuelLine/model
[LOG 19:42:29.446] Load(Model): Squad/Parts/CompoundParts/strutConnector/model
[LOG 19:42:29.474] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 19:42:29.514] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 19:42:29.539] Load(Model): Squad/Parts/Electrical/3x2ShroudSolarPanels/model
[LOG 19:42:29.562] Load(Model): Squad/Parts/Electrical/3x2SolarPanels/model
[LOG 19:42:29.585] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 19:42:29.604] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 19:42:29.623] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 19:42:29.658] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 19:42:29.720] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 19:42:29.753] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 19:42:29.767] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 19:42:29.789] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 19:42:29.811] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 19:42:29.832] Load(Model): Squad/Parts/Engine/jetEngines/turbineInside
[LOG 19:42:29.860] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize1
[LOG 19:42:29.900] Load(Model): Squad/Parts/Engine/jetEngines/turboFanSize2
[LOG 19:42:29.943] Load(Model): Squad/Parts/Engine/jetEngines/turboJet
[LOG 19:42:29.984] Load(Model): Squad/Parts/Engine/jetEngines/turboRamJet
[LOG 19:42:30.020] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 19:42:30.044] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 19:42:30.078] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/AeroSpike
[LOG 19:42:30.106] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 19:42:30.124] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 19:42:30.136] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 19:42:30.165] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 19:42:30.198] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 19:42:30.234] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 19:42:30.266] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 19:42:30.286] Load(Model): Squad/Parts/Engine/liquidEngineMk55/Thud
[LOG 19:42:30.323] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 19:42:30.358] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 19:42:30.394] Load(Model): Squad/Parts/Engine/liquidEngineSSME/SSME
[LOG 19:42:30.433] Load(Model): Squad/Parts/Engine/MassiveSRB/MassiveSRB
[LOG 19:42:30.470] Load(Model): Squad/Parts/Engine/miniJet/SmallJet
[LOG 19:42:30.496] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 19:42:30.518] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 19:42:30.549] Load(Model): Squad/Parts/Engine/Size2LFB/Size2LFB
[LOG 19:42:30.591] Load(Model): Squad/Parts/Engine/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 19:42:30.620] Load(Model): Squad/Parts/Engine/Size3EngineCluster/Size3EngineCluster
[LOG 19:42:30.657] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 19:42:30.689] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 19:42:30.720] Load(Model): Squad/Parts/Engine/solidBoosterRT-5/SRB_RT5
[LOG 19:42:30.751] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 19:42:30.778] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 19:42:30.796] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2
[LOG 19:42:30.818] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2
[LOG 19:42:30.849] Load(Model): Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant
[LOG 19:42:30.885] Load(Model): Squad/Parts/FuelTank/adapterTanks/ShuttleAdapter
[LOG 19:42:30.903] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Mk2
[LOG 19:42:30.912] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1
[LOG 19:42:30.954] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant
[LOG 19:42:30.978] Load(Model): Squad/Parts/FuelTank/adapterTanks/Size3-Mk3
[LOG 19:42:31.003] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 19:42:31.035] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 19:42:31.043] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 19:42:31.077] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 19:42:31.110] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 19:42:31.140] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 19:42:31.175] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 19:42:31.217] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 19:42:31.248] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 19:42:31.280] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 19:42:31.307] Load(Model): Squad/Parts/FuelTank/miniFuselage/Fuselage
[LOG 19:42:31.325] Load(Model): Squad/Parts/FuelTank/mk2Adapters/bicoupler
[LOG 19:42:31.352] Load(Model): Squad/Parts/FuelTank/mk2Adapters/long
[LOG 19:42:31.387] Load(Model): Squad/Parts/FuelTank/mk2Adapters/standard
[LOG 19:42:31.414] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLFO
[LOG 19:42:31.456] Load(Model): Squad/Parts/FuelTank/mk2FuselageLong/FuselageLongLiquid
[LOG 19:42:31.515] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLFO
[LOG 19:42:31.534] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortLiquid
[LOG 19:42:31.563] Load(Model): Squad/Parts/FuelTank/mk2FuselageShort/FuselageShortMono
[LOG 19:42:31.579] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/CREW
[LOG 19:42:31.602] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_100
[LOG 19:42:31.630] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_25
[LOG 19:42:31.659] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LFO_50
[LOG 19:42:31.684] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_100
[LOG 19:42:31.707] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_25
[LOG 19:42:31.735] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/LF_50
[LOG 19:42:31.761] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/MONO
[LOG 19:42:31.784] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 19:42:31.797] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 19:42:31.823] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 19:42:31.833] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 19:42:31.863] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 19:42:31.895] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3LargeTank
[LOG 19:42:31.929] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
[LOG 19:42:31.963] Load(Model): Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
[LOG 19:42:31.982] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 19:42:32.005] Load(Model): Squad/Parts/FuelTank/xenonTankLarge/model
[LOG 19:42:32.021] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 19:42:32.045] Load(Model): Squad/Parts/Misc/PotatoRoid/PotatoRoid
[ERR 19:42:32.091] The hull has more than 255 polygons. This is invalid.

[ERR 19:42:32.114] The hull has more than 255 polygons. This is invalid.

[ERR 19:42:32.133] The hull has more than 255 polygons. This is invalid.

[ERR 19:42:32.152] The hull has more than 255 polygons. This is invalid.

[LOG 19:42:32.154] Load(Model): Squad/Parts/Resources/FuelCell/FuelCell
[LOG 19:42:32.180] Load(Model): Squad/Parts/Resources/FuelCell/FuelCellArray
[LOG 19:42:32.216] Load(Model): Squad/Parts/Resources/ISRU/ISRU
[LOG 19:42:32.253] Load(Model): Squad/Parts/Resources/LargeTank/LargeTank
[LOG 19:42:32.282] Load(Model): Squad/Parts/Resources/MiniDrill/MiniDrill
[LOG 19:42:32.337] Load(Model): Squad/Parts/Resources/MiniISRU/MiniISRU
[LOG 19:42:32.378] Load(Model): Squad/Parts/Resources/OrbitalScanner/OrbitalScanner
[LOG 19:42:32.410] Load(Model): Squad/Parts/Resources/RadialDrill/TriBitDrill
[LOG 19:42:32.447] Load(Model): Squad/Parts/Resources/RadialTank/RadialOreTank
[LOG 19:42:32.484] Load(Model): Squad/Parts/Resources/SmallTank/SmallTank
[LOG 19:42:32.521] Load(Model): Squad/Parts/Resources/SurfaceScanner/SurfaceScanner
[LOG 19:42:32.553] Load(Model): Squad/Parts/Resources/SurveyScanner/SurveyScanner
[LOG 19:42:32.593] Load(Model): Squad/Parts/Science/AtmosphereSensor/model
[LOG 19:42:32.611] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 19:42:32.651] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 19:42:32.714] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 19:42:32.746] Load(Model): Squad/Parts/Science/sensorAccelerometer/model
[LOG 19:42:32.780] Load(Model): Squad/Parts/Science/sensorBarometer/model
[LOG 19:42:32.800] Load(Model): Squad/Parts/Science/sensorGravimeter/model
[LOG 19:42:32.809] Load(Model): Squad/Parts/Science/sensorThermometer/model
[LOG 19:42:32.830] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 19:42:32.861] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 19:42:32.900] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 19:42:32.924] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 19:42:32.955] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 19:42:32.974] Load(Model): Squad/Parts/Structural/mk1Parts/Fuselage
[LOG 19:42:33.013] Load(Model): Squad/Parts/Structural/mk1Parts/IntakeFuselage
[LOG 19:42:33.039] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle1
[LOG 19:42:33.049] Load(Model): Squad/Parts/Structural/mk1Parts/Nacelle2
[LOG 19:42:33.078] Load(Model): Squad/Parts/Structural/mk1Parts/Structural
[LOG 19:42:33.101] Load(Model): Squad/Parts/Structural/mk1Parts/StructuralHollow
[LOG 19:42:33.118] Load(Model): Squad/Parts/Structural/Size3Decoupler/size3Decoupler
[LOG 19:42:33.143] Load(Model): Squad/Parts/Structural/Size3To2Adapter/Size3Adapter
[LOG 19:42:33.167] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 19:42:33.229] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 19:42:33.250] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 19:42:33.258] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 19:42:33.268] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 19:42:33.278] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 19:42:33.319] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 19:42:33.381] Load(Model): Squad/Parts/Structural/structuralPylons/PylonBig
[LOG 19:42:33.405] Load(Model): Squad/Parts/Structural/structuralPylons/PylonSmall
[LOG 19:42:33.435] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 19:42:33.476] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 19:42:33.514] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 19:42:33.552] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 19:42:33.582] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 19:42:33.612] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge
[LOG 19:42:33.678] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadMed
[LOG 19:42:33.734] Load(Model): Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall
[LOG 19:42:33.766] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelEdge
[LOG 19:42:33.774] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelLg
[LOG 19:42:33.805] Load(Model): Squad/Parts/Thermal/RadiatorPanels/radPanelSm
[LOG 19:42:33.827] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 19:42:33.915] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 19:42:33.947] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 19:42:33.976] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 19:42:34.018] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 19:42:34.042] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 19:42:34.085] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 19:42:34.123] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 19:42:34.140] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 19:42:34.156] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 19:42:34.179] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 19:42:34.207] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 19:42:34.235] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 19:42:34.261] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 19:42:34.284] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 19:42:34.317] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 19:42:34.345] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 19:42:34.378] Load(Model): Squad/Parts/Utility/GrapplingDevice/GrapplingArm
[LOG 19:42:34.462] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 19:42:34.485] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 19:42:34.520] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 19:42:34.552] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[ERR 19:42:34.596] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:34.597] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:34.607] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[ERR 19:42:34.633] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:34.634] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:34.637] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 19:42:34.664] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:34.665] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:34.669] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 19:42:34.699] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 19:42:34.719] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 19:42:34.743] Load(Model): Squad/Parts/Utility/launchEscapeSystem/LaunchEscapeSystem
[LOG 19:42:34.779] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 19:42:34.809] Load(Model): Squad/Parts/Utility/mk2CargoBay/BayLarge
[LOG 19:42:34.836] Load(Model): Squad/Parts/Utility/mk2CargoBay/BaySmall
[LOG 19:42:34.861] Load(Model): Squad/Parts/Utility/mk2CrewCabin/model
[LOG 19:42:34.878] Load(Model): Squad/Parts/Utility/mk2DockingPort/model
[LOG 19:42:34.900] Load(Model): Squad/Parts/Utility/mk3CargoBay/long
[LOG 19:42:34.935] Load(Model): Squad/Parts/Utility/mk3CargoBay/medium
[LOG 19:42:34.964] Load(Model): Squad/Parts/Utility/mk3CargoBay/ramp
[LOG 19:42:35.010] Load(Model): Squad/Parts/Utility/mk3CargoBay/short
[LOG 19:42:35.046] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 19:42:35.128] Load(Model): Squad/Parts/Utility/parachuteMk12-R/model
[LOG 19:42:35.157] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 19:42:35.193] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 19:42:35.218] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 19:42:35.256] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 19:42:35.285] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 19:42:35.307] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_125
[LOG 19:42:35.343] Load(Model): Squad/Parts/Utility/ServiceBay/ServiceBay_250
[LOG 19:42:35.402] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 19:42:35.436] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 19:42:35.505] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 19:42:35.547] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 19:42:35.592] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 19:42:35.621] Load(Model): Squad/Parts/Wheel/LandingGear/GearFixed
[ERR 19:42:35.646] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.647] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.651] Load(Model): Squad/Parts/Wheel/LandingGear/GearFree
[ERR 19:42:35.670] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.671] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.674] Load(Model): Squad/Parts/Wheel/LandingGear/GearLarge
[ERR 19:42:35.693] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.694] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.703] Load(Model): Squad/Parts/Wheel/LandingGear/GearMedium
[ERR 19:42:35.728] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.729] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.733] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 19:42:35.758] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.759] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.769] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 19:42:35.802] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.804] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.811] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 19:42:35.843] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.844] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.856] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 19:42:35.883] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.884] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.915] Load(Model): Squad/Parts/Wheel/SmallGearBay/model
[ERR 19:42:35.942] WheelCollider requires an attached Rigidbody to function.

[ERR 19:42:35.943] WheelCollider requires an attached Rigidbody to function.

[LOG 19:42:35.950] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 19:42:35.974] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 19:42:35.988] Load(Model): Squad/Props/AxisIndicator/model
[LOG 19:42:36.013] Load(Model): Squad/Props/ButtonSquare/model
[LOG 19:42:36.053] Load(Model): Squad/Props/circularButton/model
[LOG 19:42:36.081] Load(Model): Squad/Props/Compass/model
[LOG 19:42:36.102] Load(Model): Squad/Props/directionalKnob/model
[LOG 19:42:36.121] Load(Model): Squad/Props/directionalKnob2/model
[LOG 19:42:36.142] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 19:42:36.166] Load(Model): Squad/Props/IVANavBall/model
[LOG 19:42:36.231] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 19:42:36.266] Load(Model): Squad/Props/Monitor/MonitorDockingMode
[LOG 19:42:36.291] Load(Model): Squad/Props/NavBall/model
[LOG 19:42:36.327] Load(Model): Squad/Props/PropsGeneric/Button_DockingMode
[LOG 19:42:36.350] Load(Model): Squad/Props/PropsGeneric/CargoBagA
[LOG 19:42:36.424] Load(Model): Squad/Props/PropsGeneric/CargoBagB
[LOG 19:42:36.451] Load(Model): Squad/Props/PropsGeneric/CargoBagC
[LOG 19:42:36.476] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane
[LOG 19:42:36.496] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Curve90
[LOG 19:42:36.516] Load(Model): Squad/Props/PropsGeneric/Hatch_Plane_Frame
[LOG 19:42:36.528] Load(Model): Squad/Props/PropsGeneric/Seat_Passenger
[LOG 19:42:36.570] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot
[LOG 19:42:36.606] Load(Model): Squad/Props/PropsGeneric/Seat_Pilot_Helmet
[LOG 19:42:36.640] Load(Model): Squad/Props/PropsGeneric/SideStick
[LOG 19:42:36.666] Load(Model): Squad/Props/pullSwitch/model
[LOG 19:42:36.686] Load(Model): Squad/Props/radarAltitude/model
[LOG 19:42:36.707] Load(Model): Squad/Props/squareButton/model
[LOG 19:42:36.737] Load(Model): Squad/Props/standingSwitch/model
[LOG 19:42:36.754] Load(Model): Squad/Props/switch/model
[LOG 19:42:36.778] Load(Model): Squad/Props/switchGuard/model
[LOG 19:42:36.789] Load(Model): Squad/Props/switchWithGuards/model
[LOG 19:42:36.802] Load(Model): Squad/Props/throttle/model
[LOG 19:42:36.822] Load(Model): Squad/Props/VSI/model
[LOG 19:42:36.846] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 19:42:36.913] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 19:42:36.958] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 19:42:37.020] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 19:42:37.106] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 19:42:37.183] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 19:42:37.247] Load(Model): Squad/Spaces/LargeCrewedLabInternals/Large_Crewed_lab_Int
[LOG 19:42:37.325] Load(Model): Squad/Spaces/mk1CabinInternal/mk1cabin
[LOG 19:42:37.421] Load(Model): Squad/Spaces/mk1CockpitInternal/Mk1StandardIVA
[LOG 19:42:37.480] Load(Model): Squad/Spaces/mk1InlineInternal/Mk1InlineIVA
[LOG 19:42:37.535] Load(Model): Squad/Spaces/mk1PodCockpit/model
[LOG 19:42:37.579] Load(Model): Squad/Spaces/mk2CockpitStandardInternal/model
[LOG 19:42:37.657] Load(Model): Squad/Spaces/Mk2CrewCabinInternal/MK2_CrewCab_Int
[LOG 19:42:37.723] Load(Model): Squad/Spaces/MK3CockpitInternal/MK3_Cockpit_Int
[LOG 19:42:37.767] Load(Model): Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int
[LOG 19:42:37.887] Load(Model): Squad/Spaces/Placeholder/PlaceholderIVA
[LOG 19:42:37.917] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 19:42:38.006] Load(Model): UmbraSpaceIndustries/WarpDrive/Assets/WarpBubble
[LOG 19:42:38.038] Load(Model): UmbraSpaceIndustries/WarpDrive/Assets/WarpDrive_250
[LOG 19:42:38.119] Load(Model): UmbraSpaceIndustries/WarpDrive/Assets/WarpDrive_625
[LOG 19:42:38.187] Config(@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]) /PersilesSigismunda/@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
[LOG 19:42:38.192] Config(@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]) /PersilesSigismunda/@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
[LOG 19:42:38.195] Config(@Kopernicus:HAS[@Body[SigmaBinaryPrimary],@Body[SigmaBinarySecondary]]:NEEDS[SigmaBinary]:AFTER[SigmaBinary]) /PersilesSigismunda/@Kopernicus:HAS[@Body[SigmaBinaryPrimary],@Body[SigmaBinarySecondary]]:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
[LOG 19:42:38.199] Config(@Contracts:NEEDS[SigmaBinary]:AFTER[SigmaBinary]) /PersilesSigismunda/@Contracts:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
[LOG 19:42:38.202] Config(@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]) /PersilesSigismunda/@Kopernicus:NEEDS[SigmaBinary]:AFTER[SigmaBinary]
[LOG 19:42:38.204] Config(@Kopernicus:AFTER[Kopernicus]) Fazz/Fazz/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.207] Config(HyperEdit) GameData/Kerbaltek/HyperEdit_1.4.2/windowpos/HyperEdit
[LOG 19:42:38.209] Config(Orbit_Editor) GameData/Kerbaltek/HyperEdit_1.4.2/windowpos/Orbit_Editor
[LOG 19:42:38.212] Config(Select) GameData/Kerbaltek/HyperEdit_1.4.2/windowpos/Select
[LOG 19:42:38.214] Config(Misc_tools) GameData/Kerbaltek/HyperEdit_1.4.2/windowpos/Misc_tools
[LOG 19:42:38.216] Config(Lander) GameData/Kerbaltek/HyperEdit_1.4.2/windowpos/Lander
[LOG 19:42:38.218] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/IAR_MainMenuBody/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.220] Config(@Kopernicus:AFTER[KOPERNICUS]) IA_Revived/CervantesSystem/Barcelon/Barcelon/@Kopernicus:AFTER[KOPERNICUS]
[LOG 19:42:38.223] Config(@Kopernicus:AFTER[KOPERNICUS]) IA_Revived/CervantesSystem/Cervantes/Cervantes/@Kopernicus:AFTER[KOPERNICUS]
[LOG 19:42:38.226] Config(@Kopernicus:AFTER[KOPERNICUS]) IA_Revived/CervantesSystem/Dulcinea/Dulcinea/@Kopernicus:AFTER[KOPERNICUS]
[LOG 19:42:38.228] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Ehwaz/Ehwaz/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.231] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Elastro/Elastro/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.233] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Elicio/Elicio/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.236] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Galatea/Galatea/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.239] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Kalley/Kalley/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.241] Config(@Kopernicus:AFTER[KOPERNICUS]) IA_Revived/CervantesSystem/Lamancha/Lamancha/@Kopernicus:AFTER[KOPERNICUS]
[LOG 19:42:38.244] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Morena/Morena/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.247] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Persiles/Persiles/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.249] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Quijote/Quijote/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.253] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Rocinante/Rocinante/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.255] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Sancho/Sancho/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.258] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/CervantesSystem/Sigismunda/Sigismunda/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.260] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/SelpharSystem/Selphar/Selphar/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.263] Config(@Kopernicus:AFTER[Kopernicus]) IA_Revived/SelpharSystem/Yarku/Yarku/@Kopernicus:AFTER[Kopernicus]
[LOG 19:42:38.265] Config(KittopiaTech) KittopiaTech/Kittopia/KittopiaTech
[LOG 19:42:38.268] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Barcelon/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.270] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Elicio/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.273] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Fazz/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.275] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Kalley/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.278] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Selphar/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.280] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Test Subject/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.282] Config(@Kopernicus:NEEDS[!Kopernicus]) KittopiaTech/Config/Yarku/@Kopernicus:NEEDS[!Kopernicus]
[LOG 19:42:38.285] Config(Kopernicus) Kopernicus/Config/System/Kerbol System
[LOG 19:42:38.287] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/caseSensitivityFix/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.289] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/diameterFix/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.292] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/gravityFix/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.294] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/massFix/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.296] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/nameFix/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.299] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/sigmaBarycenter/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.301] Config(@Kopernicus:FOR[SigmaCleanUp]) Sigma/Binary/Configs/sigmaCleanUp/@Kopernicus:FOR[SigmaCleanUp]
[LOG 19:42:38.304] Config(@Kopernicus:FOR[SigmaBinary]) Sigma/Binary/Configs/sigmaFinalize/@Kopernicus:FOR[SigmaBinary]
[LOG 19:42:38.306] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 19:42:38.308] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 19:42:38.310] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 19:42:38.312] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 19:42:38.314] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 19:42:38.317] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 19:42:38.318] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 19:42:38.321] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 19:42:38.323] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 19:42:38.325] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 19:42:38.327] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 19:42:38.329] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 19:42:38.331] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 19:42:38.333] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 19:42:38.335] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 19:42:38.337] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 19:42:38.339] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 19:42:38.341] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 19:42:38.343] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 19:42:38.345] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 19:42:38.346] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 19:42:38.348] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 19:42:38.350] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 19:42:38.352] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 19:42:38.354] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 19:42:38.356] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 19:42:38.358] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 19:42:38.359] Config(Contracts) Squad/Contracts/Contracts/Contracts
[LOG 19:42:38.362] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Pilot
[LOG 19:42:38.365] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Engineer
[LOG 19:42:38.367] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Scientist
[LOG 19:42:38.369] Config(EXPERIENCE_TRAIT) Squad/Experience/Traits/Tourist
[LOG 19:42:38.371] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 19:42:38.373] Config(PART) Squad/Parts/Aero/airbrake/Airbrake/airbrake1
[LOG 19:42:38.375] Config(PART) Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 19:42:38.377] Config(PART) Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf
[LOG 19:42:38.379] Config(PART) Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing
[LOG 19:42:38.382] Config(PART) Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin
[LOG 19:42:38.384] Config(PART) Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard
[LOG 19:42:38.386] Config(PART) Squad/Parts/Aero/airplaneFins/standardCanard/CanardController
[LOG 19:42:38.388] Config(PART) Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing
[LOG 19:42:38.390] Config(PART) Squad/Parts/Aero/airplaneFins/tailfin/tailfin
[LOG 19:42:38.392] Config(PART) Squad/Parts/Aero/basicFin/basicFin/basicFin
[LOG 19:42:38.393] Config(PART) Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake
[LOG 19:42:38.396] Config(PART) Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake
[LOG 19:42:38.398] Config(PART) Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone
[LOG 19:42:38.400] Config(PART) Squad/Parts/Aero/cones/ConeA/pointyNoseConeA
[LOG 19:42:38.402] Config(PART) Squad/Parts/Aero/cones/ConeB/pointyNoseConeB
[LOG 19:42:38.404] Config(PART) Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter
[LOG 19:42:38.406] Config(PART) Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone
[LOG 19:42:38.408] Config(PART) Squad/Parts/Aero/cones/tailConnectorA/airplaneTail
[LOG 19:42:38.410] Config(PART) Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB
[LOG 19:42:38.412] Config(PART) Squad/Parts/Aero/fairings/fairingSize1/fairingSize1
[LOG 19:42:38.414] Config(PART) Squad/Parts/Aero/fairings/fairingSize2/fairingSize2
[LOG 19:42:38.416] Config(PART) Squad/Parts/Aero/fairings/fairingSize3/fairingSize3
[LOG 19:42:38.418] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1
[LOG 19:42:38.420] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2
[LOG 19:42:38.422] Config(PART) Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3
[LOG 19:42:38.424] Config(PART) Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong
[LOG 19:42:38.426] Config(PART) Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake
[LOG 19:42:38.429] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 19:42:38.431] Config(PART) Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 19:42:38.433] Config(PART) Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta
[LOG 19:42:38.435] Config(PART) Squad/Parts/Aero/shuttleWings/elevon/elevonMk3
[LOG 19:42:38.437] Config(PART) Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1
[LOG 19:42:38.439] Config(PART) Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2
[LOG 19:42:38.441] Config(PART) Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder
[LOG 19:42:38.443] Config(PART) Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake
[LOG 19:42:38.445] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 19:42:38.447] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 19:42:38.449] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 19:42:38.451] Config(PART) Squad/Parts/Aero/wings/connector1/wingConnector
[LOG 19:42:38.453] Config(PART) Squad/Parts/Aero/wings/connector2/wingConnector2
[LOG 19:42:38.455] Config(PART) Squad/Parts/Aero/wings/connector3/wingConnector3
[LOG 19:42:38.457] Config(PART) Squad/Parts/Aero/wings/connector4/wingConnector4
[LOG 19:42:38.460] Config(PART) Squad/Parts/Aero/wings/connector5/wingConnector5
[LOG 19:42:38.462] Config(PART) Squad/Parts/Aero/wings/delta/deltaWing
[LOG 19:42:38.463] Config(PART) Squad/Parts/Aero/wings/delta_small/delta_small
[LOG 19:42:38.465] Config(PART) Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf
[LOG 19:42:38.467] Config(PART) Squad/Parts/Aero/wings/elevon2/elevon2
[LOG 19:42:38.469] Config(PART) Squad/Parts/Aero/wings/elevon3/elevon3
[LOG 19:42:38.471] Config(PART) Squad/Parts/Aero/wings/elevon4/smallCtrlSrf
[LOG 19:42:38.473] Config(PART) Squad/Parts/Aero/wings/elevon5/elevon5
[LOG 19:42:38.475] Config(PART) Squad/Parts/Aero/wings/strake/wingStrake
[LOG 19:42:38.477] Config(PART) Squad/Parts/Aero/wings/structural1/structuralWing
[LOG 19:42:38.479] Config(PART) Squad/Parts/Aero/wings/structural2/structuralWing2
[LOG 19:42:38.481] Config(PART) Squad/Parts/Aero/wings/structural3/structuralWing3
[LOG 19:42:38.483] Config(PART) Squad/Parts/Aero/wings/structural4/structuralWing4
[LOG 19:42:38.485] Config(PART) Squad/Parts/Aero/wings/swept1/sweptWing1
[LOG 19:42:38.487] Config(PART) Squad/Parts/Aero/wings/swept2/sweptWing2
[LOG 19:42:38.489] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 19:42:38.491] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 19:42:38.493] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 19:42:38.495] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 19:42:38.498] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 19:42:38.500] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 19:42:38.502] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 19:42:38.505] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit
[LOG 19:42:38.507] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin
[LOG 19:42:38.509] Config(PART) Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit
[LOG 19:42:38.511] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 19:42:38.513] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 19:42:38.515] Config(PART) Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline
[LOG 19:42:38.517] Config(PART) Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard
[LOG 19:42:38.519] Config(PART) Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore
[LOG 19:42:38.522] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 19:42:38.524] Config(PART) Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle
[LOG 19:42:38.526] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 19:42:38.528] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 19:42:38.530] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 19:42:38.532] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 19:42:38.534] Config(PART) Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody
[LOG 19:42:38.536] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 19:42:38.539] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 19:42:38.541] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 19:42:38.543] Config(PART) Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine
[LOG 19:42:38.545] Config(PART) Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector
[LOG 19:42:38.547] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 19:42:38.550] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 19:42:38.552] Config(PART) Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1
[LOG 19:42:38.554] Config(PART) Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3
[LOG 19:42:38.557] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 19:42:38.559] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 19:42:38.562] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 19:42:38.563] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 19:42:38.566] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 19:42:38.568] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 19:42:38.570] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 19:42:38.572] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 19:42:38.574] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 19:42:38.576] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet
[LOG 19:42:38.578] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine
[LOG 19:42:38.580] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2
[LOG 19:42:38.582] Config(PART) Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine
[LOG 19:42:38.585] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 19:42:38.587] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 19:42:38.589] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 19:42:38.591] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 19:42:38.594] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 19:42:38.596] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 19:42:38.598] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 19:42:38.600] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 19:42:38.602] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 19:42:38.605] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 19:42:38.607] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 19:42:38.610] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 19:42:38.612] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 19:42:38.614] Config(PART) Squad/Parts/Engine/liquidEngineSSME/SSME/SSME
[LOG 19:42:38.616] Config(PART) Squad/Parts/Engine/MassiveSRB/part/MassiveBooster
[LOG 19:42:38.619] Config(PART) Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine
[LOG 19:42:38.621] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 19:42:38.623] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 19:42:38.625] Config(PART) Squad/Parts/Engine/Size2LFB/part/Size2LFB
[LOG 19:42:38.627] Config(PART) Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 19:42:38.629] Config(PART) Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster
[LOG 19:42:38.631] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 19:42:38.633] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 19:42:38.636] Config(PART) Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm
[LOG 19:42:38.638] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 19:42:38.640] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 19:42:38.642] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2
[LOG 19:42:38.644] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines
[LOG 19:42:38.646] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2
[LOG 19:42:38.649] Config(PART) Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant
[LOG 19:42:38.651] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2
[LOG 19:42:38.653] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1
[LOG 19:42:38.655] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant
[LOG 19:42:38.657] Config(PART) Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3
[LOG 19:42:38.659] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 19:42:38.662] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 19:42:38.664] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 19:42:38.667] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 19:42:38.669] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 19:42:38.672] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 19:42:38.674] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 19:42:38.676] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 19:42:38.678] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 19:42:38.680] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 19:42:38.682] Config(PART) Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage
[LOG 19:42:38.684] Config(PART) Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 19:42:38.687] Config(PART) Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong
[LOG 19:42:38.689] Config(PART) Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 19:42:38.691] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 19:42:38.693] Config(PART) Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage
[LOG 19:42:38.695] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 19:42:38.697] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 19:42:38.699] Config(PART) Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 19:42:38.701] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin
[LOG 19:42:38.703] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100
[LOG 19:42:38.705] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25
[LOG 19:42:38.707] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50
[LOG 19:42:38.710] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100
[LOG 19:42:38.711] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25
[LOG 19:42:38.714] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50
[LOG 19:42:38.716] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO
[LOG 19:42:38.718] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 19:42:38.720] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 19:42:38.722] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 19:42:38.725] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 19:42:38.727] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 19:42:38.729] Config(PART) Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank
[LOG 19:42:38.731] Config(PART) Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank
[LOG 19:42:38.733] Config(PART) Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank
[LOG 19:42:38.736] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 19:42:38.738] Config(PART) Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge
[LOG 19:42:38.740] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 19:42:38.742] Config(PART) Squad/Parts/Misc/PotatoRoid/part/PotatoRoid
[LOG 19:42:38.744] Config(PART) Squad/Parts/Resources/FuelCell/FuelCell/FuelCell
[LOG 19:42:38.746] Config(PART) Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray
[LOG 19:42:38.748] Config(PART) Squad/Parts/Resources/ISRU/ISRU/ISRU
[LOG 19:42:38.750] Config(PART) Squad/Parts/Resources/LargeTank/LargeTank/LargeTank
[LOG 19:42:38.752] Config(PART) Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill
[LOG 19:42:38.754] Config(PART) Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU
[LOG 19:42:38.756] Config(PART) Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner
[LOG 19:42:38.759] Config(PART) Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill
[LOG 19:42:38.761] Config(PART) Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank
[LOG 19:42:38.763] Config(PART) Squad/Parts/Resources/SmallTank/SmallTank/SmallTank
[LOG 19:42:38.765] Config(PART) Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner
[LOG 19:42:38.767] Config(PART) Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner
[LOG 19:42:38.770] Config(PART) Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere
[LOG 19:42:38.772] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 19:42:38.774] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 19:42:38.776] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 19:42:38.778] Config(PART) Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 19:42:38.781] Config(PART) Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 19:42:38.783] Config(PART) Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 19:42:38.785] Config(PART) Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 19:42:38.788] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 19:42:38.790] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 19:42:38.793] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 19:42:38.796] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 19:42:38.798] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 19:42:38.801] Config(PART) Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody
[LOG 19:42:38.803] Config(PART) Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody
[LOG 19:42:38.805] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage
[LOG 19:42:38.807] Config(PART) Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage
[LOG 19:42:38.809] Config(PART) Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural
[LOG 19:42:38.812] Config(PART) Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler
[LOG 19:42:38.814] Config(PART) Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter
[LOG 19:42:38.816] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 19:42:38.818] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 19:42:38.820] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 19:42:38.823] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 19:42:38.825] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 19:42:38.828] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 19:42:38.830] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 19:42:38.833] Config(PART) Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint
[LOG 19:42:38.835] Config(PART) Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon
[LOG 19:42:38.838] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 19:42:38.840] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 19:42:38.842] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 19:42:38.844] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 19:42:38.847] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 19:42:38.849] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge
[LOG 19:42:38.851] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed
[LOG 19:42:38.853] Config(PART) Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall
[LOG 19:42:38.856] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge
[LOG 19:42:38.858] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg
[LOG 19:42:38.860] Config(PART) Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm
[LOG 19:42:38.863] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 19:42:38.865] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 19:42:38.867] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 19:42:38.869] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 19:42:38.872] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 19:42:38.874] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 19:42:38.876] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 19:42:38.879] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 19:42:38.881] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 19:42:38.884] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 19:42:38.886] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 19:42:38.888] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 19:42:38.891] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 19:42:38.893] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 19:42:38.896] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 19:42:38.897] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 19:42:38.900] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 19:42:38.902] Config(PART) Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice
[LOG 19:42:38.904] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 19:42:38.906] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 19:42:38.909] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 19:42:38.911] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 19:42:38.913] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 19:42:38.916] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 19:42:38.918] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 19:42:38.920] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 19:42:38.922] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 19:42:38.925] Config(PART) Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem
[LOG 19:42:38.927] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 19:42:38.929] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL
[LOG 19:42:38.931] Config(PART) Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS
[LOG 19:42:38.933] Config(PART) Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin
[LOG 19:42:38.935] Config(PART) Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort
[LOG 19:42:38.937] Config(PART) Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL
[LOG 19:42:38.939] Config(PART) Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM
[LOG 19:42:38.941] Config(PART) Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp
[LOG 19:42:38.943] Config(PART) Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS
[LOG 19:42:38.945] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 19:42:38.948] Config(PART) Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue
[LOG 19:42:38.950] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 19:42:38.952] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 19:42:38.954] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 19:42:38.957] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 19:42:38.959] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 19:42:38.961] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125
[LOG 19:42:38.964] Config(PART) Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250
[LOG 19:42:38.966] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 19:42:38.968] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 19:42:38.970] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 19:42:38.972] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 19:42:38.975] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 19:42:38.977] Config(PART) Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed
[LOG 19:42:38.979] Config(PART) Squad/Parts/Wheel/LandingGear/GearFree/GearFree
[LOG 19:42:38.981] Config(PART) Squad/Parts/Wheel/LandingGear/GearLarge/GearLarge
[LOG 19:42:38.983] Config(PART) Squad/Parts/Wheel/LandingGear/GearMedium/GearMedium
[LOG 19:42:38.985] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 19:42:38.987] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 19:42:38.989] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 19:42:38.992] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 19:42:38.994] Config(PART) Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay
[LOG 19:42:38.996] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 19:42:38.998] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 19:42:39.000] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 19:42:39.002] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 19:42:39.005] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 19:42:39.007] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 19:42:39.008] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 19:42:39.011] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 19:42:39.012] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 19:42:39.014] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 19:42:39.016] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 19:42:39.018] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 19:42:39.020] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 19:42:39.022] Config(PROP) Squad/Props/Monitor/DockingMode/MonitorDockingMode
[LOG 19:42:39.024] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 19:42:39.026] Config(PROP) Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode
[LOG 19:42:39.028] Config(PROP) Squad/Props/PropsGeneric/CargoBagA/CargoBagA
[LOG 19:42:39.030] Config(PROP) Squad/Props/PropsGeneric/CargoBagB/CargoBagB
[LOG 19:42:39.032] Config(PROP) Squad/Props/PropsGeneric/CargoBagC/CargoBagC
[LOG 19:42:39.034] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane
[LOG 19:42:39.036] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90
[LOG 19:42:39.038] Config(PROP) Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame
[LOG 19:42:39.041] Config(PROP) Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger
[LOG 19:42:39.043] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot
[LOG 19:42:39.045] Config(PROP) Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet
[LOG 19:42:39.047] Config(PROP) Squad/Props/PropsGeneric/SideStick/SideStick
[LOG 19:42:39.049] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 19:42:39.051] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 19:42:39.053] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 19:42:39.055] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 19:42:39.057] Config(PROP) Squad/Props/switch/prop/switch
[LOG 19:42:39.059] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 19:42:39.061] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 19:42:39.063] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 19:42:39.064] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 19:42:39.066] Config(GLOBAL_RESOURCE) Squad/Resources/Ore/GLOBAL_RESOURCE
[LOG 19:42:39.068] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 19:42:39.070] Config(PLANETARY_RESOURCE) Squad/Resources/Ore/PLANETARY_RESOURCE
[LOG 19:42:39.073] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 19:42:39.075] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 19:42:39.076] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 19:42:39.078] Config(BIOME_RESOURCE) Squad/Resources/Ore/BIOME_RESOURCE
[LOG 19:42:39.080] Config(RESOURCE_OVERLAY_CONFIGURATION_SOLID) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_SOLID
[LOG 19:42:39.083] Config(RESOURCE_OVERLAY_CONFIGURATION_LINES) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_LINES
[LOG 19:42:39.085] Config(RESOURCE_OVERLAY_CONFIGURATION_DOTS) Squad/Resources/Overlay/RESOURCE_OVERLAY_CONFIGURATION_DOTS
[LOG 19:42:39.088] Config(RESOURCE_CONFIGURATION) Squad/Resources/ResourceDefaults/RESOURCE_CONFIGURATION
[LOG 19:42:39.091] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 19:42:39.093] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 19:42:39.095] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 19:42:39.097] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 19:42:39.100] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 19:42:39.101] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 19:42:39.104] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 19:42:39.106] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 19:42:39.108] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ore
[LOG 19:42:39.110] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Ablator
[LOG 19:42:39.112] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.114] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.117] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.119] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.121] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.124] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.126] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.128] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.130] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.132] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.134] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 19:42:39.137] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 19:42:39.139] Config(TechTree) Squad/Resources/TechTree/TechTree
[LOG 19:42:39.141] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 19:42:39.143] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 19:42:39.146] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 19:42:39.148] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 19:42:39.150] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 19:42:39.152] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 19:42:39.155] Config(INTERNAL) Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int
[LOG 19:42:39.157] Config(INTERNAL) Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal
[LOG 19:42:39.159] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 19:42:39.162] Config(INTERNAL) Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal
[LOG 19:42:39.164] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 19:42:39.166] Config(INTERNAL) Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 19:42:39.168] Config(INTERNAL) Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int
[LOG 19:42:39.171] Config(INTERNAL) Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int
[LOG 19:42:39.173] Config(INTERNAL) Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int
[LOG 19:42:39.176] Config(INTERNAL) Squad/Spaces/Placeholder/internal/Placeholder
[LOG 19:42:39.178] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 19:42:39.180] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 19:42:39.182] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 19:42:39.184] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 19:42:39.186] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 19:42:39.188] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 19:42:39.191] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 19:42:39.193] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 19:42:39.195] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 19:42:39.197] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 19:42:39.199] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 19:42:39.201] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 19:42:39.203] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 19:42:39.205] Config(STRATEGY) Squad/Strategies/Strategies/BailoutGrant
[LOG 19:42:39.207] Config(STRATEGY) Squad/Strategies/Strategies/researchIPsellout
[LOG 19:42:39.209] Config(STRATEGY) Squad/Strategies/Strategies/LeadershipInitiative
[LOG 19:42:39.212] Config(@PART[USI_WarpDrive]:NEEDS[CommunityTechTree]) UmbraSpaceIndustries/WarpDrive/CTT/@PART[USI_WarpDrive]:NEEDS[CommunityTechTree]
[LOG 19:42:39.215] Config(@PART[USI_WarpDrive_625]:NEEDS[CommunityTechTree]) UmbraSpaceIndustries/WarpDrive/CTT/@PART[USI_WarpDrive_625]:NEEDS[CommunityTechTree]
[LOG 19:42:39.218] Config(RESOURCE_DEFINITION) UmbraSpaceIndustries/WarpDrive/Resources/ExoticMatter
[LOG 19:42:39.220] Config(PART) UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_250/USI_WarpDrive
[LOG 19:42:39.222] Config(PART) UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_625/USI_WarpDrive_625
[LOG 19:42:39.230] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.232] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.234] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.236] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.238] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.240] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.242] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.243] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.246] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.248] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.250] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:39.254] GameDatabase: Assets loaded in 121.564s
[LOG 19:42:39.603] [ModuleManager] SHA generated in 0.253s
[LOG 19:42:39.605] [ModuleManager]       SHA = 9E-77-B5-1D-65-D5-AF-80-69-CE-63-D5-30-BE-32-B3-D6-6B-CB-02-5F-74-12-3B-B9-55-76-0E-AB-52-02-AE
[LOG 19:42:39.609] [ModuleManager] Cache SHA = 4A-EB-B7-C7-A2-9B-6A-D0-07-30-F3-15-DD-FA-60-A8-F3-BF-79-7F-83-D4-7C-A7-2F-F0-66-50-B8-4E-C8-C6
[LOG 19:42:39.611] [ModuleManager] useCache = False
[LOG 19:42:40.035] [ModuleManager] ModuleManager env info
  Win32NT FFFFFFFFFFFFFFFF
  Args: KSP.exe 
  Executable SHA256 0d830ae4941c6b458a425ed3810c0fdea7f4c267ffb56d13151fc4363e9ab62c
[LOG 19:42:40.308] [ModuleManager] compiling list of loaded mods...
Mod DLLs found:
    Assembly-CSharp v1.0.0.0                         SHA256 eb5b74097af27ee46027e4f831df119ff21995f9087a83e7df43112db8db566f
    ModuleManager.2.6.13 v2.6.13.0                   SHA256 0ffcc74c0e0cb1d2b66d7fc521fa98376559c46b516544c41e5f6e671db55c39
    HyperEdit v1.4.2.0 / v1.4.2                      SHA256 520a4833275d12022255c442150c71ba03b98462bd44e3ca774817b381fa3416
    Kopernicus.OnDemand v1.0.0.0                     SHA256 dba54a01a8690910e0180bab434e1fae4223087f80ea1ad9521452f8637f5c5e
    Kopernicus.Components v1.0.0.0                   SHA256 f58a3876ea2907edb83322123b12ee8aeb7e6e263ea192a28b2e85d24c2fb8f4
    Kopernicus v1.0.0.0                              SHA256 07e52073e92a65f44342509a63fa083211cacf34166e8f0dff8a0a043055622d
    KittopiaTech v1.0.5859.32519                     SHA256 b9dfcd10c861dbf68d593c6a3926b73763efa3d1b9093f8f01b62cccbb9338ba
    KSPSteamCtrlr v0.0.1.26                          SHA256 8876e843f666921615bac364f6ba8d32718a64a78c9a4f7b1308463e13731206
    Steamworks.NET v8.0.0.0 / v8.0.0                 SHA256 b4fa7e94456ecde38d86855364b5b957796ac67c210c44b1782243884247b90e
    WarpEngine v1.0.0.0                              SHA256 b747e16cbf4d3006df7ba8847affabda426056919d4272af5b7d55122ae48f43
Non-DLL mods added (:FOR[xxx]):
  SigmaBinary
  SigmaCleanUp
Mods by directory (sub directories of GameData):
  Fazz
  GameData
  IA_Revived
  Sigma
  Squad
  UmbraSpaceIndustries

[LOG 19:42:40.332] [ModuleManager] Loading Physics.cfg
[LOG 19:42:40.341] [ModuleManager] Checking NEEDS.
[LOG 19:42:40.357] [ModuleManager] Deleting Node in file KittopiaTech/Config/Barcelon subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.360] [ModuleManager] Deleting Node in file KittopiaTech/Config/Elicio subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.363] [ModuleManager] Deleting Node in file KittopiaTech/Config/Fazz subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.366] [ModuleManager] Deleting Node in file KittopiaTech/Config/Kalley subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.369] [ModuleManager] Deleting Node in file KittopiaTech/Config/Selphar subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.372] [ModuleManager] Deleting Node in file KittopiaTech/Config/Test Subject subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.375] [ModuleManager] Deleting Node in file KittopiaTech/Config/Yarku subnode: @Kopernicus:NEEDS[!Kopernicus] as it can't satisfy its NEEDS
[LOG 19:42:40.466] [ModuleManager] Deleting Node in file UmbraSpaceIndustries/WarpDrive/CTT subnode: @PART[USI_WarpDrive]:NEEDS[CommunityTechTree] as it can't satisfy its NEEDS
[LOG 19:42:40.469] [ModuleManager] Deleting Node in file UmbraSpaceIndustries/WarpDrive/CTT subnode: @PART[USI_WarpDrive_625]:NEEDS[CommunityTechTree] as it can't satisfy its NEEDS
[LOG 19:42:40.475] [ModuleManager] Applying patches
[LOG 19:42:40.479] [ModuleManager] :FIRST pass
[LOG 19:42:40.486] [ModuleManager] :LEGACY (default) pass
[LOG 19:42:40.496] [ModuleManager] :BEFORE[ASSEMBLY-CSHARP] pass
[LOG 19:42:40.504] [ModuleManager] :FOR[ASSEMBLY-CSHARP] pass
[LOG 19:42:40.515] [ModuleManager] :AFTER[ASSEMBLY-CSHARP] pass
[LOG 19:42:40.524] [ModuleManager] :BEFORE[FAZZ] pass
[LOG 19:42:40.535] [ModuleManager] :FOR[FAZZ] pass
[LOG 19:42:40.543] [ModuleManager] :AFTER[FAZZ] pass
[LOG 19:42:40.553] [ModuleManager] :BEFORE[GAMEDATA] pass
[LOG 19:42:40.563] [ModuleManager] :FOR[GAMEDATA] pass
[LOG 19:42:40.572] [ModuleManager] :AFTER[GAMEDATA] pass
[LOG 19:42:40.582] [ModuleManager] :BEFORE[HYPEREDIT] pass
[LOG 19:42:40.592] [ModuleManager] :FOR[HYPEREDIT] pass
[LOG 19:42:40.601] [ModuleManager] :AFTER[HYPEREDIT] pass
[LOG 19:42:40.609] [ModuleManager] :BEFORE[IA_REVIVED] pass
[LOG 19:42:40.618] [ModuleManager] :FOR[IA_REVIVED] pass
[LOG 19:42:40.629] [ModuleManager] :AFTER[IA_REVIVED] pass
[LOG 19:42:40.638] [ModuleManager] :BEFORE[KITTOPIATECH] pass
[LOG 19:42:40.648] [ModuleManager] :FOR[KITTOPIATECH] pass
[LOG 19:42:40.657] [ModuleManager] :AFTER[KITTOPIATECH] pass
[LOG 19:42:40.666] [ModuleManager] :BEFORE[KOPERNICUS] pass
[LOG 19:42:40.676] [ModuleManager] :FOR[KOPERNICUS] pass
[LOG 19:42:40.685] [ModuleManager] :AFTER[KOPERNICUS] pass
[LOG 19:42:40.690] [ModuleManager] Applying node Fazz/Fazz/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:40.715] [ModuleManager] Applying node IA_Revived/IAR_MainMenuBody/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:40.721] [ModuleManager] Applying node IA_Revived/CervantesSystem/Barcelon/Barcelon/@Kopernicus:AFTER[KOPERNICUS] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:40.729] [ModuleManager] Applying node IA_Revived/CervantesSystem/Cervantes/Cervantes/@Kopernicus:AFTER[KOPERNICUS] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:40.757] [ModuleManager] Applying node IA_Revived/CervantesSystem/Dulcinea/Dulcinea/@Kopernicus:AFTER[KOPERNICUS] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.928] [ModuleManager] Applying node IA_Revived/CervantesSystem/Ehwaz/Ehwaz/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.940] [ModuleManager] Applying node IA_Revived/CervantesSystem/Elastro/Elastro/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.949] [ModuleManager] Applying node IA_Revived/CervantesSystem/Elicio/Elicio/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.957] [ModuleManager] Applying node IA_Revived/CervantesSystem/Galatea/Galatea/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.967] [ModuleManager] Applying node IA_Revived/CervantesSystem/Kalley/Kalley/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.978] [ModuleManager] Applying node IA_Revived/CervantesSystem/Lamancha/Lamancha/@Kopernicus:AFTER[KOPERNICUS] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.988] [ModuleManager] Applying node IA_Revived/CervantesSystem/Morena/Morena/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:45.998] [ModuleManager] Applying node IA_Revived/CervantesSystem/Persiles/Persiles/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.009] [ModuleManager] Applying node IA_Revived/CervantesSystem/Quijote/Quijote/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.020] [ModuleManager] Applying node IA_Revived/CervantesSystem/Rocinante/Rocinante/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.031] [ModuleManager] Applying node IA_Revived/CervantesSystem/Sancho/Sancho/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.064] [ModuleManager] Applying node IA_Revived/CervantesSystem/Sigismunda/Sigismunda/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.084] [ModuleManager] Applying node IA_Revived/SelpharSystem/Selphar/Selphar/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.096] [ModuleManager] Applying node IA_Revived/SelpharSystem/Yarku/Yarku/@Kopernicus:AFTER[Kopernicus] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.110] [ModuleManager] :BEFORE[KOPERNICUS.COMPONENTS] pass
[LOG 19:42:46.117] [ModuleManager] :FOR[KOPERNICUS.COMPONENTS] pass
[LOG 19:42:46.128] [ModuleManager] :AFTER[KOPERNICUS.COMPONENTS] pass
[LOG 19:42:46.137] [ModuleManager] :BEFORE[KOPERNICUS.ONDEMAND] pass
[LOG 19:42:46.147] [ModuleManager] :FOR[KOPERNICUS.ONDEMAND] pass
[LOG 19:42:46.157] [ModuleManager] :AFTER[KOPERNICUS.ONDEMAND] pass
[LOG 19:42:46.167] [ModuleManager] :BEFORE[KSPSTEAMCTRLR] pass
[LOG 19:42:46.176] [ModuleManager] :FOR[KSPSTEAMCTRLR] pass
[LOG 19:42:46.185] [ModuleManager] :AFTER[KSPSTEAMCTRLR] pass
[LOG 19:42:46.194] [ModuleManager] :BEFORE[MODULEMANAGER.2.6.13] pass
[LOG 19:42:46.205] [ModuleManager] :FOR[MODULEMANAGER.2.6.13] pass
[LOG 19:42:46.214] [ModuleManager] :AFTER[MODULEMANAGER.2.6.13] pass
[LOG 19:42:46.225] [ModuleManager] :BEFORE[SIGMA] pass
[LOG 19:42:46.234] [ModuleManager] :FOR[SIGMA] pass
[LOG 19:42:46.243] [ModuleManager] :AFTER[SIGMA] pass
[LOG 19:42:46.254] [ModuleManager] :BEFORE[SIGMABINARY] pass
[LOG 19:42:46.262] [ModuleManager] :FOR[SIGMABINARY] pass
[LOG 19:42:46.266] [ModuleManager] Applying node Sigma/Binary/Configs/caseSensitivityFix/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.449] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/caseSensitivityFix/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.462] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body,*
    {
      @finalizeOrbit ^ = :t:T:
      @finalizeOrbit ^ = :R:r:
      @finalizeOrbit ^ = :U:u:
      @finalizeOrbit ^ = :E:e:
      @Properties
      {
        @tidallyLocked ^ = :t:T:
        @tidallyLocked ^ = :R:r:
        @tidallyLocked ^ = :U:u:
        @tidallyLocked ^ = :E:e:
      }
    }
  }


[LOG 19:42:46.471] [ModuleManager] Applying node Sigma/Binary/Configs/diameterFix/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.485] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/diameterFix/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.498] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body:HAS[@Template:HAS[#name[Kerbin]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 600000
      }
    }
    @Body:HAS[@Template:HAS[#name[Mun]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 200000
      }
    }
    @Body:HAS[@Template:HAS[#name[Minmus]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 60000
      }
    }
    @Body:HAS[@Template:HAS[#name[Moho]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 250000
      }
    }
    @Body:HAS[@Template:HAS[#name[Eve]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 700000
      }
    }
    @Body:HAS[@Template:HAS[#name[Gilly]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 13000
      }
    }
    @Body:HAS[@Template:HAS[#name[Duna]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 320000
      }
    }
    @Body:HAS[@Template:HAS[#name[Ike]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 130000
      }
    }
    @Body:HAS[@Template:HAS[#name[Dres]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 138000
      }
    }
    @Body:HAS[@Template:HAS[#name[Jool]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 6000000
      }
    }
    @Body:HAS[@Template:HAS[#name[Laythe]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 500000
      }
    }
    @Body:HAS[@Template:HAS[#name[Vall]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 300000
      }
    }
    @Body:HAS[@Template:HAS[#name[Tylo]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 600000
      }
    }
    @Body:HAS[@Template:HAS[#name[Bop]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 65000
      }
    }
    @Body:HAS[@Template:HAS[#name[Pol]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 44000
      }
    }
    @Body:HAS[@Template:HAS[#name[Eeloo]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 210000
      }
    }
    @Body:HAS[@Template:HAS[#name[Sun]]]
    {
      @Properties:HAS[~radius[*]]
      {
        radius = 261600000
      }
    }
  }


[LOG 19:42:46.529] [ModuleManager] Applying node Sigma/Binary/Configs/gravityFix/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.548] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/gravityFix/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.559] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body,*
    {
      @Properties:HAS[~mass[*],~gravParameter[*],~geeASL[*],#radius[*]]
      {
        geeASL = fixME
      }
    }
    @Body:HAS[@Template:HAS[#name[Kerbin]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 1
      }
    }
    @Body:HAS[@Template:HAS[#name[Mun]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.165999993681908
      }
    }
    @Body:HAS[@Template:HAS[#name[Minmus]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.0500000007450581
      }
    }
    @Body:HAS[@Template:HAS[#name[Moho]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.275000005960464
      }
    }
    @Body:HAS[@Template:HAS[#name[Eve]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 1.70000004768372
      }
    }
    @Body:HAS[@Template:HAS[#name[Gilly]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.00499999988824129
      }
    }
    @Body:HAS[@Template:HAS[#name[Duna]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.300000011920929
      }
    }
    @Body:HAS[@Template:HAS[#name[Ike]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.112000003457069
      }
    }
    @Body:HAS[@Template:HAS[#name[Dres]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.115
      }
    }
    @Body:HAS[@Template:HAS[#name[Jool]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.800000011920929
      }
    }
    @Body:HAS[@Template:HAS[#name[Laythe]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.800000011920928
      }
    }
    @Body:HAS[@Template:HAS[#name[Vall]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.234999999403954
      }
    }
    @Body:HAS[@Template:HAS[#name[Tylo]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.800000011920929
      }
    }
    @Body:HAS[@Template:HAS[#name[Bop]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.0599999986588955
      }
    }
    @Body:HAS[@Template:HAS[#name[Pol]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.038
      }
    }
    @Body:HAS[@Template:HAS[#name[Eeloo]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 0.172000005841255
      }
    }
    @Body:HAS[@Template:HAS[#name[Sun]]]
    {
      @Properties:HAS[#geeASL[fixME]]
      {
        @geeASL = 1.7462500333786
      }
    }
  }


[LOG 19:42:46.594] [ModuleManager] Applying node Sigma/Binary/Configs/massFix/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.612] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/massFix/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.651] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body:HAS[@Properties:HAS[#geeASL[*],~mass[*]]]
    {
      @Properties
      {
        mass = #$radius$
        @mass ! = 2
        @mass * = #$geeASL$
        @mass / = 6.674e-11
        @mass * = 9.81
      }
    }
    @Body:HAS[@Properties:HAS[#gravParameter[*]]]
    {
      @Properties
      {
        mass = #$gravParameter$
        @mass / = 6.674e-11
      }
    }
    @Body,*
    {
      @Orbit:HAS[#meanAnomalyAtEpochD[*]]
      {
        %meanAnomalyAtEpoch = #$meanAnomalyAtEpochD$
        @meanAnomalyAtEpoch * = 0.0174532925199433
        !meanAnomalyAtEpochD = DEL
      }
    }
    @Body:HAS[!Template]
    {
      @Orbit
      {
        color = 1,1,1,1
        inclination = 0
        eccentricity = 0
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 0
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Kerbin]]]
    {
      @Properties
      {
        mass = 5.29157926281091e+22
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.492,0.716,0.688,1.000
        inclination = 0
        eccentricity = 0
        semiMajorAxis = 13599840256
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Mun]]]
    {
      @Properties
      {
        mass = 9.76002360215474e+20
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Kerbin
        color = 0.523,0.543,0.604,1.000
        inclination = 0
        eccentricity = 0
        semiMajorAxis = 12000000
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 1.70000004768372
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Minmus]]]
    {
      @Properties
      {
        mass = 2.64578967083079e+19
      }
      @Orbit
      {
        referenceBody = Kerbin
        color = 0.282,0.228,0.314,0.576
        inclination = 6
        eccentricity = 0
        semiMajorAxis = 47000000
        longitudeOfAscendingNode = 78
        argumentOfPeriapsis = 38
        meanAnomalyAtEpoch = 0.899999976158142
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Moho]]]
    {
      @Properties
      {
        mass = 2.52636168196748e+21
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.471,0.361,0.271,0.549
        inclination = 7
        eccentricity = 0.200000002980232
        semiMajorAxis = 5263138304
        longitudeOfAscendingNode = 70
        argumentOfPeriapsis = 15
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Eve]]]
    {
      @Properties
      {
        mass = 1.22441268043315e+23
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.426,0.128,0.896,1.000
        inclination = 2.09999990463257
        eccentricity = 0.00999999977648258
        semiMajorAxis = 9832684544
        longitudeOfAscendingNode = 15
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Gilly]]]
    {
      @Properties
      {
        mass = 1.24205121587e+17
      }
      @Orbit
      {
        referenceBody = Eve
        color = 0.321,0.250,0.218,0.251
        inclination = 12
        eccentricity = 0.550000011920929
        semiMajorAxis = 31500000
        longitudeOfAscendingNode = 80
        argumentOfPeriapsis = 10
        meanAnomalyAtEpoch = 0.899999976158142
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Duna]]]
    {
      @Properties
      {
        mass = 4.51548115036107e+21
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.642,0.249,0.158,0.525
        inclination = 0.0599999986588955
        eccentricity = 0.0509999990463257
        semiMajorAxis = 20726155264
        longitudeOfAscendingNode = 135.5
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Ike]]]
    {
      @Properties
      {
        mass = 2.78219487161283e+20
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Duna
        color = 0.523,0.543,0.604,1.000
        inclination = 0.200000002980232
        eccentricity = 0.0299999993294477
        semiMajorAxis = 3200000
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 1.70000004768372
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Dres]]]
    {
      @Properties
      {
        mass = 3.21913224453102e+20
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.176,0.137,0.098,0.525
        inclination = 5
        eccentricity = 0.145
        semiMajorAxis = 40839348203
        longitudeOfAscendingNode = 280
        argumentOfPeriapsis = 90
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Jool]]]
    {
      @Properties
      {
        mass = 4.23326347332927e+24
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.330,0.522,0.078,1.000
        inclination = 1.30400002002716
        eccentricity = 0.0500000007450581
        semiMajorAxis = 68773560320
        longitudeOfAscendingNode = 52
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 0.100000001490116
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Laythe]]]
    {
      @Properties
      {
        mass = 2.9397663009231e+22
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Jool
        color = 0.135,0.169,0.306,0.541
        inclination = 0
        eccentricity = 0
        semiMajorAxis = 27184000
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Vall]]]
    {
      @Properties
      {
        mass = 3.10880280901635e+21
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Jool
        color = 0.434,0.610,0.709,0.576
        inclination = 0
        eccentricity = 0
        semiMajorAxis = 43152000
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 0.899999976158142
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Tylo]]]
    {
      @Properties
      {
        mass = 4.23326347332927e+22
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Jool
        color = 0.828,0.669,0.669,1.000
        inclination = 0.025000000372529
        eccentricity = 0
        semiMajorAxis = 68500000
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Bop]]]
    {
      @Properties
      {
        mass = 3.72615364760999e+19
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Jool
        color = 0.366,0.315,0.248,0.576
        inclination = 15
        eccentricity = 0.234999999403954
        semiMajorAxis = 128500000
        longitudeOfAscendingNode = 10
        argumentOfPeriapsis = 25
        meanAnomalyAtEpoch = 0.899999976158142
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Pol]]]
    {
      @Properties
      {
        mass = 1.08136362001798e+19
      }
      @Properties:HAS[~tidallyLocked[*]]
      {
        tidallyLocked = True
      }
      @Orbit
      {
        referenceBody = Jool
        color = 0.435,0.448,0.339,0.576
        inclination = 4.25
        eccentricity = 0.17085
        semiMajorAxis = 179890000
        longitudeOfAscendingNode = 2
        argumentOfPeriapsis = 15
        meanAnomalyAtEpoch = 0.899999976158142
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Eeloo]]]
    {
      @Properties
      {
        mass = 1.11493578853835e+21
      }
      @Orbit
      {
        referenceBody = Sun
        color = 0.207,0.208,0.209,0.525
        inclination = 6.15
        eccentricity = 0.26
        semiMajorAxis = 90118820000
        longitudeOfAscendingNode = 50
        argumentOfPeriapsis = 260
        meanAnomalyAtEpoch = 3.14000010490417
        epoch = 0
      }
    }
    @Body:HAS[@Template:HAS[#name[Sun]]]
    {
      @Properties
      {
        mass = 1.75656696858329e+28
      }
      @Orbit
      {
        color = 1,1,1,1
        inclination = 0
        eccentricity = 0
        longitudeOfAscendingNode = 0
        argumentOfPeriapsis = 0
        meanAnomalyAtEpoch = 0
        epoch = 0
      }
    }
    @Body,*
    {
      @Properties
      {
        massTEMP = #$mass$
        !mass,* = DEL
        mass = #$massTEMP$
        !massTEMP = DEL
      }
      @Orbit
      {
        referenceBodyTEMP = #$referenceBody$
        !referenceBody,* = DEL
        referenceBody = #$referenceBodyTEMP$
        !referenceBodyTEMP = DEL
        colorTEMP = #$color$
        !color,* = DEL
        color = #$colorTEMP$
        !colorTEMP = DEL
        inclinationTEMP = #$inclination$
        !inclination,* = DEL
        inclination = #$inclinationTEMP$
        !inclinationTEMP = DEL
        eccentricityTEMP = #$eccentricity$
        !eccentricity,* = DEL
        eccentricity = #$eccentricityTEMP$
        !eccentricityTEMP = DEL
        semiMajorAxisTEMP = #$semiMajorAxis$
        !semiMajorAxis,* = DEL
        semiMajorAxis = #$semiMajorAxisTEMP$
        !semiMajorAxisTEMP = DEL
        longitudeOfAscendingNodeTEMP = #$longitudeOfAscendingNode$
        !longitudeOfAscendingNode,* = DEL
        longitudeOfAscendingNode = #$longitudeOfAscendingNodeTEMP$
        !longitudeOfAscendingNodeTEMP = DEL
        argumentOfPeriapsisTEMP = #$argumentOfPeriapsis$
        !argumentOfPeriapsis,* = DEL
        argumentOfPeriapsis = #$argumentOfPeriapsisTEMP$
        !argumentOfPeriapsisTEMP = DEL
        meanAnomalyAtEpochTEMP = #$meanAnomalyAtEpoch$
        !meanAnomalyAtEpoch,* = DEL
        meanAnomalyAtEpoch = #$meanAnomalyAtEpochTEMP$
        !meanAnomalyAtEpochTEMP = DEL
        epochTEMP = #$epoch$
        !epoch,* = DEL
        epoch = #$epochTEMP$
        !epochTEMP = DEL
      }
    }
  }


[LOG 19:42:46.783] [ModuleManager] Applying node Sigma/Binary/Configs/nameFix/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.801] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/nameFix/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.812] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body,*
    {
      sbName = #$name$
    }
    @Body:HAS[#cbNameLater[*]]
    {
      @sbName = #$cbNameLater$
    }
  }


[LOG 19:42:46.819] [ModuleManager] Applying node Sigma/Binary/Configs/sigmaBarycenter/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.832] [ModuleManager] Applying node Sigma/Binary/Configs/sigmaFinalize/@Kopernicus:FOR[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.848] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/sigmaFinalize/@Kopernicus:FOR[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:46.859] [ModuleManager] @Kopernicus:FOR[SigmaBinary][@Kopernicus:FOR[SigmaBinary]]
  @Kopernicus:FOR[SigmaBinary]
  {
    @Body:HAS[~finalizeOrbit[*]]
    {
      finalizeOrbit = False
    }
  }


[LOG 19:42:46.866] [ModuleManager] :AFTER[SIGMABINARY] pass
[LOG 19:42:46.869] [ModuleManager] Applying node /PersilesSigismunda/@Kopernicus:AFTER[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.882] [ModuleManager] Applying node /PersilesSigismunda/@Kopernicus:AFTER[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.896] [ModuleManager] Applying node /PersilesSigismunda/@Kopernicus:HAS[@Body[SigmaBinaryPrimary],@Body[SigmaBinarySecondary]]:AFTER[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:46.908] [ModuleManager] Cannot find key sbName in Body
[LOG 19:42:46.910] [ModuleManager] Error - Cannot parse variable search when editing key name = #$/Body:HAS[#SigmaBinary[Primary]]/sbName$$/Body:HAS[#SigmaBinary[Secondary]]/sbName$
[LOG 19:42:46.916] [ModuleManager] Cannot find key finalizeOrbit in Body
[LOG 19:42:46.919] [ModuleManager] Error - Cannot parse variable search when replacing (%) key massFinalize = #$/Body:HAS[#SigmaBinary[Secondary]]/finalizeOrbit$
[LOG 19:42:46.923] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.925] [ModuleManager] Error - Cannot parse variable search when inserting new key sphereOfInfluence = #$mass$
[LOG 19:42:46.928] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.930] [ModuleManager] Error - Cannot parse variable search when editing key sphereOfInfluence = #$/Body:HAS[#SigmaBinary[Reference]]/Properties/mass$
[LOG 19:42:46.935] [ModuleManager] Cannot find key sphereOfInfluence in Properties
[LOG 19:42:46.937] [ModuleManager] Error - Cannot parse variable search when editing key minSoI = #$sphereOfInfluence$
[LOG 19:42:46.944] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.946] [ModuleManager] Error - Cannot parse variable search when replacing (%) key semiMajorAxis = #$/Body:HAS[#SigmaBinary[Secondary]]/Properties/mass$
[LOG 19:42:46.949] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.951] [ModuleManager] Error - Cannot parse variable search when editing key semiMajorAxis = #$../Properties/mass$
[LOG 19:42:46.955] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.957] [ModuleManager] Error - Cannot parse variable search when editing key semiMajorAxis = #$/Body:HAS[#SigmaBinary[Secondary]]/Properties/mass$
[LOG 19:42:46.963] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.965] [ModuleManager] Error - Cannot parse variable search when replacing (%) key sphereOfInfluence = #$mass$
[LOG 19:42:46.968] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.970] [ModuleManager] Error - Cannot parse variable search when editing key sphereOfInfluence = #$/Body:HAS[#SigmaBinary[Primary]]/Properties/mass$
[LOG 19:42:46.975] [ModuleManager] Cannot find key sphereOfInfluence in Properties
[LOG 19:42:46.977] [ModuleManager] Error - Cannot parse variable search when editing key minSoI = #$sphereOfInfluence$
[LOG 19:42:46.981] [ModuleManager] Cannot find key sphereOfInfluence in Properties
[LOG 19:42:46.984] [ModuleManager] Error - Cannot parse variable search when editing key maxSoI = #$sphereOfInfluence$
[LOG 19:42:46.988] [ModuleManager] Cannot find key sbName in Body
[LOG 19:42:46.990] [ModuleManager] Error - Cannot parse variable search when inserting new key description = #This is the barycenter of the $/Body:HAS[#SigmaBinary[Primary]]/sbName$-$/Body:HAS[#SigmaBinary[Secondary]]/sbName$ system.
[LOG 19:42:46.995] [ModuleManager] Cannot find key mass in Properties
[LOG 19:42:46.996] [ModuleManager] Error - Cannot parse variable search when editing key mass = #$/Body:HAS[#SigmaBinary[Primary]]/Properties/mass$
[LOG 19:42:47.005] [ModuleManager] Cannot find key sphereOfInfluence in Properties
[LOG 19:42:47.007] [ModuleManager] Error - Cannot parse variable search when replacing (%) key sphereOfInfluence = #$/Body:HAS[#SigmaBinary[Primary]]/Properties/sphereOfInfluence$
[LOG 19:42:47.013] [ModuleManager] Cannot find key sphereOfInfluence in Properties
[LOG 19:42:47.015] [ModuleManager] Error - Cannot parse variable search when editing key sphereOfInfluence = #$/Body:HAS[#SigmaBinary[Barycenter]]/Properties/sphereOfInfluence$
[LOG 19:42:47.026] [ModuleManager] Applying node /PersilesSigismunda/@Contracts:AFTER[SigmaBinary] to Squad/Contracts/Contracts/Contracts
[LOG 19:42:47.033] [ModuleManager] Applying node /PersilesSigismunda/@Kopernicus:AFTER[SigmaBinary] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:47.054] [ModuleManager] Exception while processing node : /PersilesSigismunda/@Kopernicus:AFTER[SigmaBinary]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:47.065] [ModuleManager] @Kopernicus:AFTER[SigmaBinary][@Kopernicus:AFTER[SigmaBinary]]
  @Kopernicus:AFTER[SigmaBinary]
  {
    @Body:HAS[#realName[*]]
    {
      @name = #$realName$
      !realName = DEL
    }
    @Body,*
    {
      !SigmaBinary = DEL
      @Properties
      {
        !massFinalize = DEL
        !minSoI = DEL
        !maxSoI = DEL
      }
    }
  }


[LOG 19:42:47.074] [ModuleManager] :BEFORE[SIGMACLEANUP] pass
[LOG 19:42:47.083] [ModuleManager] :FOR[SIGMACLEANUP] pass
[LOG 19:42:47.086] [ModuleManager] Applying node Sigma/Binary/Configs/sigmaCleanUp/@Kopernicus:FOR[SigmaCleanUp] to Kopernicus/Config/System/Kerbol System
[LOG 19:42:47.104] [ModuleManager] Exception while processing node : Sigma/Binary/Configs/sigmaCleanUp/@Kopernicus:FOR[SigmaCleanUp]
System.NullReferenceException: Object reference not set to an instance of an object
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyToRecursive (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at ConfigNode.CopyTo (.ConfigNode node, System.String newName) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader.ModifyNode (.ConfigNode original, .ConfigNode mod) [0x00000] in <filename unknown>:0 
  at ModuleManager.MMPatchLoader+<ApplyPatch>c__Iterator1.MoveNext () [0x00000] in <filename unknown>:0 
[LOG 19:42:47.115] [ModuleManager] @Kopernicus:FOR[SigmaCleanUp][@Kopernicus:FOR[SigmaCleanUp]]
  @Kopernicus:FOR[SigmaCleanUp]
  {
    @Body,*
    {
      !sbName = DEL
    }
    !Body[SigmaBarycenter]
    {
    }
  }


[LOG 19:42:47.121] [ModuleManager] :AFTER[SIGMACLEANUP] pass
[LOG 19:42:47.129] [ModuleManager] :BEFORE[SQUAD] pass
[LOG 19:42:47.143] [ModuleManager] :FOR[SQUAD] pass
[LOG 19:42:47.153] [ModuleManager] :AFTER[SQUAD] pass
[LOG 19:42:47.163] [ModuleManager] :BEFORE[STEAMWORKS.NET] pass
[LOG 19:42:47.172] [ModuleManager] :FOR[STEAMWORKS.NET] pass
[LOG 19:42:47.183] [ModuleManager] :AFTER[STEAMWORKS.NET] pass
[LOG 19:42:47.192] [ModuleManager] :BEFORE[UMBRASPACEINDUSTRIES] pass
[LOG 19:42:47.203] [ModuleManager] :FOR[UMBRASPACEINDUSTRIES] pass
[LOG 19:42:47.212] [ModuleManager] :AFTER[UMBRASPACEINDUSTRIES] pass
[LOG 19:42:47.222] [ModuleManager] :BEFORE[WARPENGINE] pass
[LOG 19:42:47.232] [ModuleManager] :FOR[WARPENGINE] pass
[LOG 19:42:47.242] [ModuleManager] :AFTER[WARPENGINE] pass
[LOG 19:42:47.252] [ModuleManager] :FINAL pass
[LOG 19:42:47.430] [ModuleManager] ModuleManager: 32 patches applied, found 16 errors
16 errors related to GameData/PersilesSigismunda.cfg

[LOG 19:42:47.433] [ModuleManager] Reloading ressources definitions
[LOG 19:42:47.435] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.437] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.439] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.441] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.443] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.445] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.447] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.449] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.451] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.453] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.455] Resource RESOURCE_DEFINITION added to database
[LOG 19:42:47.559] [ModuleManager] Ran in 8.302s
[LOG 19:42:47.566] PartLoader: Creating part database
[LOG 19:42:47.569] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 19:42:47.609] EffectList: Created 11 effect types
[LOG 19:42:47.654] PartLoader: Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone' has no database record. Creating.
[LOG 19:42:47.739] DragCubeSystem: Creating drag cubes for part 'noseCone'
[LOG 19:42:47.839] PartLoader: Compiling Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1'
[LOG 19:42:47.887] PartLoader: Part 'Squad/Parts/Aero/airbrake/Airbrake/airbrake1' has no database record. Creating.
[LOG 19:42:47.900] DragCubeSystem: Creating drag cubes for part 'airbrake1'
[LOG 19:42:48.054] PartLoader: Compiling Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 19:42:48.082] PartLoader: Part 'Squad/Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop' has no database record. Creating.
[LOG 19:42:48.094] DragCubeSystem: Creating drag cubes for part 'airScoop'
[LOG 19:42:48.164] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf'
[LOG 19:42:48.192] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/ControlSurface/airlinerCtrlSrf' has no database record. Creating.
[LOG 19:42:48.204] DragCubeSystem: Creating drag cubes for part 'airlinerCtrlSrf'
[LOG 19:42:48.347] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing'
[LOG 19:42:48.373] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/MainWing/airlinerMainWing' has no database record. Creating.
[LOG 19:42:48.383] DragCubeSystem: Creating drag cubes for part 'airlinerMainWing'
[LOG 19:42:48.427] PartLoader: Compiling Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin'
[LOG 19:42:48.458] PartLoader: Part 'Squad/Parts/Aero/airlinerWings/TailFin/airlinerTailFin' has no database record. Creating.
[LOG 19:42:48.471] DragCubeSystem: Creating drag cubes for part 'airlinerTailFin'
[LOG 19:42:48.614] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard'
[LOG 19:42:48.641] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/advancedCanard/AdvancedCanard' has no database record. Creating.
[LOG 19:42:48.652] DragCubeSystem: Creating drag cubes for part 'AdvancedCanard'
[LOG 19:42:48.798] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController'
[LOG 19:42:48.824] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/standardCanard/CanardController' has no database record. Creating.
[LOG 19:42:48.835] DragCubeSystem: Creating drag cubes for part 'CanardController'
[LOG 19:42:48.995] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing'
[LOG 19:42:49.025] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/sweptWing/sweptWing' has no database record. Creating.
[LOG 19:42:49.036] DragCubeSystem: Creating drag cubes for part 'sweptWing'
[LOG 19:42:49.090] PartLoader: Compiling Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin'
[LOG 19:42:49.119] PartLoader: Part 'Squad/Parts/Aero/airplaneFins/tailfin/tailfin' has no database record. Creating.
[LOG 19:42:49.130] DragCubeSystem: Creating drag cubes for part 'tailfin'
[LOG 19:42:49.284] PartLoader: Compiling Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin'
[LOG 19:42:49.308] PartLoader: Part 'Squad/Parts/Aero/basicFin/basicFin/basicFin' has no database record. Creating.
[LOG 19:42:49.318] DragCubeSystem: Creating drag cubes for part 'basicFin'
[LOG 19:42:49.372] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake'
[LOG 19:42:49.403] PartLoader: Part 'Squad/Parts/Aero/circularIntake/circularIntake/CircularIntake' has no database record. Creating.
[LOG 19:42:49.406] PartLoader: Compiling Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake'
[LOG 19:42:49.434] PartLoader: Part 'Squad/Parts/Aero/circularIntake/intakeShockCone/shockConeIntake' has no database record. Creating.
[LOG 19:42:49.437] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone'
[LOG 19:42:49.466] PartLoader: Part 'Squad/Parts/Aero/cones/avionicsNoseCone/avionicsNoseCone' has no database record. Creating.
[LOG 19:42:49.480] DragCubeSystem: Creating drag cubes for part 'avionicsNoseCone'
[LOG 19:42:49.548] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA'
[LOG 19:42:49.573] PartLoader: Part 'Squad/Parts/Aero/cones/ConeA/pointyNoseConeA' has no database record. Creating.
[LOG 19:42:49.583] DragCubeSystem: Creating drag cubes for part 'pointyNoseConeA'
[LOG 19:42:49.655] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB'
[LOG 19:42:49.679] PartLoader: Part 'Squad/Parts/Aero/cones/ConeB/pointyNoseConeB' has no database record. Creating.
[LOG 19:42:49.689] DragCubeSystem: Creating drag cubes for part 'pointyNoseConeB'
[LOG 19:42:49.764] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter'
[LOG 19:42:49.788] PartLoader: Part 'Squad/Parts/Aero/cones/noseConeAdapter/noseConeAdapter' has no database record. Creating.
[LOG 19:42:49.799] DragCubeSystem: Creating drag cubes for part 'noseConeAdapter'
[LOG 19:42:49.882] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone'
[LOG 19:42:49.906] PartLoader: Part 'Squad/Parts/Aero/cones/smallNoseCone/standardNoseCone' has no database record. Creating.
[LOG 19:42:49.919] DragCubeSystem: Creating drag cubes for part 'standardNoseCone'
[LOG 19:42:50.001] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail'
[LOG 19:42:50.028] PartLoader: Part 'Squad/Parts/Aero/cones/tailConnectorA/airplaneTail' has no database record. Creating.
[LOG 19:42:50.040] DragCubeSystem: Creating drag cubes for part 'airplaneTail'
[LOG 19:42:50.120] PartLoader: Compiling Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB'
[LOG 19:42:50.149] PartLoader: Part 'Squad/Parts/Aero/cones/tailConnectorB/airplaneTailB' has no database record. Creating.
[LOG 19:42:50.159] DragCubeSystem: Creating drag cubes for part 'airplaneTailB'
[LOG 19:42:50.221] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1'
[LOG 19:42:50.252] Added sound_vent_large to FXGroup deploy
[LOG 19:42:50.300] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize1/fairingSize1' has no database record. Creating.
[LOG 19:42:50.316] DragCubeSystem: Creating drag cubes for part 'fairingSize1'
[LOG 19:42:50.393] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2'
[LOG 19:42:50.404] Added sound_vent_large to FXGroup deploy
[LOG 19:42:50.436] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize2/fairingSize2' has no database record. Creating.
[LOG 19:42:50.452] DragCubeSystem: Creating drag cubes for part 'fairingSize2'
[LOG 19:42:50.513] PartLoader: Compiling Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3'
[LOG 19:42:50.523] Added sound_vent_large to FXGroup deploy
[LOG 19:42:50.556] PartLoader: Part 'Squad/Parts/Aero/fairings/fairingSize3/fairingSize3' has no database record. Creating.
[LOG 19:42:50.573] DragCubeSystem: Creating drag cubes for part 'fairingSize3'
[LOG 19:42:50.634] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1'
[LOG 19:42:50.675] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield1/HeatShield1' has no database record. Creating.
[LOG 19:42:50.692] DragCubeSystem: Creating drag cubes for part 'HeatShield1'
[LOG 19:42:50.831] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2'
[LOG 19:42:50.845] Added sound_vent_large to FXGroup decouple
[LOG 19:42:50.873] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield2/HeatShield2' has no database record. Creating.
[LOG 19:42:50.891] DragCubeSystem: Creating drag cubes for part 'HeatShield2'
[LOG 19:42:51.031] PartLoader: Compiling Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3'
[LOG 19:42:51.042] Added sound_vent_large to FXGroup decouple
[LOG 19:42:51.068] PartLoader: Part 'Squad/Parts/Aero/HeatShield/HeatShield3/HeatShield3' has no database record. Creating.
[LOG 19:42:51.083] DragCubeSystem: Creating drag cubes for part 'HeatShield3'
[LOG 19:42:51.203] PartLoader: Compiling Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong'
[LOG 19:42:51.228] PartLoader: Part 'Squad/Parts/Aero/intakeRadialLong/intakeRadialLong/IntakeRadialLong' has no database record. Creating.
[LOG 19:42:51.239] DragCubeSystem: Creating drag cubes for part 'IntakeRadialLong'
[LOG 19:42:51.294] PartLoader: Compiling Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake'
[LOG 19:42:51.320] PartLoader: Part 'Squad/Parts/Aero/miniIntake/SmallIntake/miniIntake' has no database record. Creating.
[LOG 19:42:51.323] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 19:42:51.356] PartLoader: Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone' has no database record. Creating.
[LOG 19:42:51.374] DragCubeSystem: Creating drag cubes for part 'rocketNoseCone'
[LOG 19:42:51.453] PartLoader: Compiling Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 19:42:51.483] PartLoader: Part 'Squad/Parts/Aero/ramAirIntake/ramAirIntake/ramAirIntake' has no database record. Creating.
[LOG 19:42:51.486] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta'
[LOG 19:42:51.508] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/delta/wingShuttleDelta' has no database record. Creating.
[LOG 19:42:51.518] DragCubeSystem: Creating drag cubes for part 'wingShuttleDelta'
[LOG 19:42:51.579] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon/elevonMk3'
[ERR 19:42:51.582] PartCompiler: Cannot clone model 'Squad/Parts/Aero/shuttleWings/elevon' as model does not exist

[ERR 19:42:51.585] PartCompiler: Model was not compiled correctly

[ERR 19:42:51.587] PartCompiler: Cannot compile model

[ERR 19:42:51.589] PartCompiler: Cannot compile part

[LOG 19:42:51.591] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1'
[LOG 19:42:51.619] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/elevon1/wingShuttleElevon1' has no database record. Creating.
[LOG 19:42:51.632] DragCubeSystem: Creating drag cubes for part 'wingShuttleElevon1'
[LOG 19:42:51.794] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2'
[LOG 19:42:51.822] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/elevon2/wingShuttleElevon2' has no database record. Creating.
[LOG 19:42:51.835] DragCubeSystem: Creating drag cubes for part 'wingShuttleElevon2'
[LOG 19:42:51.997] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder'
[LOG 19:42:52.023] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/rudder/wingShuttleRudder' has no database record. Creating.
[LOG 19:42:52.035] DragCubeSystem: Creating drag cubes for part 'wingShuttleRudder'
[LOG 19:42:52.184] PartLoader: Compiling Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake'
[LOG 19:42:52.208] PartLoader: Part 'Squad/Parts/Aero/shuttleWings/strake/wingShuttleStrake' has no database record. Creating.
[LOG 19:42:52.220] DragCubeSystem: Creating drag cubes for part 'wingShuttleStrake'
[LOG 19:42:52.266] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 19:42:52.293] PartLoader: Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet' has no database record. Creating.
[LOG 19:42:52.306] DragCubeSystem: Creating drag cubes for part 'R8winglet'
[LOG 19:42:52.462] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 19:42:52.488] PartLoader: Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet' has no database record. Creating.
[LOG 19:42:52.499] DragCubeSystem: Creating drag cubes for part 'winglet'
[LOG 19:42:52.545] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 19:42:52.573] PartLoader: Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3' has no database record. Creating.
[LOG 19:42:52.585] DragCubeSystem: Creating drag cubes for part 'winglet3'
[LOG 19:42:52.739] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector1/wingConnector'
[LOG 19:42:52.764] PartLoader: Part 'Squad/Parts/Aero/wings/connector1/wingConnector' has no database record. Creating.
[LOG 19:42:52.773] DragCubeSystem: Creating drag cubes for part 'wingConnector'
[LOG 19:42:52.844] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector2/wingConnector2'
[LOG 19:42:52.869] PartLoader: Part 'Squad/Parts/Aero/wings/connector2/wingConnector2' has no database record. Creating.
[LOG 19:42:52.879] DragCubeSystem: Creating drag cubes for part 'wingConnector2'
[LOG 19:42:52.930] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector3/wingConnector3'
[LOG 19:42:52.954] PartLoader: Part 'Squad/Parts/Aero/wings/connector3/wingConnector3' has no database record. Creating.
[LOG 19:42:52.964] DragCubeSystem: Creating drag cubes for part 'wingConnector3'
[LOG 19:42:53.022] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector4/wingConnector4'
[LOG 19:42:53.047] PartLoader: Part 'Squad/Parts/Aero/wings/connector4/wingConnector4' has no database record. Creating.
[LOG 19:42:53.057] DragCubeSystem: Creating drag cubes for part 'wingConnector4'
[LOG 19:42:53.109] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/connector5/wingConnector5'
[LOG 19:42:53.133] PartLoader: Part 'Squad/Parts/Aero/wings/connector5/wingConnector5' has no database record. Creating.
[LOG 19:42:53.144] DragCubeSystem: Creating drag cubes for part 'wingConnector5'
[LOG 19:42:53.201] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta/deltaWing'
[LOG 19:42:53.225] PartLoader: Part 'Squad/Parts/Aero/wings/delta/deltaWing' has no database record. Creating.
[LOG 19:42:53.235] DragCubeSystem: Creating drag cubes for part 'deltaWing'
[LOG 19:42:53.293] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/delta_small/delta_small'
[LOG 19:42:53.317] PartLoader: Part 'Squad/Parts/Aero/wings/delta_small/delta_small' has no database record. Creating.
[LOG 19:42:53.327] DragCubeSystem: Creating drag cubes for part 'delta.small'
[LOG 19:42:53.379] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf'
[LOG 19:42:53.404] PartLoader: Part 'Squad/Parts/Aero/wings/elevon1/StandardCtrlSrf' has no database record. Creating.
[LOG 19:42:53.415] DragCubeSystem: Creating drag cubes for part 'StandardCtrlSrf'
[LOG 19:42:53.556] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon2/elevon2'
[LOG 19:42:53.581] PartLoader: Part 'Squad/Parts/Aero/wings/elevon2/elevon2' has no database record. Creating.
[LOG 19:42:53.592] DragCubeSystem: Creating drag cubes for part 'elevon2'
[LOG 19:42:53.735] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon3/elevon3'
[LOG 19:42:53.759] PartLoader: Part 'Squad/Parts/Aero/wings/elevon3/elevon3' has no database record. Creating.
[LOG 19:42:53.770] DragCubeSystem: Creating drag cubes for part 'elevon3'
[LOG 19:42:53.928] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf'
[LOG 19:42:53.953] PartLoader: Part 'Squad/Parts/Aero/wings/elevon4/smallCtrlSrf' has no database record. Creating.
[LOG 19:42:53.964] DragCubeSystem: Creating drag cubes for part 'smallCtrlSrf'
[LOG 19:42:54.151] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/elevon5/elevon5'
[LOG 19:42:54.177] PartLoader: Part 'Squad/Parts/Aero/wings/elevon5/elevon5' has no database record. Creating.
[LOG 19:42:54.188] DragCubeSystem: Creating drag cubes for part 'elevon5'
[LOG 19:42:54.324] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/strake/wingStrake'
[LOG 19:42:54.348] PartLoader: Part 'Squad/Parts/Aero/wings/strake/wingStrake' has no database record. Creating.
[LOG 19:42:54.357] DragCubeSystem: Creating drag cubes for part 'wingStrake'
[LOG 19:42:54.400] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural1/structuralWing'
[LOG 19:42:54.424] PartLoader: Part 'Squad/Parts/Aero/wings/structural1/structuralWing' has no database record. Creating.
[LOG 19:42:54.434] DragCubeSystem: Creating drag cubes for part 'structuralWing'
[LOG 19:42:54.487] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural2/structuralWing2'
[LOG 19:42:54.511] PartLoader: Part 'Squad/Parts/Aero/wings/structural2/structuralWing2' has no database record. Creating.
[LOG 19:42:54.593] DragCubeSystem: Creating drag cubes for part 'structuralWing2'
[LOG 19:42:54.649] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural3/structuralWing3'
[LOG 19:42:54.687] PartLoader: Part 'Squad/Parts/Aero/wings/structural3/structuralWing3' has no database record. Creating.
[LOG 19:42:54.697] DragCubeSystem: Creating drag cubes for part 'structuralWing3'
[LOG 19:42:54.743] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/structural4/structuralWing4'
[LOG 19:42:54.788] PartLoader: Part 'Squad/Parts/Aero/wings/structural4/structuralWing4' has no database record. Creating.
[LOG 19:42:54.798] DragCubeSystem: Creating drag cubes for part 'structuralWing4'
[LOG 19:42:54.845] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept1/sweptWing1'
[LOG 19:42:54.869] PartLoader: Part 'Squad/Parts/Aero/wings/swept1/sweptWing1' has no database record. Creating.
[LOG 19:42:54.878] DragCubeSystem: Creating drag cubes for part 'sweptWing1'
[LOG 19:42:54.924] PartLoader: Compiling Part 'Squad/Parts/Aero/wings/swept2/sweptWing2'
[LOG 19:42:54.949] PartLoader: Part 'Squad/Parts/Aero/wings/swept2/sweptWing2' has no database record. Creating.
[LOG 19:42:54.959] DragCubeSystem: Creating drag cubes for part 'sweptWing2'
[LOG 19:42:55.017] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 19:42:55.047] PartLoader: Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2' has no database record. Creating.
[LOG 19:42:55.051] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 19:42:55.105] PartLoader: Part 'Squad/Parts/Command/cupola/cupola/cupola' has no database record. Creating.
[LOG 19:42:55.125] DragCubeSystem: Creating drag cubes for part 'cupola'
[LOG 19:42:55.199] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 19:42:55.226] PartLoader: Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd' has no database record. Creating.
[LOG 19:42:55.239] DragCubeSystem: Creating drag cubes for part 'seatExternalCmd'
[LOG 19:42:55.307] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 19:42:55.348] PartLoader: Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin' has no database record. Creating.
[LOG 19:42:55.368] DragCubeSystem: Creating drag cubes for part 'crewCabin'
[LOG 19:42:55.464] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 19:42:55.489] PartLoader: Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule' has no database record. Creating.
[LOG 19:42:55.502] DragCubeSystem: Creating drag cubes for part 'advSasModule'
[LOG 19:42:55.582] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 19:42:55.608] PartLoader: Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule' has no database record. Creating.
[LOG 19:42:55.621] DragCubeSystem: Creating drag cubes for part 'sasModule'
[LOG 19:42:55.689] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 19:42:55.754] PartLoader: Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod' has no database record. Creating.
[LOG 19:42:55.784] DragCubeSystem: Creating drag cubes for part 'Mark1-2Pod'
[LOG 19:42:55.866] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit'
[LOG 19:42:55.922] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1Cockpit/Mark1Cockpit' has no database record. Creating.
[LOG 19:42:55.947] DragCubeSystem: Creating drag cubes for part 'Mark1Cockpit'
[LOG 19:42:56.082] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin'
[LOG 19:42:56.123] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1CrewCabin/MK1CrewCabin' has no database record. Creating.
[LOG 19:42:56.142] DragCubeSystem: Creating drag cubes for part 'MK1CrewCabin'
[LOG 19:42:56.296] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit'
[LOG 19:42:56.348] PartLoader: Part 'Squad/Parts/Command/mk1Cockpits/mk1InlineCockpit/Mark2Cockpit' has no database record. Creating.
[LOG 19:42:56.372] DragCubeSystem: Creating drag cubes for part 'Mark2Cockpit'
[LOG 19:42:56.531] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 19:42:56.583] PartLoader: Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall' has no database record. Creating.
[LOG 19:42:56.607] DragCubeSystem: Creating drag cubes for part 'landerCabinSmall'
[LOG 19:42:56.700] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 19:42:56.788] PartLoader: Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod' has no database record. Creating.
[LOG 19:42:56.817] DragCubeSystem: Creating drag cubes for part 'mk1pod'
[LOG 19:42:56.897] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline'
[LOG 19:42:56.956] PartLoader: Part 'Squad/Parts/Command/mk2CockpitInline/mk2CockpitInline/mk2Cockpit_Inline' has no database record. Creating.
[LOG 19:42:56.983] DragCubeSystem: Creating drag cubes for part 'mk2Cockpit.Inline'
[LOG 19:42:57.144] PartLoader: Compiling Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard'
[LOG 19:42:57.202] PartLoader: Part 'Squad/Parts/Command/mk2CockpitStandard/mk2CockpitStandard/mk2Cockpit_Standard' has no database record. Creating.
[LOG 19:42:57.231] DragCubeSystem: Creating drag cubes for part 'mk2Cockpit.Standard'
[LOG 19:42:57.357] PartLoader: Compiling Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore'
[LOG 19:42:57.392] PartLoader: Part 'Squad/Parts/Command/mk2DroneCore/mk2Dronecore/mk2DroneCore' has no database record. Creating.
[LOG 19:42:57.408] DragCubeSystem: Creating drag cubes for part 'mk2DroneCore'
[LOG 19:42:57.457] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 19:42:57.545] PartLoader: Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin' has no database record. Creating.
[LOG 19:42:57.592] DragCubeSystem: Creating drag cubes for part 'mk2LanderCabin'
[LOG 19:42:57.664] PartLoader: Compiling Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle'
[LOG 19:42:57.719] PartLoader: Part 'Squad/Parts/Command/mk3CockpitShuttle/mk3CockpitShuttle/mk3Cockpit_Shuttle' has no database record. Creating.
[LOG 19:42:57.743] DragCubeSystem: Creating drag cubes for part 'mk3Cockpit.Shuttle'
[LOG 19:42:57.903] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 19:42:57.939] PartLoader: Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube' has no database record. Creating.
[LOG 19:42:57.953] DragCubeSystem: Creating drag cubes for part 'probeCoreCube'
[LOG 19:42:58.045] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 19:42:58.080] PartLoader: Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex' has no database record. Creating.
[LOG 19:42:58.096] DragCubeSystem: Creating drag cubes for part 'probeCoreHex'
[LOG 19:42:58.169] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 19:42:58.211] PartLoader: Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto' has no database record. Creating.
[LOG 19:42:58.231] DragCubeSystem: Creating drag cubes for part 'probeCoreOcto'
[LOG 19:42:58.308] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 19:42:58.346] PartLoader: Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2' has no database record. Creating.
[LOG 19:42:58.364] DragCubeSystem: Creating drag cubes for part 'probeCoreOcto2'
[LOG 19:42:58.434] PartLoader: Compiling Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody'
[LOG 19:42:58.467] PartLoader: Part 'Squad/Parts/Command/probeRoverBody/probeRoverBody/roverBody' has no database record. Creating.
[LOG 19:42:58.482] DragCubeSystem: Creating drag cubes for part 'roverBody'
[LOG 19:42:58.548] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 19:42:58.587] PartLoader: Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge' has no database record. Creating.
[LOG 19:42:58.605] DragCubeSystem: Creating drag cubes for part 'probeStackLarge'
[LOG 19:42:58.665] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 19:42:58.699] PartLoader: Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall' has no database record. Creating.
[LOG 19:42:58.715] DragCubeSystem: Creating drag cubes for part 'probeStackSmall'
[LOG 19:42:58.801] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 19:42:58.832] PartLoader: Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere' has no database record. Creating.
[LOG 19:42:58.847] DragCubeSystem: Creating drag cubes for part 'probeCoreSphere'
[LOG 19:42:58.938] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine'
[LOG 19:42:58.979] PartLoader: Part 'Squad/Parts/CompoundParts/fuelLine/fuelLine/fuelLine' has no database record. Creating.
[LOG 19:42:58.992] DragCubeSystem: Creating drag cubes for part 'fuelLine'
[LOG 19:42:59.039] PartLoader: Compiling Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector'
[LOG 19:42:59.070] PartLoader: Part 'Squad/Parts/CompoundParts/strutConnector/strutConnector/strutConnector' has no database record. Creating.
[LOG 19:42:59.083] DragCubeSystem: Creating drag cubes for part 'strutConnector'
[LOG 19:42:59.128] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 19:42:59.161] PartLoader: Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2' has no database record. Creating.
[LOG 19:42:59.174] DragCubeSystem: Creating drag cubes for part 'solarPanels2'
[LOG 19:42:59.350] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 19:42:59.378] PartLoader: Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4' has no database record. Creating.
[LOG 19:42:59.391] DragCubeSystem: Creating drag cubes for part 'solarPanels4'
[LOG 19:42:59.564] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1'
[LOG 19:42:59.593] PartLoader: Part 'Squad/Parts/Electrical/3x2ShroudSolarPanels/3x2ShroudSolarPanels/solarPanels1' has no database record. Creating.
[LOG 19:42:59.606] DragCubeSystem: Creating drag cubes for part 'solarPanels1'
[LOG 19:42:59.806] PartLoader: Compiling Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3'
[LOG 19:42:59.834] PartLoader: Part 'Squad/Parts/Electrical/3x2SolarPanels/3x2SolarPanels/solarPanels3' has no database record. Creating.
[LOG 19:42:59.847] DragCubeSystem: Creating drag cubes for part 'solarPanels3'
[LOG 19:43:00.027] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 19:43:00.054] PartLoader: Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel' has no database record. Creating.
[LOG 19:43:00.068] DragCubeSystem: Creating drag cubes for part 'largeSolarPanel'
[LOG 19:43:00.212] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 19:43:00.238] PartLoader: Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5' has no database record. Creating.
[LOG 19:43:00.251] DragCubeSystem: Creating drag cubes for part 'solarPanels5'
[LOG 19:43:00.305] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 19:43:00.345] PartLoader: Part 'Squad/Parts/Electrical/RTG/RTG/rtg' has no database record. Creating.
[LOG 19:43:00.362] DragCubeSystem: Creating drag cubes for part 'rtg'
[LOG 19:43:00.428] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 19:43:00.446] PartLoader: Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack' has no database record. Creating.
[LOG 19:43:00.453] DragCubeSystem: Creating drag cubes for part 'batteryPack'
[LOG 19:43:00.527] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 19:43:00.550] PartLoader: Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank' has no database record. Creating.
[LOG 19:43:00.561] DragCubeSystem: Creating drag cubes for part 'batteryBank'
[LOG 19:43:00.622] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 19:43:00.641] PartLoader: Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini' has no database record. Creating.
[LOG 19:43:00.649] DragCubeSystem: Creating drag cubes for part 'batteryBankMini'
[LOG 19:43:00.725] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 19:43:00.744] PartLoader: Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack' has no database record. Creating.
[LOG 19:43:00.752] DragCubeSystem: Creating drag cubes for part 'ksp.r.largeBatteryPack'
[LOG 19:43:00.827] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 19:43:00.846] PartLoader: Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge' has no database record. Creating.
[LOG 19:43:00.854] DragCubeSystem: Creating drag cubes for part 'batteryBankLarge'
[LOG 19:43:00.937] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 19:43:01.001] PartLoader: Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine' has no database record. Creating.
[LOG 19:43:01.023] DragCubeSystem: Creating drag cubes for part 'ionEngine'
[LOG 19:43:01.099] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet'
[LOG 19:43:01.216] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineAfterburning/turboJet' has no database record. Creating.
[LOG 19:43:01.262] DragCubeSystem: Creating drag cubes for part 'turboJet'
[LOG 19:43:01.374] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine'
[LOG 19:43:01.435] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineBasic/JetEngine' has no database record. Creating.
[LOG 19:43:01.462] DragCubeSystem: Creating drag cubes for part 'JetEngine'
[LOG 19:43:01.617] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2'
[LOG 19:43:01.699] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineBig/turboFanSize2' has no database record. Creating.
[LOG 19:43:01.735] DragCubeSystem: Part 'turboFanSize2' has defined a procedural drag cube setup
[LOG 19:43:01.739] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine'
[LOG 19:43:01.805] PartLoader: Part 'Squad/Parts/Engine/jetEngines/jetEngineTurbo/turboFanEngine' has no database record. Creating.
[LOG 19:43:01.833] DragCubeSystem: Creating drag cubes for part 'turboFanEngine'
[LOG 19:43:01.922] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 19:43:01.966] PartLoader: Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine' has no database record. Creating.
[LOG 19:43:01.986] DragCubeSystem: Creating drag cubes for part 'smallRadialEngine'
[LOG 19:43:02.044] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 19:43:02.094] PartLoader: Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini' has no database record. Creating.
[LOG 19:43:02.117] DragCubeSystem: Creating drag cubes for part 'liquidEngineMini'
[LOG 19:43:02.272] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 19:43:02.329] Added sound_rocket_hard to FXGroup running
[LOG 19:43:02.332] Added sound_explosion_low to FXGroup flameout
[LOG 19:43:02.379] PartLoader: Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike' has no database record. Creating.
[LOG 19:43:02.404] DragCubeSystem: Creating drag cubes for part 'toroidalAerospike'
[LOG 19:43:02.567] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 19:43:02.578] Added sound_rocket_mini to FXGroup running
[LOG 19:43:02.606] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine' has no database record. Creating.
[LOG 19:43:02.622] DragCubeSystem: Creating drag cubes for part 'microEngine'
[LOG 19:43:02.696] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 19:43:02.707] Added sound_rocket_mini to FXGroup running
[LOG 19:43:02.738] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini' has no database record. Creating.
[LOG 19:43:02.758] DragCubeSystem: Creating drag cubes for part 'radialEngineMini'
[LOG 19:43:02.823] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 19:43:02.837] Added sound_rocket_hard to FXGroup running
[LOG 19:43:02.885] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3' has no database record. Creating.
[LOG 19:43:02.941] DragCubeSystem: Creating drag cubes for part 'liquidEngine3'
[LOG 19:43:03.096] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 19:43:03.110] Added sound_rocket_hard to FXGroup running
[LOG 19:43:03.162] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine' has no database record. Creating.
[LOG 19:43:03.192] DragCubeSystem: Part 'nuclearEngine' has defined a procedural drag cube setup
[LOG 19:43:03.196] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 19:43:03.210] Added sound_rocket_hard to FXGroup running
[LOG 19:43:03.212] Added sound_explosion_low to FXGroup flameout
[LOG 19:43:03.256] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine' has no database record. Creating.
[LOG 19:43:03.282] DragCubeSystem: Creating drag cubes for part 'liquidEngine'
[LOG 19:43:03.432] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 19:43:03.446] Added sound_rocket_hard to FXGroup running
[LOG 19:43:03.449] Added sound_explosion_low to FXGroup flameout
[LOG 19:43:03.501] PartLoader: Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2' has no database record. Creating.
[LOG 19:43:03.531] DragCubeSystem: Creating drag cubes for part 'liquidEngine2'
[LOG 19:43:03.696] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 19:43:03.712] Added sound_rocket_hard to FXGroup running
[LOG 19:43:03.715] Added sound_explosion_low to FXGroup flameout
[LOG 19:43:03.769] PartLoader: Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2' has no database record. Creating.
[LOG 19:43:03.800] DragCubeSystem: Creating drag cubes for part 'liquidEngine1-2'
[LOG 19:43:03.966] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 19:43:03.978] Added sound_rocket_hard to FXGroup running
[LOG 19:43:04.019] PartLoader: Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2' has no database record. Creating.
[LOG 19:43:04.042] DragCubeSystem: Creating drag cubes for part 'radialLiquidEngine1-2'
[LOG 19:43:04.107] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 19:43:04.123] Added sound_rocket_hard to FXGroup running
[LOG 19:43:04.176] PartLoader: Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2' has no database record. Creating.
[LOG 19:43:04.208] DragCubeSystem: Creating drag cubes for part 'liquidEngine2-2'
[LOG 19:43:04.363] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 19:43:04.374] Added sound_rocket_hard to FXGroup running
[LOG 19:43:04.376] Added sound_explosion_low to FXGroup flameout
[LOG 19:43:04.427] PartLoader: Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper' has no database record. Creating.
[LOG 19:43:04.454] DragCubeSystem: Creating drag cubes for part 'engineLargeSkipper'
[LOG 19:43:04.627] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME'
[LOG 19:43:04.691] PartLoader: Part 'Squad/Parts/Engine/liquidEngineSSME/SSME/SSME' has no database record. Creating.
[LOG 19:43:04.719] DragCubeSystem: Creating drag cubes for part 'SSME'
[LOG 19:43:04.884] PartLoader: Compiling Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster'
[LOG 19:43:04.950] PartLoader: Part 'Squad/Parts/Engine/MassiveSRB/part/MassiveBooster' has no database record. Creating.
[LOG 19:43:04.979] DragCubeSystem: Creating drag cubes for part 'MassiveBooster'
[LOG 19:43:05.038] PartLoader: Compiling Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine'
[LOG 19:43:05.117] PartLoader: Part 'Squad/Parts/Engine/miniJet/SmallJetEngine/miniJetEngine' has no database record. Creating.
[LOG 19:43:05.138] DragCubeSystem: Creating drag cubes for part 'miniJetEngine'
[LOG 19:43:05.220] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 19:43:05.233] Added sound_rocket_mini to FXGroup running
[LOG 19:43:05.260] PartLoader: Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine' has no database record. Creating.
[LOG 19:43:05.283] DragCubeSystem: Creating drag cubes for part 'omsEngine'
[LOG 19:43:05.332] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 19:43:05.426] PartLoader: Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER' has no database record. Creating.
[LOG 19:43:05.472] DragCubeSystem: Creating drag cubes for part 'RAPIER'
[LOG 19:43:05.574] PartLoader: Compiling Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB'
[LOG 19:43:05.677] PartLoader: Part 'Squad/Parts/Engine/Size2LFB/part/Size2LFB' has no database record. Creating.
[LOG 19:43:05.727] DragCubeSystem: Creating drag cubes for part 'Size2LFB'
[LOG 19:43:05.791] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 19:43:05.878] PartLoader: Part 'Squad/Parts/Engine/Size3AdvancedEngine/part/Size3AdvancedEngine' has no database record. Creating.
[LOG 19:43:05.919] DragCubeSystem: Creating drag cubes for part 'Size3AdvancedEngine'
[LOG 19:43:06.096] PartLoader: Compiling Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster'
[LOG 19:43:06.170] PartLoader: Part 'Squad/Parts/Engine/Size3EngineCluster/part/Size3EngineCluster' has no database record. Creating.
[LOG 19:43:06.206] DragCubeSystem: Creating drag cubes for part 'Size3EngineCluster'
[LOG 19:43:06.296] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 19:43:06.310] Added sound_rocket_hard to FXGroup running
[LOG 19:43:06.348] PartLoader: Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1' has no database record. Creating.
[LOG 19:43:06.371] DragCubeSystem: Creating drag cubes for part 'solidBooster1-1'
[LOG 19:43:06.432] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 19:43:06.447] Added sound_rocket_hard to FXGroup running
[LOG 19:43:06.486] PartLoader: Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster' has no database record. Creating.
[LOG 19:43:06.511] DragCubeSystem: Creating drag cubes for part 'solidBooster'
[LOG 19:43:06.582] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm'
[LOG 19:43:06.594] Added sound_rocket_hard to FXGroup running
[LOG 19:43:06.628] PartLoader: Part 'Squad/Parts/Engine/solidBoosterRT-5/solidBoosterRT-5/solidBooster_sm' has no database record. Creating.
[LOG 19:43:06.650] DragCubeSystem: Creating drag cubes for part 'solidBooster.sm'
[LOG 19:43:06.742] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 19:43:06.754] Added sound_rocket_mini to FXGroup running
[LOG 19:43:06.781] PartLoader: Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1' has no database record. Creating.
[LOG 19:43:06.797] DragCubeSystem: Creating drag cubes for part 'sepMotor1'
[LOG 19:43:06.848] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 19:43:06.889] PartLoader: Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine' has no database record. Creating.
[LOG 19:43:06.911] DragCubeSystem: Creating drag cubes for part 'vernierEngine'
[LOG 19:43:06.970] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2'
[LOG 19:43:06.990] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Mk2/adapterMk3-Mk2' has no database record. Creating.
[LOG 19:43:06.998] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Mk2'
[LOG 19:43:07.073] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines'
[LOG 19:43:07.094] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-ShuttleAdapter/adapterEngines' has no database record. Creating.
[LOG 19:43:07.103] DragCubeSystem: Creating drag cubes for part 'adapterEngines'
[LOG 19:43:07.171] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2'
[LOG 19:43:07.191] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2/adapterMk3-Size2' has no database record. Creating.
[LOG 19:43:07.230] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Size2'
[LOG 19:43:07.326] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant'
[LOG 19:43:07.346] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Mk3-Size2Slant/adapterMk3-Size2Slant' has no database record. Creating.
[LOG 19:43:07.355] DragCubeSystem: Creating drag cubes for part 'adapterMk3-Size2Slant'
[LOG 19:43:07.440] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2'
[LOG 19:43:07.459] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Mk2/adapterSize2-Mk2' has no database record. Creating.
[LOG 19:43:07.468] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Mk2'
[LOG 19:43:07.545] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1'
[LOG 19:43:07.564] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1/adapterSize2-Size1' has no database record. Creating.
[LOG 19:43:07.573] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Size1'
[LOG 19:43:07.655] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant'
[LOG 19:43:07.675] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size2-Size1Slant/adapterSize2-Size1Slant' has no database record. Creating.
[LOG 19:43:07.684] DragCubeSystem: Creating drag cubes for part 'adapterSize2-Size1Slant'
[LOG 19:43:07.766] PartLoader: Compiling Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3'
[LOG 19:43:07.785] PartLoader: Part 'Squad/Parts/FuelTank/adapterTanks/Size3-Mk3/adapterSize3-Mk3' has no database record. Creating.
[LOG 19:43:07.794] DragCubeSystem: Creating drag cubes for part 'adapterSize3-Mk3'
[LOG 19:43:07.875] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 19:43:07.898] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2' has no database record. Creating.
[LOG 19:43:07.909] DragCubeSystem: Creating drag cubes for part 'fuelTank3-2'
[LOG 19:43:07.975] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 19:43:07.999] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank' has no database record. Creating.
[LOG 19:43:08.010] DragCubeSystem: Creating drag cubes for part 'miniFuelTank'
[LOG 19:43:08.087] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 19:43:08.107] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat' has no database record. Creating.
[LOG 19:43:08.116] DragCubeSystem: Creating drag cubes for part 'fuelTankSmallFlat'
[LOG 19:43:08.190] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 19:43:08.215] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall' has no database record. Creating.
[LOG 19:43:08.226] DragCubeSystem: Creating drag cubes for part 'fuelTankSmall'
[LOG 19:43:08.317] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 19:43:08.341] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank' has no database record. Creating.
[LOG 19:43:08.352] DragCubeSystem: Creating drag cubes for part 'fuelTank'
[LOG 19:43:08.438] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 19:43:08.463] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long' has no database record. Creating.
[LOG 19:43:08.474] DragCubeSystem: Creating drag cubes for part 'fuelTank.long'
[LOG 19:43:08.541] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 19:43:08.566] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank' has no database record. Creating.
[LOG 19:43:08.569] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 19:43:08.591] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2' has no database record. Creating.
[LOG 19:43:08.601] DragCubeSystem: Creating drag cubes for part 'fuelTank2-2'
[LOG 19:43:08.685] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 19:43:08.708] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2' has no database record. Creating.
[LOG 19:43:08.719] DragCubeSystem: Creating drag cubes for part 'fuelTank1-2'
[LOG 19:43:08.800] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 19:43:08.822] PartLoader: Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2' has no database record. Creating.
[LOG 19:43:08.833] DragCubeSystem: Creating drag cubes for part 'fuelTank4-2'
[LOG 19:43:08.903] PartLoader: Compiling Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage'
[LOG 19:43:08.923] PartLoader: Part 'Squad/Parts/FuelTank/miniFuselage/miniFuselage/miniFuselage' has no database record. Creating.
[LOG 19:43:08.931] DragCubeSystem: Creating drag cubes for part 'miniFuselage'
[LOG 19:43:09.017] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 19:43:09.043] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/bicoupler/mk2_1m_Bicoupler' has no database record. Creating.
[LOG 19:43:09.053] DragCubeSystem: Creating drag cubes for part 'mk2.1m.Bicoupler'
[LOG 19:43:09.130] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 19:43:09.155] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/long/mk2_1m_AdapterLong' has no database record. Creating.
[LOG 19:43:09.165] DragCubeSystem: Creating drag cubes for part 'mk2.1m.AdapterLong'
[LOG 19:43:09.229] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 19:43:09.254] PartLoader: Part 'Squad/Parts/FuelTank/mk2Adapters/standard/mk2SpacePlaneAdapter' has no database record. Creating.
[LOG 19:43:09.266] DragCubeSystem: Creating drag cubes for part 'mk2SpacePlaneAdapter'
[LOG 19:43:09.338] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 19:43:09.362] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageLong/LFO_long/mk2FuselageLongLFO' has no database record. Creating.
[LOG 19:43:09.373] DragCubeSystem: Creating drag cubes for part 'mk2FuselageLongLFO'
[LOG 19:43:09.440] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage'
[LOG 19:43:09.464] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageLong/L_long/mk2Fuselage' has no database record. Creating.
[LOG 19:43:09.474] DragCubeSystem: Creating drag cubes for part 'mk2Fuselage'
[LOG 19:43:09.550] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 19:43:09.581] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/LFO_short/mk2FuselageShortLFO' has no database record. Creating.
[LOG 19:43:09.595] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortLFO'
[LOG 19:43:09.670] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 19:43:09.730] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/L_short/mk2FuselageShortLiquid' has no database record. Creating.
[LOG 19:43:09.744] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortLiquid'
[LOG 19:43:09.820] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 19:43:09.849] PartLoader: Part 'Squad/Parts/FuelTank/mk2FuselageShort/Mono_short/mk2FuselageShortMono' has no database record. Creating.
[LOG 19:43:09.863] DragCubeSystem: Creating drag cubes for part 'mk2FuselageShortMono'
[LOG 19:43:09.939] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin'
[LOG 19:43:09.986] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/CREW/mk3CrewCabin' has no database record. Creating.
[LOG 19:43:10.009] DragCubeSystem: Creating drag cubes for part 'mk3CrewCabin'
[LOG 19:43:10.190] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100'
[LOG 19:43:10.216] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_100/mk3FuselageLFO_100' has no database record. Creating.
[LOG 19:43:10.227] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.100'
[LOG 19:43:10.294] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25'
[LOG 19:43:10.315] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_25/mk3FuselageLFO_25' has no database record. Creating.
[LOG 19:43:10.323] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.25'
[LOG 19:43:10.405] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50'
[LOG 19:43:10.429] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LFO_50/mk3FuselageLFO_50' has no database record. Creating.
[LOG 19:43:10.440] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLFO.50'
[LOG 19:43:10.520] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100'
[LOG 19:43:10.543] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_100/mk3FuselageLF_100' has no database record. Creating.
[LOG 19:43:10.555] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.100'
[LOG 19:43:10.621] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25'
[LOG 19:43:10.641] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_25/mk3FuselageLF_25' has no database record. Creating.
[LOG 19:43:10.649] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.25'
[LOG 19:43:10.739] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50'
[LOG 19:43:10.763] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/LF_50/mk3FuselageLF_50' has no database record. Creating.
[LOG 19:43:10.774] DragCubeSystem: Creating drag cubes for part 'mk3FuselageLF.50'
[LOG 19:43:10.854] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO'
[LOG 19:43:10.877] PartLoader: Part 'Squad/Parts/FuelTank/mk3Fuselage/MONO/mk3FuselageMONO' has no database record. Creating.
[LOG 19:43:10.888] DragCubeSystem: Creating drag cubes for part 'mk3FuselageMONO'
[LOG 19:43:10.954] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 19:43:10.975] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2' has no database record. Creating.
[LOG 19:43:10.986] DragCubeSystem: Creating drag cubes for part 'RCSTank1-2'
[LOG 19:43:11.055] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 19:43:11.074] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini' has no database record. Creating.
[LOG 19:43:11.082] DragCubeSystem: Creating drag cubes for part 'rcsTankMini'
[LOG 19:43:11.162] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 19:43:11.185] PartLoader: Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank' has no database record. Creating.
[LOG 19:43:11.196] DragCubeSystem: Creating drag cubes for part 'RCSFuelTank'
[LOG 19:43:11.277] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 19:43:11.298] PartLoader: Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank' has no database record. Creating.
[LOG 19:43:11.306] DragCubeSystem: Creating drag cubes for part 'radialRCSTank'
[LOG 19:43:11.382] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 19:43:11.401] PartLoader: Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong' has no database record. Creating.
[LOG 19:43:11.409] DragCubeSystem: Creating drag cubes for part 'rcsTankRadialLong'
[LOG 19:43:11.475] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank'
[LOG 19:43:11.509] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/large/Size3LargeTank' has no database record. Creating.
[LOG 19:43:11.529] DragCubeSystem: Creating drag cubes for part 'Size3LargeTank'
[LOG 19:43:11.610] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank'
[LOG 19:43:11.645] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/medium/Size3MediumTank' has no database record. Creating.
[LOG 19:43:11.663] DragCubeSystem: Creating drag cubes for part 'Size3MediumTank'
[LOG 19:43:11.765] PartLoader: Compiling Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank'
[LOG 19:43:11.799] PartLoader: Part 'Squad/Parts/FuelTank/Size3Tanks/small/Size3SmallTank' has no database record. Creating.
[LOG 19:43:11.818] DragCubeSystem: Creating drag cubes for part 'Size3SmallTank'
[LOG 19:43:11.902] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 19:43:11.926] PartLoader: Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank' has no database record. Creating.
[LOG 19:43:11.937] DragCubeSystem: Creating drag cubes for part 'xenonTank'
[LOG 19:43:12.008] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge'
[LOG 19:43:12.028] PartLoader: Part 'Squad/Parts/FuelTank/xenonTankLarge/xenonTankLarge/xenonTankLarge' has no database record. Creating.
[LOG 19:43:12.038] DragCubeSystem: Creating drag cubes for part 'xenonTankLarge'
[LOG 19:43:12.108] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 19:43:12.131] PartLoader: Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial' has no database record. Creating.
[LOG 19:43:12.141] DragCubeSystem: Creating drag cubes for part 'xenonTankRadial'
[LOG 19:43:12.212] PartLoader: Compiling Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid'
[ERR 19:43:12.233] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.253] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.272] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.291] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.310] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.330] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.348] The hull has more than 255 polygons. This is invalid.

[WRN 19:43:12.360] PartLoader Warning: Variable density not found in Part
[ERR 19:43:12.393] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.412] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.473] The hull has more than 255 polygons. This is invalid.

[LOG 19:43:12.475] PartLoader: Part 'Squad/Parts/Misc/PotatoRoid/part/PotatoRoid' has no database record. Creating.
[ERR 19:43:12.495] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.515] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.534] The hull has more than 255 polygons. This is invalid.

[ERR 19:43:12.553] The hull has more than 255 polygons. This is invalid.

[LOG 19:43:12.565] DragCubeSystem: Creating drag cubes for part 'PotatoRoid'
[LOG 19:43:12.642] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell'
[LOG 19:43:12.679] PartLoader: Part 'Squad/Parts/Resources/FuelCell/FuelCell/FuelCell' has no database record. Creating.
[LOG 19:43:12.690] DragCubeSystem: Creating drag cubes for part 'FuelCell'
[LOG 19:43:12.773] PartLoader: Compiling Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray'
[LOG 19:43:12.806] PartLoader: Part 'Squad/Parts/Resources/FuelCell/FuelCellArray/FuelCellArray' has no database record. Creating.
[LOG 19:43:12.818] DragCubeSystem: Creating drag cubes for part 'FuelCellArray'
[LOG 19:43:12.886] PartLoader: Compiling Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU'
[LOG 19:43:12.988] PartLoader: Part 'Squad/Parts/Resources/ISRU/ISRU/ISRU' has no database record. Creating.
[LOG 19:43:13.017] DragCubeSystem: Creating drag cubes for part 'ISRU'
[LOG 19:43:13.105] PartLoader: Compiling Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank'
[LOG 19:43:13.129] PartLoader: Part 'Squad/Parts/Resources/LargeTank/LargeTank/LargeTank' has no database record. Creating.
[LOG 19:43:13.139] DragCubeSystem: Creating drag cubes for part 'LargeTank'
[LOG 19:43:13.230] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill'
[LOG 19:43:13.305] PartLoader: Part 'Squad/Parts/Resources/MiniDrill/MiniDrill/MiniDrill' has no database record. Creating.
[LOG 19:43:13.330] DragCubeSystem: Creating drag cubes for part 'MiniDrill'
[LOG 19:43:13.401] PartLoader: Compiling Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU'
[LOG 19:43:13.487] PartLoader: Part 'Squad/Parts/Resources/MiniISRU/MiniISRU/MiniISRU' has no database record. Creating.
[LOG 19:43:13.516] DragCubeSystem: Creating drag cubes for part 'MiniISRU'
[LOG 19:43:13.596] PartLoader: Compiling Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner'
[LOG 19:43:13.657] PartLoader: Part 'Squad/Parts/Resources/OrbitalScanner/OrbitalScanner/OrbitalScanner' has no database record. Creating.
[LOG 19:43:13.682] DragCubeSystem: Creating drag cubes for part 'OrbitalScanner'
[LOG 19:43:13.754] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill'
[LOG 19:43:13.826] PartLoader: Part 'Squad/Parts/Resources/RadialDrill/RadialDrill/RadialDrill' has no database record. Creating.
[LOG 19:43:13.850] DragCubeSystem: Creating drag cubes for part 'RadialDrill'
[LOG 19:43:13.912] PartLoader: Compiling Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank'
[LOG 19:43:13.940] PartLoader: Part 'Squad/Parts/Resources/RadialTank/RadialTank/RadialOreTank' has no database record. Creating.
[LOG 19:43:13.953] DragCubeSystem: Creating drag cubes for part 'RadialOreTank'
[LOG 19:43:14.020] PartLoader: Compiling Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank'
[LOG 19:43:14.047] PartLoader: Part 'Squad/Parts/Resources/SmallTank/SmallTank/SmallTank' has no database record. Creating.
[LOG 19:43:14.060] DragCubeSystem: Creating drag cubes for part 'SmallTank'
[LOG 19:43:14.143] PartLoader: Compiling Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner'
[LOG 19:43:14.182] PartLoader: Part 'Squad/Parts/Resources/SurfaceScanner/SurfaceScanner/SurfaceScanner' has no database record. Creating.
[LOG 19:43:14.199] DragCubeSystem: Creating drag cubes for part 'SurfaceScanner'
[LOG 19:43:14.275] PartLoader: Compiling Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner'
[LOG 19:43:14.320] PartLoader: Part 'Squad/Parts/Resources/SurveyScanner/SurveyScanner/SurveyScanner' has no database record. Creating.
[LOG 19:43:14.339] DragCubeSystem: Creating drag cubes for part 'SurveyScanner'
[LOG 19:43:14.400] PartLoader: Compiling Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere'
[LOG 19:43:14.425] PartLoader: Part 'Squad/Parts/Science/AtmosphereSensor/sensorAtmosphere/sensorAtmosphere' has no database record. Creating.
[LOG 19:43:14.437] DragCubeSystem: Creating drag cubes for part 'sensorAtmosphere'
[LOG 19:43:14.503] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 19:43:14.537] PartLoader: Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment' has no database record. Creating.
[LOG 19:43:14.552] DragCubeSystem: Creating drag cubes for part 'GooExperiment'
[LOG 19:43:14.713] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 19:43:14.838] PartLoader: Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab' has no database record. Creating.
[LOG 19:43:14.898] DragCubeSystem: Creating drag cubes for part 'Large.Crewed.Lab'
[LOG 19:43:14.988] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 19:43:15.027] PartLoader: Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module' has no database record. Creating.
[LOG 19:43:15.045] DragCubeSystem: Creating drag cubes for part 'science.module'
[LOG 19:43:15.223] PartLoader: Compiling Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 19:43:15.255] PartLoader: Part 'Squad/Parts/Science/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer' has no database record. Creating.
[LOG 19:43:15.269] DragCubeSystem: Creating drag cubes for part 'sensorAccelerometer'
[LOG 19:43:15.349] PartLoader: Compiling Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 19:43:15.378] PartLoader: Part 'Squad/Parts/Science/sensorBarometer/sensorBarometer/sensorBarometer' has no database record. Creating.
[LOG 19:43:15.392] DragCubeSystem: Creating drag cubes for part 'sensorBarometer'
[LOG 19:43:15.465] PartLoader: Compiling Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 19:43:15.495] PartLoader: Part 'Squad/Parts/Science/sensorGravimeter/sensorGravimeter/sensorGravimeter' has no database record. Creating.
[LOG 19:43:15.509] DragCubeSystem: Creating drag cubes for part 'sensorGravimeter'
[LOG 19:43:15.600] PartLoader: Compiling Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 19:43:15.631] PartLoader: Part 'Squad/Parts/Science/sensorThermometer/sensorThermometer/sensorThermometer' has no database record. Creating.
[LOG 19:43:15.645] DragCubeSystem: Creating drag cubes for part 'sensorThermometer'
[LOG 19:43:15.698] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 19:43:15.717] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi' has no database record. Creating.
[LOG 19:43:15.726] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallBi'
[LOG 19:43:15.790] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 19:43:15.810] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad' has no database record. Creating.
[LOG 19:43:15.818] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallQuad'
[LOG 19:43:15.888] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 19:43:15.908] PartLoader: Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri' has no database record. Creating.
[LOG 19:43:15.916] DragCubeSystem: Creating drag cubes for part 'adapterLargeSmallTri'
[LOG 19:43:15.982] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 19:43:16.001] PartLoader: Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort' has no database record. Creating.
[LOG 19:43:16.010] DragCubeSystem: Creating drag cubes for part 'adapterSmallMiniShort'
[LOG 19:43:16.069] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 19:43:16.088] PartLoader: Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall' has no database record. Creating.
[LOG 19:43:16.097] DragCubeSystem: Creating drag cubes for part 'adapterSmallMiniTall'
[LOG 19:43:16.176] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody'
[LOG 19:43:16.206] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/engineBodyRadial/radialEngineBody' has no database record. Creating.
[LOG 19:43:16.220] DragCubeSystem: Creating drag cubes for part 'radialEngineBody'
[LOG 19:43:16.300] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody'
[LOG 19:43:16.330] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/engineNacelle/nacelleBody' has no database record. Creating.
[LOG 19:43:16.343] DragCubeSystem: Creating drag cubes for part 'nacelleBody'
[LOG 19:43:16.423] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage'
[LOG 19:43:16.442] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1Fuselage/MK1Fuselage' has no database record. Creating.
[LOG 19:43:16.451] DragCubeSystem: Creating drag cubes for part 'MK1Fuselage'
[LOG 19:43:16.529] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage'
[LOG 19:43:16.560] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1FuselageIntake/MK1IntakeFuselage' has no database record. Creating.
[LOG 19:43:16.573] DragCubeSystem: Creating drag cubes for part 'MK1IntakeFuselage'
[LOG 19:43:16.655] PartLoader: Compiling Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural'
[LOG 19:43:16.674] PartLoader: Part 'Squad/Parts/Structural/mk1Parts/mk1Structural/Mk1FuselageStructural' has no database record. Creating.
[LOG 19:43:16.678] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler'
[LOG 19:43:16.697] Added sound_vent_large to FXGroup decouple
[LOG 19:43:16.732] PartLoader: Part 'Squad/Parts/Structural/Size3Decoupler/part/size3Decoupler' has no database record. Creating.
[LOG 19:43:16.736] PartLoader: Compiling Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter'
[LOG 19:43:16.768] PartLoader: Part 'Squad/Parts/Structural/Size3To2Adapter/part/Size3to2Adapter' has no database record. Creating.
[LOG 19:43:16.771] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 19:43:16.803] PartLoader: Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub' has no database record. Creating.
[LOG 19:43:16.820] DragCubeSystem: Creating drag cubes for part 'stationHub'
[LOG 19:43:16.913] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 19:43:16.932] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2' has no database record. Creating.
[LOG 19:43:16.941] DragCubeSystem: Creating drag cubes for part 'structuralIBeam2'
[LOG 19:43:16.991] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 19:43:17.010] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3' has no database record. Creating.
[LOG 19:43:17.020] DragCubeSystem: Creating drag cubes for part 'structuralIBeam3'
[LOG 19:43:17.103] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 19:43:17.123] PartLoader: Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1' has no database record. Creating.
[LOG 19:43:17.131] DragCubeSystem: Creating drag cubes for part 'structuralIBeam1'
[LOG 19:43:17.202] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 19:43:17.221] PartLoader: Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode' has no database record. Creating.
[LOG 19:43:17.230] DragCubeSystem: Creating drag cubes for part 'structuralMiniNode'
[LOG 19:43:17.330] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 19:43:17.349] PartLoader: Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1' has no database record. Creating.
[LOG 19:43:17.358] DragCubeSystem: Creating drag cubes for part 'structuralPanel1'
[LOG 19:43:17.421] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 19:43:17.440] PartLoader: Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2' has no database record. Creating.
[LOG 19:43:17.449] DragCubeSystem: Creating drag cubes for part 'structuralPanel2'
[LOG 19:43:17.509] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint'
[LOG 19:43:17.520] Added sound_vent_large to FXGroup decouple
[LOG 19:43:17.545] PartLoader: Part 'Squad/Parts/Structural/structuralPylons/smallHardpoint/smallHardpoint' has no database record. Creating.
[LOG 19:43:17.560] DragCubeSystem: Creating drag cubes for part 'smallHardpoint'
[LOG 19:43:17.610] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon'
[LOG 19:43:17.621] Added sound_vent_large to FXGroup decouple
[LOG 19:43:17.646] PartLoader: Part 'Squad/Parts/Structural/structuralPylons/structuralPylon/structuralPylon' has no database record. Creating.
[LOG 19:43:17.661] DragCubeSystem: Creating drag cubes for part 'structuralPylon'
[LOG 19:43:17.719] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 19:43:17.738] PartLoader: Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube' has no database record. Creating.
[LOG 19:43:17.747] DragCubeSystem: Creating drag cubes for part 'strutCube'
[LOG 19:43:17.805] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 19:43:17.825] PartLoader: Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto' has no database record. Creating.
[LOG 19:43:17.835] DragCubeSystem: Creating drag cubes for part 'strutOcto'
[LOG 19:43:17.890] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 19:43:17.913] PartLoader: Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter' has no database record. Creating.
[LOG 19:43:17.923] DragCubeSystem: Creating drag cubes for part 'trussAdapter'
[LOG 19:43:17.987] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 19:43:18.006] PartLoader: Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x' has no database record. Creating.
[LOG 19:43:18.014] DragCubeSystem: Creating drag cubes for part 'trussPiece1x'
[LOG 19:43:18.068] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 19:43:18.087] PartLoader: Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x' has no database record. Creating.
[LOG 19:43:18.096] DragCubeSystem: Creating drag cubes for part 'trussPiece3x'
[LOG 19:43:18.144] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge'
[LOG 19:43:18.297] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge/foldingRadLarge' has no database record. Creating.
[LOG 19:43:18.304] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed'
[LOG 19:43:18.340] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadMed/foldingRadMed' has no database record. Creating.
[LOG 19:43:18.344] PartLoader: Compiling Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall'
[LOG 19:43:18.379] PartLoader: Part 'Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall/foldingRadSmall' has no database record. Creating.
[LOG 19:43:18.382] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge'
[LOG 19:43:18.407] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelEdge/radPanelEdge' has no database record. Creating.
[LOG 19:43:18.417] DragCubeSystem: Creating drag cubes for part 'radPanelEdge'
[LOG 19:43:18.476] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg'
[LOG 19:43:18.502] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelLg/radPanelLg' has no database record. Creating.
[LOG 19:43:18.512] DragCubeSystem: Creating drag cubes for part 'radPanelLg'
[LOG 19:43:18.563] PartLoader: Compiling Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm'
[LOG 19:43:18.590] PartLoader: Part 'Squad/Parts/Thermal/RadiatorPanels/radPanelSm/radPanelSm' has no database record. Creating.
[LOG 19:43:18.600] DragCubeSystem: Creating drag cubes for part 'radPanelSm'
[LOG 19:43:18.661] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 19:43:18.716] PartLoader: Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish' has no database record. Creating.
[LOG 19:43:18.745] DragCubeSystem: Creating drag cubes for part 'commDish'
[LOG 19:43:18.896] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 19:43:18.937] PartLoader: Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna' has no database record. Creating.
[LOG 19:43:18.957] DragCubeSystem: Part 'mediumDishAntenna' has defined a procedural drag cube setup
[LOG 19:43:18.961] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 19:43:18.992] PartLoader: Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna' has no database record. Creating.
[LOG 19:43:19.006] DragCubeSystem: Creating drag cubes for part 'longAntenna'
[LOG 19:43:19.111] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 19:43:19.122] Added sound_decoupler_fire to FXGroup decouple
[LOG 19:43:19.183] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2' has no database record. Creating.
[LOG 19:43:19.199] DragCubeSystem: Creating drag cubes for part 'radialDecoupler1-2'
[LOG 19:43:19.249] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 19:43:19.260] Added sound_vent_large to FXGroup decouple
[LOG 19:43:19.285] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler' has no database record. Creating.
[LOG 19:43:19.300] DragCubeSystem: Creating drag cubes for part 'radialDecoupler'
[LOG 19:43:19.356] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 19:43:19.367] Added sound_vent_large to FXGroup decouple
[LOG 19:43:19.391] PartLoader: Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2' has no database record. Creating.
[LOG 19:43:19.407] DragCubeSystem: Creating drag cubes for part 'radialDecoupler2'
[LOG 19:43:19.463] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 19:43:19.477] Added sound_vent_large to FXGroup decouple
[LOG 19:43:19.503] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator' has no database record. Creating.
[LOG 19:43:19.506] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 19:43:19.544] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini' has no database record. Creating.
[LOG 19:43:19.548] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 19:43:19.561] Added sound_vent_large to FXGroup decouple
[LOG 19:43:19.588] PartLoader: Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig' has no database record. Creating.
[LOG 19:43:19.591] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 19:43:19.606] Added sound_decoupler_fire to FXGroup decouple
[LOG 19:43:19.634] PartLoader: Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2' has no database record. Creating.
[LOG 19:43:19.637] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 19:43:19.704] Added sound_vent_large to FXGroup decouple
[LOG 19:43:19.730] PartLoader: Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler' has no database record. Creating.
[LOG 19:43:19.734] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 19:43:19.772] PartLoader: Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini' has no database record. Creating.
[LOG 19:43:19.776] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 19:43:19.810] PartLoader: Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2' has no database record. Creating.
[LOG 19:43:19.825] DragCubeSystem: Creating drag cubes for part 'dockingPort2'
[LOG 19:43:19.896] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 19:43:19.944] PartLoader: Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral' has no database record. Creating.
[LOG 19:43:19.969] DragCubeSystem: Creating drag cubes for part 'dockingPortLateral'
[LOG 19:43:20.126] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 19:43:20.159] PartLoader: Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3' has no database record. Creating.
[LOG 19:43:20.175] DragCubeSystem: Creating drag cubes for part 'dockingPort3'
[LOG 19:43:20.243] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 19:43:20.292] PartLoader: Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1' has no database record. Creating.
[LOG 19:43:20.315] DragCubeSystem: Creating drag cubes for part 'dockingPort1'
[LOG 19:43:20.426] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 19:43:20.458] PartLoader: Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge' has no database record. Creating.
[LOG 19:43:20.473] DragCubeSystem: Creating drag cubes for part 'dockingPortLarge'
[LOG 19:43:20.532] PartLoader: Compiling Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice'
[LOG 19:43:20.606] PartLoader: Part 'Squad/Parts/Utility/GrapplingDevice/part/GrapplingDevice' has no database record. Creating.
[LOG 19:43:20.653] DragCubeSystem: Creating drag cubes for part 'GrapplingDevice'
[LOG 19:43:20.826] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 19:43:20.846] PartLoader: Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1' has no database record. Creating.
[LOG 19:43:20.855] DragCubeSystem: Creating drag cubes for part 'ladder1'
[LOG 19:43:20.907] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 19:43:20.934] PartLoader: Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder' has no database record. Creating.
[LOG 19:43:20.946] DragCubeSystem: Creating drag cubes for part 'telescopicLadder'
[LOG 19:43:21.085] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 19:43:21.113] PartLoader: Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay' has no database record. Creating.
[LOG 19:43:21.126] DragCubeSystem: Creating drag cubes for part 'telescopicLadderBay'
[LOG 19:43:21.253] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 19:43:21.282] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1' has no database record. Creating.
[LOG 19:43:21.294] DragCubeSystem: Creating drag cubes for part 'landingLeg1'
[LOG 19:43:21.444] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 19:43:21.472] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2' has no database record. Creating.
[LOG 19:43:21.485] DragCubeSystem: Creating drag cubes for part 'landingLeg1-2'
[LOG 19:43:21.586] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 19:43:21.613] PartLoader: Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg' has no database record. Creating.
[LOG 19:43:21.626] DragCubeSystem: Creating drag cubes for part 'miniLandingLeg'
[LOG 19:43:21.729] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 19:43:21.749] PartLoader: Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter' has no database record. Creating.
[LOG 19:43:21.758] DragCubeSystem: Creating drag cubes for part 'largeAdapter'
[LOG 19:43:21.830] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 19:43:21.853] PartLoader: Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2' has no database record. Creating.
[LOG 19:43:21.864] DragCubeSystem: Creating drag cubes for part 'largeAdapter2'
[LOG 19:43:21.922] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 19:43:21.933] Added sound_decoupler_fire to FXGroup activate
[LOG 19:43:21.961] PartLoader: Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1' has no database record. Creating.
[LOG 19:43:21.978] DragCubeSystem: Creating drag cubes for part 'launchClamp1'
[LOG 19:43:22.040] PartLoader: Compiling Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem'
[LOG 19:43:22.151] PartLoader: Part 'Squad/Parts/Utility/launchEscapeSystem/part/LaunchEscapeSystem' has no database record. Creating.
[LOG 19:43:22.206] DragCubeSystem: Creating drag cubes for part 'LaunchEscapeSystem'
[LOG 19:43:22.267] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 19:43:22.296] PartLoader: Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs' has no database record. Creating.
[LOG 19:43:22.309] DragCubeSystem: Creating drag cubes for part 'linearRcs'
[LOG 19:43:22.387] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL'
[LOG 19:43:22.426] PartLoader: Part 'Squad/Parts/Utility/mk2CargoBay/BayL/mk2CargoBayL' has no database record. Creating.
[LOG 19:43:22.429] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS'
[LOG 19:43:22.475] PartLoader: Part 'Squad/Parts/Utility/mk2CargoBay/BayS/mk2CargoBayS' has no database record. Creating.
[LOG 19:43:22.478] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin'
[LOG 19:43:22.529] PartLoader: Part 'Squad/Parts/Utility/mk2CrewCabin/mk2CrewCabin/mk2CrewCabin' has no database record. Creating.
[LOG 19:43:22.554] DragCubeSystem: Creating drag cubes for part 'mk2CrewCabin'
[LOG 19:43:22.711] PartLoader: Compiling Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort'
[LOG 19:43:22.754] PartLoader: Part 'Squad/Parts/Utility/mk2DockingPort/mk2DockingPort/mk2DockingPort' has no database record. Creating.
[LOG 19:43:22.758] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL'
[LOG 19:43:22.794] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/long/mk3CargoBayL' has no database record. Creating.
[LOG 19:43:22.797] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM'
[LOG 19:43:22.832] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/medium/mk3CargoBayM' has no database record. Creating.
[LOG 19:43:22.835] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp'
[WRN 19:43:22.857] PartLoader Warning: Variable buoyancySplashPartOriginLerp not found in Part
[LOG 19:43:22.889] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/ramp/mk3CargoRamp' has no database record. Creating.
[LOG 19:43:22.891] PartLoader: Compiling Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS'
[LOG 19:43:22.925] PartLoader: Part 'Squad/Parts/Utility/mk3CargoBay/short/mk3CargoBayS' has no database record. Creating.
[LOG 19:43:22.928] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 19:43:22.941] Added sound_parachute_open to FXGroup activate
[LOG 19:43:22.976] PartLoader: Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle' has no database record. Creating.
[LOG 19:43:22.996] DragCubeSystem: Creating drag cubes for part 'parachuteSingle'
[LOG 19:43:23.183] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue'
[LOG 19:43:23.195] Added sound_parachute_open to FXGroup activate
[LOG 19:43:23.225] PartLoader: Part 'Squad/Parts/Utility/parachuteMk12-R/parachuteMk12-R/radialDrogue' has no database record. Creating.
[LOG 19:43:23.242] DragCubeSystem: Creating drag cubes for part 'radialDrogue'
[LOG 19:43:23.423] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 19:43:23.438] Added sound_parachute_open to FXGroup activate
[LOG 19:43:23.509] PartLoader: Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge' has no database record. Creating.
[LOG 19:43:23.530] DragCubeSystem: Creating drag cubes for part 'parachuteLarge'
[LOG 19:43:23.729] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 19:43:23.741] Added sound_parachute_open to FXGroup activate
[LOG 19:43:23.770] PartLoader: Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial' has no database record. Creating.
[LOG 19:43:23.788] DragCubeSystem: Creating drag cubes for part 'parachuteRadial'
[LOG 19:43:23.969] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 19:43:23.983] Added sound_parachute_open to FXGroup activate
[LOG 19:43:24.015] PartLoader: Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue' has no database record. Creating.
[LOG 19:43:24.036] DragCubeSystem: Creating drag cubes for part 'parachuteDrogue'
[LOG 19:43:24.210] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 19:43:24.234] PartLoader: Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1' has no database record. Creating.
[LOG 19:43:24.246] DragCubeSystem: Creating drag cubes for part 'stackPoint1'
[LOG 19:43:24.315] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 19:43:24.342] PartLoader: Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock' has no database record. Creating.
[LOG 19:43:24.355] DragCubeSystem: Creating drag cubes for part 'RCSBlock'
[LOG 19:43:24.417] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125'
[LOG 19:43:24.502] PartLoader: Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_125/ServiceBay_125' has no database record. Creating.
[LOG 19:43:24.546] DragCubeSystem: Creating drag cubes for part 'ServiceBay.125'
[LOG 19:43:24.689] PartLoader: Compiling Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250'
[LOG 19:43:24.783] PartLoader: Part 'Squad/Parts/Utility/ServiceBay/ServiceBay_250/ServiceBay_250' has no database record. Creating.
[LOG 19:43:24.836] DragCubeSystem: Creating drag cubes for part 'ServiceBay.250'
[LOG 19:43:24.970] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 19:43:25.009] PartLoader: Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1' has no database record. Creating.
[LOG 19:43:25.023] DragCubeSystem: Creating drag cubes for part 'spotLight1'
[LOG 19:43:25.095] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 19:43:25.120] PartLoader: Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2' has no database record. Creating.
[LOG 19:43:25.131] DragCubeSystem: Creating drag cubes for part 'spotLight2'
[LOG 19:43:25.209] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 19:43:25.229] PartLoader: Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler' has no database record. Creating.
[LOG 19:43:25.237] DragCubeSystem: Creating drag cubes for part 'stackBiCoupler'
[LOG 19:43:25.295] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 19:43:25.317] PartLoader: Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler' has no database record. Creating.
[LOG 19:43:25.325] DragCubeSystem: Creating drag cubes for part 'stackQuadCoupler'
[LOG 19:43:25.394] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 19:43:25.413] PartLoader: Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler' has no database record. Creating.
[LOG 19:43:25.422] DragCubeSystem: Creating drag cubes for part 'stackTriCoupler'
[LOG 19:43:25.488] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed'
[LOG 19:43:25.516] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearFixed/GearFixed' has no database record. Creating.
[LOG 19:43:25.527] DragCubeSystem: Creating drag cubes for part 'GearFixed'
[LOG 19:43:25.578] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree'
[LOG 19:43:25.613] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearFree/GearFree' has no database record. Creating.
[LOG 19:43:25.628] DragCubeSystem: Creating drag cubes for part 'GearFree'
[LOG 19:43:25.687] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearLarge'
[LOG 19:43:25.725] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearLarge/GearLarge' has no database record. Creating.
[LOG 19:43:25.729] PartLoader: Compiling Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearMedium'
[LOG 19:43:25.800] PartLoader: Part 'Squad/Parts/Wheel/LandingGear/GearMedium/GearMedium' has no database record. Creating.
[LOG 19:43:25.803] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 19:43:25.844] PartLoader: Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1' has no database record. Creating.
[LOG 19:43:25.862] DragCubeSystem: Creating drag cubes for part 'roverWheel1'
[LOG 19:43:25.937] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 19:43:25.991] PartLoader: Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2' has no database record. Creating.
[LOG 19:43:26.017] DragCubeSystem: Creating drag cubes for part 'roverWheel2'
[LOG 19:43:26.078] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 19:43:26.122] PartLoader: Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed' has no database record. Creating.
[LOG 19:43:26.143] DragCubeSystem: Creating drag cubes for part 'wheelMed'
[LOG 19:43:26.227] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 19:43:26.341] PartLoader: Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3' has no database record. Creating.
[LOG 19:43:26.441] DragCubeSystem: Creating drag cubes for part 'roverWheel3'
[LOG 19:43:26.525] PartLoader: Compiling Part 'Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay'
[LOG 19:43:26.573] PartLoader: Part 'Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay' has no database record. Creating.
[LOG 19:43:26.596] DragCubeSystem: Creating drag cubes for part 'SmallGearBay'
[LOG 19:43:26.721] PartLoader: Compiling Part 'UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_250/USI_WarpDrive'
[LOG 19:43:26.744] Added sound_jet_low to FXGroup running
[LOG 19:43:26.766] CHECKING BUBBLE 1000
[LOG 19:43:26.837] PartLoader: Part 'UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_250/USI_WarpDrive' has no database record. Creating.
[LOG 19:43:26.886] DragCubeSystem: Creating drag cubes for part 'USI.WarpDrive'
[LOG 19:43:26.951] PartLoader: Compiling Part 'UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_625/USI_WarpDrive_625'
[LOG 19:43:26.969] Added sound_jet_low to FXGroup running
[LOG 19:43:26.986] CHECKING BUBBLE 1000
[LOG 19:43:27.046] PartLoader: Part 'UmbraSpaceIndustries/WarpDrive/Parts/WarpDrive_625/USI_WarpDrive_625' has no database record. Creating.
[LOG 19:43:27.090] DragCubeSystem: Creating drag cubes for part 'USI.WarpDrive.625'
[LOG 19:43:27.189] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 19:43:27.201] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 19:43:27.207] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 19:43:27.213] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 19:43:27.220] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 19:43:27.226] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 19:43:27.238] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 19:43:27.244] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 19:43:27.254] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 19:43:27.262] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 19:43:27.267] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 19:43:27.277] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 19:43:27.285] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 19:43:27.292] PartLoader: Compiling Internal Space 'Squad/Props/Monitor/DockingMode/MonitorDockingMode'
[LOG 19:43:27.296] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 19:43:27.302] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Button_DockingMode/Button_DockingMode'
[LOG 19:43:27.307] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagA/CargoBagA'
[LOG 19:43:27.312] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagB/CargoBagB'
[LOG 19:43:27.316] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/CargoBagC/CargoBagC'
[LOG 19:43:27.319] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane/Hatch_Plane'
[LOG 19:43:27.324] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Curve90/Hatch_Plane_Curve90'
[LOG 19:43:27.329] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Hatch_Plane_Frame/Hatch_Plane_Frame'
[LOG 19:43:27.333] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Passenger/Seat_Passenger'
[LOG 19:43:27.338] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot/Seat_Pilot'
[LOG 19:43:27.341] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/Seat_Pilot_Helmet/Seat_Pilot_Helmet'
[LOG 19:43:27.345] PartLoader: Compiling Internal Space 'Squad/Props/PropsGeneric/SideStick/SideStick'
[LOG 19:43:27.349] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 19:43:27.353] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 19:43:27.359] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 19:43:27.364] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 19:43:27.369] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 19:43:27.373] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 19:43:27.377] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 19:43:27.381] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 19:43:27.387] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 19:43:27.404] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 19:43:27.427] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 19:43:27.458] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 19:43:27.463] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 19:43:27.472] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 19:43:27.481] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 19:43:27.502] PartLoader: Compiling Internal Space 'Squad/Spaces/LargeCrewedLabInternals/internal/Mobile_Processing_Lab_Int'
[LOG 19:43:27.511] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CabinInternal/internal/mk1CabinInternal'
[LOG 19:43:27.533] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 19:43:27.574] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1InlineInternal/internal/mk1InlineInternal'
[LOG 19:43:27.596] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 19:43:27.607] PartLoader: Compiling Internal Space 'Squad/Spaces/mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 19:43:27.655] PartLoader: Compiling Internal Space 'Squad/Spaces/Mk2CrewCabinInternal/internal_MK2_CrewCab/MK2_CrewCab_Int'
[LOG 19:43:27.674] InternalSeat: Cannot find seatTransform of name 'Seat_UpLeft'
[LOG 19:43:27.676] InternalSeat: Cannot find portraitCamera of name 'Camera_UpLeft'
[LOG 19:43:27.680] InternalSeat: Cannot find seatTransform of name 'Seat_UpRight'
[LOG 19:43:27.681] InternalSeat: Cannot find portraitCamera of name 'Camera_UpRight'
[LOG 19:43:27.683] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3CockpitInternal/internal_MK3/MK3_Cockpit_Int'
[LOG 19:43:27.789] PartLoader: Compiling Internal Space 'Squad/Spaces/MK3_CrewCab_Int/internal_MK3_CrewCab/MK3_CrewCab_Int'
[LOG 19:43:27.798] InternalSeat: Cannot find portraitCamera of name 'Camera_Left003'
[LOG 19:43:27.822] PartLoader: Compiling Internal Space 'Squad/Spaces/Placeholder/internal/Placeholder'
[LOG 19:43:27.853] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 19:43:28.081] Loading Systems: Elapsed time is 170.3917s
[LOG 19:43:30.761] AddonLoader: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 19:43:30.763] AddonLoader: Instantiating addon 'Injector' from assembly 'Kopernicus'
[LOG 19:43:34.864] [OD] Adding for body Fazz map named BiomeMap (CBRGB) for Fazz of path = Fazz/PluginData/BiomeMap.png
[LOG 19:43:34.901] [OD] Adding for body Fazz map named Color (RGB) for Fazz of path = Fazz/Textures/Color.png
[LOG 19:43:34.937] [OD] Adding for body Fazz map named Height (G) for Fazz of path = Fazz/PluginData/Height.png
[LOG 19:43:35.780] [OD] Adding for body Barcelon map named Barcelon_color (RGB) for Barcelon of path = IA_Revived/CervantesSystem/Barcelon/Textures/Barcelon_color.png
[LOG 19:43:35.798] [OD] Adding for body Barcelon map named Barcelon_height (G) for Barcelon of path = IA_Revived/CervantesSystem/Barcelon/PluginData/Barcelon_height.png
[LOG 19:43:37.282] [OD] Adding for body Dulcinea map named Dulcinea_color (RGB) for Dulcinea of path = IA_Revived/CervantesSystem/Dulcinea/Textures/Dulcinea_color.jpg
[LOG 19:43:37.307] [OD] Adding for body Dulcinea map named Dulcinea_height (G) for Dulcinea of path = IA_Revived/CervantesSystem/Dulcinea/PluginData/Dulcinea_height.png
[LOG 19:43:37.945] [OD] Adding for body Ehwaz map named Ehwaz_color (RGB) for Ehwaz of path = IA_Revived/CervantesSystem/Ehwaz/Textures/Ehwaz_color.png
[LOG 19:43:37.964] [OD] Adding for body Ehwaz map named Ehwaz_height (G) for Ehwaz of path = IA_Revived/CervantesSystem/Ehwaz/PluginData/Ehwaz_height.png
[LOG 19:43:38.142] [OD] Map IA_Revived/CervantesSystem/Ehwaz/PluginData/Ehwaz_height.png enabling self. Path = IA_Revived/CervantesSystem/Ehwaz/PluginData/Ehwaz_height.png
[LOG 19:43:38.210] [OD] Map IA_Revived/CervantesSystem/Ehwaz/Textures/Ehwaz_color.png enabling self. Path = IA_Revived/CervantesSystem/Ehwaz/Textures/Ehwaz_color.png
[WRN 19:43:38.250] Cannot find preset 'Default' for pqs 'Ehwaz(Clone)'
[WRN 19:43:38.254] CelestialBodyTransform: Cannot find CelestialBody.
[ERR 19:43:38.259] [PQS Error]: Sphere target is null!

[LOG 19:43:42.117] [OD] Adding for body Elastro map named Elastro_color (RGB) for Elastro of path = IA_Revived/CervantesSystem/Elastro/Textures/Elastro_color.png
[LOG 19:43:42.166] [OD] Adding for body Elastro map named Elastro_height (G) for Elastro of path = IA_Revived/CervantesSystem/Elastro/PluginData/Elastro_height.png
[LOG 19:43:42.797] [OD] Adding for body Elicio map named Elicio_color (RGB) for Elicio of path = IA_Revived/CervantesSystem/Elicio/Textures/Elicio_color.png
[LOG 19:43:42.825] [OD] Adding for body Elicio map named Elicio_height (G) for Elicio of path = IA_Revived/CervantesSystem/Elicio/PluginData/Elicio_height.png
[LOG 19:43:43.673] [OD] Adding for body Galatea map named Galatea_biome (CBRGB) for Galatea of path = IA_Revived/CervantesSystem/Galatea/PluginData/Galatea_biome.png
[LOG 19:43:43.698] [OD] Adding for body Galatea map named Galatea_color (RGB) for Galatea of path = IA_Revived/CervantesSystem/Galatea/Textures/Galatea_color.png
[LOG 19:43:43.733] [OD] Adding for body Galatea map named Galatea_height (G) for Galatea of path = IA_Revived/CervantesSystem/Galatea/PluginData/Galatea_height.png
[LOG 19:43:44.615] [OD] Adding for body Kalley map named Kalley_color (RGB) for Kalley of path = IA_Revived/CervantesSystem/Kalley/Textures/Kalley_color.jpg
[LOG 19:43:44.662] [OD] Adding for body Kalley map named Kalley_height (G) for Kalley of path = IA_Revived/CervantesSystem/Kalley/PluginData/Kalley_height.png
[LOG 19:43:45.654] [OD] Adding for body Lamancha map named Lamancha_color (RGB) for Lamancha of path = IA_Revived/CervantesSystem/Lamancha/Textures/Lamancha_color.png
[LOG 19:43:45.671] [OD] Adding for body Lamancha map named Lamancha_height (G) for Lamancha of path = IA_Revived/CervantesSystem/Lamancha/PluginData/Lamancha_height.png
[LOG 19:43:47.513] [OD] Adding for body Morena map named Morena_color (RGB) for Morena of path = IA_Revived/CervantesSystem/Morena/Textures/Morena_color.png
[LOG 19:43:47.530] [OD] Adding for body Morena map named Morena_height (G) for Morena of path = IA_Revived/CervantesSystem/Morena/PluginData/Morena_height.png
[LOG 19:43:48.447] [OD] Adding for body SigmaBinaryPrimary map named Persiles_biome (CBRGB) for SigmaBinaryPrimary of path = IA_Revived/CervantesSystem/Persiles/PluginData/Persiles_biome.png
[LOG 19:43:48.471] [OD] Adding for body SigmaBinaryPrimary map named Persiles_color (RGB) for SigmaBinaryPrimary of path = IA_Revived/CervantesSystem/Persiles/Textures/Persiles_color.png
[LOG 19:43:48.491] [OD] Adding for body SigmaBinaryPrimary map named Persiles_height (G) for SigmaBinaryPrimary of path = IA_Revived/CervantesSystem/Persiles/PluginData/Persiles_height.png
[LOG 19:43:50.793] [OD] Adding for body SigmaBinarySecondary map named Sigismunda_biome (CBRGB) for SigmaBinarySecondary of path = IA_Revived/CervantesSystem/Sigismunda/PluginData/Sigismunda_biome.png
[LOG 19:43:50.815] [OD] Adding for body SigmaBinarySecondary map named Sigismunda_color (RGB) for SigmaBinarySecondary of path = IA_Revived/CervantesSystem/Sigismunda/Textures/Sigismunda_color.png
[LOG 19:43:50.832] [OD] Adding for body SigmaBinarySecondary map named Sigismunda_height (G) for SigmaBinarySecondary of path = IA_Revived/CervantesSystem/Sigismunda/PluginData/Sigismunda_height.png
[LOG 19:43:51.730] [OD] Adding for body Selphar map named Selphar_color (RGB) for Selphar of path = IA_Revived/SelpharSystem/Selphar/Textures/Selphar_color.png
[LOG 19:43:51.750] [OD] Adding for body Selphar map named Selphar_height (G) for Selphar of path = IA_Revived/SelpharSystem/Selphar/PluginData/Selphar_height.png
[LOG 19:43:52.720] [OD] Adding for body Yarku map named Yarku_color (RGB) for Yarku of path = IA_Revived/SelpharSystem/Yarku/Textures/Yarku_color.png
[LOG 19:43:52.765] [OD] Adding for body Yarku map named Yarku_height (G) for Yarku of path = IA_Revived/SelpharSystem/Yarku/PluginData/Yarku_height.png
[EXC 19:43:53.401] IOException: Sharing violation on path C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\Logs\SigmaBarycenter.Body.log
    System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options)
    System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
    System.IO.File.Create (System.String path, Int32 bufferSize)
    System.IO.File.Create (System.String path)
    Kopernicus.Logger..ctor (System.String LogFileName)
    UnityEngine.Debug:LogException(Exception)
    Kopernicus.Logger:.ctor(String)
    Kopernicus.Configuration.Loader:Kopernicus.Configuration.IParserEventSubscriber.PostApply(ConfigNode)
    Kopernicus.Configuration.Parser:LoadObjectFromConfigurationNode(Object, ConfigNode, Boolean)
    Kopernicus.Configuration.Parser:CreateObjectFromConfigNode(ConfigNode, Boolean)
    Kopernicus.Injector:Awake()
    UnityEngine.GameObject:AddComponent(Type)
    AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)
    AddonLoader:StartAddons(Startup)
    AddonLoader:OnLevelWasLoaded(Int32)
[EXC 19:43:53.642] Exception: "Quijote" not found.
    Kopernicus.Configuration.Loader.Kopernicus.Configuration.IParserEventSubscriber.PostApply (.ConfigNode node)
    Kopernicus.Configuration.Parser.LoadObjectFromConfigurationNode (System.Object o, .ConfigNode node, Boolean getChilds)
    Kopernicus.Configuration.Parser.CreateObjectFromConfigNode[Loader] (.ConfigNode node, Boolean getChilds)
    Kopernicus.Injector.Awake ()
    UnityEngine.GameObject:AddComponent(Type)
    AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)
    AddonLoader:StartAddons(Startup)
    AddonLoader:OnLevelWasLoaded(Int32)
[LOG 19:43:53.827] 
[LOG 19:43:55.203] Agent: Found 18 agent mentality types
[LOG 19:43:55.207] AgentList: 27 agents parsed and loaded.
[LOG 19:43:56.233] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 9s long
[WRN 19:43:57.186] HighlightingSystem : Framebuffer depth data is not available and can't be used to occlude highlighting. Highlighting occluders enabled.
[WRN 19:43:57.548] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 19:44:01.146] AddonLoader: Instantiating addon 'HyperEditModule' from assembly 'HyperEdit_1.4.2'
[LOG 19:44:01.151] HyperEdit: Using "C:\Users\Alton\Steam\steamapps\common\Kerbal Space Program\GameData\GameData\Kerbaltek\HyperEdit_1.4.2" as root config directory
[LOG 19:44:01.206] AddonLoader: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'
[LOG 19:44:01.207] AddonLoader: Instantiating addon 'RuntimeUtility' from assembly 'Kopernicus'
[LOG 19:44:01.211] AddonLoader: Instantiating addon 'StarLightSwitcher' from assembly 'Kopernicus'
[LOG 19:44:01.213] AddonLoader: Instantiating addon 'UIController' from assembly 'KittopiaTech Planet Editor'
[EXC 19:44:01.294] NullReferenceException: Object reference not set to an instance of an object
    Kopernicus.RuntimeUtility.UpdateMenu ()
    Kopernicus.RuntimeUtility.Start ()
[LOG 19:44:01.306] [ModuleManager] Total loading Time = 199.996s
[EXC 19:44:01.797] NullReferenceException: Object reference not set to an instance of an object
    Kopernicus.RuntimeUtility.UpdateMenu ()
    Kopernicus.RuntimeUtility.<Awake>b__1_0 (GameScenes scene)
    EventData`1[GameScenes].Fire (GameScenes data)
    HighLogic+.MoveNext ()
 

 

Edited by ProtoJeb21
Link to comment
Share on other sites

1 hour ago, ProtoJeb21 said:

@Sigma88 What did I do wrong here? KSP keeps finding an error with my Sigma Binary config...but I don't know what it is. Here's both the config and the game 

Honestly I have no idea, could you try running the game from a different folder?

like C:\Games\KSP

or something like that?

tomorrow I'll ask around to see if someone knows which is the problem there :)

 

EDIT: I mean, I can see where the issue is. I just don't see why it should give that error (on my pc it doesn't)

Edited by Sigma88
Link to comment
Share on other sites

  • 4 weeks later...

I first have to say that this mod is absolutely terrific, and makes it so easy to make beautiful binary systems. However I'm currently trying to have a 3rd body in a binary system, much smaller than the primary and secondary bodies and much farther out which also rotates the barycenter (I just set the referenceBody in Kopernicus to be the barycenter). However when I do this it becomes impossible to orbit the 3rd body. It rotates around the barycenter just fine, but it is impossible to get into an orbit around it even though it says in game that it has a large SOI. Do you know whats causing this?

Link to comment
Share on other sites

8 hours ago, Xenonclave said:

I first have to say that this mod is absolutely terrific, and makes it so easy to make beautiful binary systems. However I'm currently trying to have a 3rd body in a binary system, much smaller than the primary and secondary bodies and much farther out which also rotates the barycenter (I just set the referenceBody in Kopernicus to be the barycenter). However when I do this it becomes impossible to orbit the 3rd body. It rotates around the barycenter just fine, but it is impossible to get into an orbit around it even though it says in game that it has a large SOI. Do you know whats causing this?

It's not really  good idea to put stuff in orbit around the barycenter.

For how ksp physics works your ships never enter the barycenter sphereofinfluence. You go directly from the sun (or whatever the reference is) to the primary. (Skipping the barycenter)

I am now working on a dll that will replace the current cfg setup, making it easier to add sigmabinary compatibility for modders.

Some of the limitations still apply tho. For example the primary SoI will always cover the secondary completely.

You should try putting the additional moon in orbit arount the primary instead of the barycenter.

But if you're not able to get in orbit around the moon at all the may be some other problem. 

Link to comment
Share on other sites

The future of SigmaBinary

A big overhaul is coming for this mod.

Thanks to @Thomas P.'s help I was able to port SigmaBinary into a plugin (.dll file)

This will allow me to have a much simpler setup, and it also will remove the need of "template.cfg" files.

Since I am still testing the new setup, I would greatly apreciate any feedback you can give me.

expecially from modders that already use SigmaBinary in their mods, like @CaptRobau and @KillAshley

you can find the new version in the development branch of the github repo

1. How does it work

Just add the following node in the secondary body of the binary system:

Kopernicus
{
	Body
	{
		SigmaBinary {}
	}
}

2. Other options

you can set some options inside the "SigmaBinary" node:

Kopernicus
{
	Body
	{
		SigmaBinary
		{
			name = x // The name of the barycenter
			primaryLocked = true/false // tidally locks the Primary to the secondary
			redrawOrbit = true/false // draws the orbit of the secondary relative to the barycenter
			Properties
			{
				description = x // change the description of the barycenter
			}
			Orbit
			{
				color = r,g,b,a // change the color of the barycenter's orbit
			}
		}
	}
}

 

Edited by Sigma88
Link to comment
Share on other sites

On 08/03/2016 at 5:43 AM, Sigma88 said:

It's not really  good idea to put stuff in orbit around the barycenter.

For how ksp physics works your ships never enter the barycenter sphereofinfluence. You go directly from the sun (or whatever the reference is) to the primary. (Skipping the barycenter)

I am now working on a dll that will replace the current cfg setup, making it easier to add sigmabinary compatibility for modders.

Some of the limitations still apply tho. For example the primary SoI will always cover the secondary completely.

You should try putting the additional moon in orbit arount the primary instead of the barycenter.

But if you're not able to get in orbit around the moon at all the may be some other problem. 

Okay, was just trying to see if there was a way to have them orbit the barycenter. It works fine orbiting around the primary anyway. Thanks for clarifying though!

Link to comment
Share on other sites

Sigma Binary v1.4.9.beta1 Pre-Release

 

A pre release for the new SigmaBinary.dll is ready, this version should contain all the basic features.

some tweaks will still be necessary (removing the barycenters from the RnD science archives and stuff like that)

but the majority of the content should work fine right now.

find the download of the pre-release here

 

-IMPORTANT-

this pre-release requires:

Kopernicus version 0.6.3
ModuleManager version 2.6.19 or later (personally I use 2.6.20)

Link to comment
Share on other sites

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

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

×
×
  • Create New...