Jump to content

[Help] Part Not in VAB


Recommended Posts

Hi guys, back again with my fundamental lack of unity knowledge.

This may not belong here because it could very well be a .cfg file issue, but I made a test rocket engine from scratch just to make sure I had gotten the hang of things, and I absolutely can not get it to show up in the parts catalog. I know this is vague but I don't have much more to go on, so what are possible causes of this?

Here is my .cfg, in case that helps:


PART
{
name = PartName
module = Part
author = Starbuckminsterfullerton


//Assets
MODEL
{
model = GameData/PMCMotivePower/Parts/Engines/TestPart/TestPart
texture = GameData/PMCMotivePower/Textures/TESTTEX
scale = 1, 1, 1
}


//Node Definitions
node_stack_top = 0.0, 0.3017019, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.5421876, 0.0, 0.0, 1.0, 0.0, 0




TechRequired = basicRocketry
entryCost = 3000
cost = 300
category = Propulsion
subcategory = 0
title = Test Part
manufacturer = Planetary Motor Company
description = This part is a test.


attachRules = 1,0,1,1,0


mass = 1
dragModelType = default
maximum_drag = .2
minimum_drag = .2
angularDrag = 2
crashTolerance = 15
maxTemp = 3000
breakingForce = 2000
breakingTorque = 2000
stagingIcon = LIQUID_ENGINE


EFFECTS
{
running_closed
{
AUDIO
{
channel = Ship
clip = sound_rocket_spurts
volume = 0.0 0.0
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 1.0 1.0
loop = true
}
PREFAB_PARTICLE
{
prefabName = fx_smokeTrail_light
transformName = thrustTransform
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.25
speed = 1.0 1.0
localOffset = 0, 0, 0
}
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/ks1_Exhaust
transformName = thrustTransform
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.5
speed = 1.0 1.2
localOffset = 0, 0, 0
}
}
engage
{
AUDIO
{
channel = Ship
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
}
}
flameout
{
PREFAB_PARTICLE
{
prefabName = fx_exhaustSparks_flameout_2
transformName = thrustTransform
oneShot = true
}
AUDIO
{
channel = Ship
clip = sound_explosion_low
volume = 1.0
pitch = 2.0
loop = false
}
}
}


//Part Modules
//Engine
MODULE
{
name = ModuleEnginesFX
engineID = TESTPART
runningEffectName = running_closed
thrustVectorTransformName = thrustTransform
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 300
heatProduction = 300
fxOffset = 0, 0, 0
PROPELLANT
{
name = LiquidFuel
ratio = 0.9
DrawGauge = True
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
}
atmosphereCurve
{
key = 0 400
key = 1 300
}

}


//Engine gimbal
MODULE
{
name = ModuleGimbal
gimbalTransformName = thrustTransform
gimbalRange = 1
}


//Fairing/Shroud
MODULE
{
name = ModuleJettison
jettisonName = fairing
bottomNodeName = bottom
isFairing = True
jettisonedObjectMass = 0.1
jettisonForce = 5
jettisonDirection = 0 0 1

}


//Emissive


//Alternator
MODULE
{
name = ModuleAlternator
RESOURCE
{
name = ElectricCharge
rate = 1
}
}


//Resource Modules
RESOURCE
{
name = ElectricCharge
amount = 0
maxAmount = 0
isTweakable = false
hideFlow = true
}
}

Link to comment
Share on other sites

That was quick, thanks for answering literally every question I post nli2work!

Edit: I changed it so TESTTEX is in the same folder as TestPart so I wouldn't need the placeholder, and made the filepath reflect that change, still no dice.

Edited by Starbuckminsterfullerton
Link to comment
Share on other sites

I read through the whole thing, nothing stands out to my untrained eye; the only errors involve wheel colliders, of which I have none.


Kerbal Space Program - 0.25.0.642 (OSXPlayer)




OS: Mac OS X 10.10.0
CPU: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz (4)
RAM: 8192
GPU: Intel HD Graphics 4000 OpenGL Engine (1024MB)
SM: 30 (OpenGL 2.1 [2.1 INTEL-10.0.86])
RT Formats: ARGB32, Depth, ARGBHalf, RGB565, ARGB4444, ARGB1555, Default, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8




Log started: Wed, Nov 05, 2014 17:28:24




