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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "{{Part config|Clamp-O-Tron Sr. Docking Port|2=PART { name = dockingPortLarge module = Part author = Squad mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.29, 0.0,...")
 
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|Clamp-O-Tron Sr. Docking Port|2=PART
+
{{Part config|Clamp-O-Tron Docking Port Sr.|2=PART
 
{
 
{
name = dockingPortLarge
+
name = dockingPortLarge
module = Part
+
module = Part
author = Squad
+
author = Squad
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
 
+
node_stack_top = 0.0, 0.29, 0.0, 0.0, 1.0, 0.0, 2
rescaleFactor = 1
+
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
 
+
TechRequired = metaMaterials
node_stack_top = 0.0, 0.29, 0.0, 0.0, 1.0, 0.0, 2
+
entryCost = 12200
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
+
cost = 980
 +
category = Utility
 +
subcategory = 0
 +
title = Clamp-O-Tron Docking Port Sr.
 +
description = The Clamp-O-Tron Sr. is the result of intense and costly development to answer the problem of how to make docking connections more sturdy. Thanks to the brilliant suggestion of the staff janitor "why don't you make 'em bigger?", the public now can enjoy the sheer thrill of docking enormous objects in space.
 +
attachRules = 1,0,1,0,0
 +
mass = 0.2
 +
dragModelType = default
 +
maximum_drag = 0.25
 +
minimum_drag = 0.25
 +
angularDrag = 0.5
 +
crashTolerance = 20
 +
maxTemp = 2000 // = 3400
 +
bulkheadProfiles = size2
 +
MODULE
 +
{
 +
name = ModuleDockingNode
 +
referenceAttachNode = top
 +
nodeType = size2
 +
}
 +
}
  
TechRequired = metaMaterials
 
entryCost = 12200
 
cost = 980
 
category = Utility
 
subcategory = 0
 
title = Clamp-O-Tron Sr. Docking Port
 
 
description = The Clamp-O-Tron Sr. is the result of intense and costly development to answer the problem of how to make docking connections more sturdy. Thanks to the brilliant suggestion of the staff janitor "why don't you make 'em bigger?", the public now can enjoy the sheer thrill of docking enormous objects in space.
 
 
attachRules = 1,0,1,0,0
 
 
mass = 0.2
 
dragModelType = default
 
maximum_drag = 0.25
 
minimum_drag = 0.25
 
angularDrag = 0.5
 
crashTolerance = 20
 
maxTemp = 3400
 
 
MODULE
 
{
 
name = ModuleDockingNode
 
referenceAttachNode = top
 
nodeType = size2
 
}
 
}
 
 
}}
 
}}

Latest revision as of 19:18, 29 April 2015

This is the configuration file for Clamp-O-Tron Docking Port Sr..
PART
{
	name = dockingPortLarge
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.29, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = metaMaterials
	entryCost = 12200
	cost = 980
	category = Utility
	subcategory = 0
	title = Clamp-O-Tron Docking Port Sr.
	description = The Clamp-O-Tron Sr. is the result of intense and costly development to answer the problem of how to make docking connections more sturdy. Thanks to the brilliant suggestion of the staff janitor "why don't you make 'em bigger?", the public now can enjoy the sheer thrill of docking enormous objects in space.
	attachRules = 1,0,1,0,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.25
	minimum_drag = 0.25
	angularDrag = 0.5
	crashTolerance = 20
	maxTemp = 2000 // = 3400
	bulkheadProfiles = size2
	MODULE
	{
		name = ModuleDockingNode
		referenceAttachNode = top
		nodeType = size2
	}
}