Difference between revisions of "Parts/Utility/ladderTelescopicBay/ladderTelescopicBay.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-LV Bay Mobility Enhancer|2=PART
 
{{Part config|Telus-LV Bay Mobility Enhancer|2=PART
 
{
 
{
// --- general parameters ---
+
name = telescopicLadderBay
name = telescopicLadderBay
+
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 = 4000
PhysicsSignificance = 1
+
cost = 440
 
+
category = Utility
// --- node definitions ---
+
subcategory = 0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
title = Telus-LV Bay Mobility Enhancer
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
+
manufacturer = Rokea Inc
 
+
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals.
// --- editor parameters ---
+
attachRules = 0,1,0,0,1
 
+
mass = 0.005
TechRequired = advExploration
+
dragModelType = default
entryCost = 4000
+
maximum_drag = 0.2
cost = 440
+
minimum_drag = 0.2
category = Utility
+
angularDrag = 1
subcategory = 0
+
crashTolerance = 8
title = Telus-LV Bay Mobility Enhancer
+
maxTemp = 2000 // = 3200
manufacturer = Rokea Inc
+
PhysicsSignificance = 1
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals.
+
bulkheadProfiles = srf
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
MODULE
attachRules = 0,1,0,0,1
+
{
 
+
name = RetractableLadder
// --- standard part parameters ---
+
ladderAnimationRootName = Telescopic ladder
mass = 0.005
+
ladderColliderName = ladderCollider
dragModelType = default
+
ladderRetractAnimationName = Retract
maximum_drag = 0.2
+
}
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 8
 
maxTemp = 3200
 
 
 
PhysicsSignificance = 1
 
 
 
MODULE
 
{
 
name = RetractableLadder
 
 
ladderAnimationRootName = Telescopic ladder
 
ladderColliderName = ladderCollider
 
ladderRetractAnimationName = Retract
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:01, 29 April 2015

This is the configuration file for Telus-LV Bay Mobility Enhancer.
PART
{
	name = telescopicLadderBay
	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 = 4000
	cost = 440
	category = Utility
	subcategory = 0
	title = Telus-LV Bay Mobility Enhancer
	manufacturer = Rokea Inc
	description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.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 = Telescopic ladder
		ladderColliderName = ladderCollider
		ladderRetractAnimationName = Retract
	}
}