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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> name = dockingPortLateral module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.5753132, 0.0, 0.0, 1.0, 0.0, 1 node_stack_botto...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Inline Clamp-O-Tron|2=PART
 +
{
 
name = dockingPortLateral
 
name = dockingPortLateral
 
module = Part
 
module = Part
Line 11: Line 12:
 
node_stack_bottom = 0.0, -0.5753132, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom = 0.0, -0.5753132, 0.0, 0.0, 1.0, 0.0, 1
  
 
+
TechRequired = metaMaterials
 +
entryCost = 9800
 
cost = 700
 
cost = 700
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
title = Hull-mounted Clamp-O-Tron
+
title = Inline Clamp-O-Tron
  
description = The hull-mounted Clamp-O-Tron is a variant of the classic C-O-T that's contained within a protective housing, which itself stacks vertically like normal rocket parts.
+
description = The Inline Clamp-O-Tron was an accidental invention, created after an engineer (who really should have been wearing his glasses) incorrectly interpreted the Shielded Clamp-O-Tron's blueprints. Still, the rest of the team very much liked the idea of a sideways-pointing docking port with its own aerodynamic shell, so he patented the design. He still refuses to admit it wasn't intentional.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
  
Line 40: Line 42:
 
animationName = dockingporthull
 
animationName = dockingporthull
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 14:53, 24 January 2014

This is the configuration file for Inline Clamp-O-Tron.
PART
{
name = dockingPortLateral
module = Part
author = NovaSilisko

mesh = model.mu

rescaleFactor = 1

node_stack_top = 0.0, 0.5753132, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.5753132, 0.0, 0.0, 1.0, 0.0, 1

TechRequired = metaMaterials
entryCost = 9800
cost = 700
category = Utility
subcategory = 0
title = Inline Clamp-O-Tron

description = The Inline Clamp-O-Tron was an accidental invention, created after an engineer (who really should have been wearing his glasses) incorrectly interpreted the Shielded Clamp-O-Tron's blueprints. Still, the rest of the team very much liked the idea of a sideways-pointing docking port with its own aerodynamic shell, so he patented the design. He still refuses to admit it wasn't intentional.
attachRules = 1,1,1,1,0

mass = 0.125
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = 0.5
crashTolerance = 10
maxTemp = 3400

MODULE
{
	name = ModuleDockingNode
	deployAnimationController = 1	
	nodeType = size1
	controlTransformName = controlNode
}
MODULE
{
	name = ModuleAnimateGeneric
	animationName = dockingporthull
}
}