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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // --- general parameters --- name = SmallGearBay module = Part author = C. Jenkins // --- asset parameters --- mesh = model.mu scale = 1.0 // --- node definitions --...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Small Gear Bay|2=PART
 +
{
 
// --- general parameters ---
 
// --- general parameters ---
 
name = SmallGearBay
 
name = SmallGearBay
Line 22: Line 23:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
 +
TechRequired = landing
 +
entryCost = 3200
 
cost = 450
 
cost = 450
 
category = Utility
 
category = Utility
Line 46: Line 49:
 
breakingTorque = 50
 
breakingTorque = 50
  
 +
MODULE
 +
{
 +
name = ModuleLandingGear
 +
}
  
 +
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
 
MODULE
 
{
 
{
name = ModuleLandingGear
+
name = FXModuleConstrainPosition
 +
matchRotation = true
 +
matchPosition = false
 +
CONSTRAINFX
 +
{
 +
targetName = Steering
 +
moversName = wheelCollider
 +
}
 +
 
}
 
}
  
Line 59: Line 89:
 
useAutoDim = true
 
useAutoDim = true
 
}
 
}
</pre>
+
 
 +
}
 +
}}

Revision as of 15:34, 24 January 2014

This is the configuration file for Small Gear Bay.
PART
{
// --- general parameters ---
name = SmallGearBay
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1.0


// --- node definitions ---

node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1

// --- FX definitions ---



// --- Sound FX definition ---


// --- editor parameters ---
TechRequired = landing
entryCost = 3200
cost = 450
category = Utility
subcategory = 0
title = Small Gear Bay
manufacturer = C7 AeroSpace
description = High performance gear designed for atmospheric use.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1


// --- standard part parameters ---
mass = 0.5
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 7
maxTemp = 3600 

crashTolerance = 50
breakingForce = 50
breakingTorque = 50

MODULE
{
	name = ModuleLandingGear
}

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
}

}