[LOG 17:28:25.092] Load(Assembly): /ModuleManager.2.5.1
[LOG 17:28:25.094] AssemblyLoader: Loading assembly at /Users/GrantTLaBriola/Desktop/Mod Stuff/KSP_osx/GameData/ModuleManager.2.5.1.dll
[LOG 17:28:25.124] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5
[LOG 17:28:25.125] Load(Assembly): MechJeb2/Plugins/MechJeb2
[LOG 17:28:25.125] AssemblyLoader: Loading assembly at /Users/GrantTLaBriola/Desktop/Mod Stuff/KSP_osx/GameData/MechJeb2/Plugins/MechJeb2.dll
[LOG 17:28:25.131] AssemblyLoader: KSPAssembly 'MechJeb2' V2.4
[LOG 17:28:25.133] AssemblyLoader: Loading assemblies
[LOG 17:28:25.168] AddonLoader: Instantiating addon 'ModuleManager' from assembly 'ModuleManager'
[LOG 17:28:25.197] [ModuleManager] Adding ModuleManager to the loading screen 2
[LOG 17:28:25.205] AddonLoader: Instantiating addon 'CompatibilityChecker' from assembly 'MechJeb2'
[LOG 17:28:25.443] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor
[LOG 17:28:25.559] [CompatibilityChecker] Running checker version 4 from 'MechJeb2'
[LOG 17:28:25.609] Load(Audio): Squad/Sounds/editorLoop01
[LOG 17:28:25.925] Load(Audio): Squad/Sounds/sound_ambience_nature
[LOG 17:28:26.009] Load(Audio): Squad/Sounds/sound_click_flick
[LOG 17:28:26.043] Load(Audio): Squad/Sounds/sound_click_latch
[LOG 17:28:26.076] Load(Audio): Squad/Sounds/sound_click_sharp
[LOG 17:28:26.109] Load(Audio): Squad/Sounds/sound_click_tick
[LOG 17:28:26.143] Load(Audio): Squad/Sounds/sound_click_tock
[LOG 17:28:26.176] Load(Audio): Squad/Sounds/sound_decoupler_fire
[LOG 17:28:26.209] Load(Audio): Squad/Sounds/sound_delete_bin
[LOG 17:28:26.243] Load(Audio): Squad/Sounds/sound_explosion_debris1
[LOG 17:28:26.276] Load(Audio): Squad/Sounds/sound_explosion_debris2
[LOG 17:28:26.325] Load(Audio): Squad/Sounds/sound_explosion_large
[LOG 17:28:26.359] Load(Audio): Squad/Sounds/sound_rocket_mini
[LOG 17:28:26.393] Load(Audio): Squad/Sounds/sound_rocket_spurts
[LOG 17:28:26.442] Load(Audio): Squad/Sounds/sound_tab_extend
[LOG 17:28:26.476] Load(Audio): Squad/Sounds/sound_tab_retreat
[LOG 17:28:26.510] Load(Texture): MechJeb2/Icons/Ascent_Guidance
[LOG 17:28:26.609] Load(Texture): MechJeb2/Icons/Attitude_Adjustment
[LOG 17:28:26.709] Load(Texture): MechJeb2/Icons/Custom_Window_Editor
[LOG 17:28:26.809] Load(Texture): MechJeb2/Icons/Delta-V_Stats
[LOG 17:28:26.909] Load(Texture): MechJeb2/Icons/Docking_Autopilot
[LOG 17:28:27.009] Load(Texture): MechJeb2/Icons/Landing_Guidance
[LOG 17:28:27.109] Load(Texture): MechJeb2/Icons/MJ2
[LOG 17:28:27.209] Load(Texture): MechJeb2/Icons/Maneuver_Node_Editor
[LOG 17:28:27.309] Load(Texture): MechJeb2/Icons/Maneuver_Planner
[LOG 17:28:27.408] Load(Texture): MechJeb2/Icons/Orbit_Info
[LOG 17:28:27.492] Load(Texture): MechJeb2/Icons/QMark
[LOG 17:28:27.510] Load(Texture): MechJeb2/Icons/RCS_Balancer
[LOG 17:28:27.526] Load(Texture): MechJeb2/Icons/Rendezvous_Autopilot
[LOG 17:28:27.542] Load(Texture): MechJeb2/Icons/Rendezvous_Planner
[LOG 17:28:27.560] Load(Texture): MechJeb2/Icons/Rover_Autopilot
[LOG 17:28:27.576] Load(Texture): MechJeb2/Icons/Settings
[LOG 17:28:27.592] Load(Texture): MechJeb2/Icons/Smart_A_S_S_
[LOG 17:28:27.609] Load(Texture): MechJeb2/Icons/Spaceplane_Guidance
[LOG 17:28:27.626] Load(Texture): MechJeb2/Icons/Surface_Info
[LOG 17:28:27.642] Load(Texture): MechJeb2/Icons/Translatron
[LOG 17:28:27.659] Load(Texture): MechJeb2/Icons/Utilities
[LOG 17:28:27.675] Load(Texture): MechJeb2/Icons/Vessel_Info
[LOG 17:28:27.692] Load(Texture): MechJeb2/Icons/Warp_Helper
[LOG 17:28:27.709] Load(Texture): MechJeb2/Parts/MechJeb2_AR202/model000
[LOG 17:28:27.858] Load(Texture): MechJeb2/Parts/MechJeb2_Pod/model000
[LOG 17:28:28.025] Load(Texture): MechJeb2/Parts/MechJeb2_Pod/model001
[LOG 17:28:28.121] Load(Texture): MechJeb2/Parts/MechJeb2_Pod/model002
[LOG 17:28:28.179] Load(Texture): NASAmission/Flags/NASA
[LOG 17:28:28.212] Load(Texture): NASAmission/Parts/GrapplingDevice/grabberDiffuse
[LOG 17:28:28.275] Load(Texture): NASAmission/Parts/GrapplingDevice/window
[LOG 17:28:28.292] Load(Texture): NASAmission/Parts/LaunchEscapeSystem/LES_Diffuse
[LOG 17:28:28.443] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_cm
[LOG 17:28:28.542] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_em
[LOG 17:28:28.559] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_nm
[LOG 17:28:28.641] Load(Texture): NASAmission/Parts/PotatoRoid/squareButton
[LOG 17:28:28.692] Load(Texture): NASAmission/Parts/Size2LFB/Size2LFBEmissive
[LOG 17:28:28.708] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_cm
[LOG 17:28:28.859] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_nm
[LOG 17:28:28.993] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineDiffuse
[LOG 17:28:29.158] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineEmissive
[LOG 17:28:29.192] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineNormal
[LOG 17:28:29.258] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/decoupler_and_adaptor_cm
[LOG 17:28:29.408] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_cm
[LOG 17:28:29.558] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_nm
[LOG 17:28:29.709] Load(Texture): NASAmission/Parts/Size3EngineCluster/ClusterEngineEmit
[LOG 17:28:29.726] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_cm
[LOG 17:28:29.876] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_nm
[LOG 17:28:30.009] Load(Texture): NASAmission/Parts/Size3LargeTank/fueltTanks_cm
[LOG 17:28:30.159] Load(Texture): NASAmission/Parts/Size3MediumTank/fueltTanks_cm
[LOG 17:28:30.326] Load(Texture): NASAmission/Parts/Size3SmallTank/fueltTanks_cm
[LOG 17:28:30.475] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_cm
[LOG 17:28:30.625] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_nm
[LOG 17:28:30.759] Load(Texture): PMCMotivePower/Parts/Engines/TestPart/TESTTEX
[LOG 17:28:30.842] Load(Texture): Squad/Agencies/C7AerospaceDivision
[LOG 17:28:30.879] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled
[LOG 17:28:30.891] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium
[LOG 17:28:30.930] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled
[LOG 17:28:30.942] Load(Texture): Squad/Agencies/ExperimentalEngineering
[LOG 17:28:30.962] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled
[LOG 17:28:30.976] Load(Texture): Squad/Agencies/FlooydResearchLab
[LOG 17:28:30.994] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled
[LOG 17:28:31.009] Load(Texture): Squad/Agencies/GoliathNationalProducts
[LOG 17:28:31.028] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled
[LOG 17:28:31.042] Load(Texture): Squad/Agencies/IntegratedIntegrals
[LOG 17:28:31.061] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled
[LOG 17:28:31.075] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics
[LOG 17:28:31.096] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled
[LOG 17:28:31.108] Load(Texture): Squad/Agencies/JebsJunkyard
[LOG 17:28:31.128] Load(Texture): Squad/Agencies/JebsJunkyard_scaled
[LOG 17:28:31.142] Load(Texture): Squad/Agencies/KerbalMotion
[LOG 17:28:31.161] Load(Texture): Squad/Agencies/KerbalMotion_scaled
[LOG 17:28:31.176] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety
[LOG 17:28:31.195] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled
[LOG 17:28:31.209] Load(Texture): Squad/Agencies/Kerbodyne
[LOG 17:28:31.227] Load(Texture): Squad/Agencies/Kerbodyne_scaled
[LOG 17:28:31.242] Load(Texture): Squad/Agencies/Kerlington
[LOG 17:28:31.262] Load(Texture): Squad/Agencies/Kerlington_scaled
[LOG 17:28:31.276] Load(Texture): Squad/Agencies/MaxoConstructionToys
[LOG 17:28:31.295] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled
[LOG 17:28:31.309] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup
[LOG 17:28:31.342] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled
[LOG 17:28:31.359] Load(Texture): Squad/Agencies/OMBDemolition
[LOG 17:28:31.378] Load(Texture): Squad/Agencies/OMBDemolition_scaled
[LOG 17:28:31.392] Load(Texture): Squad/Agencies/PeriapsisCo
[LOG 17:28:31.412] Load(Texture): Squad/Agencies/PeriapsisCo_scaled
[LOG 17:28:31.426] Load(Texture): Squad/Agencies/Probodobodyne
[LOG 17:28:31.447] Load(Texture): Squad/Agencies/Probodobodyne_scaled
[LOG 17:28:31.459] Load(Texture): Squad/Agencies/R&D
[LOG 17:28:31.479] Load(Texture): Squad/Agencies/R&D_scaled
[LOG 17:28:31.491] Load(Texture): Squad/Agencies/ReactionSystemsLtd
[LOG 17:28:31.511] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled
[LOG 17:28:31.526] Load(Texture): Squad/Agencies/Rockomax
[LOG 17:28:31.545] Load(Texture): Squad/Agencies/Rockomax_scaled
[LOG 17:28:31.559] Load(Texture): Squad/Agencies/Rokea
[LOG 17:28:31.579] Load(Texture): Squad/Agencies/Rokea_scaled
[LOG 17:28:31.592] Load(Texture): Squad/Agencies/SeansCannery
[LOG 17:28:31.612] Load(Texture): Squad/Agencies/SeansCannery_scaled
[LOG 17:28:31.625] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps
[LOG 17:28:31.644] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled
[LOG 17:28:31.659] Load(Texture): Squad/Agencies/StrutCo
[LOG 17:28:31.678] Load(Texture): Squad/Agencies/StrutCo_scaled
[LOG 17:28:31.693] Load(Texture): Squad/Agencies/Vac-Co
[LOG 17:28:31.711] Load(Texture): Squad/Agencies/Vac-Co_scaled
[LOG 17:28:31.726] Load(Texture): Squad/Agencies/WinterOwl
[LOG 17:28:31.745] Load(Texture): Squad/Agencies/WinterOwl_scaled
[LOG 17:28:31.758] Load(Texture): Squad/Agencies/ZaltonicElectronics
[LOG 17:28:31.776] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled
[LOG 17:28:31.792] Load(Texture): Squad/FX/rocketplume2
[LOG 17:28:31.826] Load(Texture): Squad/FX/shockDiamond2
[LOG 17:28:31.909] Load(Texture): Squad/FX/smokepuff1
[LOG 17:28:32.009] Load(Texture): Squad/Flags/09
[LOG 17:28:32.109] Load(Texture): Squad/Flags/blorbs
[LOG 17:28:32.209] Load(Texture): Squad/Flags/bullseye
[LOG 17:28:32.309] Load(Texture): Squad/Flags/capsule
[LOG 17:28:32.409] Load(Texture): Squad/Flags/circles
[LOG 17:28:32.509] Load(Texture): Squad/Flags/default
[LOG 17:28:32.609] Load(Texture): Squad/Flags/hexagon
[LOG 17:28:32.709] Load(Texture): Squad/Flags/hexagonCircles
[LOG 17:28:32.809] Load(Texture): Squad/Flags/kerbal1
[LOG 17:28:32.909] Load(Texture): Squad/Flags/kerbal2
[LOG 17:28:33.009] Load(Texture): Squad/Flags/kerbin
[LOG 17:28:33.109] Load(Texture): Squad/Flags/kerbinmunflag
[LOG 17:28:33.209] Load(Texture): Squad/Flags/line
[LOG 17:28:33.309] Load(Texture): Squad/Flags/minimalistic
[LOG 17:28:33.409] Load(Texture): Squad/Flags/orbit
[LOG 17:28:33.493] Load(Texture): Squad/Flags/orbs
[LOG 17:28:33.511] Load(Texture): Squad/Flags/retro
[LOG 17:28:33.529] Load(Texture): Squad/Flags/rings
[LOG 17:28:33.546] Load(Texture): Squad/Flags/rocketScience
[LOG 17:28:33.562] Load(Texture): Squad/Flags/satellite
[LOG 17:28:33.579] Load(Texture): Squad/Flags/spheres
[LOG 17:28:33.596] Load(Texture): Squad/Flags/squadLogo
[LOG 17:28:33.611] Load(Texture): Squad/Flags/squadLogo2
[LOG 17:28:33.628] Load(Texture): Squad/Flags/stripes
[LOG 17:28:33.645] Load(Texture): Squad/Flags/trees
[LOG 17:28:33.662] Load(Texture): Squad/Flags/trippy
[LOG 17:28:33.681] Load(Texture): Squad/Parts/Aero/advancedCanard/model000
[LOG 17:28:33.842] Load(Texture): Squad/Parts/Aero/advancedCanard/model001
[LOG 17:28:33.975] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/model000
[LOG 17:28:34.126] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model000
[LOG 17:28:34.275] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model001
[LOG 17:28:34.408] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000
[LOG 17:28:34.441] Load(Texture): Squad/Parts/Aero/standardCanard/model000
[LOG 17:28:34.591] Load(Texture): Squad/Parts/Aero/standardCanard/model001
[LOG 17:28:34.742] Load(Texture): Squad/Parts/Aero/standardNoseCone/model000
[LOG 17:28:34.792] Load(Texture): Squad/Parts/Aero/standardNoseCone/model001
[LOG 17:28:34.842] Load(Texture): Squad/Parts/Aero/sweptWing/model000
[LOG 17:28:34.992] Load(Texture): Squad/Parts/Aero/sweptWing/model001
[LOG 17:28:35.125] Load(Texture): Squad/Parts/Aero/sweptWing/model002
[LOG 17:28:35.141] Load(Texture): Squad/Parts/Aero/tailConnector/model000
[LOG 17:28:35.191] Load(Texture): Squad/Parts/Aero/tailConnector/model001
[LOG 17:28:35.259] Load(Texture): Squad/Parts/Aero/tailfin/model000
[LOG 17:28:35.309] Load(Texture): Squad/Parts/Aero/tailfin/model001
[LOG 17:28:35.341] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000
[LOG 17:28:35.375] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001
[LOG 17:28:35.409] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000
[LOG 17:28:35.458] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001
[LOG 17:28:35.508] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000
[LOG 17:28:35.559] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder
[LOG 17:28:35.575] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM
[LOG 17:28:35.708] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch
[LOG 17:28:35.926] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls
[LOG 17:28:36.142] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window
[LOG 17:28:36.242] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000
[LOG 17:28:36.359] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001
[LOG 17:28:36.476] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff
[LOG 17:28:36.709] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal
[LOG 17:28:36.842] Load(Texture): Squad/Parts/Command/cupola/window
[LOG 17:28:36.942] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000
[LOG 17:28:37.142] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin
[LOG 17:28:37.359] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n
[LOG 17:28:37.491] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window
[LOG 17:28:37.559] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000
[LOG 17:28:37.625] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001
[LOG 17:28:37.708] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000
[LOG 17:28:37.775] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001
[LOG 17:28:37.824] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002
[LOG 17:28:38.026] Load(Texture): Squad/Parts/Command/mk1Cockpit/mk1Cockpit
[LOG 17:28:38.226] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitDiffuse
[LOG 17:28:38.392] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitNRM2
[LOG 17:28:38.524] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/ladder
[LOG 17:28:38.559] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/window
[LOG 17:28:38.576] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff
[LOG 17:28:38.759] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal
[LOG 17:28:38.825] Load(Texture): Squad/Parts/Command/mk1pod/hatch
[LOG 17:28:38.859] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung
[LOG 17:28:38.892] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM
[LOG 17:28:38.959] Load(Texture): Squad/Parts/Command/mk1pod/outer shell
[LOG 17:28:39.075] Load(Texture): Squad/Parts/Command/mk1pod/window
[LOG 17:28:39.091] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder
[LOG 17:28:39.108] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell
[LOG 17:28:39.275] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n
[LOG 17:28:39.325] Load(Texture): Squad/Parts/Command/mk2LanderCan/window
[LOG 17:28:39.342] Load(Texture): Squad/Parts/Command/mk3Cockpit/MK3NRM
[LOG 17:28:39.409] Load(Texture): Squad/Parts/Command/mk3Cockpit/c7fuselagemk3C_COLOR copy
[LOG 17:28:39.476] Load(Texture): Squad/Parts/Command/mk3Cockpit/ladder
[LOG 17:28:39.492] Load(Texture): Squad/Parts/Command/mk3Cockpit/window
[LOG 17:28:39.509] Load(Texture): Squad/Parts/Command/probeCoreCube/model000
[LOG 17:28:39.525] Load(Texture): Squad/Parts/Command/probeCoreCube/model001
[LOG 17:28:39.541] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff
[LOG 17:28:39.675] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal
[LOG 17:28:39.725] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000
[LOG 17:28:39.758] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001
[LOG 17:28:39.809] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000
[LOG 17:28:39.859] Load(Texture): Squad/Parts/Command/probeStackLarge/model000
[LOG 17:28:39.991] Load(Texture): Squad/Parts/Command/probeStackLarge/model001
[LOG 17:28:40.142] Load(Texture): Squad/Parts/Command/probeStackSmall/model000
[LOG 17:28:40.309] Load(Texture): Squad/Parts/Command/probeStackSmall/model001
[LOG 17:28:40.442] Load(Texture): Squad/Parts/Command/probeStackSphere/model000
[LOG 17:28:40.491] Load(Texture): Squad/Parts/Command/probeStackSphere/model001
[LOG 17:28:40.508] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000
[LOG 17:28:40.559] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001
[LOG 17:28:40.591] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002
[LOG 17:28:40.609] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000
[LOG 17:28:40.624] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001
[LOG 17:28:40.658] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002
[LOG 17:28:40.675] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model000
[LOG 17:28:40.725] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model001
[LOG 17:28:40.776] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model002
[LOG 17:28:40.792] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model000
[LOG 17:28:40.826] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model001
[LOG 17:28:40.874] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model002
[LOG 17:28:40.892] Load(Texture): Squad/Parts/Electrical/RTG/model000
[LOG 17:28:40.909] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/model000
[LOG 17:28:40.976] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000
[LOG 17:28:40.992] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000
[LOG 17:28:41.008] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000
[LOG 17:28:41.041] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001
[LOG 17:28:41.058] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff
[LOG 17:28:41.075] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000
[LOG 17:28:41.125] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff
[LOG 17:28:41.174] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal
[LOG 17:28:41.225] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1
[LOG 17:28:41.258] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM
[LOG 17:28:41.342] Load(Texture): Squad/Parts/Engine/ionEngine/model000
[LOG 17:28:41.392] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model000
[LOG 17:28:41.441] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model001
[LOG 17:28:41.474] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model000
[LOG 17:28:41.525] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model001
[LOG 17:28:41.575] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000
[LOG 17:28:41.592] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff
[LOG 17:28:41.641] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm
[LOG 17:28:41.691] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm
[LOG 17:28:41.741] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd
[LOG 17:28:41.774] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model000
[LOG 17:28:41.825] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model001
[LOG 17:28:41.891] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model002
[LOG 17:28:41.941] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000
[LOG 17:28:41.958] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001
[LOG 17:28:41.975] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff
[LOG 17:28:42.091] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing
[LOG 17:28:42.125] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3
[LOG 17:28:42.175] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive
[LOG 17:28:42.225] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n
[LOG 17:28:42.275] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000
[LOG 17:28:42.341] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001
[LOG 17:28:42.391] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002
[LOG 17:28:42.408] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003
[LOG 17:28:42.524] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000
[LOG 17:28:42.575] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001
[LOG 17:28:42.625] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002
[LOG 17:28:42.642] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model003
[LOG 17:28:42.775] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model004
[LOG 17:28:42.924] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000
[LOG 17:28:42.974] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001
[LOG 17:28:42.992] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002
[LOG 17:28:43.024] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003
[LOG 17:28:43.075] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000
[LOG 17:28:43.125] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001
[LOG 17:28:43.176] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002
[LOG 17:28:43.224] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003
[LOG 17:28:43.275] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004
[LOG 17:28:43.292] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/model000
[LOG 17:28:43.308] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000
[LOG 17:28:43.342] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001
[LOG 17:28:43.391] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002
[LOG 17:28:43.459] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003
[LOG 17:28:43.475] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff
[LOG 17:28:43.559] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive
[LOG 17:28:43.625] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff
[LOG 17:28:43.758] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm
[LOG 17:28:43.909] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal
[LOG 17:28:43.992] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse
[LOG 17:28:44.041] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit
[LOG 17:28:44.058] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000
[LOG 17:28:44.109] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001
[LOG 17:28:44.158] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002
[LOG 17:28:44.192] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000
[LOG 17:28:44.324] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001
[LOG 17:28:44.376] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002
[LOG 17:28:44.392] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000
[LOG 17:28:44.425] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV
[LOG 17:28:44.441] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000
[LOG 17:28:44.492] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001
[LOG 17:28:44.508] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff
[LOG 17:28:44.559] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal
[LOG 17:28:44.609] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000
[LOG 17:28:44.642] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001
[LOG 17:28:44.675] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000
[LOG 17:28:44.708] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff
[LOG 17:28:44.758] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000
[LOG 17:28:44.842] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001
[LOG 17:28:44.925] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000
[LOG 17:28:44.941] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001
[LOG 17:28:44.958] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4
[LOG 17:28:45.109] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3
[LOG 17:28:45.158] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n
[LOG 17:28:45.209] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000
[LOG 17:28:45.259] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001
[LOG 17:28:45.391] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000
[LOG 17:28:45.458] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001
[LOG 17:28:45.525] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000
[LOG 17:28:45.575] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001
[LOG 17:28:45.625] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000
[LOG 17:28:45.659] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001
[LOG 17:28:45.708] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000
[LOG 17:28:45.859] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001
[LOG 17:28:45.909] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000
[LOG 17:28:46.042] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001
[LOG 17:28:46.092] Load(Texture): Squad/Parts/FuelTank/mk2mk3Adapter/model000
[LOG 17:28:46.159] Load(Texture): Squad/Parts/FuelTank/mk2mk3Adapter/model001
[LOG 17:28:46.209] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/model000
[LOG 17:28:46.258] Load(Texture): Squad/Parts/FuelTank/mk3Fuselage/model001
[LOG 17:28:46.309] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000
[LOG 17:28:46.359] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001
[LOG 17:28:46.408] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff
[LOG 17:28:46.459] Load(Texture): Squad/Parts/Mk1/mk1fuselage
[LOG 17:28:46.608] Load(Texture): Squad/Parts/Mk1/mk1fuselageFuel
[LOG 17:28:46.775] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff
[LOG 17:28:46.908] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab
[LOG 17:28:47.058] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window
[LOG 17:28:47.075] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 17:28:47.225] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit
[LOG 17:28:47.259] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm
[LOG 17:28:47.308] Load(Texture): Squad/Parts/Science/MaterialBay/wires
[LOG 17:28:47.341] Load(Texture): Squad/Parts/Science/avionicsNoseCone/model000
[LOG 17:28:47.392] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff
[LOG 17:28:47.525] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff
[LOG 17:28:47.659] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff
[LOG 17:28:47.808] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff
[LOG 17:28:47.859] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff
[LOG 17:28:47.975] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C1EB_NRM
[LOG 17:28:48.025] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C7A_EngineBody_F1_COLOR copy
[LOG 17:28:48.074] Load(Texture): Squad/Parts/Structural/engineNacelle/model000
[LOG 17:28:48.125] Load(Texture): Squad/Parts/Structural/engineNacelle/model001
[LOG 17:28:48.174] Load(Texture): Squad/Parts/Structural/smallHardpoint/model000
[LOG 17:28:48.225] Load(Texture): Squad/Parts/Structural/smallHardpoint/model001
[LOG 17:28:48.274] Load(Texture): Squad/Parts/Structural/stationHub/model000
[LOG 17:28:48.342] Load(Texture): Squad/Parts/Structural/stationHub/model001
[LOG 17:28:48.392] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000
[LOG 17:28:48.425] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000
[LOG 17:28:48.441] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000
[LOG 17:28:48.458] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000
[LOG 17:28:48.475] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000
[LOG 17:28:48.508] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001
[LOG 17:28:48.541] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000
[LOG 17:28:48.574] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001
[LOG 17:28:48.608] Load(Texture): Squad/Parts/Structural/structuralPylon/model000
[LOG 17:28:48.658] Load(Texture): Squad/Parts/Structural/structuralPylon/model001
[LOG 17:28:48.708] Load(Texture): Squad/Parts/Structural/strutConnector/model000
[LOG 17:28:48.741] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000
[LOG 17:28:48.759] Load(Texture): Squad/Parts/Structural/strutOcto/model000
[LOG 17:28:48.775] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000
[LOG 17:28:48.792] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001
[LOG 17:28:48.858] Load(Texture): Squad/Parts/Structural/trussGirderL/model000
[LOG 17:28:48.991] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000
[LOG 17:28:49.125] Load(Texture): Squad/Parts/Utility/CircularIntake/model000
[LOG 17:28:49.174] Load(Texture): Squad/Parts/Utility/CircularIntake/model001
[LOG 17:28:49.224] Load(Texture): Squad/Parts/Utility/airIntakeRadialXM-G50/model000
[LOG 17:28:49.275] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array
[LOG 17:28:49.325] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff
[LOG 17:28:49.392] Load(Texture): Squad/Parts/Utility/commDish88-88/model000
[LOG 17:28:49.425] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:28:49.557] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit
[LOG 17:28:49.575] Load(Texture): Squad/Parts/Utility/commsDish16/model000
[LOG 17:28:49.591] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000
[LOG 17:28:49.608] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000
[LOG 17:28:49.642] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001
[LOG 17:28:49.657] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000
[LOG 17:28:49.692] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000
[LOG 17:28:49.742] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001
[LOG 17:28:49.792] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000
[LOG 17:28:49.825] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000
[LOG 17:28:49.909] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000
[LOG 17:28:49.975] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001
[LOG 17:28:50.009] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000
[LOG 17:28:50.042] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001
[LOG 17:28:50.075] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000
[LOG 17:28:50.091] Load(Texture): Squad/Parts/Utility/dockingPort/model000
[LOG 17:28:50.142] Load(Texture): Squad/Parts/Utility/dockingPort/model001
[LOG 17:28:50.175] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000
[LOG 17:28:50.225] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001
[LOG 17:28:50.275] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002
[LOG 17:28:50.325] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000
[LOG 17:28:50.341] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001
[LOG 17:28:50.374] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000
[LOG 17:28:50.442] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001
[LOG 17:28:50.492] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002
[LOG 17:28:50.508] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000
[LOG 17:28:50.659] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001
[LOG 17:28:50.792] Load(Texture): Squad/Parts/Utility/fuelLine/model000
[LOG 17:28:50.807] Load(Texture): Squad/Parts/Utility/ladderRadial/model000
[LOG 17:28:50.825] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000
[LOG 17:28:50.975] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001
[LOG 17:28:51.108] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002
[LOG 17:28:51.241] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000
[LOG 17:28:51.392] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001
[LOG 17:28:51.541] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff
[LOG 17:28:51.592] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg
[LOG 17:28:51.641] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg
[LOG 17:28:51.657] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000
[LOG 17:28:51.675] Load(Texture): Squad/Parts/Utility/largeAdapter/model000
[LOG 17:28:51.725] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000
[LOG 17:28:51.774] Load(Texture): Squad/Parts/Utility/launchClamp1/model000
[LOG 17:28:51.825] Load(Texture): Squad/Parts/Utility/launchClamp1/model001
[LOG 17:28:51.859] Load(Texture): Squad/Parts/Utility/linearRCS/model000
[LOG 17:28:51.874] Load(Texture): Squad/Parts/Utility/linearRCS/model001
[LOG 17:28:51.891] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000
[LOG 17:28:51.942] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001
[LOG 17:28:51.991] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000
[LOG 17:28:52.059] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001
[LOG 17:28:52.092] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000
[LOG 17:28:52.124] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001
[LOG 17:28:52.141] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000
[LOG 17:28:52.224] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001
[LOG 17:28:52.258] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000
[LOG 17:28:52.342] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001
[LOG 17:28:52.391] Load(Texture): Squad/Parts/Utility/ramAirIntake/model000
[LOG 17:28:52.441] Load(Texture): Squad/Parts/Utility/ramAirIntake/model001
[LOG 17:28:52.525] Load(Texture): Squad/Parts/Utility/ramAirIntake/model002
[LOG 17:28:52.592] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000
[LOG 17:28:52.607] Load(Texture): Squad/Parts/Utility/roverBody/model000
[LOG 17:28:52.658] Load(Texture): Squad/Parts/Utility/roverBody/model001
[LOG 17:28:52.708] Load(Texture): Squad/Parts/Utility/sensorAccelerometer/model000
[LOG 17:28:52.724] Load(Texture): Squad/Parts/Utility/sensorBarometer/model000
[LOG 17:28:52.741] Load(Texture): Squad/Parts/Utility/sensorGravimeter/model000
[LOG 17:28:52.775] Load(Texture): Squad/Parts/Utility/sensorThermometer/model000
[LOG 17:28:52.791] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000
[LOG 17:28:52.825] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001
[LOG 17:28:52.841] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000
[LOG 17:28:52.858] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001
[LOG 17:28:52.875] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000
[LOG 17:28:52.925] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff
[LOG 17:28:53.058] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000
[LOG 17:28:53.125] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel000
[LOG 17:28:53.275] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel001
[LOG 17:28:53.408] Load(Texture): Squad/Parts/Wheel/SmallGearBay/internal shell box props
[LOG 17:28:53.542] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000
[LOG 17:28:53.592] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000
[LOG 17:28:53.607] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001
[LOG 17:28:53.674] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000
[LOG 17:28:53.825] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001
[LOG 17:28:53.958] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002
[LOG 17:28:54.092] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003
[LOG 17:28:54.258] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000
[LOG 17:28:54.391] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001
[LOG 17:28:54.425] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002
[LOG 17:28:54.441] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003
[LOG 17:28:54.492] Load(Texture): Squad/Props/AltimeterThreeHands/model000
[LOG 17:28:54.525] Load(Texture): Squad/Props/AltimeterThreeHands/model001
[LOG 17:28:54.541] Load(Texture): Squad/Props/AtmosphereDepth/model000
[LOG 17:28:54.558] Load(Texture): Squad/Props/AtmosphereDepth/model001
[LOG 17:28:54.574] Load(Texture): Squad/Props/AxisIndicator/model000
[LOG 17:28:54.592] Load(Texture): Squad/Props/ButtonSquare/model000
[LOG 17:28:54.708] Load(Texture): Squad/Props/Compass/model000
[LOG 17:28:54.775] Load(Texture): Squad/Props/IVANavBall/Arrows8dir
[LOG 17:28:54.791] Load(Texture): Squad/Props/IVANavBall/IVANavBall
[LOG 17:28:54.825] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors
[LOG 17:28:54.842] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA
[LOG 17:28:54.858] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA
[LOG 17:28:54.874] Load(Texture): Squad/Props/IVANavBall/navball2
[LOG 17:28:54.891] Load(Texture): Squad/Props/IndicatorPanel/model000
[LOG 17:28:54.941] Load(Texture): Squad/Props/IndicatorPanel/model001
[LOG 17:28:54.959] Load(Texture): Squad/Props/NavBall/model000
[LOG 17:28:54.992] Load(Texture): Squad/Props/NavBall/model001
[LOG 17:28:55.007] Load(Texture): Squad/Props/NavBall/model002
[LOG 17:28:55.024] Load(Texture): Squad/Props/NavBall/model003
[LOG 17:28:55.041] Load(Texture): Squad/Props/VSI/model000
[LOG 17:28:55.092] Load(Texture): Squad/Props/circularButton/model000
[LOG 17:28:55.108] Load(Texture): Squad/Props/directionalKnob/model000
[LOG 17:28:55.125] Load(Texture): Squad/Props/directionalKnob2/model000
[LOG 17:28:55.141] Load(Texture): Squad/Props/ledPanelSpeed/model000
[LOG 17:28:55.175] Load(Texture): Squad/Props/ledPanelSpeed/model001
[LOG 17:28:55.192] Load(Texture): Squad/Props/pullSwitch/model000
[LOG 17:28:55.207] Load(Texture): Squad/Props/pullSwitch/model001
[LOG 17:28:55.224] Load(Texture): Squad/Props/radarAltitude/model000
[LOG 17:28:55.292] Load(Texture): Squad/Props/squareButton/model000
[LOG 17:28:55.308] Load(Texture): Squad/Props/standingSwitch/model000
[LOG 17:28:55.324] Load(Texture): Squad/Props/standingSwitch/model001
[LOG 17:28:55.341] Load(Texture): Squad/Props/switch/model000
[LOG 17:28:55.358] Load(Texture): Squad/Props/switchGuard/model000
[LOG 17:28:55.375] Load(Texture): Squad/Props/switchWithGuards/model000
[LOG 17:28:55.408] Load(Texture): Squad/Props/switchWithGuards/model001
[LOG 17:28:55.425] Load(Texture): Squad/Props/switchWithGuards/model002
[LOG 17:28:55.442] Load(Texture): Squad/Props/throttle/model000
[LOG 17:28:55.475] Load(Texture): Squad/Props/throttle/model001
[LOG 17:28:55.608] Load(Texture): Squad/SPP/IntakeRadialLong/Radial_long
[LOG 17:28:55.641] Load(Texture): Squad/SPP/Mk2Adapters/mk2adapters1m
[LOG 17:28:55.808] Load(Texture): Squad/SPP/Mk2CargoBay/mk2CargoBay
[LOG 17:28:55.957] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit
[LOG 17:28:56.242] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit_Lum
[LOG 17:28:56.324] Load(Texture): Squad/SPP/Mk2CockpitStandard/Cockpit_NRM
[LOG 17:28:56.558] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/CargoBagA
[LOG 17:28:56.574] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Mk2StandardIVA
[LOG 17:28:56.708] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Pilotseat
[LOG 17:28:56.758] Load(Texture): Squad/SPP/Mk2CockpitStandardInternal/Windows
[LOG 17:28:56.774] Load(Texture): Squad/SPP/Mk2CrewCabin/mk2CrewCabin
[LOG 17:28:56.874] Load(Texture): Squad/SPP/Mk2CrewCabin/mk2CrewCabin_LUM
[LOG 17:28:56.892] Load(Texture): Squad/SPP/Mk2DockingPort/mk2DockingPort
[LOG 17:28:57.024] Load(Texture): Squad/SPP/Mk2DroneCore/mk2Dronecore
[LOG 17:28:57.058] Load(Texture): Squad/SPP/Mk2FuselageLong/mk2Fuselage
[LOG 17:28:57.208] Load(Texture): Squad/SPP/Mk2FuselageShort/mk2FuselageShort
[LOG 17:28:57.391] Load(Texture): Squad/SPP/ShockConeIntake/ShockConeIntake
[LOG 17:28:57.441] Load(Texture): Squad/SPP/Wings/Wings
[LOG 17:28:57.574] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_Inline
[LOG 17:28:57.725] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_Inline_NRM
[LOG 17:28:57.857] Load(Texture): Squad/SPP/mk2Cockpit_Inline/mk2Cockpit_inline_LUM
[LOG 17:28:57.908] Load(Texture): Squad/Spaces/GenericSpace1/model000
[LOG 17:28:58.058] Load(Texture): Squad/Spaces/GenericSpace1/model001
[LOG 17:28:58.191] Load(Texture): Squad/Spaces/GenericSpace1/model002
[LOG 17:28:58.325] Load(Texture): Squad/Spaces/GenericSpace1/model003
[LOG 17:28:58.491] Load(Texture): Squad/Spaces/GenericSpace1/model004
[LOG 17:28:58.625] Load(Texture): Squad/Spaces/GenericSpace1/model005
[LOG 17:28:58.775] Load(Texture): Squad/Spaces/GenericSpace3/model000
[LOG 17:28:58.907] Load(Texture): Squad/Spaces/GenericSpace3/model001
[LOG 17:28:58.958] Load(Texture): Squad/Spaces/GenericSpace3/model002
[LOG 17:28:59.125] Load(Texture): Squad/Spaces/GenericSpace3/model003
[LOG 17:28:59.257] Load(Texture): Squad/Spaces/GenericSpace3/model004
[LOG 17:28:59.391] Load(Texture): Squad/Spaces/GenericSpace3/model005
[LOG 17:28:59.525] Load(Texture): Squad/Spaces/GenericSpace3/model006
[LOG 17:28:59.675] Load(Texture): Squad/Spaces/GenericSpace3/model007
[LOG 17:28:59.807] Load(Texture): Squad/Spaces/PodCockpit/model000
[LOG 17:28:59.941] Load(Texture): Squad/Spaces/PodCockpit/model001
[LOG 17:29:00.075] Load(Texture): Squad/Spaces/PodCockpit/model002
[LOG 17:29:00.224] Load(Texture): Squad/Spaces/PodCockpit/model003
[LOG 17:29:00.375] Load(Texture): Squad/Spaces/PodCockpit/model004
[LOG 17:29:00.507] Load(Texture): Squad/Spaces/PodCockpit/model005
[LOG 17:29:00.641] Load(Texture): Squad/Spaces/PodCockpit/model006
[LOG 17:29:00.792] Load(Texture): Squad/Spaces/PodCockpit/model007
[LOG 17:29:00.942] Load(Texture): Squad/Spaces/crewCabinInternals/model000
[LOG 17:29:00.958] Load(Texture): Squad/Spaces/crewCabinInternals/model001
[LOG 17:29:01.442] Load(Texture): Squad/Spaces/crewCabinInternals/model002
[LOG 17:29:01.491] Load(Texture): Squad/Spaces/crewCabinInternals/model003
[LOG 17:29:01.624] Load(Texture): Squad/Spaces/crewCabinInternals/model004
[LOG 17:29:01.642] Load(Texture): Squad/Spaces/crewCabinInternals/model005
[LOG 17:29:01.775] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff
[LOG 17:29:02.342] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal
[LOG 17:29:02.891] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha
[LOG 17:29:03.024] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat
[LOG 17:29:03.157] Load(Texture): Squad/Spaces/landerCabinInternals/model000
[LOG 17:29:03.291] Load(Texture): Squad/Spaces/landerCabinInternals/model001
[LOG 17:29:03.442] Load(Texture): Squad/Spaces/landerCabinInternals/model002
[LOG 17:29:03.574] Load(Texture): Squad/Spaces/landerCabinInternals/model003
[LOG 17:29:04.075] Load(Texture): Squad/Spaces/landerCabinInternals/model004
[LOG 17:29:04.257] Load(Texture): Squad/Spaces/landerCabinInternals/model005
[LOG 17:29:04.291] Load(Texture): Squad/Spaces/landerCabinInternals/model006
[LOG 17:29:04.424] Load(Texture): Squad/Spaces/landerCabinInternals/model007
[LOG 17:29:04.441] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_diff
[LOG 17:29:04.975] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_normal
[LOG 17:29:05.408] Load(Texture): Squad/Spaces/landerCabinSmallInternal/ksp_s_landerCan_internal_window_alpha
[LOG 17:29:05.508] Load(Texture): Squad/Spaces/landerCabinSmallInternal/pilot Seat
[LOG 17:29:05.608] Load(Texture): Squad/Spaces/mk1CockpitInternal/model000
[LOG 17:29:05.719] Load(Texture): Squad/Spaces/mk1CockpitInternal/model001
[LOG 17:29:05.834] Load(Texture): Squad/Spaces/mk1CockpitInternal/model002
[LOG 17:29:05.939] Load(Texture): Squad/Spaces/mk1CockpitInternal/model003
[LOG 17:29:06.058] Load(Texture): Squad/Spaces/mk1CockpitInternal/model004
[LOG 17:29:06.168] Load(Texture): Squad/Spaces/mk1CockpitInternal/model005
[LOG 17:29:06.249] Load(Texture): Squad/Spaces/mk1CockpitInternal/model006
[LOG 17:29:06.349] Load(Texture): Squad/Spaces/mk1CockpitInternal/model007
[LOG 17:29:06.430] Load(Texture): Squad/Spaces/mk1CockpitInternal/model008
[LOG 17:29:06.508] Load(Texture): Squad/Spaces/mk1CockpitInternal/model009
[LOG 17:29:06.608] Load(Texture): Squad/Spaces/mk1PodCockpit/model000
[LOG 17:29:06.690] Load(Texture): Squad/Spaces/mk1PodCockpit/model001
[LOG 17:29:06.791] Load(Texture): Squad/Spaces/mk1PodCockpit/model002
[LOG 17:29:06.892] Load(Texture): Squad/Spaces/mk1PodCockpit/model003
[LOG 17:29:06.957] Load(Texture): Squad/Spaces/mk1PodCockpit/model004
[LOG 17:29:07.225] Load(Texture): Squad/Spaces/mk1PodCockpit/model005
[LOG 17:29:07.275] Load(Texture): Squad/Spaces/mk1PodCockpit/model006
[LOG 17:29:07.357] Load(Texture): Squad/Spaces/mk1PodCockpit/model007
[LOG 17:29:07.375] Load(Texture): Squad/Strategies/Icons/AggressiveNegotiations
[LOG 17:29:07.409] Load(Texture): Squad/Strategies/Icons/AppreciationCampaign
[LOG 17:29:07.425] Load(Texture): Squad/Strategies/Icons/FundraisingCampaign
[LOG 17:29:07.442] Load(Texture): Squad/Strategies/Icons/OpenSourceTechProgram
[LOG 17:29:07.459] Load(Texture): Squad/Strategies/Icons/OutsourcedResearch
[LOG 17:29:07.474] Load(Texture): Squad/Strategies/Icons/PatentsLicensing
[LOG 17:29:07.492] Load(Texture): Squad/Strategies/Icons/RecoveryTransponderFitting
[LOG 17:29:07.609] Load(Texture): Squad/Strategies/Icons/UnpaidResearchProgram
[LOG 17:29:07.641] Load(Model): MechJeb2/Parts/MechJeb2_AR202/model
[LOG 17:29:07.674] Load(Model): MechJeb2/Parts/MechJeb2_Pod/model
[ERR 17:29:07.724] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.724] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:07.725] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:07.992] Load(Model): NASAmission/Parts/GrapplingDevice/GrapplingArm
[LOG 17:29:08.059] Load(Model): NASAmission/Parts/LaunchEscapeSystem/LaunchEscapeSystem
[LOG 17:29:08.096] Load(Model): NASAmission/Parts/MassiveSRB/MassiveSRB
[LOG 17:29:08.126] Load(Model): NASAmission/Parts/PotatoRoid/PotatoRoid
[LOG 17:29:08.158] Load(Model): NASAmission/Parts/Size2LFB/Size2LFB
[LOG 17:29:08.194] Load(Model): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngine
[LOG 17:29:08.226] Load(Model): NASAmission/Parts/Size3Decoupler/size3Decoupler
[LOG 17:29:08.260] Load(Model): NASAmission/Parts/Size3EngineCluster/Size3EngineCluster
[LOG 17:29:08.293] Load(Model): NASAmission/Parts/Size3LargeTank/Size3LargeTank
[LOG 17:29:08.326] Load(Model): NASAmission/Parts/Size3MediumTank/Size3MediumTank
[LOG 17:29:08.360] Load(Model): NASAmission/Parts/Size3SmallTank/Size3SmallTank
[LOG 17:29:08.393] Load(Model): NASAmission/Parts/Size3To2Adapter/Size3Adapter
[LOG 17:29:08.410] Load(Model): PMCMotivePower/Parts/Engines/TestPart/TestPart
[LOG 17:29:08.425] Load(Model): Squad/FX/LES_Thruster
[LOG 17:29:08.462] Load(Model): Squad/FX/SRB_Large
[LOG 17:29:08.475] Load(Model): Squad/FX/SRB_LargeSparks
[LOG 17:29:08.508] Load(Model): Squad/FX/exhaustFlames_blue
[LOG 17:29:08.525] Load(Model): Squad/FX/ks1_Exhaust
[LOG 17:29:08.542] Load(Model): Squad/FX/ks25_Exhaust
[LOG 17:29:08.558] Load(Model): Squad/FX/ksX_Exhaust
[LOG 17:29:08.575] Load(Model): Squad/FX/shockExhaust_blue
[LOG 17:29:08.591] Load(Model): Squad/FX/shockExhaust_blue_small
[LOG 17:29:08.608] Load(Model): Squad/FX/shockExhaust_red_small
[LOG 17:29:08.624] Load(Model): Squad/Parts/Aero/advancedCanard/model
[LOG 17:29:08.642] Load(Model): Squad/Parts/Aero/aerodynamicNoseCone/model
[LOG 17:29:08.677] Load(Model): Squad/Parts/Aero/noseConeAdapter/model
[LOG 17:29:08.691] Load(Model): Squad/Parts/Aero/protectiveRocketNoseMk7/model
[LOG 17:29:08.708] Load(Model): Squad/Parts/Aero/standardCanard/model
[LOG 17:29:08.724] Load(Model): Squad/Parts/Aero/standardNoseCone/model
[LOG 17:29:08.742] Load(Model): Squad/Parts/Aero/sweptWing/model
[LOG 17:29:08.758] Load(Model): Squad/Parts/Aero/tailConnector/model
[LOG 17:29:08.774] Load(Model): Squad/Parts/Aero/tailfin/model
[LOG 17:29:08.792] Load(Model): Squad/Parts/Aero/wingletAV-R8/model
[LOG 17:29:08.841] Load(Model): Squad/Parts/Aero/wingletAV-T1/model
[LOG 17:29:08.858] Load(Model): Squad/Parts/Aero/wingletDeltaDeluxe/model
[LOG 17:29:08.875] Load(Model): Squad/Parts/Command/Mk1-2Pod/model
[LOG 17:29:08.893] Load(Model): Squad/Parts/Command/advancedSasModuleLarge/model
[LOG 17:29:08.908] Load(Model): Squad/Parts/Command/cupola/model
[LOG 17:29:08.925] Load(Model): Squad/Parts/Command/externalCommandSeat/model
[LOG 17:29:08.941] Load(Model): Squad/Parts/Command/hitchhikerStorageContainer/model
[LOG 17:29:08.958] Load(Model): Squad/Parts/Command/inlineAdvancedStabilizer/model
[LOG 17:29:08.974] Load(Model): Squad/Parts/Command/inlineReactionWheel/model
[LOG 17:29:09.008] Load(Model): Squad/Parts/Command/mk1Cockpit/model
[LOG 17:29:09.042] Load(Model): Squad/Parts/Command/mk1InlineCockpit/model
[LOG 17:29:09.057] Load(Model): Squad/Parts/Command/mk1LanderCan/model
[LOG 17:29:09.076] Load(Model): Squad/Parts/Command/mk1pod/model
[LOG 17:29:09.092] Load(Model): Squad/Parts/Command/mk2LanderCan/model
[LOG 17:29:09.130] Load(Model): Squad/Parts/Command/mk3Cockpit/model
[LOG 17:29:09.160] Load(Model): Squad/Parts/Command/probeCoreCube/model
[LOG 17:29:09.175] Load(Model): Squad/Parts/Command/probeCoreHex/model
[LOG 17:29:09.192] Load(Model): Squad/Parts/Command/probeCoreOcto/model
[LOG 17:29:09.209] Load(Model): Squad/Parts/Command/probeCoreOcto2/model
[LOG 17:29:09.226] Load(Model): Squad/Parts/Command/probeStackLarge/model
[LOG 17:29:09.241] Load(Model): Squad/Parts/Command/probeStackSmall/model
[LOG 17:29:09.258] Load(Model): Squad/Parts/Command/probeStackSphere/model
[LOG 17:29:09.275] Load(Model): Squad/Parts/Electrical/1x6ShroudSolarPanels/model
[LOG 17:29:09.292] Load(Model): Squad/Parts/Electrical/1x6SolarPanels/model
[LOG 17:29:09.308] Load(Model): Squad/Parts/Electrical/2x3ShroudSolarPanels/model
[LOG 17:29:09.325] Load(Model): Squad/Parts/Electrical/2x3SolarPanels/model
[LOG 17:29:09.342] Load(Model): Squad/Parts/Electrical/RTG/model
[LOG 17:29:09.359] Load(Model): Squad/Parts/Electrical/gigantorXlSolarArray/model
[LOG 17:29:09.374] Load(Model): Squad/Parts/Electrical/radialFlatSolarPanel/model
[LOG 17:29:09.391] Load(Model): Squad/Parts/Electrical/z-100Battery/model
[LOG 17:29:09.408] Load(Model): Squad/Parts/Electrical/z-1kBattery/model
[LOG 17:29:09.426] Load(Model): Squad/Parts/Electrical/z-200Battery/model
[LOG 17:29:09.458] Load(Model): Squad/Parts/Electrical/z-400Battery/model
[LOG 17:29:09.475] Load(Model): Squad/Parts/Electrical/z-4kBattery/model
[LOG 17:29:09.492] Load(Model): Squad/Parts/Engine/OMSEngine/NewModel
[LOG 17:29:09.525] Load(Model): Squad/Parts/Engine/ionEngine/model
[LOG 17:29:09.542] Load(Model): Squad/Parts/Engine/jetEngineBasic/model
[LOG 17:29:09.575] Load(Model): Squad/Parts/Engine/jetEngineTurbo/model
[LOG 17:29:09.592] Load(Model): Squad/Parts/Engine/liquidEngine24-77/model
[LOG 17:29:09.608] Load(Model): Squad/Parts/Engine/liquidEngine48-7S/model
[LOG 17:29:09.641] Load(Model): Squad/Parts/Engine/liquidEngineAerospike/model
[LOG 17:29:09.658] Load(Model): Squad/Parts/Engine/liquidEngineLV-1/model
[LOG 17:29:09.674] Load(Model): Squad/Parts/Engine/liquidEngineLV-1R/model
[LOG 17:29:09.691] Load(Model): Squad/Parts/Engine/liquidEngineLV-909/model
[LOG 17:29:09.725] Load(Model): Squad/Parts/Engine/liquidEngineLV-N/model
[LOG 17:29:09.758] Load(Model): Squad/Parts/Engine/liquidEngineLV-T30/model
[LOG 17:29:09.774] Load(Model): Squad/Parts/Engine/liquidEngineLV-T45/model
[LOG 17:29:09.808] Load(Model): Squad/Parts/Engine/liquidEngineMainsail/model
[LOG 17:29:09.842] Load(Model): Squad/Parts/Engine/liquidEngineMk55/model
[LOG 17:29:09.857] Load(Model): Squad/Parts/Engine/liquidEnginePoodle/model
[LOG 17:29:09.874] Load(Model): Squad/Parts/Engine/liquidEngineSkipper/model
[LOG 17:29:09.908] Load(Model): Squad/Parts/Engine/rapierEngine/rapier
[LOG 17:29:09.926] Load(Model): Squad/Parts/Engine/solidBoosterBACC/model
[LOG 17:29:09.941] Load(Model): Squad/Parts/Engine/solidBoosterRT-10/model
[LOG 17:29:09.958] Load(Model): Squad/Parts/Engine/solidBoosterSep/model
[LOG 17:29:09.974] Load(Model): Squad/Parts/Engine/vernorEngine/NewModel
[LOG 17:29:09.991] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR1/model
[LOG 17:29:10.074] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR10/model
[LOG 17:29:10.107] Load(Model): Squad/Parts/FuelTank/RCSFuelTankR25/model
[LOG 17:29:10.125] Load(Model): Squad/Parts/FuelTank/RCSTankRadial/model
[LOG 17:29:10.141] Load(Model): Squad/Parts/FuelTank/RCStankRadialLong/model
[LOG 17:29:10.157] Load(Model): Squad/Parts/FuelTank/fuelTankJumbo-64/model
[LOG 17:29:10.174] Load(Model): Squad/Parts/FuelTank/fuelTankOscarB/model
[LOG 17:29:10.191] Load(Model): Squad/Parts/FuelTank/fuelTankT100/model
[LOG 17:29:10.207] Load(Model): Squad/Parts/FuelTank/fuelTankT200/model
[LOG 17:29:10.225] Load(Model): Squad/Parts/FuelTank/fuelTankT400/model
[LOG 17:29:10.241] Load(Model): Squad/Parts/FuelTank/fuelTankT800/model
[LOG 17:29:10.258] Load(Model): Squad/Parts/FuelTank/fuelTankToroidal/model
[LOG 17:29:10.275] Load(Model): Squad/Parts/FuelTank/fuelTankX200-16/model
[LOG 17:29:10.291] Load(Model): Squad/Parts/FuelTank/fuelTankX200-32/model
[LOG 17:29:10.308] Load(Model): Squad/Parts/FuelTank/fuelTankX200-8/model
[LOG 17:29:10.325] Load(Model): Squad/Parts/FuelTank/mk2mk3Adapter/model
[LOG 17:29:10.342] Load(Model): Squad/Parts/FuelTank/mk3Fuselage/model
[LOG 17:29:10.358] Load(Model): Squad/Parts/FuelTank/xenonTank/model
[LOG 17:29:10.374] Load(Model): Squad/Parts/FuelTank/xenonTankRadial/model
[LOG 17:29:10.391] Load(Model): Squad/Parts/Mk1/mk1fuselage
[LOG 17:29:10.407] Load(Model): Squad/Parts/Mk1/mk1fuselageIntake
[LOG 17:29:10.424] Load(Model): Squad/Parts/Mk1/mk1structural
[LOG 17:29:10.441] Load(Model): Squad/Parts/Science/GooExperiment/GooExperiment
[LOG 17:29:10.457] Load(Model): Squad/Parts/Science/LargeCrewedLab/large_crewed_lab
[LOG 17:29:10.497] Load(Model): Squad/Parts/Science/MaterialBay/science_module_small
[LOG 17:29:10.525] Load(Model): Squad/Parts/Science/avionicsNoseCone/model
[LOG 17:29:10.540] Load(Model): Squad/Parts/Structural/adapterLargeSmallBi/model
[LOG 17:29:10.558] Load(Model): Squad/Parts/Structural/adapterLargeSmallQuad/model
[LOG 17:29:10.608] Load(Model): Squad/Parts/Structural/adapterLargeSmallTri/model
[LOG 17:29:10.624] Load(Model): Squad/Parts/Structural/adapterSmallMiniShort/model
[LOG 17:29:10.641] Load(Model): Squad/Parts/Structural/adapterSmallMiniTall/model
[LOG 17:29:10.657] Load(Model): Squad/Parts/Structural/engineBodyRadial/model
[LOG 17:29:10.691] Load(Model): Squad/Parts/Structural/engineNacelle/model
[LOG 17:29:10.707] Load(Model): Squad/Parts/Structural/smallHardpoint/model
[LOG 17:29:10.724] Load(Model): Squad/Parts/Structural/stationHub/model
[LOG 17:29:10.741] Load(Model): Squad/Parts/Structural/structuralIBeam200/model
[LOG 17:29:10.758] Load(Model): Squad/Parts/Structural/structuralIBeam200Pocket/model
[LOG 17:29:10.774] Load(Model): Squad/Parts/Structural/structuralIBeam650/model
[LOG 17:29:10.790] Load(Model): Squad/Parts/Structural/structuralMicronode/model
[LOG 17:29:10.808] Load(Model): Squad/Parts/Structural/structuralPanel1x1/model
[LOG 17:29:10.825] Load(Model): Squad/Parts/Structural/structuralPanel2x2/model
[LOG 17:29:10.840] Load(Model): Squad/Parts/Structural/structuralPylon/model
[LOG 17:29:10.858] Load(Model): Squad/Parts/Structural/strutConnector/model
[LOG 17:29:10.875] Load(Model): Squad/Parts/Structural/strutCubicOcto/model
[LOG 17:29:10.891] Load(Model): Squad/Parts/Structural/strutOcto/model
[LOG 17:29:10.908] Load(Model): Squad/Parts/Structural/trussGirderAdapter/model
[LOG 17:29:10.925] Load(Model): Squad/Parts/Structural/trussGirderL/model
[LOG 17:29:10.941] Load(Model): Squad/Parts/Structural/trussGirderXL/model
[LOG 17:29:10.958] Load(Model): Squad/Parts/Utility/CircularIntake/model
[LOG 17:29:10.974] Load(Model): Squad/Parts/Utility/airIntakeRadialXM-G50/model
[LOG 17:29:10.991] Load(Model): Squad/Parts/Utility/commDish88-88/model
[LOG 17:29:11.043] Load(Model): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:29:11.057] Load(Model): Squad/Parts/Utility/commsDish16/model
[LOG 17:29:11.091] Load(Model): Squad/Parts/Utility/decouplerRadialHDM/model
[LOG 17:29:11.125] Load(Model): Squad/Parts/Utility/decouplerRadialTT-38K/model
[LOG 17:29:11.142] Load(Model): Squad/Parts/Utility/decouplerRadialTT-70/model
[LOG 17:29:11.158] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-18D/model
[LOG 17:29:11.175] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-2C/model
[LOG 17:29:11.192] Load(Model): Squad/Parts/Utility/decouplerSeparatorTR-XL/model
[LOG 17:29:11.208] Load(Model): Squad/Parts/Utility/decouplerStack2m/model
[LOG 17:29:11.225] Load(Model): Squad/Parts/Utility/decouplerStackTR-18A/model
[LOG 17:29:11.242] Load(Model): Squad/Parts/Utility/decouplerStackTR-2V/model
[LOG 17:29:11.259] Load(Model): Squad/Parts/Utility/dockingPort/model
[LOG 17:29:11.275] Load(Model): Squad/Parts/Utility/dockingPortInline/model
[LOG 17:29:11.292] Load(Model): Squad/Parts/Utility/dockingPortJr/model
[LOG 17:29:11.308] Load(Model): Squad/Parts/Utility/dockingPortShielded/model
[LOG 17:29:11.343] Load(Model): Squad/Parts/Utility/dockingPortSr/model
[LOG 17:29:11.375] Load(Model): Squad/Parts/Utility/fuelLine/model
[LOG 17:29:11.392] Load(Model): Squad/Parts/Utility/ladderRadial/model
[LOG 17:29:11.408] Load(Model): Squad/Parts/Utility/ladderTelescopic/model
[LOG 17:29:11.424] Load(Model): Squad/Parts/Utility/ladderTelescopicBay/model
[LOG 17:29:11.459] Load(Model): Squad/Parts/Utility/landingLegLT-1/model
[ERR 17:29:11.472] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.472] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.474] Load(Model): Squad/Parts/Utility/landingLegLT-2/model
[ERR 17:29:11.476] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.476] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.490] Load(Model): Squad/Parts/Utility/landingLegLT-5/model
[ERR 17:29:11.492] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.493] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.508] Load(Model): Squad/Parts/Utility/largeAdapter/model
[LOG 17:29:11.525] Load(Model): Squad/Parts/Utility/largeAdapterShort/model
[LOG 17:29:11.542] Load(Model): Squad/Parts/Utility/launchClamp1/model
[LOG 17:29:11.558] Load(Model): Squad/Parts/Utility/linearRCS/model
[LOG 17:29:11.591] Load(Model): Squad/Parts/Utility/parachuteMk1/model
[LOG 17:29:11.608] Load(Model): Squad/Parts/Utility/parachuteMk16-XL/model
[LOG 17:29:11.624] Load(Model): Squad/Parts/Utility/parachuteMk2-R/model
[LOG 17:29:11.641] Load(Model): Squad/Parts/Utility/parachuteMk25/model
[LOG 17:29:11.658] Load(Model): Squad/Parts/Utility/radialAttachmentPoint/model
[LOG 17:29:11.675] Load(Model): Squad/Parts/Utility/ramAirIntake/model
[LOG 17:29:11.691] Load(Model): Squad/Parts/Utility/rcsBlockRV-105/model
[LOG 17:29:11.708] Load(Model): Squad/Parts/Utility/roverBody/model
[LOG 17:29:11.724] Load(Model): Squad/Parts/Utility/sensorAccelerometer/model
[LOG 17:29:11.742] Load(Model): Squad/Parts/Utility/sensorBarometer/model
[LOG 17:29:11.758] Load(Model): Squad/Parts/Utility/sensorGravimeter/model
[LOG 17:29:11.775] Load(Model): Squad/Parts/Utility/sensorThermometer/model
[LOG 17:29:11.791] Load(Model): Squad/Parts/Utility/spotLightMk1/model
[LOG 17:29:11.825] Load(Model): Squad/Parts/Utility/spotLightMk2/model
[LOG 17:29:11.841] Load(Model): Squad/Parts/Utility/stackBiCoupler/model
[LOG 17:29:11.858] Load(Model): Squad/Parts/Utility/stackQuadCoupler/model
[LOG 17:29:11.875] Load(Model): Squad/Parts/Utility/stackTriCoupler/model
[LOG 17:29:11.908] Load(Model): Squad/Parts/Wheel/SmallGearBay/model
[ERR 17:29:11.911] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.911] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.924] Load(Model): Squad/Parts/Wheel/roverWheelM1/model
[ERR 17:29:11.925] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.925] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.942] Load(Model): Squad/Parts/Wheel/roverWheelS2/model
[ERR 17:29:11.958] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.958] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:11.975] Load(Model): Squad/Parts/Wheel/roverWheelTR-2L/model
[ERR 17:29:11.985] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:11.985] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:12.009] Load(Model): Squad/Parts/Wheel/roverWheelXL3/model
[ERR 17:29:12.015] WheelCollider requires an attached Rigidbody to function.


