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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/Utility/miniLandingLeg/part.cfg to Parts/Utility/landingLegLT-5/landingLegLT-5.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
{{Part config|LT-5 Micro Landing Strut|2=PART
+
{{Part config|LT-05 Micro Landing Strut|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = miniLandingLeg
 
+
module = Part
// --- general parameters ---
+
author = NovaSilisko
name = miniLandingLeg
+
mesh = model.mu
module = Part
+
rescaleFactor = 1
author = NovaSilisko
+
node_attach = 0.0256775, 0.05144107, 0.0, 1.0, 0.0, 0.0
 
+
TechRequired = survivability
// --- asset parameters ---
+
entryCost = 820
mesh = model.mu
+
cost = 200
rescaleFactor = 1
+
category = Utility
 
+
subcategory = 0
// animationName = probeleg
+
title = LT-05 Micro Landing Strut
 
+
manufacturer = Moving Parts Experts Group
// --- node definitions ---
+
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.
node_attach = 0.0256775, 0.05144107, 0.0, 1.0, 0.0, 0.0
+
attachRules = 0,1,0,0,0
 
+
mass = 0.015
// --- editor parameters ---
+
// heatConductivity = 0.06 // half default
TechRequired = landing
+
emissiveConstant = 0.8 // a bit better than usual, because conduction needs some work
entryCost = 2200
+
dragModelType = default
cost = 200
+
maximum_drag = 0.2
category = Utility
+
minimum_drag = 0.2
subcategory = 0
+
angularDrag = 2
title = LT-5 Micro Landing Strut
+
crashTolerance = 10
manufacturer = Moving Parts Experts Group
+
maxTemp = 1200 // = 2900
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.
+
explosionPotential = 0
 
+
bulkheadProfiles = srf
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
MODULE
attachRules = 0,1,0,0,0
+
{
 
+
name = ModuleLandingLeg
// --- standard part parameters ---
+
animationName = probeleg
mass = 0.015
+
wheelColliderName = wheelCollider
dragModelType = default
+
suspensionTransformName = leg
maximum_drag = 0.2
+
suspensionUpperLimit = 0.65
minimum_drag = 0.2
+
impactTolerance = 150
angularDrag = 2
+
suspensionSpring = 1
crashTolerance = 10
+
suspensionDamper = 1
maxTemp = 2900
+
}
 
 
 
 
explosionPotential = 0
 
 
 
MODULE
 
{
 
name = ModuleLandingLeg
 
 
 
animationName = probeleg
 
wheelColliderName = wheelCollider
 
suspensionTransformName = leg
 
suspensionUpperLimit = 0.65
 
impactTolerance = 150
 
suspensionSpring = 1
 
suspensionDamper = 1
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:06, 29 April 2015

This is the configuration file for LT-05 Micro Landing Strut.
PART
{
	name = miniLandingLeg
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0256775, 0.05144107, 0.0, 1.0, 0.0, 0.0
	TechRequired = survivability
	entryCost = 820
	cost = 200
	category = Utility
	subcategory = 0
	title = LT-05 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.
	attachRules = 0,1,0,0,0
	mass = 0.015
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.8 // a bit better than usual, because conduction needs some work
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 10
	maxTemp = 1200 // = 2900
	explosionPotential = 0
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleLandingLeg
		animationName = probeleg
		wheelColliderName = wheelCollider
		suspensionTransformName = leg
		suspensionUpperLimit = 0.65
		impactTolerance = 150
		suspensionSpring = 1
		suspensionDamper = 1
	}
}