Difference between revisions of "Parts/Utility/ladderTelescopicBay/ladderTelescopicBay.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (XZise moved page Parts/telescopicLadderBay/part.cfg to Parts/Utility/telescopicLadderBay/part.cfg without leaving a redirect: new directory structure)
(*update to 0.23;)
Line 1: Line 1:
<pre>
+
{{Part config|Telus-LV Bay Mobility Enhancer|2=PART
 +
{
 
// --- general parameters ---
 
// --- general parameters ---
 
name = telescopicLadderBay
 
name = telescopicLadderBay
Line 16: Line 17:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
cost = 100
+
 
 +
TechRequired = advExploration
 +
entryCost = 4000
 +
cost = 440
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
 
title = Telus-LV Bay Mobility Enhancer
 
title = Telus-LV Bay Mobility Enhancer
manufacturer = RÖKEA Inc.
+
manufacturer = R�KEA Inc.
 
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals.
 
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals.
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 42: Line 46:
 
ladderRetractAnimationName = Retract
 
ladderRetractAnimationName = Retract
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 14:25, 28 December 2013

This is the configuration file for Telus-LV Bay Mobility Enhancer.
PART
{
// --- general parameters ---
name = telescopicLadderBay
module = Part
author = C. Jenkins

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

PhysicsSignificance = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0

// --- editor parameters ---

TechRequired = advExploration
entryCost = 4000
cost = 440
category = Utility
subcategory = 0
title = Telus-LV Bay Mobility Enhancer
manufacturer = R�KEA Inc.
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,1

// --- standard part parameters ---
mass = 0.005
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 8
maxTemp = 3200

MODULE
{
	name = RetractableLadder
	
	ladderAnimationRootName = Telescopic ladder
	ladderColliderName = ladderCollider
	ladderRetractAnimationName = Retract
}
}