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 --...")
 
m (Redirect)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
#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 ---
 
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 = ModuleLight
 
        lightName = LandingLight
 
useAutoDim = true
 
}
 
</pre>
 

Latest revision as of 09:54, 21 October 2016