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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(+added in 0.25;)
 
m (*update to 1.0.4;)
 
(3 intermediate revisions by the same user not shown)
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 = 2500
mass = 0.30
+
emissiveConstant = 0.8
dragModelType = default
+
fuelCrossFeed = True
maximum_drag = 0.2
+
bulkheadProfiles = size1, mk2
minimum_drag = 0.3
 
angularDrag = 1
 
crashTolerance = 50
 
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
 
 
 
 
RESOURCE
 
{
 
name = MonoPropellant
 
amount = 75
 
maxAmount = 75
 
// used to be 150, but now that there's a dedicated tank, should be lower
 
}
 
 
 
MODULE
 
{
 
name = ModuleDockingNode
 
deployAnimationController = 1
 
nodeType = size1
 
nodeTransformName = dockingNode
 
controlTransformName = controlNode
 
}
 
MODULE
 
{
 
name = ModuleAnimateGeneric
 
animationName = dockingPortDeploy
 
}
 
MODULE
 
{
 
name = ModuleLiftingSurface
 
 
 
deflectionLiftCoeff = 0.15
+
DRAG_CUBE
dragAtMaxAoA = 0.3
+
{
dragAtMinAoA = 0.1
+
cube = A, 1.918621,0.4513012,2.017967, 1.927046,0.4519399,1.858654, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 3.986614,0.9374123,1.526986, 3.986614,0.8837488,1.579901, -1.192093E-07,0.0002481341,-0.1138154, 3.185405,1.250499,1.727631
}
+
cube = B, 1.87207,0.423032,1.344706, 1.87207,0.4207015,1.344706, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 3.132725,0.9338691,1.4, 3.132725,0.9295117,0.7000001, 0,0.0002481341,-5.960464E-08, 2.5,1.250499,1.5
 
+
}
 +
 +
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
 +
}
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:27, 27 June 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 = 2500
	emissiveConstant = 0.8
	fuelCrossFeed = True
	bulkheadProfiles = size1, mk2
	
	DRAG_CUBE
	{
		cube = A, 1.918621,0.4513012,2.017967, 1.927046,0.4519399,1.858654, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 3.986614,0.9374123,1.526986, 3.986614,0.8837488,1.579901, -1.192093E-07,0.0002481341,-0.1138154, 3.185405,1.250499,1.727631
		cube = B, 1.87207,0.423032,1.344706, 1.87207,0.4207015,1.344706, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 3.132725,0.9338691,1.4, 3.132725,0.9295117,0.7000001, 0,0.0002481341,-5.960464E-08, 2.5,1.250499,1.5
	}
	
	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
	}
}