[ERR 17:29:12.015] WheelCollider requires an attached Rigidbody to function.


[LOG 17:29:12.041] Load(Model): Squad/Props/AltimeterThreeHands/model
[LOG 17:29:12.058] Load(Model): Squad/Props/AtmosphereDepth/model
[LOG 17:29:12.075] Load(Model): Squad/Props/AxisIndicator/model
[LOG 17:29:12.108] Load(Model): Squad/Props/ButtonSquare/model
[LOG 17:29:12.125] Load(Model): Squad/Props/Compass/model
[LOG 17:29:12.142] Load(Model): Squad/Props/IVANavBall/model
[LOG 17:29:12.158] Load(Model): Squad/Props/IndicatorPanel/model
[LOG 17:29:12.174] Load(Model): Squad/Props/NavBall/model
[LOG 17:29:12.191] Load(Model): Squad/Props/VSI/model
[LOG 17:29:12.208] Load(Model): Squad/Props/circularButton/model
[LOG 17:29:12.225] Load(Model): Squad/Props/directionalKnob/model
[LOG 17:29:12.241] Load(Model): Squad/Props/directionalKnob2/model
[LOG 17:29:12.258] Load(Model): Squad/Props/ledPanelSpeed/model
[LOG 17:29:12.275] Load(Model): Squad/Props/pullSwitch/model
[LOG 17:29:12.291] Load(Model): Squad/Props/radarAltitude/model
[LOG 17:29:12.308] Load(Model): Squad/Props/squareButton/model
[LOG 17:29:12.325] Load(Model): Squad/Props/standingSwitch/model
[LOG 17:29:12.341] Load(Model): Squad/Props/switch/model
[LOG 17:29:12.358] Load(Model): Squad/Props/switchGuard/model
[LOG 17:29:12.375] Load(Model): Squad/Props/switchWithGuards/model
[LOG 17:29:12.392] Load(Model): Squad/Props/throttle/model
[LOG 17:29:12.408] Load(Model): Squad/SPP/IntakeRadialLong/IntakeRadial
[LOG 17:29:12.425] Load(Model): Squad/SPP/Mk2Adapters/bicoupler
[LOG 17:29:12.441] Load(Model): Squad/SPP/Mk2Adapters/long
[LOG 17:29:12.458] Load(Model): Squad/SPP/Mk2Adapters/standard
[LOG 17:29:12.475] Load(Model): Squad/SPP/Mk2CargoBay/BayLarge
[LOG 17:29:12.509] Load(Model): Squad/SPP/Mk2CargoBay/BaySmall
[LOG 17:29:12.525] Load(Model): Squad/SPP/Mk2CockpitStandard/model
[LOG 17:29:12.542] Load(Model): Squad/SPP/Mk2CockpitStandardInternal/model
[LOG 17:29:12.575] Load(Model): Squad/SPP/Mk2CrewCabin/model
[LOG 17:29:12.609] Load(Model): Squad/SPP/Mk2DockingPort/model
[LOG 17:29:12.624] Load(Model): Squad/SPP/Mk2DroneCore/model
[LOG 17:29:12.641] Load(Model): Squad/SPP/Mk2FuselageLong/FuselageLongLFO
[LOG 17:29:12.658] Load(Model): Squad/SPP/Mk2FuselageLong/FuselageLongLiquid
[LOG 17:29:12.675] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortLFO
[LOG 17:29:12.692] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortLiquid
[LOG 17:29:12.709] Load(Model): Squad/SPP/Mk2FuselageShort/FuselageShortMono
[LOG 17:29:12.725] Load(Model): Squad/SPP/ShockConeIntake/model
[LOG 17:29:12.741] Load(Model): Squad/SPP/Wings/connector1
[LOG 17:29:12.758] Load(Model): Squad/SPP/Wings/connector2
[LOG 17:29:12.775] Load(Model): Squad/SPP/Wings/connector3
[LOG 17:29:12.791] Load(Model): Squad/SPP/Wings/connector4
[LOG 17:29:12.808] Load(Model): Squad/SPP/Wings/connector5
[LOG 17:29:12.825] Load(Model): Squad/SPP/Wings/delta
[LOG 17:29:12.842] Load(Model): Squad/SPP/Wings/delta_small
[LOG 17:29:12.858] Load(Model): Squad/SPP/Wings/elevon1
[LOG 17:29:12.875] Load(Model): Squad/SPP/Wings/elevon2
[LOG 17:29:12.891] Load(Model): Squad/SPP/Wings/elevon3
[LOG 17:29:12.908] Load(Model): Squad/SPP/Wings/elevon4
[LOG 17:29:12.925] Load(Model): Squad/SPP/Wings/elevon5
[LOG 17:29:12.941] Load(Model): Squad/SPP/Wings/strake
[LOG 17:29:12.958] Load(Model): Squad/SPP/Wings/structural1
[LOG 17:29:12.974] Load(Model): Squad/SPP/Wings/structural2
[LOG 17:29:12.991] Load(Model): Squad/SPP/Wings/structural3
[LOG 17:29:13.008] Load(Model): Squad/SPP/Wings/structural4
[LOG 17:29:13.025] Load(Model): Squad/SPP/Wings/swept1
[LOG 17:29:13.041] Load(Model): Squad/SPP/Wings/swept2
[LOG 17:29:13.058] Load(Model): Squad/SPP/mk2Cockpit_Inline/model
[LOG 17:29:13.108] Load(Model): Squad/Spaces/GenericSpace1/model
[LOG 17:29:13.141] Load(Model): Squad/Spaces/GenericSpace3/model
[LOG 17:29:13.192] Load(Model): Squad/Spaces/PodCockpit/model
[LOG 17:29:13.224] Load(Model): Squad/Spaces/crewCabinInternals/model
[LOG 17:29:13.257] Load(Model): Squad/Spaces/cupolaInternal/model
[LOG 17:29:13.275] Load(Model): Squad/Spaces/landerCabinInternals/model
[LOG 17:29:13.308] Load(Model): Squad/Spaces/landerCabinSmallInternal/model
[LOG 17:29:13.325] Load(Model): Squad/Spaces/mk1CockpitInternal/model
[LOG 17:29:13.890] Load(Model): Squad/Spaces/mk1PodCockpit/model

