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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.25;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Clamp-O-Tron Shielded Docking Port|2=PART
 
{{Part config|Clamp-O-Tron Shielded Docking Port|2=PART
 
{
 
{
name = dockingPort1
+
name = dockingPort1
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
 
+
node_stack_bottom = 0.0, -0.005308203, 0.0, 0.0, -1.0, 0.0, 1
rescaleFactor = 1
+
TechRequired = advMetalworks
 
+
entryCost = 8400
node_stack_bottom = 0.0, -0.005308203, 0.0, 0.0, 1.0, 0.0, 1
+
cost = 400
 
+
category = Utility
TechRequired = specializedConstruction
+
subcategory = 0
entryCost = 8400
+
title = Clamp-O-Tron Shielded Docking Port
cost = 400
+
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. The Shielded version has deployable fins to protect the port during ascent.
category = Utility
+
attachRules = 1,0,0,0,0
subcategory = 0
+
mass = 0.1
title = Clamp-O-Tron Shielded 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. The Shielded version has deployable fins to protect the port during ascent.
+
minimum_drag = 0.25
 
+
angularDrag = 0.5
 
+
crashTolerance = 10
attachRules = 1,0,0,0,0
+
maxTemp = 2400 // = 3400
 
+
bulkheadProfiles = size1
mass = 0.1
+
MODULE
dragModelType = default
+
{
maximum_drag = 0.25
+
name = ModuleDockingNode
minimum_drag = 0.25
+
deployAnimationController = 1
angularDrag = 0.5
+
nodeType = size1
crashTolerance = 10
+
}
maxTemp = 3400
+
MODULE
 
+
{
//docking module will go here
+
name = ModuleAnimateGeneric
MODULE
+
animationName = dockingring
{
+
actionGUIName = Toggle Shield
name = ModuleDockingNode
+
startEventGUIName = Open Shield
deployAnimationController = 1
+
endEventGUIName = Close Shield
nodeType = size1
+
allowAnimationWhileShielded = False
}
+
}
MODULE
 
{
 
name = ModuleAnimateGeneric
 
animationName = dockingring
 
        actionGUIName = Toggle Shield
 
startEventGUIName = Open Shield
 
endEventGUIName = Close Shield
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:34, 29 April 2015

This is the configuration file for Clamp-O-Tron Shielded Docking Port.
PART
{
	name = dockingPort1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.005308203, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = advMetalworks
	entryCost = 8400
	cost = 400
	category = Utility
	subcategory = 0
	title = Clamp-O-Tron Shielded 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. The Shielded version has deployable fins to protect the port during ascent.
	attachRules = 1,0,0,0,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.25
	minimum_drag = 0.25
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2400 // = 3400
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleDockingNode
		deployAnimationController = 1
		nodeType = size1
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = dockingring
		actionGUIName = Toggle Shield
		startEventGUIName = Open Shield
		endEventGUIName = Close Shield
		allowAnimationWhileShielded = False
	}
}