Difference between revisions of "Parts/Wheel/SmallGearBay/smallGearBay.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.25;)
m (*update to 1.0;)
Line 1: Line 1:
{{Part config|Small Gear Bay|2=PART
+
{{Part config|LY-10 Small Landing Gear|2=PART
 
{
 
{
// --- general parameters ---
+
name = SmallGearBay
name = SmallGearBay
+
module = Part
module = Part
+
author = C. Jenkins
author = C. Jenkins
+
mesh = model.mu
 
+
scale = 1.0
// --- asset parameters ---
+
node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1
mesh = model.mu
+
TechRequired = landing
scale = 1.0
+
entryCost = 3200
 
+
cost = 450
 
+
category = Utility
// --- node definitions ---
+
subcategory = 0
 
+
title = LY-10 Small Landing Gear
node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1
+
manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division]
 
+
description = High performance retractable landing gear. Comes with shock absorber, steering and a built-in spotlight.
// --- FX definitions ---
+
attachRules = 1,1,1,1,1
 
+
mass = 0.04
 
+
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
 
+
// heatConductivity = 0.06 // half default
// --- Sound FX definition ---
+
emissiveConstant = 0.95
 
+
dragModelType = default
 
+
maximum_drag = 0.3
// --- editor parameters ---
+
minimum_drag = 0.2
TechRequired = landing
+
angularDrag = 1
entryCost = 3200
+
crashTolerance = 7
cost = 450
+
maxTemp = 2000 // = 3600
category = Utility
+
crashTolerance = 50
subcategory = 0
+
breakingForce = 50
title = Small Gear Bay
+
breakingTorque = 50
manufacturer = C7 Aerospace Division
+
PhysicsSignificance = 1
description = High performance gear designed for atmospheric use.
+
bulkheadProfiles = srf
 
+
MODULE
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
{
attachRules = 1,1,1,1,1
+
name = ModuleLandingGear
 
+
BrakeTorque = 12
 
+
BrakeSpeed = 3
// --- standard part parameters ---
+
}
mass = 0.005
+
MODULE
dragModelType = default
+
{
maximum_drag = 0.3
+
name = ModuleSteering
minimum_drag = 0.2
+
controlAxisType = Forward
angularDrag = 1
+
steeringAxis = 0, 0, 1
crashTolerance = 7
+
steeringTransformName = Steering
maxTemp = 3600  
+
steeringLocked = true
 
+
steeringCurve
crashTolerance = 50
+
{
breakingForce = 50
+
key = 0 16
breakingTorque = 50
+
key = 10 9
 
+
key = 30 2
PhysicsSignificance = 1
+
key = 100 1
 
+
}
MODULE
+
}
{
+
MODULE
name = ModuleLandingGear
+
{
+
name = FXModuleConstrainPosition
BrakeTorque = 12
+
matchRotation = true
BrakeSpeed = 3
+
matchPosition = false
}
+
CONSTRAINFX
 
+
{
MODULE
+
targetName = Steering
{
+
moversName = wheelCollider
name = ModuleSteering
+
}
controlAxisType = Forward
+
}
steeringAxis = 0, 0, 1
+
MODULE
steeringTransformName = Steering
+
{
steeringLocked = true
+
name = ModuleLight
steeringCurve
+
lightName = LandingLight
{
+
useAutoDim = true
  key = 0 16
+
}
key = 10 9
+
MODULE
  key = 30 2
 
key = 100 1
 
}
 
}
 
 
 
MODULE
 
{
 
name = FXModuleConstrainPosition
 
matchRotation = true
 
matchPosition = false
 
CONSTRAINFX
 
 
{
 
{
targetName = Steering
+
name = ModuleTestSubject
moversName = wheelCollider
+
environments = 15
 +
useStaging = False
 +
useEvent = True
 
}
 
}
 
}
 
 
MODULE
 
{
 
name = ModuleLight
 
        lightName = LandingLight
 
useAutoDim = true
 
}
 
 
MODULE
 
{
 
name = ModuleTestSubject
 
 
// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
 
environments = 15
 
 
useStaging = False
 
useEvent = True
 
}
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 13:30, 29 April 2015

This is the configuration file for LY-10 Small Landing Gear.
PART
{
	name = SmallGearBay
	module = Part
	author = C. Jenkins
	mesh = model.mu
	scale = 1.0
	node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1
	TechRequired = landing
	entryCost = 3200
	cost = 450
	category = Utility
	subcategory = 0
	title = LY-10 Small Landing Gear
	manufacturer = LightYear Tire Company		// it can't all be [C7 Aerospace Division]
	description = High performance retractable landing gear. Comes with shock absorber, steering and a built-in spotlight.
	attachRules = 1,1,1,1,1
	mass = 0.04
	thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 7
	maxTemp = 2000 // = 3600
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleLandingGear
		BrakeTorque = 12
		BrakeSpeed = 3
	}
	MODULE
	{
		name = ModuleSteering
		controlAxisType = Forward
		steeringAxis = 0, 0, 1
		steeringTransformName = Steering
		steeringLocked = true
		steeringCurve
		{
			key = 0 16
			key = 10 9
			key = 30 2
			key = 100 1
		}
	}
	MODULE
	{
		name = FXModuleConstrainPosition
		matchRotation = true
		matchPosition = false
		CONSTRAINFX
		{
			targetName = Steering
			moversName = wheelCollider
		}
	}
	MODULE
	{
		name = ModuleLight
		lightName = LandingLight
		useAutoDim = true
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 15
		useStaging = False
		useEvent = True
	}
}