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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/dockingPort2/part.cfg to Parts/Utility/dockingPort2/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 0.24.2;)
Line 39: Line 39:
 
}
 
}
 
}
 
}
 +
 
}}
 
}}

Revision as of 22:30, 11 August 2014

This is the configuration file for Clamp-O-Tron Docking Port.
PART
{
name = dockingPort2
module = Part
author = NovaSilisko

mesh = model.mu

rescaleFactor = 1

node_stack_top = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0

TechRequired = specializedConstruction
entryCost = 6400
cost = 280
category = Utility
subcategory = 0
title = Clamp-O-Tron Docking Port

description = Invented after a peaceful protest against the lack of spacecraft attachment systems turned violent, the Clamp-O-Tron Docking Port allows for the firm attachment of two separate vessels. After docking, vessels can be just as easily undocked.

attachRules = 1,1,1,1,0

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

MODULE
{
	name = ModuleDockingNode
	referenceAttachNode = top
	nodeType = size1
}
}