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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/SPP/Mk2DockingPort/part.cfg to Parts/Utility/mk2DockingPort/mk2DockingPort.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Mk2 Clamp-O-Tron|2=PART
 
{{Part config|Mk2 Clamp-O-Tron|2=PART
 
{
 
{
 
+
name = mk2DockingPort
name = mk2DockingPort
+
module = Part
module = Part
+
author = Porkjet
author = Porkjet
+
mesh = model.mu
 
+
rescaleFactor = 1
mesh = model.mu
+
node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
rescaleFactor = 1
+
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 1
 
+
TechRequired = advAerodynamics
node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 11000
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, 1.0, 0.0, 1
+
cost = 850
 
+
category = Utility
 
+
subcategory = 0
TechRequired = advAerodynamics
+
title = Mk2 Clamp-O-Tron
entryCost = 11000
+
manufacturer = C7 Aerospace Division
cost = 850
+
description = The new Clamp-O-Tron brand docking port comes complete with integrated monopropellant tanks for all your docking needs.
category = Utility
+
attachRules = 1,0,1,1,1
subcategory = 0
+
mass = 0.30
title = Mk2 Clamp-O-Tron
+
dragModelType = default
manufacturer = C7 Aerospace Division
+
maximum_drag = 0.2
description = The new Clamp-O-Tron brand docking port comes complete with integrated monopropellant tanks for all your docking needs.
+
minimum_drag = 0.3
 
+
angularDrag = 1
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
crashTolerance = 50
attachRules = 1,0,1,1,1
+
breakingForce = 50
 
+
breakingTorque = 50
// --- standard part parameters ---
+
maxTemp = 2000 // = 3000
mass = 0.30
+
fuelCrossFeed = True
dragModelType = default
+
bulkheadProfiles = size1, mk2
maximum_drag = 0.2
+
RESOURCE
minimum_drag = 0.3
+
{
angularDrag = 1
+
name = MonoPropellant
crashTolerance = 50
+
amount = 75
breakingForce = 50
+
maxAmount = 75
breakingTorque = 50
+
}
maxTemp = 3000
+
MODULE
fuelCrossFeed = True
+
{
 
+
name = ModuleDockingNode
 
+
deployAnimationController = 1
RESOURCE
+
nodeType = size1
{
+
nodeTransformName = dockingNode
name = MonoPropellant
+
controlTransformName = controlNode
amount = 75
+
}
maxAmount = 75
+
MODULE
// used to be 150, but now that there's a dedicated tank, should be lower
+
{
}
+
name = ModuleAnimateGeneric
 
+
animationName = dockingPortDeploy
MODULE
+
}
{
+
MODULE
name = ModuleDockingNode
+
{
deployAnimationController = 1
+
name = ModuleLiftingSurface
nodeType = size1
+
useInternalDragModel = False
nodeTransformName = dockingNode
+
deflectionLiftCoeff = 0.24
controlTransformName = controlNode
+
dragAtMaxAoA = 0.3
}
+
dragAtMinAoA = 0.1
MODULE
+
}
{
 
name = ModuleAnimateGeneric
 
animationName = dockingPortDeploy
 
}
 
MODULE
 
{
 
name = ModuleLiftingSurface
 
 
deflectionLiftCoeff = 0.15
 
dragAtMaxAoA = 0.3
 
dragAtMinAoA = 0.1
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:20, 29 April 2015

This is the configuration file for Mk2 Clamp-O-Tron.
PART
{
	name = mk2DockingPort
	module = Part
	author = Porkjet
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = advAerodynamics
	entryCost = 11000
	cost = 850
	category = Utility
	subcategory = 0
	title = Mk2 Clamp-O-Tron
	manufacturer = C7 Aerospace Division
	description = The new Clamp-O-Tron brand docking port comes complete with integrated monopropellant tanks for all your docking needs.
	attachRules = 1,0,1,1,1
	mass = 0.30
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, mk2
	RESOURCE
	{
		name = MonoPropellant
		amount = 75
		maxAmount = 75
	}
	MODULE
	{
		name = ModuleDockingNode
		deployAnimationController = 1
		nodeType = size1
		nodeTransformName = dockingNode
		controlTransformName = controlNode
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = dockingPortDeploy
	}
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = False
		deflectionLiftCoeff = 0.24
		dragAtMaxAoA = 0.3
		dragAtMinAoA = 0.1
	}
}