Difference between revisions of "Parts/Structural/Size3To2Adapter/part.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/NASAmission/Size3To2Adapter/part.cfg to Parts/Structural/Size3To2Adapter/part.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Kerbodyne ADTP-2-3|2=PART
 
{{Part config|Kerbodyne ADTP-2-3|2=PART
 
{
 
{
name = Size3to2Adapter
+
name = Size3to2Adapter
module = Part
+
module = Part
author = Squad
+
author = Squad
 
+
mesh = Size3Adapter.mu
mesh = Size3Adapter.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 1.1, 0.0, 0.0, 1.0, 0.0, 2
 
+
node_stack_bottom = 0.0, -1.1, 0.0, 0.0, -1.0, 0.0, 3
node_stack_top = 0.0, 1.1, 0.0, 0.0, 1.0, 0.0, 2
+
TechRequired = largeVolumeContainment
node_stack_bottom = 0.0, -1.1, 0.0, 0.0, 1.0, 0.0, 3
+
entryCost = 8800
 
+
cost = 2600
TechRequired = veryHeavyRocketry
+
category = Structural
entryCost = 8800
+
subcategory = 0
cost = 2600
+
title = Kerbodyne ADTP-2-3
category = Structural
+
manufacturer = Kerbodyne
subcategory = 0
+
description = This adapter is used to bridge between Kerbodyne and Rockomax rocket bodies.
title = Kerbodyne ADTP-2-3
+
attachRules = 1,0,1,1,0
manufacturer = Kerbodyne
+
mass = 0.2
description = This adapter is used to bridge between Kerbodyne and Rockomax rocket bodies.
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,0,1,1,0
+
minimum_drag = 0.3
 
+
angularDrag = 2
mass = 0.2
+
crashTolerance = 6
dragModelType = default
+
breakingForce = 200
maximum_drag = 0.2
+
breakingTorque = 200
minimum_drag = 0.3
+
maxTemp = 2000 // = 2900
angularDrag = 2
+
bulkheadProfiles = size2, size3
crashTolerance = 6
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 2900
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 10:45, 30 April 2015

This is the configuration file for Kerbodyne ADTP-2-3.
PART
{
	name = Size3to2Adapter
	module = Part
	author = Squad
	mesh = Size3Adapter.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 1.1, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -1.1, 0.0, 0.0, -1.0, 0.0, 3
	TechRequired = largeVolumeContainment
	entryCost = 8800
	cost = 2600
	category = Structural
	subcategory = 0
	title = Kerbodyne ADTP-2-3
	manufacturer = Kerbodyne
	description = This adapter is used to bridge between Kerbodyne and Rockomax rocket bodies.
	attachRules = 1,0,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size2, size3
}