Thank heaven for spoiler tags, there it is if you care to look through.

Link to comment
Share on other sites

part two...


[LOG 17:29:13.909] Config(PART) MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202
[LOG 17:29:13.910] Config(PART) MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features1
[LOG 17:29:13.910] Config(PART) MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features2
[LOG 17:29:13.910] Config(PART) MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features3
[LOG 17:29:13.910] Config(PART) MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features4
[LOG 17:29:13.910] Config(RESOURCE_DEFINITION) MechJeb2/Parts/MechJeb2_Pod/part/MJPropellant
[LOG 17:29:13.910] Config(PART) MechJeb2/Parts/MechJeb2_Pod/part/mumech_MJ2_Pod
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/GrapplingDevice/part/GrapplingDevice
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/LaunchEscapeSystem/part/LaunchEscapeSystem
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/MassiveSRB/part/MassiveBooster
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/PotatoRoid/part/PotatoRoid
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size2LFB/part/Size2LFB
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3AdvancedEngine/part/Size3AdvancedEngine
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3Decoupler/part/size3Decoupler
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3EngineCluster/part/Size3EngineCluster
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3LargeTank/part/Size3LargeTank
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3MediumTank/part/Size3MediumTank
[LOG 17:29:13.910] Config(PART) NASAmission/Parts/Size3SmallTank/part/Size3SmallTank
[LOG 17:29:13.911] Config(PART) NASAmission/Parts/Size3To2Adapter/part/Size3to2Adapter
[LOG 17:29:13.911] Config(EXPERIMENT_DEFINITION) NASAmission/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.911] Config(PART) PMCMotivePower/Parts/Engines/TestPart/TestPart/PartName
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/C7 Aerospace Division
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Dinkelstein Kerman's Construction Emporium
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Experimental Engineering Group
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/FLOOYD Dynamics Research Labs
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Goliath National Products
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Integrated Integrals
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Ionic Symphonic Protonic Electronics
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Jebediah Kerman's Junkyard and Spacecraft Parts Co
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Kerbal Motion LLC
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Kerbin World-Firsts Record-Keeping Society
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Kerbodyne
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Kerlington Model Rockets and Paper Products Inc
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Maxo Construction Toys
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Moving Parts Experts Group
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/O.M.B. Demolition Enterprises
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Periapsis Rocket Supplies Co
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Probodobodyne Inc
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Research & Development Department
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Reaction Systems Ltd
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Rockomax Conglomerate
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Rokea Inc
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Sean's Cannery
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/STEADLER Engineering Corps
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/StrutCo
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Vac-Co Advanced Suction Systems
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/WinterOwl Aircraft Emporium
[LOG 17:29:13.911] Config(AGENT) Squad/Agencies/Agents/Zaltonic Electronics
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/advancedCanard/advancedCanard/AdvancedCanard
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/noseConeAdapter/noseConeAdapter/noseConeAdapter
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/standardCanard/standardCanard/CanardController
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/standardNoseCone/standardNoseCone/standardNoseCone
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/sweptWing/sweptWing/sweptWing
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/tailConnector/tailConnector/airplaneTail
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/tailfin/part/tailfin
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet
[LOG 17:29:13.911] Config(PART) Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3
[LOG 17:29:13.911] Config(PART) Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/cupola/cupola/cupola
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk1Cockpit/mk1Cockpit/Mark1Cockpit
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk1InlineCockpit/mk1InlineCockpit/Mark2Cockpit
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk1pod/mk1Pod/mk1pod
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/mk3Cockpit/mk3Cockpit/mark3Cockpit
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall
[LOG 17:29:13.912] Config(PART) Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/2x3ShroudSolarPanels/2x3ShroudSolarPanels/solarPanels1
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/2x3SolarPanels/2x3SolarPanels/solarPanels3
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/RTG/RTG/rtg
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack
[LOG 17:29:13.912] Config(PART) Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/ionEngine/ionEngine/ionEngine
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/jetEngineBasic/jetEngineBasic/JetEngine
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/jetEngineTurbo/jetEngineTurbo/turboFanEngine
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike
[LOG 17:29:13.912] Config(PART) Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1
[LOG 17:29:13.913] Config(PART) Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/mk2mk3Adapter/mk2mk3Adapter/mk3spacePlaneAdapter
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/mk3Fuselage/mk3Fuselage/mk3Fuselage
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank
[LOG 17:29:13.913] Config(PART) Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial
[LOG 17:29:13.913] Config(PART) Squad/Parts/Mk1/mk1fuselage/MK1Fuselage
[LOG 17:29:13.913] Config(PART) Squad/Parts/Mk1/mk1fuselageIntake/MK1IntakeFuselage
[LOG 17:29:13.913] Config(PART) Squad/Parts/Mk1/mk1structural/Mk1FuselageStructural
[LOG 17:29:13.913] Config(PART) Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment
[LOG 17:29:13.913] Config(PART) Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab
[LOG 17:29:13.913] Config(PART) Squad/Parts/Science/MaterialBay/materialBay/science_module
[LOG 17:29:13.913] Config(PART) Squad/Parts/Science/avionicsNoseCone/avionicsNoseCone/avionicsNoseCone
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/engineBodyRadial/engineBodyRadial/radialEngineBody
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/engineNacelle/engineNacelle/nacelleBody
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/smallHardpoint/smallHardpoint/smallHardpoint
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/stationHub/stationHub/stationHub
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/structuralPylon/structuralPylon/structuralPylon
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/strutConnector/strutConnector/strutConnector
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/strutOcto/strutOcto/strutOcto
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x
[LOG 17:29:13.914] Config(PART) Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/CircularIntake/circularIntake/CircularIntake
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/commDish88-88/commDish88-88/commDish
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini
[LOG 17:29:13.914] Config(PART) Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/fuelLine/fuelLine/fuelLine
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/linearRCS/linearRCS/linearRcs
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/ramAirIntake/ramAirIntake/ramAirIntake
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/roverBody/roverBody/roverBody
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/sensorBarometer/sensorBarometer/sensorBarometer
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/sensorGravimeter/sensorGravimeter/sensorGravimeter
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/sensorThermometer/sensorThermometer/sensorThermometer
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler
[LOG 17:29:13.915] Config(PART) Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler
[LOG 17:29:13.915] Config(PART) Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay
[LOG 17:29:13.915] Config(PART) Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1
[LOG 17:29:13.915] Config(PART) Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2
[LOG 17:29:13.915] Config(PART) Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed
[LOG 17:29:13.915] Config(PART) Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3
[LOG 17:29:13.915] Config(PROP) Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands
[LOG 17:29:13.915] Config(PROP) Squad/Props/AtmosphereDepth/prop/AtmosphereDepth
[LOG 17:29:13.915] Config(PROP) Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch
[LOG 17:29:13.915] Config(PROP) Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll
[LOG 17:29:13.915] Config(PROP) Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw
[LOG 17:29:13.915] Config(PROP) Squad/Props/ButtonSquare/prop/ButtonSquare
[LOG 17:29:13.915] Config(PROP) Squad/Props/Compass/prop/Compass
[LOG 17:29:13.916] Config(PROP) Squad/Props/IVANavBall/prop/NavBall
[LOG 17:29:13.916] Config(PROP) Squad/Props/IndicatorPanel/prop/IndicatorPanel
[LOG 17:29:13.916] Config(PROP) Squad/Props/NavBall/prop/NavBall
[LOG 17:29:13.916] Config(PROP) Squad/Props/VSI/prop/VSI
[LOG 17:29:13.916] Config(PROP) Squad/Props/circularButton/prop/circularButton
[LOG 17:29:13.916] Config(PROP) Squad/Props/directionalKnob/prop/directionalKnob
[LOG 17:29:13.916] Config(PROP) Squad/Props/directionalKnob2/prop/directionalKnob2
[LOG 17:29:13.916] Config(PROP) Squad/Props/ledPanelSpeed/prop/ledPanelSpeed
[LOG 17:29:13.916] Config(PROP) Squad/Props/pullSwitch/prop/pullSwitch
[LOG 17:29:13.916] Config(PROP) Squad/Props/radarAltitude/prop/RadarAltimeter
[LOG 17:29:13.916] Config(PROP) Squad/Props/squareButton/prop/squareButton
[LOG 17:29:13.916] Config(PROP) Squad/Props/standingSwitch/prop/standingSwitch
[LOG 17:29:13.916] Config(PROP) Squad/Props/switch/prop/switch
[LOG 17:29:13.916] Config(PROP) Squad/Props/switchGuard/prop/switchGuard
[LOG 17:29:13.916] Config(PROP) Squad/Props/switchWithGuards/prop/switchWithGuards
[LOG 17:29:13.916] Config(PROP) Squad/Props/throttle/prop/throttle
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/LiquidFuel
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/Oxidizer
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/SolidFuel
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/MonoPropellant
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/XenonGas
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/ElectricCharge
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/IntakeAir
[LOG 17:29:13.916] Config(RESOURCE_DEFINITION) Squad/Resources/ResourcesGeneric/EVA Propellant
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(EXPERIMENT_DEFINITION) Squad/Resources/ScienceDefs/EXPERIMENT_DEFINITION
[LOG 17:29:13.916] Config(STORY_DEF) Squad/Resources/StoryDefs/STORY_DEF
[LOG 17:29:13.916] Config(PART) Squad/SPP/IntakeRadialLong/part/IntakeRadialLong
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2Adapters/bicoupler/mk2_1m_Bicoupler
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2Adapters/long/mk2_1m_AdapterLong
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2Adapters/standard/mk2SpacePlaneAdapter
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2CargoBay/BayL/mk2CargoBayL
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2CargoBay/BayS/mk2CargoBayS
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2CockpitStandard/part/mk2Cockpit_Standard
[LOG 17:29:13.916] Config(INTERNAL) Squad/SPP/Mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals
[LOG 17:29:13.916] Config(PART) Squad/SPP/Mk2CrewCabin/part/mk2CrewCabin
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2DockingPort/part/mk2DockingPort
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2DroneCore/part/mk2DroneCore
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2FuselageLong/LFO_long/mk2FuselageLongLFO
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2FuselageLong/L_long/mk2Fuselage
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2FuselageShort/LFO_short/mk2FuselageShortLFO
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2FuselageShort/L_short/mk2FuselageShortLiquid
[LOG 17:29:13.917] Config(PART) Squad/SPP/Mk2FuselageShort/Mono_short/mk2FuselageShortMono
[LOG 17:29:13.917] Config(PART) Squad/SPP/ShockConeIntake/part/shockConeIntake
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/connector1/wingConnector
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/connector2/wingConnector2
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/connector3/wingConnector3
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/connector4/wingConnector4
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/connector5/wingConnector5
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/delta/deltaWing
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/delta_small/delta_small
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/elevon1/StandardCtrlSrf
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/elevon2/elevon2
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/elevon3/elevon3
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/elevon4/smallCtrlSrf
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/elevon5/elevon5
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/strake/wingStrake
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/structural1/structuralWing
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/structural2/structuralWing2
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/structural3/structuralWing3
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/structural4/structuralWing4
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/swept1/sweptWing1
[LOG 17:29:13.917] Config(PART) Squad/SPP/Wings/swept2/sweptWing2
[LOG 17:29:13.917] Config(PART) Squad/SPP/mk2Cockpit_Inline/part/mk2Cockpit_Inline
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/GenericSpace1/internal/GenericSpace1
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/GenericSpace3/internal/GenericSpace3
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/PodCockpit/internal/PodCockpit
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/crewCabinInternals/internal/crewCabinInternals
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/cupolaInternal/internal/cupolaInternal
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/landerCabinInternals/internal/landerCabinInternals
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal
[LOG 17:29:13.917] Config(INTERNAL) Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit
[LOG 17:29:13.917] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Finances
[LOG 17:29:13.917] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Science
[LOG 17:29:13.917] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Public Relations
[LOG 17:29:13.918] Config(STRATEGY_DEPARTMENT) Squad/Strategies/Departments/Operations
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/AppreciationCampaignCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/FundraisingCampaignCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/OpenSourceTechProgramCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/UnpaidResearchProgramCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/OutsourcedResearchCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/PatentsLicensingCfg
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/AgressiveNegotiations
[LOG 17:29:13.918] Config(STRATEGY) Squad/Strategies/Strategies/RecoveryTransponders
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.922] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:13.924] GameDatabase: Assets loaded in 49.210s
[LOG 17:29:13.930] [ModuleManager] compiling list of loaded mods...
Mod DLLs found:
Assembly-CSharp v1.0.0.0
ModuleManager.2.5.1 v2.5.1.0
MechJeb2 v2.3.0.0
Non-DLL mods added:
Mods by directory (sub directories of GameData):
NASAmission
PMCMotivePower
Squad


