Difference between revisions of "Parts/Utility/mk3CargoBay/medium.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.4;)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
 
angularDrag = 1
 
angularDrag = 1
 
crashTolerance = 50
 
crashTolerance = 50
breakingForce = 50
+
maxTemp = 2700 // = 3000
breakingTorque = 50
+
emissiveConstant = 0.87
maxTemp = 2000 // = 3000
 
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = mk3
 
bulkheadProfiles = mk3
 +
breakingForce = 300
 +
breakingTorque = 300
 +
DRAG_CUBE
 +
{
 +
cube = A, 18.75,0.8183038,1.748168, 18.75,0.8131053,1.748168, 10.30376,1,0.08000001, 10.30376,1,0.08000001, 16.33606,0.8349712,2.555883, 16.33606,0.832463,1.347647, 0,0,0, 3.3101,5.000001,3.750001
 +
cube = B, 13.18359,0.7628529,3.690535, 13.18359,0.7658651,3.690535, 10.30376,1,0.08000001, 10.30376,1,0.08000001, 36.64127,0.8811509,2.632985, 36.64127,0.8984743,3.339037, -4.768372E-06,0,0.09955025, 7.451109,5.000001,3.5509
 +
}
 
MODEL
 
MODEL
 
{
 
{

Latest revision as of 12:27, 27 June 2015

This is the configuration file for Mk3 Cargo Bay CRG-50.
PART
{
	name = mk3CargoBayM
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_stack_top2 = 0.0, 2.5, 0.0, 0.0, -1.0, 0.0, 2
	node_stack_bottom2 = 0.0, -2.5, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_top = 0.0, 2.5, 0.0, 0.0, 1.0, 0.0, 3
	node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 3
	TechRequired = heavyAerodynamics
	entryCost = 32000
	cost = 1500
	category = Utility
	subcategory = 0
	title = Mk3 Cargo Bay CRG-50
	manufacturer = C7 Aerospace Division
	description = Originally we threw away the container the Rockomax X200-32 tank came in, then one day a bright and upcoming engineer suggested we reuse them. He was promptly reallocated to another department and his boss came up with the brilliant idea of reusing these containers as cargo bays!
	attachRules = 1,0,1,1,1
	mass = 3
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 50
	maxTemp = 2700 // = 3000
	emissiveConstant = 0.87
	fuelCrossFeed = True
	bulkheadProfiles = mk3
	breakingForce = 300
	breakingTorque = 300
	DRAG_CUBE
	{
		cube = A, 18.75,0.8183038,1.748168, 18.75,0.8131053,1.748168, 10.30376,1,0.08000001, 10.30376,1,0.08000001, 16.33606,0.8349712,2.555883, 16.33606,0.832463,1.347647, 0,0,0, 3.3101,5.000001,3.750001
		cube = B, 13.18359,0.7628529,3.690535, 13.18359,0.7658651,3.690535, 10.30376,1,0.08000001, 10.30376,1,0.08000001, 36.64127,0.8811509,2.632985, 36.64127,0.8984743,3.339037, -4.768372E-06,0,0.09955025, 7.451109,5.000001,3.5509
	}
	MODEL
	{
		model = Squad/Parts/Utility/mk3CargoBay/medium
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = MK3CargoBay
		startEventGUIName = Close
		endEventGUIName = Open
		actionGUIName = Toggle Bay Doors
	}
	MODULE
	{
		name = ModuleCargoBay
		DeployModuleIndex = 0
		closedPosition = 1
		lookupRadius = 2.5
		
		nodeOuterForeID = top
		nodeOuterAftID = bottom
		nodeInnerForeID = top2
		nodeInnerAftID = bottom2
	}
}