Difference between revisions of "Parts/Utility/landingLegLT-5/landingLegLT-5.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|LT-5 Micro Landing Strut|2=PART
 +
{
 
// Kerbal Space Program - Part Config
 
// Kerbal Space Program - Part Config
  
 
// --- general parameters ---
 
// --- general parameters ---
 
name = miniLandingLeg
 
name = miniLandingLeg
module = HLandingLeg
+
module = Part
 
author = NovaSilisko
 
author = NovaSilisko
  
Line 17: Line 18:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
cost = 150
+
TechRequired = landing
 +
entryCost = 2200
 +
cost = 200
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
 
title = LT-5 Micro Landing Strut
 
title = LT-5 Micro Landing Strut
 
manufacturer = Moving Parts Experts Group
 
manufacturer = Moving Parts Experts Group
description = A small landing leg designed for space probes or lightweight landers. Basically made of toothpicks, so be careful.
+
description = A small landing leg designed for space probes or lightweight landers. Basically made of toothpicks... erm, Space-grade toothpicks mind you, but be careful with them anyway.
  
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 36: Line 39:
 
maxTemp = 2900
 
maxTemp = 2900
  
breakingForce = 4
 
breakingTorque = 4
 
  
deploySpeed = 1
+
explosionPotential = 0
retractSpeed = -1
+
 
randomSpeedFactor = 0.02
+
MODULE
 +
{
 +
name = ModuleLandingLeg
 +
 
 +
animationName = probeleg
 +
wheelColliderName = wheelCollider
 +
suspensionTransformName = leg
 +
suspensionUpperLimit = 0.65
 +
impactTolerance = 150
 +
suspensionSpring = 1
 +
suspensionDamper = 1
 +
}
  
explosionPotential = 0
+
}
</pre>
+
}}

Revision as of 15:10, 24 January 2014

This is the configuration file for LT-5 Micro Landing Strut.
PART
{
// Kerbal Space Program - Part Config

// --- general parameters ---
name = miniLandingLeg
module = Part
author = NovaSilisko

// --- asset parameters ---
mesh = model.mu
rescaleFactor = 1

animationName = probeleg

// --- node definitions ---
node_attach = 0.0256775, 0.05144107, 0.0, 1.0, 0.0, 0.0

// --- editor parameters ---
TechRequired = landing
entryCost = 2200
cost = 200
category = Utility
subcategory = 0
title = LT-5 Micro Landing Strut
manufacturer = Moving Parts Experts Group
description = A small landing leg designed for space probes or lightweight landers. Basically made of toothpicks... erm, Space-grade toothpicks mind you, but be careful with them anyway.

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

// --- standard part parameters ---
mass = 0.015
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 10
maxTemp = 2900


explosionPotential = 0

MODULE
{
	name = ModuleLandingLeg

	animationName = probeleg
	wheelColliderName = wheelCollider
	suspensionTransformName = leg
	suspensionUpperLimit = 0.65
	impactTolerance = 150
	suspensionSpring = 1
	suspensionDamper = 1
}

}