[LOG 17:29:13.931] [ModuleManager] Checking NEEDS.
[LOG 17:29:13.977] [ModuleManager] :FIRST pass
[LOG 17:29:14.041] [ModuleManager] :LEGACY (default) pass
[LOG 17:29:14.108] [ModuleManager] :BEFORE[ASSEMBLY-CSHARP] pass
[LOG 17:29:14.175] [ModuleManager] :FOR[ASSEMBLY-CSHARP] pass
[LOG 17:29:14.241] [ModuleManager] :AFTER[ASSEMBLY-CSHARP] pass
[LOG 17:29:14.308] [ModuleManager] :BEFORE[MODULEMANAGER.2.5.1] pass
[LOG 17:29:14.375] [ModuleManager] :FOR[MODULEMANAGER.2.5.1] pass
[LOG 17:29:14.441] [ModuleManager] :AFTER[MODULEMANAGER.2.5.1] pass
[LOG 17:29:14.508] [ModuleManager] :BEFORE[MECHJEB2] pass
[LOG 17:29:14.575] [ModuleManager] :FOR[MECHJEB2] pass
[LOG 17:29:14.641] [ModuleManager] :AFTER[MECHJEB2] pass
[LOG 17:29:14.708] [ModuleManager] :BEFORE[NASAMISSION] pass
[LOG 17:29:14.775] [ModuleManager] :FOR[NASAMISSION] pass
[LOG 17:29:14.841] [ModuleManager] :AFTER[NASAMISSION] pass
[LOG 17:29:14.908] [ModuleManager] :BEFORE[PMCMOTIVEPOWER] pass
[LOG 17:29:14.975] [ModuleManager] :FOR[PMCMOTIVEPOWER] pass
[LOG 17:29:15.041] [ModuleManager] :AFTER[PMCMOTIVEPOWER] pass
[LOG 17:29:15.108] [ModuleManager] :BEFORE[SQUAD] pass
[LOG 17:29:15.175] [ModuleManager] :FOR[SQUAD] pass
[LOG 17:29:15.241] [ModuleManager] :AFTER[SQUAD] pass
[LOG 17:29:15.308] [ModuleManager] :FINAL pass
[LOG 17:29:15.378] [ModuleManager] ModuleManager: 0 patches applied


