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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Telus Mobility Enhancer|2=PART
 
{{Part config|Telus Mobility Enhancer|2=PART
 
{
 
{
// --- general parameters ---
+
name = telescopicLadder
name = telescopicLadder
+
module = Part
module = Part
+
author = C. Jenkins
author = C. Jenkins
+
mesh = model.mu
 
+
rescaleFactor = 1.0
// --- asset parameters ---
+
PhysicsSignificance = 1
mesh = model.mu
+
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
rescaleFactor = 1.0
+
TechRequired = advExploration
 
+
entryCost = 3100
PhysicsSignificance = 1
+
cost = 350
 
+
category = Utility
// --- node definitions ---
+
subcategory = 0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
title = Telus Mobility Enhancer
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
+
manufacturer = Rokea Inc
 
+
description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
// --- editor parameters ---
+
attachRules = 0,1,0,0,1
 
+
mass = 0.005
TechRequired = advExploration
+
dragModelType = default
entryCost = 3100
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
cost = 350
+
angularDrag = 1
category = Utility
+
crashTolerance = 8
subcategory = 0
+
maxTemp = 2000 // = 3200
title = Telus Mobility Enhancer
+
PhysicsSignificance = 1
manufacturer = Rokea Inc
+
bulkheadProfiles = srf
description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
+
MODULE
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
{
attachRules = 0,1,0,0,1
+
name = RetractableLadder
 
+
ladderAnimationRootName = TelusBay
// --- standard part parameters ---
+
ladderColliderName = ladderCollider
mass = 0.005
+
ladderRetractAnimationName = Retract
dragModelType = default
+
}
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 8
 
maxTemp = 3200
 
 
 
PhysicsSignificance = 1
 
 
 
MODULE
 
{
 
name = RetractableLadder
 
 
ladderAnimationRootName = TelusBay
 
ladderColliderName = ladderCollider
 
ladderRetractAnimationName = Retract
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:02, 29 April 2015

This is the configuration file for Telus Mobility Enhancer.
PART
{
	name = telescopicLadder
	module = Part
	author = C. Jenkins
	mesh = model.mu
	rescaleFactor = 1.0
	PhysicsSignificance = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
	TechRequired = advExploration
	entryCost = 3100
	cost = 350
	category = Utility
	subcategory = 0
	title = Telus Mobility Enhancer
	manufacturer = Rokea Inc
	description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
	attachRules = 0,1,0,0,1
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODULE
	{
		name = RetractableLadder
		ladderAnimationRootName = TelusBay
		ladderColliderName = ladderCollider
		ladderRetractAnimationName = Retract
	}
}