Parts/Wheel/SmallGearBay/smallGearBay.cfg
From Kerbal Space Program Wiki
< Parts
Revision as of 23:59, 5 August 2014 by BobBot (talk | contribs) (BobBot moved page Parts/SmallGearBay/part.cfg to Parts/Utility/SmallGearBay/part.cfg without leaving a redirect: Update to new directory system)
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 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 } }