[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.378] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.379] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:15.379] Resource RESOURCE_DEFINITION added to database
[LOG 17:29:18.176] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202'
[LOG 17:29:18.194] EffectList: Created 11 effect types
[LOG 17:29:18.243] ManeuverPlanner initialization: found 17 maneuvers
[LOG 17:29:18.361] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features1'
[LOG 17:29:18.370] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features2'
[LOG 17:29:18.381] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features3'
[LOG 17:29:18.390] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_AR202/part/mumech_MJ2_AR202_features4'
[LOG 17:29:18.397] PartLoader: Compiling Part 'MechJeb2/Parts/MechJeb2_Pod/part/mumech_MJ2_Pod'
[LOG 17:29:18.418] Added sound_rocket_mini to FXGroup running
[LOG 17:29:18.570] PartLoader: Compiling Part 'NASAmission/Parts/GrapplingDevice/part/GrapplingDevice'
[LOG 17:29:18.604] PartLoader: Compiling Part 'NASAmission/Parts/LaunchEscapeSystem/part/LaunchEscapeSystem'
[LOG 17:29:18.661] PartLoader: Compiling Part 'NASAmission/Parts/MassiveSRB/part/MassiveBooster'
[LOG 17:29:18.708] PartLoader: Compiling Part 'NASAmission/Parts/PotatoRoid/part/PotatoRoid'
[LOG 17:29:18.717] PartLoader: Compiling Part 'NASAmission/Parts/Size2LFB/part/Size2LFB'
[LOG 17:29:18.758] PartLoader: Compiling Part 'NASAmission/Parts/Size3AdvancedEngine/part/Size3AdvancedEngine'
[LOG 17:29:18.791] PartLoader: Compiling Part 'NASAmission/Parts/Size3Decoupler/part/size3Decoupler'
[LOG 17:29:18.824] Added sound_vent_large to FXGroup decouple
[LOG 17:29:18.837] PartLoader: Compiling Part 'NASAmission/Parts/Size3EngineCluster/part/Size3EngineCluster'
[LOG 17:29:18.866] PartLoader: Compiling Part 'NASAmission/Parts/Size3LargeTank/part/Size3LargeTank'
[LOG 17:29:18.880] PartLoader: Compiling Part 'NASAmission/Parts/Size3MediumTank/part/Size3MediumTank'
[LOG 17:29:18.897] PartLoader: Compiling Part 'NASAmission/Parts/Size3SmallTank/part/Size3SmallTank'
[LOG 17:29:18.912] PartLoader: Compiling Part 'NASAmission/Parts/Size3To2Adapter/part/Size3to2Adapter'
[LOG 17:29:18.926] PartLoader: Compiling Part 'PMCMotivePower/Parts/Engines/TestPart/TestPart/PartName'
[ERR 17:29:18.927] PartCompiler: Cannot clone model 'GameData/PMCMotivePower/Parts/Engines/TestPart/TestPart' as model does not exist


[ERR 17:29:18.927] PartCompiler: Model was not compiled correctly


[ERR 17:29:18.927] PartCompiler: Cannot compile model


[ERR 17:29:18.927] PartCompiler: Cannot compile part


