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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(*update to 0.23;)
(update to 1.12.2)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Part config|Telus-LV Bay Mobility Enhancer|2=PART
+
<!-- v1.12.2 -->
 +
{{Part config|Kelus-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
 +
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 = #autoLOC_500870 //#autoLOC_500870 = Kelus-LV Bay Mobility Enhancer
 +
manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
 +
description = #autoLOC_500871 //#autoLOC_500871 = The Kelus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals. After discovering that their name was already in use, Kelus picked their current name with the flip of a coin.
 +
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
 +
emissiveConstant = 0.8
 +
thermalMassModifier = 3.0
 +
PhysicsSignificance = 1
 +
bulkheadProfiles = srf
 +
tags = #autoLOC_500872 //#autoLOC_500872 = ascend climb descend ladder rung safe step
 +
MODULE
 +
{
 +
name = RetractableLadder
 +
ladderAnimationRootName = Telescopic ladder
 +
ladderColliderName = ladderCollider
 +
ladderRetractAnimationName = Retract
 +
}
  
// --- asset parameters ---
+
MODULE
mesh = model.mu
+
{
rescaleFactor = 1.0
+
name = ModuleCargoPart
 
+
packedVolume = 100
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
 
}
 
 
}
 
}
 
}}
 
}}

Latest revision as of 04:19, 29 August 2021


This is the configuration file for Kelus-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 = #autoLOC_500870 //#autoLOC_500870 = Kelus-LV Bay Mobility Enhancer
	manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
	description = #autoLOC_500871 //#autoLOC_500871 = The Kelus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.5 kerbals. After discovering that their name was already in use, Kelus picked their current name with the flip of a coin.
	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
	emissiveConstant = 0.8
	thermalMassModifier = 3.0
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_500872 //#autoLOC_500872 = ascend climb descend ladder rung safe step
	MODULE
	{
		name = RetractableLadder
		ladderAnimationRootName = Telescopic ladder
		ladderColliderName = ladderCollider
		ladderRetractAnimationName = Retract
	}

	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 100
	}
}