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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Wheel/SmallGearBay/part.cfg to Parts/Wheel/SmallGearBay/smallGearBay.cfg without leaving a redirect: Renamed part configuration file after update.)
m (Redirect)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Part config|Small Gear Bay|2=PART
+
#REDIRECT [[Parts/Wheel/LandingGear/GearSmall.cfg]]
{
 
// --- 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 Division
 
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
 
}
 
 
 
MODULE
 
{
 
name = ModuleTestSubject
 
 
// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
 
environments = 15
 
 
useStaging = False
 
useEvent = True
 
}
 
 
 
}
 
 
 
}}
 

Latest revision as of 09:54, 21 October 2016