[LOG 17:29:18.927] PartLoader: Compiling Part 'Squad/Parts/Aero/advancedCanard/advancedCanard/AdvancedCanard'
[LOG 17:29:18.936] PartLoader: Compiling Part 'Squad/Parts/Aero/aerodynamicNoseCone/aerodynamicNoseCone/noseCone'
[LOG 17:29:18.950] PartLoader: Compiling Part 'Squad/Parts/Aero/noseConeAdapter/noseConeAdapter/noseConeAdapter'
[LOG 17:29:18.961] PartLoader: Compiling Part 'Squad/Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7/rocketNoseCone'
[LOG 17:29:18.976] PartLoader: Compiling Part 'Squad/Parts/Aero/standardCanard/standardCanard/CanardController'
[LOG 17:29:18.987] PartLoader: Compiling Part 'Squad/Parts/Aero/standardNoseCone/standardNoseCone/standardNoseCone'
[LOG 17:29:19.002] PartLoader: Compiling Part 'Squad/Parts/Aero/sweptWing/sweptWing/sweptWing'
[LOG 17:29:19.010] PartLoader: Compiling Part 'Squad/Parts/Aero/tailConnector/tailConnector/airplaneTail'
[LOG 17:29:19.018] PartLoader: Compiling Part 'Squad/Parts/Aero/tailfin/part/tailfin'
[LOG 17:29:19.024] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-R8/wingletAV-R8/R8winglet'
[LOG 17:29:19.033] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletAV-T1/wingletAV-T1/winglet'
[LOG 17:29:19.038] PartLoader: Compiling Part 'Squad/Parts/Aero/wingletDeltaDeluxe/wingletDeltaDeluxe/winglet3'
[LOG 17:29:19.047] PartLoader: Compiling Part 'Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod'
[LOG 17:29:19.080] PartLoader: Compiling Part 'Squad/Parts/Command/advancedSasModuleLarge/advSasModuleLarge/asasmodule1-2'
[LOG 17:29:19.090] PartLoader: Compiling Part 'Squad/Parts/Command/cupola/cupola/cupola'
[LOG 17:29:19.112] PartLoader: Compiling Part 'Squad/Parts/Command/externalCommandSeat/externalCommandSeat/seatExternalCmd'
[LOG 17:29:19.121] PartLoader: Compiling Part 'Squad/Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer/crewCabin'
[LOG 17:29:19.136] PartLoader: Compiling Part 'Squad/Parts/Command/inlineAdvancedStabilizer/inlineAdvancedStabilizer/advSasModule'
[LOG 17:29:19.148] PartLoader: Compiling Part 'Squad/Parts/Command/inlineReactionWheel/inlineReactionWheel/sasModule'
[LOG 17:29:19.158] PartLoader: Compiling Part 'Squad/Parts/Command/mk1Cockpit/mk1Cockpit/Mark1Cockpit'
[LOG 17:29:19.208] PartLoader: Compiling Part 'Squad/Parts/Command/mk1InlineCockpit/mk1InlineCockpit/Mark2Cockpit'
[LOG 17:29:19.230] PartLoader: Compiling Part 'Squad/Parts/Command/mk1LanderCan/mk1LanderCan/landerCabinSmall'
[LOG 17:29:19.255] PartLoader: Compiling Part 'Squad/Parts/Command/mk1pod/mk1Pod/mk1pod'
[LOG 17:29:19.283] PartLoader: Compiling Part 'Squad/Parts/Command/mk2LanderCan/mk2LanderCan/mk2LanderCabin'
[LOG 17:29:19.329] PartLoader: Compiling Part 'Squad/Parts/Command/mk3Cockpit/mk3Cockpit/mark3Cockpit'
[LOG 17:29:19.360] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreCube/probeCoreCube/probeCoreCube'
[LOG 17:29:19.381] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreHex/probeCoreHex/probeCoreHex'
[LOG 17:29:19.396] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto/probeCoreOcto/probeCoreOcto'
[LOG 17:29:19.413] PartLoader: Compiling Part 'Squad/Parts/Command/probeCoreOcto2/probeCoreOcto2/probeCoreOcto2'
[LOG 17:29:19.430] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackLarge/probeStackLarge/probeStackLarge'
[LOG 17:29:19.446] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSmall/probeStackSmall/probeStackSmall'
[LOG 17:29:19.459] PartLoader: Compiling Part 'Squad/Parts/Command/probeStackSphere/probeStackSphere/probeCoreSphere'
[LOG 17:29:19.476] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6ShroudSolarPanels/1x6ShroudSolarPanels/solarPanels2'
[LOG 17:29:19.487] PartLoader: Compiling Part 'Squad/Parts/Electrical/1x6SolarPanels/1x6SolarPanels/solarPanels4'
[LOG 17:29:19.496] PartLoader: Compiling Part 'Squad/Parts/Electrical/2x3ShroudSolarPanels/2x3ShroudSolarPanels/solarPanels1'
[LOG 17:29:19.504] PartLoader: Compiling Part 'Squad/Parts/Electrical/2x3SolarPanels/2x3SolarPanels/solarPanels3'
[LOG 17:29:19.516] PartLoader: Compiling Part 'Squad/Parts/Electrical/RTG/RTG/rtg'
[LOG 17:29:19.526] PartLoader: Compiling Part 'Squad/Parts/Electrical/gigantorXlSolarArray/gigantorXlSolarArray/largeSolarPanel'
[LOG 17:29:19.536] PartLoader: Compiling Part 'Squad/Parts/Electrical/radialFlatSolarPanel/radialFlatSolarPanel/solarPanels5'
[LOG 17:29:19.546] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-100Battery/z-100Battery/batteryPack'
[LOG 17:29:19.552] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-1kBattery/z-1kBattery/batteryBank'
[LOG 17:29:19.559] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-200Battery/z-200Battery/batteryBankMini'
[LOG 17:29:19.565] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-400Battery/z-400Battery/ksp_r_largeBatteryPack'
[LOG 17:29:19.570] PartLoader: Compiling Part 'Squad/Parts/Electrical/z-4kBattery/z-4kBattery/batteryBankLarge'
[LOG 17:29:19.576] PartLoader: Compiling Part 'Squad/Parts/Engine/OMSEngine/omsEngine/omsEngine'
[LOG 17:29:19.579] Added sound_rocket_mini to FXGroup running
[LOG 17:29:19.586] PartLoader: Compiling Part 'Squad/Parts/Engine/ionEngine/ionEngine/ionEngine'
[LOG 17:29:19.605] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngineBasic/jetEngineBasic/JetEngine'
[LOG 17:29:19.644] Added sound_jet_deep to FXGroup power
[LOG 17:29:19.644] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.725] PartLoader: Compiling Part 'Squad/Parts/Engine/jetEngineTurbo/jetEngineTurbo/turboFanEngine'
[LOG 17:29:19.735] Added sound_jet_deep to FXGroup power
[LOG 17:29:19.735] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.752] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine24-77/liquidEngine24-77/smallRadialEngine'
[LOG 17:29:19.766] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngine48-7S/liquidEngine48-7S/liquidEngineMini'
[LOG 17:29:19.784] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineAerospike/liquidEngineAerospike/toroidalAerospike'
[LOG 17:29:19.789] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.789] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.804] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine'
[LOG 17:29:19.807] Added sound_rocket_mini to FXGroup running
[LOG 17:29:19.815] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-1R/liquidEngineLV-1R/radialEngineMini'
[LOG 17:29:19.818] Added sound_rocket_mini to FXGroup running
[LOG 17:29:19.827] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-909/liquidEngineLV-909/liquidEngine3'
[LOG 17:29:19.831] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.848] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-N/liquidEngineLV-N/nuclearEngine'
[LOG 17:29:19.851] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.870] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T30/liquidEngineLV-T30/liquidEngine'
[LOG 17:29:19.874] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.874] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.887] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineLV-T45/liquidEngineLV-T45/liquidEngine2'
[LOG 17:29:19.891] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.891] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.907] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMainsail/liquidEngineMainsail/liquidEngine1-2'
[LOG 17:29:19.912] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.912] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.930] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineMk55/liquidEngineMk55/radialLiquidEngine1-2'
[LOG 17:29:19.933] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.943] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEnginePoodle/liquidEnginePoodle/liquidEngine2-2'
[LOG 17:29:19.948] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.965] PartLoader: Compiling Part 'Squad/Parts/Engine/liquidEngineSkipper/skipperLiquidEngine/engineLargeSkipper'
[LOG 17:29:19.968] Added sound_rocket_hard to FXGroup running
[LOG 17:29:19.968] Added sound_explosion_low to FXGroup flameout
[LOG 17:29:19.983] PartLoader: Compiling Part 'Squad/Parts/Engine/rapierEngine/rapierEngine/RAPIER'
[LOG 17:29:20.027] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterBACC/solidBoosterBACC/solidBooster1-1'
[LOG 17:29:20.031] Added sound_rocket_hard to FXGroup running
[LOG 17:29:20.045] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterRT-10/solidBoosterRT-10/solidBooster'
[LOG 17:29:20.050] Added sound_rocket_hard to FXGroup running
[LOG 17:29:20.062] PartLoader: Compiling Part 'Squad/Parts/Engine/solidBoosterSep/solidBoosterSep/sepMotor1'
[LOG 17:29:20.065] Added sound_rocket_mini to FXGroup running
[LOG 17:29:20.073] PartLoader: Compiling Part 'Squad/Parts/Engine/vernorEngine/vernorEngine/vernierEngine'
[LOG 17:29:20.090] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1/RCSTank1-2'
[LOG 17:29:20.097] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10/rcsTankMini'
[LOG 17:29:20.103] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25/RCSFuelTank'
[LOG 17:29:20.112] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCSTankRadial/radialRCSTank/radialRCSTank'
[LOG 17:29:20.119] PartLoader: Compiling Part 'Squad/Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong/rcsTankRadialLong'
[LOG 17:29:20.124] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64/fuelTank3-2'
[LOG 17:29:20.133] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankOscarB/fuelTankOscarB/miniFuelTank'
[LOG 17:29:20.142] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT100/fuelTankT100/fuelTankSmallFlat'
[LOG 17:29:20.148] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT200/fuelTankT200/fuelTankSmall'
[LOG 17:29:20.156] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT400/fuelTankT400/fuelTank'
[LOG 17:29:20.165] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankT800/fuelTankT800/fuelTank_long'
[LOG 17:29:20.174] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankToroidal/fuelTankToroidal/toroidalFuelTank'
[LOG 17:29:20.184] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-16/fuelTankX200-16/fuelTank2-2'
[LOG 17:29:20.191] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-32/fuelTankX200-32/fuelTank1-2'
[LOG 17:29:20.201] PartLoader: Compiling Part 'Squad/Parts/FuelTank/fuelTankX200-8/fuelTankX200-8/fuelTank4-2'
[LOG 17:29:20.210] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk2mk3Adapter/mk2mk3Adapter/mk3spacePlaneAdapter'
[LOG 17:29:20.241] PartLoader: Compiling Part 'Squad/Parts/FuelTank/mk3Fuselage/mk3Fuselage/mk3Fuselage'
[LOG 17:29:20.252] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTank/xenonTank/xenonTank'
[LOG 17:29:20.261] PartLoader: Compiling Part 'Squad/Parts/FuelTank/xenonTankRadial/xenonTankRadial/xenonTankRadial'
[LOG 17:29:20.268] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1fuselage/MK1Fuselage'
[LOG 17:29:20.274] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1fuselageIntake/MK1IntakeFuselage'
[LOG 17:29:20.286] PartLoader: Compiling Part 'Squad/Parts/Mk1/mk1structural/Mk1FuselageStructural'
[LOG 17:29:20.291] PartLoader: Compiling Part 'Squad/Parts/Science/GooExperiment/gooExperiment/GooExperiment'
[LOG 17:29:20.304] PartLoader: Compiling Part 'Squad/Parts/Science/LargeCrewedLab/largeCrewedLab/Large_Crewed_Lab'
[LOG 17:29:20.359] PartLoader: Compiling Part 'Squad/Parts/Science/MaterialBay/materialBay/science_module'
[LOG 17:29:20.374] PartLoader: Compiling Part 'Squad/Parts/Science/avionicsNoseCone/avionicsNoseCone/avionicsNoseCone'
[LOG 17:29:20.385] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallBi/adapterLargeSmallBi/adapterLargeSmallBi'
[LOG 17:29:20.391] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallQuad/adapterLargeSmallQuad/adapterLargeSmallQuad'
[LOG 17:29:20.399] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterLargeSmallTri/adapterLargeSmallTri/adapterLargeSmallTri'
[LOG 17:29:20.405] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort/adapterSmallMiniShort'
[LOG 17:29:20.411] PartLoader: Compiling Part 'Squad/Parts/Structural/adapterSmallMiniTall/adapterSmallMiniTall/adapterSmallMiniTall'
[LOG 17:29:20.417] PartLoader: Compiling Part 'Squad/Parts/Structural/engineBodyRadial/engineBodyRadial/radialEngineBody'
[LOG 17:29:20.430] PartLoader: Compiling Part 'Squad/Parts/Structural/engineNacelle/engineNacelle/nacelleBody'
[LOG 17:29:20.440] PartLoader: Compiling Part 'Squad/Parts/Structural/smallHardpoint/smallHardpoint/smallHardpoint'
[LOG 17:29:20.448] PartLoader: Compiling Part 'Squad/Parts/Structural/stationHub/stationHub/stationHub'
[LOG 17:29:20.462] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200/structuralIBeam200/structuralIBeam2'
[LOG 17:29:20.468] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam200Pocket/structuralIBeam200Pocket/structuralIBeam3'
[LOG 17:29:20.474] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralIBeam650/structuralIBeam650/structuralIBeam1'
[LOG 17:29:20.479] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralMicronode/structuralMicronode/structuralMiniNode'
[LOG 17:29:20.484] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel1x1/structuralPanel1x1/structuralPanel1'
[LOG 17:29:20.490] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPanel2x2/structuralPanel2x2/structuralPanel2'
[LOG 17:29:20.498] PartLoader: Compiling Part 'Squad/Parts/Structural/structuralPylon/structuralPylon/structuralPylon'
[LOG 17:29:20.500] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.507] PartLoader: Compiling Part 'Squad/Parts/Structural/strutConnector/strutConnector/strutConnector'
[LOG 17:29:20.517] PartLoader: Compiling Part 'Squad/Parts/Structural/strutCubicOcto/strutCubicOcto/strutCube'
[LOG 17:29:20.524] PartLoader: Compiling Part 'Squad/Parts/Structural/strutOcto/strutOcto/strutOcto'
[LOG 17:29:20.531] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderAdapter/trussGirderAdapter/trussAdapter'
[LOG 17:29:20.539] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderL/trussGirderL/trussPiece1x'
[LOG 17:29:20.545] PartLoader: Compiling Part 'Squad/Parts/Structural/trussGirderXL/trussGirderXL/trussPiece3x'
[LOG 17:29:20.550] PartLoader: Compiling Part 'Squad/Parts/Utility/CircularIntake/circularIntake/CircularIntake'
[LOG 17:29:20.559] PartLoader: Compiling Part 'Squad/Parts/Utility/airIntakeRadialXM-G50/airIntakeRadialXM-G50/airScoop'
[LOG 17:29:20.570] PartLoader: Compiling Part 'Squad/Parts/Utility/commDish88-88/commDish88-88/commDish'
[LOG 17:29:20.593] PartLoader: Compiling Part 'Squad/Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1/mediumDishAntenna'
[LOG 17:29:20.606] PartLoader: Compiling Part 'Squad/Parts/Utility/commsDish16/commsAntenna16/longAntenna'
[LOG 17:29:20.625] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialHDM/decouplerRadialHDM/radialDecoupler1-2'
[LOG 17:29:20.628] Added sound_decoupler_fire to FXGroup decouple
[LOG 17:29:20.636] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-38K/decouplerRadialTT-38K/radialDecoupler'
[LOG 17:29:20.639] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.645] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerRadialTT-70/decouplerRadialTT-70/radialDecoupler2'
[LOG 17:29:20.648] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.655] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-18D/decouplerSeparatorTR-18D/stackSeparator'
[LOG 17:29:20.658] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.666] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-2C/decouplerSeparatorTR-2C/stackSeparatorMini'
[LOG 17:29:20.677] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerSeparatorTR-XL/decouplerSeparatorTR-XL/stackSeparatorBig'
[LOG 17:29:20.681] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.692] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStack2m/decouplerStack2m/decoupler1-2'
[LOG 17:29:20.697] Added sound_decoupler_fire to FXGroup decouple
[LOG 17:29:20.707] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-18A/decouplerStackTR-18A/stackDecoupler'
[LOG 17:29:20.711] Added sound_vent_large to FXGroup decouple
[LOG 17:29:20.718] PartLoader: Compiling Part 'Squad/Parts/Utility/decouplerStackTR-2V/decouplerStackTR-2V/stackDecouplerMini'
[LOG 17:29:20.741] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPort/dockingPort/dockingPort2'
[LOG 17:29:20.756] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortInline/dockingPortInline/dockingPortLateral'
[LOG 17:29:20.778] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortJr/dockingPortJr/dockingPort3'
[LOG 17:29:20.791] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortShielded/dockingPortShielded/dockingPort1'
[LOG 17:29:20.811] PartLoader: Compiling Part 'Squad/Parts/Utility/dockingPortSr/dockingPortSr/dockingPortLarge'
[LOG 17:29:20.822] PartLoader: Compiling Part 'Squad/Parts/Utility/fuelLine/fuelLine/fuelLine'
[LOG 17:29:20.830] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderRadial/ladderRadial/ladder1'
[LOG 17:29:20.836] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopic/ladderTelescopic/telescopicLadder'
[LOG 17:29:20.846] PartLoader: Compiling Part 'Squad/Parts/Utility/ladderTelescopicBay/ladderTelescopicBay/telescopicLadderBay'
[LOG 17:29:20.855] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-1/landingLegLT-1/landingLeg1'
[LOG 17:29:20.864] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-2/landingLegLT-2/landingLeg1-2'
[LOG 17:29:20.874] PartLoader: Compiling Part 'Squad/Parts/Utility/landingLegLT-5/landingLegLT-5/miniLandingLeg'
[LOG 17:29:20.883] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapter/largeAdapter/largeAdapter'
[LOG 17:29:20.889] PartLoader: Compiling Part 'Squad/Parts/Utility/largeAdapterShort/largeAdapterShort/largeAdapter2'
[LOG 17:29:20.897] PartLoader: Compiling Part 'Squad/Parts/Utility/launchClamp1/launchClamp1/launchClamp1'
[LOG 17:29:20.901] Added sound_decoupler_fire to FXGroup activate
[LOG 17:29:20.913] PartLoader: Compiling Part 'Squad/Parts/Utility/linearRCS/linearRCS/linearRcs'
[LOG 17:29:20.922] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk1/parachuteMk1/parachuteSingle'
[LOG 17:29:20.926] Added sound_parachute_open to FXGroup activate
[LOG 17:29:20.935] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk16-XL/parachuteMk16-XL/parachuteLarge'
[LOG 17:29:20.940] Added sound_parachute_open to FXGroup activate
[LOG 17:29:20.949] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk2-R/parachuteMk2-R/parachuteRadial'
[LOG 17:29:20.953] Added sound_parachute_open to FXGroup activate
[LOG 17:29:20.961] PartLoader: Compiling Part 'Squad/Parts/Utility/parachuteMk25/parachuteMk25/parachuteDrogue'
[LOG 17:29:20.965] Added sound_parachute_open to FXGroup activate
[LOG 17:29:20.975] PartLoader: Compiling Part 'Squad/Parts/Utility/radialAttachmentPoint/radialAttachmentPoint/stackPoint1'
[LOG 17:29:20.984] PartLoader: Compiling Part 'Squad/Parts/Utility/ramAirIntake/ramAirIntake/ramAirIntake'
[LOG 17:29:20.994] PartLoader: Compiling Part 'Squad/Parts/Utility/rcsBlockRV-105/rcsBlockRV-105/RCSBlock'
[LOG 17:29:21.002] PartLoader: Compiling Part 'Squad/Parts/Utility/roverBody/roverBody/roverBody'
[LOG 17:29:21.013] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorAccelerometer/sensorAccelerometer/sensorAccelerometer'
[LOG 17:29:21.024] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorBarometer/sensorBarometer/sensorBarometer'
[LOG 17:29:21.034] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorGravimeter/sensorGravimeter/sensorGravimeter'
[LOG 17:29:21.047] PartLoader: Compiling Part 'Squad/Parts/Utility/sensorThermometer/sensorThermometer/sensorThermometer'
[LOG 17:29:21.058] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk1/spotLightMk1/spotLight1'
[LOG 17:29:21.071] PartLoader: Compiling Part 'Squad/Parts/Utility/spotLightMk2/spotLightMk2/spotLight2'
[LOG 17:29:21.080] PartLoader: Compiling Part 'Squad/Parts/Utility/stackBiCoupler/stackBiCoupler/stackBiCoupler'
[LOG 17:29:21.087] PartLoader: Compiling Part 'Squad/Parts/Utility/stackQuadCoupler/stackQuadCoupler/stackQuadCoupler'
[LOG 17:29:21.094] PartLoader: Compiling Part 'Squad/Parts/Utility/stackTriCoupler/stackTriCoupler/stackTriCoupler'
[LOG 17:29:21.102] PartLoader: Compiling Part 'Squad/Parts/Wheel/SmallGearBay/smallGearBay/SmallGearBay'
[LOG 17:29:21.123] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelM1/roverWheelM1/roverWheel1'
[LOG 17:29:21.141] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelS2/roverWheelS2/roverWheel2'
[LOG 17:29:21.161] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelTR-2L/roverWheelTR-2L/wheelMed'
[LOG 17:29:21.189] PartLoader: Compiling Part 'Squad/Parts/Wheel/roverWheelXL3/roverWheelXL3/roverWheel3'
[LOG 17:29:21.258] PartLoader: Compiling Part 'Squad/SPP/IntakeRadialLong/part/IntakeRadialLong'
[LOG 17:29:21.269] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/bicoupler/mk2_1m_Bicoupler'
[LOG 17:29:21.278] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/long/mk2_1m_AdapterLong'
[LOG 17:29:21.286] PartLoader: Compiling Part 'Squad/SPP/Mk2Adapters/standard/mk2SpacePlaneAdapter'
[LOG 17:29:21.295] PartLoader: Compiling Part 'Squad/SPP/Mk2CargoBay/BayL/mk2CargoBayL'
[LOG 17:29:21.308] PartLoader: Compiling Part 'Squad/SPP/Mk2CargoBay/BayS/mk2CargoBayS'
[LOG 17:29:21.326] PartLoader: Compiling Part 'Squad/SPP/Mk2CockpitStandard/part/mk2Cockpit_Standard'
[LOG 17:29:21.351] PartLoader: Compiling Part 'Squad/SPP/Mk2CrewCabin/part/mk2CrewCabin'
[LOG 17:29:21.373] PartLoader: Compiling Part 'Squad/SPP/Mk2DockingPort/part/mk2DockingPort'
[LOG 17:29:21.390] PartLoader: Compiling Part 'Squad/SPP/Mk2DroneCore/part/mk2DroneCore'
[LOG 17:29:21.402] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageLong/LFO_long/mk2FuselageLongLFO'
[LOG 17:29:21.410] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageLong/L_long/mk2Fuselage'
[LOG 17:29:21.417] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/LFO_short/mk2FuselageShortLFO'
[LOG 17:29:21.428] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/L_short/mk2FuselageShortLiquid'
[LOG 17:29:21.438] PartLoader: Compiling Part 'Squad/SPP/Mk2FuselageShort/Mono_short/mk2FuselageShortMono'
[LOG 17:29:21.448] PartLoader: Compiling Part 'Squad/SPP/ShockConeIntake/part/shockConeIntake'
[LOG 17:29:21.457] PartLoader: Compiling Part 'Squad/SPP/Wings/connector1/wingConnector'
[LOG 17:29:21.462] PartLoader: Compiling Part 'Squad/SPP/Wings/connector2/wingConnector2'
[LOG 17:29:21.467] PartLoader: Compiling Part 'Squad/SPP/Wings/connector3/wingConnector3'
[LOG 17:29:21.473] PartLoader: Compiling Part 'Squad/SPP/Wings/connector4/wingConnector4'
[LOG 17:29:21.480] PartLoader: Compiling Part 'Squad/SPP/Wings/connector5/wingConnector5'
[LOG 17:29:21.487] PartLoader: Compiling Part 'Squad/SPP/Wings/delta/deltaWing'
[LOG 17:29:21.494] PartLoader: Compiling Part 'Squad/SPP/Wings/delta_small/delta_small'
[LOG 17:29:21.500] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon1/StandardCtrlSrf'
[LOG 17:29:21.507] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon2/elevon2'
[LOG 17:29:21.515] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon3/elevon3'
[LOG 17:29:21.524] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon4/smallCtrlSrf'
[LOG 17:29:21.532] PartLoader: Compiling Part 'Squad/SPP/Wings/elevon5/elevon5'
[LOG 17:29:21.539] PartLoader: Compiling Part 'Squad/SPP/Wings/strake/wingStrake'
[LOG 17:29:21.549] PartLoader: Compiling Part 'Squad/SPP/Wings/structural1/structuralWing'
[LOG 17:29:21.557] PartLoader: Compiling Part 'Squad/SPP/Wings/structural2/structuralWing2'
[LOG 17:29:21.564] PartLoader: Compiling Part 'Squad/SPP/Wings/structural3/structuralWing3'
[LOG 17:29:21.573] PartLoader: Compiling Part 'Squad/SPP/Wings/structural4/structuralWing4'
[LOG 17:29:21.581] PartLoader: Compiling Part 'Squad/SPP/Wings/swept1/sweptWing1'
[LOG 17:29:21.589] PartLoader: Compiling Part 'Squad/SPP/Wings/swept2/sweptWing2'
[LOG 17:29:21.596] PartLoader: Compiling Part 'Squad/SPP/mk2Cockpit_Inline/part/mk2Cockpit_Inline'
[LOG 17:29:21.621] PartLoader: Compiling Internal Space 'Squad/Props/AltimeterThreeHands/prop/AltimeterThreeHands'
[LOG 17:29:21.625] PartLoader: Compiling Internal Space 'Squad/Props/AtmosphereDepth/prop/AtmosphereDepth'
[LOG 17:29:21.627] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/pitchConfig/AxisIndicatorPitch'
[LOG 17:29:21.628] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/rollConfig/AxisIndicatorRoll'
[LOG 17:29:21.629] PartLoader: Compiling Internal Space 'Squad/Props/AxisIndicator/yawConfig/AxisIndicatorYaw'
[LOG 17:29:21.630] PartLoader: Compiling Internal Space 'Squad/Props/ButtonSquare/prop/ButtonSquare'
[LOG 17:29:21.632] PartLoader: Compiling Internal Space 'Squad/Props/Compass/prop/Compass'
[LOG 17:29:21.633] PartLoader: Compiling Internal Space 'Squad/Props/IVANavBall/prop/NavBall'
[LOG 17:29:21.636] PartLoader: Compiling Internal Space 'Squad/Props/IndicatorPanel/prop/IndicatorPanel'
[LOG 17:29:21.639] PartLoader: Compiling Internal Space 'Squad/Props/NavBall/prop/NavBall'
[LOG 17:29:21.640] PartLoader: Compiling Internal Space 'Squad/Props/VSI/prop/VSI'
[LOG 17:29:21.642] PartLoader: Compiling Internal Space 'Squad/Props/circularButton/prop/circularButton'
[LOG 17:29:21.643] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob/prop/directionalKnob'
[LOG 17:29:21.644] PartLoader: Compiling Internal Space 'Squad/Props/directionalKnob2/prop/directionalKnob2'
[LOG 17:29:21.644] PartLoader: Compiling Internal Space 'Squad/Props/ledPanelSpeed/prop/ledPanelSpeed'
[LOG 17:29:21.646] PartLoader: Compiling Internal Space 'Squad/Props/pullSwitch/prop/pullSwitch'
[LOG 17:29:21.647] PartLoader: Compiling Internal Space 'Squad/Props/radarAltitude/prop/RadarAltimeter'
[LOG 17:29:21.648] PartLoader: Compiling Internal Space 'Squad/Props/squareButton/prop/squareButton'
[LOG 17:29:21.649] PartLoader: Compiling Internal Space 'Squad/Props/standingSwitch/prop/standingSwitch'
[LOG 17:29:21.650] PartLoader: Compiling Internal Space 'Squad/Props/switch/prop/switch'
[LOG 17:29:21.650] PartLoader: Compiling Internal Space 'Squad/Props/switchGuard/prop/switchGuard'
[LOG 17:29:21.651] PartLoader: Compiling Internal Space 'Squad/Props/switchWithGuards/prop/switchWithGuards'
[LOG 17:29:21.652] PartLoader: Compiling Internal Space 'Squad/Props/throttle/prop/throttle'
[LOG 17:29:21.658] PartLoader: Compiling Internal Space 'Squad/SPP/Mk2CockpitStandardInternal/internal/mk2CockpitStandardInternals'
[LOG 17:29:21.689] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace1/internal/GenericSpace1'
[LOG 17:29:21.691] PartLoader: Compiling Internal Space 'Squad/Spaces/GenericSpace3/internal/GenericSpace3'
[LOG 17:29:21.694] PartLoader: Compiling Internal Space 'Squad/Spaces/PodCockpit/internal/PodCockpit'
[LOG 17:29:21.706] PartLoader: Compiling Internal Space 'Squad/Spaces/crewCabinInternals/internal/crewCabinInternals'
[LOG 17:29:21.710] PartLoader: Compiling Internal Space 'Squad/Spaces/cupolaInternal/internal/cupolaInternal'
[LOG 17:29:21.720] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinInternals/internal/landerCabinInternals'
[LOG 17:29:21.722] PartLoader: Compiling Internal Space 'Squad/Spaces/landerCabinSmallInternal/internal/landerCabinSmallInternal'
[LOG 17:29:21.730] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1CockpitInternal/internal/mk1CockpitInternal'
[LOG 17:29:21.735] PartLoader: Compiling Internal Space 'Squad/Spaces/mk1PodCockpit/internal/mk1PodCockpit'
[LOG 17:29:22.458] The SpaceNavigator driver is a Windows-Only feature at the moment.
[LOG 17:29:25.819] Agent: Found 18 agent mentality types
[LOG 17:29:25.820] AgentList: 27 agents parsed and loaded.
[LOG 17:29:26.291] [CelestialBody]: Kerbin's solar day length is 1d, 0h, 0m long. sidereal day length is 5h, 59m, 59s long
[WRN 17:29:26.459] [HighLogic]: =========================== Scene Change : From LOADING to MAINMENU =====================
[LOG 17:29:26.853] AddonLoader: Instantiating addon 'InstallChecker' from assembly 'MechJeb2'
[LOG 17:29:48.117] ScenarioTypes: List Created 9 scenario types loaded from 3 loaded assemblies.
[WRN 17:29:48.122] [HighLogic]: =========================== Scene Change : From MAINMENU to SPACECENTER (Async) =====================
[LOG 17:29:51.928] [ScenarioDestructibles]: Started. 39 objects registered
[LOG 17:29:54.877] Flight State Captured
[LOG 17:29:54.879] Saving Achievements Tree...
[LOG 17:29:54.890] Game State Saved as persistent
[WRN 17:29:54.890] [HighLogic]: =========================== Scene Change : From SPACECENTER to EDITOR (Async) =====================
[LOG 17:29:57.167] No Input Locks in effect right now
[WRN 17:29:57.171] [ScenarioDestructibles]: Destructible SpaceCenter/KSCLaunchPad/LaunchPadMedium/ksp_pad_waterTower registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.174] [ScenarioDestructibles]: Destructible SpaceCenter/KSCLaunchPad/LaunchPadMedium/ksp_pad_sphereTank registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.176] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/model_runway_new_v43/runway_light_NW registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.176] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/model_runway_new_v43/runway_light_NE registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.184] [ScenarioDestructibles]: Destructible SpaceCenter/KSCLaunchPad/LaunchPadMedium/ksp_pad_cylTank registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.185] [ScenarioDestructibles]: Destructible SpaceCenter/KSCTrackingStation/dish_array/dish_north registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.185] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/Section1 registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.185] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/Section3 registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.186] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/model_runway_new_v43/runway_light_SW registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.186] [ScenarioDestructibles]: Destructible SpaceCenter/KSCLaunchPad/LaunchPadMedium/KSCFlagPoleLaunchPad registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.186] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/End27 registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.186] [ScenarioDestructibles]: Destructible SpaceCenter/KSCTrackingStation/MainBuilding registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.187] [ScenarioDestructibles]: Destructible SpaceCenter/KSCLaunchPad/LaunchPadMedium/ksp_pad_launchPad registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.188] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/model_runway_new_v43/runway_light_SE registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.188] [ScenarioDestructibles]: Destructible SpaceCenter/KSCTrackingStation/dish_array/dish_east registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.191] [ScenarioDestructibles]: Destructible SpaceCenter/KSCVehicleAssemblyBuilding/ksp_pad_cylTank registered after module was loaded. Adding new instance to protodestructible ref list
[WRN 17:29:57.191] [ScenarioDestructibles]: Destructible SpaceCenter/KSCRunway/Section2 registered after module was loaded. Adding new instance to protodestructible ref list
[LOG 17:29:57.361] ------------------- initializing editor mode... ------------------
[LOG 17:29:57.361] editor started
[LOG 17:29:57.379] Untitled Space Craft - Untitled Space Craft
[LOG 17:29:57.626] [ScenarioDestructibles]: Started. 39 objects registered

