Difference between revisions of "Parts/Utility/dockingPort/dockingPort.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/Utility/dockingPort2/part.cfg to Parts/Utility/dockingPort/dockingPort.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Clamp-O-Tron Docking Port|2=PART | {{Part config|Clamp-O-Tron Docking Port|2=PART | ||
{ | { | ||
− | name = dockingPort2 | + | name = dockingPort2 |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | rescaleFactor = 1 |
− | + | node_stack_top = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1 | |
− | rescaleFactor = 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 | |
− | node_stack_top = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1 | + | TechRequired = specializedConstruction |
− | node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1 | + | entryCost = 6400 |
− | node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | + | cost = 280 |
− | + | category = Utility | |
− | TechRequired = specializedConstruction | + | subcategory = 0 |
− | entryCost = 6400 | + | title = Clamp-O-Tron Docking Port |
− | cost = 280 | + | 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. |
− | category = Utility | + | attachRules = 1,1,1,1,0 |
− | subcategory = 0 | + | mass = 0.05 |
− | title = Clamp-O-Tron Docking Port | + | dragModelType = default |
− | + | maximum_drag = 0.25 | |
− | 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. | + | minimum_drag = 0.25 |
− | + | angularDrag = 0.5 | |
− | attachRules = 1,1,1,1,0 | + | crashTolerance = 10 |
− | + | maxTemp = 2000 // = 3400 | |
− | mass = 0.05 | + | bulkheadProfiles = size1, srf |
− | dragModelType = default | + | MODULE |
− | maximum_drag = 0.25 | + | { |
− | minimum_drag = 0.25 | + | name = ModuleDockingNode |
− | angularDrag = 0.5 | + | referenceAttachNode = top |
− | crashTolerance = 10 | + | nodeType = size1 |
− | maxTemp = 3400 | + | } |
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 19:01, 29 April 2015
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 = 2000 // = 3400 bulkheadProfiles = size1, srf MODULE { name = ModuleDockingNode referenceAttachNode = top nodeType = size1 } }