Link to comment
Share on other sites

I think I found it, ignore the rest there:


[LOG 17:29:18.926] PartLoader: Compiling Part 'PMCMotivePower/Parts/Engines/TestPart/TestPart/PartName'
[ERR 17:29:18.927] PartCompiler: Cannot clone model 'GameData/PMCMotivePower/Parts/Engines/TestPart/TestPart' as model does not exist


[ERR 17:29:18.927] PartCompiler: Model was not compiled correctly


[ERR 17:29:18.927] PartCompiler: Cannot compile model


[ERR 17:29:18.927] PartCompiler: Cannot compile part

Moderators, feel free to delete the other two posts with the giant error logs, probably don't need 134k characters cluttering the servers...

Edited by Starbuckminsterfullerton
Link to comment
Share on other sites

if you don't have Notepad ++ I recommend it. search for your part name in the log and you can show a list of all hits on the search, clicking each hit will zoom to the log message. much quicker to find what you are looking for.

do a search for this string "Load(Model): PMCMotivePower/Parts/Engines/TestPart/TestPart/PartName", no quotes

Link to comment
Share on other sites

I think I found it, ignore the rest there:


[LOG 17:29:18.926] PartLoader: Compiling Part 'PMCMotivePower/Parts/Engines/TestPart/TestPart/PartName'
[ERR 17:29:18.927] PartCompiler: Cannot clone model 'GameData/PMCMotivePower/Parts/Engines/TestPart/TestPart' as model does not exist


[ERR 17:29:18.927] PartCompiler: Model was not compiled correctly


[ERR 17:29:18.927] PartCompiler: Cannot compile model


[ERR 17:29:18.927] PartCompiler: Cannot compile part

Moderators, feel free to delete the other two posts with the giant error logs, probably don't need 134k characters cluttering the servers...

I ran into the same exact error message last night, with my new engine part. Make absolutely certain that the "model =" points to the model's "mu" file. You'll get this error if there's a flaw in that. I see that you were already told to take out the "GameData" part of the path. Make sure the capitalization and spelling are exact for the rest, that it uses forward slashes instead of back-slashes, and that you have the right name for the "mu" file.

In my case, I didn't spot my mistake right away because the engine's folder name was the same as the model filename, so I needed:

model = SpaceY-Lifters/Parts/Engines/SYengine5mF9/SYengine5mF9

but instead had:

model = SpaceY-Lifters/Parts/Engines/SYengine5mF9

Link to comment
Share on other sites

Fixed! Apparently there were two issues: first I forgot to save when I took Gamedata/ out of the file path, and second apparently transform-based attach nodes are a no-go. Speaking of which, I converted it to regular xyz based nodes, and they won't attach. Someone has probably already answered that, so I'm off to find it, just thought I'd post the solution for anyone who's been following along. Thanks again guys!

Edit: Fixed that too, woohoo! turns out nodes need a rotation parameter.

Edited by Starbuckminsterfullerton
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...