Difference between revisions of "Parts/Utility/mk2CargoBay/BayL.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/SPP/Mk2CargoBay/BayL.cfg to Parts/Utility/mk2CargoBay/BayL.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Mk2 Cargo Bay CRG-08|2=PART
 
{{Part config|Mk2 Cargo Bay CRG-08|2=PART
 
{
 
{
 +
name = mk2CargoBayL
 +
module = Part
 +
author = Porkjet
 +
rescaleFactor = 1
 +
node_stack_top2 = 0.0, 1.875, 0.0, 0.0, -1.0, 0.0, 1
 +
node_stack_bottom2 = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 1
 +
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
 +
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 1
 +
TechRequired = supersonicFlight
 +
entryCost = 17200
 +
cost = 500
 +
category = Utility
 +
subcategory = 0
 +
title = Mk2 Cargo Bay CRG-08
 +
manufacturer = C7 Aerospace Division
 +
description = The longer version of the shorter cargo bay. Some ask us just how long is it? It's exactly double the length of the other one.
 +
attachRules = 1,0,1,1,1
 +
mass = 0.5
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 1
 +
crashTolerance = 50
 +
breakingForce = 50
 +
breakingTorque = 50
 +
maxTemp = 2000 // = 3000
 +
fuelCrossFeed = True
 +
bulkheadProfiles = mk2
  
name = mk2CargoBayL
+
DRAG_CUBE
module = Part
+
{
author = Porkjet
+
cube = A, 5.658236,0.420993,1.323529, 5.658236,0.4213952,1.323529, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 9.393588,0.9362289,0.7000003, 9.393588,0.9330578,0.7000003, 0,0.0002499819,0, 2.5,3.7505,1.500001
 
+
cube = B, 7.086244,0.5649103,2.071565, 7.086244,0.5715333,2.071565, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 14.94524,0.8164638,1.929913, 14.94524,0.8081035,2.098116, 8.34465E-07,0.0002498627,-0.2787333, 3.992453,3.750501,2.057467
MODEL
+
}
{
 
model = Squad/SPP/Mk2CargoBay/BayLarge
 
}
 
 
 
rescaleFactor = 1
 
 
 
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top2 = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom2 = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 1
 
 
 
// 2nd nodes are for the inside
 
 
 
TechRequired = supersonicFlight
 
entryCost = 17200
 
cost = 500
 
category = Utility
 
subcategory = 0
 
title = Mk2 Cargo Bay CRG-08
 
manufacturer = C7 Aerospace Division
 
description = The longer version of the shorter cargo bay. Some ask us just how long is it? It's exactly double the length of the other one.  
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,1,1
 
 
 
// --- standard part parameters ---
 
mass = 0.5
 
dragModelType = override
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 1
 
crashTolerance = 50
 
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
 
 
MODULE
 
{
 
name = ModuleLiftingSurface
 
 
deflectionLiftCoeff = 0.6
 
dragAtMaxAoA = 0.4
 
dragAtMinAoA = 0.1
 
}
 
 
 
MODULE
 
{
 
  name = ModuleAnimateGeneric
 
  animationName = Mk2BayL
 
  startEventGUIName = Close
 
  endEventGUIName = Open
 
  actionGUIName = Toggle Bay Doors
 
}
 
  
 +
MODEL
 +
{
 +
model = Squad/Parts/Utility/mk2CargoBay/BayLarge
 +
}
 +
MODULE
 +
{
 +
name = ModuleLiftingSurface
 +
useInternalDragModel = False
 +
deflectionLiftCoeff = 0.7
 +
dragAtMaxAoA = 0.4
 +
dragAtMinAoA = 0.1
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateGeneric
 +
animationName = Mk2BayL
 +
startEventGUIName = Close
 +
endEventGUIName = Open
 +
actionGUIName = Toggle Bay Doors
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoBay
 +
DeployModuleIndex = 1
 +
closedPosition = 1
 +
lookupRadius = 1.8
 +
 +
nodeOuterForeID = top
 +
nodeOuterAftID = bottom
 +
nodeInnerForeID = top2
 +
nodeInnerAftID = bottom2
 +
}
 
}
 
}
  
 
}}
 
}}

Revision as of 19:32, 29 April 2015

This is the configuration file for Mk2 Cargo Bay CRG-08.
PART
{
	name = mk2CargoBayL
	module = Part
	author = Porkjet
	rescaleFactor = 1	
	node_stack_top2 = 0.0, 1.875, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_bottom2 = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = supersonicFlight
	entryCost = 17200
	cost = 500
	category = Utility
	subcategory = 0
	title = Mk2 Cargo Bay CRG-08
	manufacturer = C7 Aerospace Division
	description = The longer version of the shorter cargo bay. Some ask us just how long is it? It's exactly double the length of the other one.
	attachRules = 1,0,1,1,1
	mass = 0.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = mk2

	DRAG_CUBE
	{
		cube = A, 5.658236,0.420993,1.323529, 5.658236,0.4213952,1.323529, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 9.393588,0.9362289,0.7000003, 9.393588,0.9330578,0.7000003, 0,0.0002499819,0, 2.5,3.7505,1.500001
		cube = B, 7.086244,0.5649103,2.071565, 7.086244,0.5715333,2.071565, 2.494907,0.962501,0.154902, 2.494907,0.9625011,0.154902, 14.94524,0.8164638,1.929913, 14.94524,0.8081035,2.098116, 8.34465E-07,0.0002498627,-0.2787333, 3.992453,3.750501,2.057467
	}

	MODEL
	{
		model = Squad/Parts/Utility/mk2CargoBay/BayLarge
	}
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = False
		deflectionLiftCoeff = 0.7
		dragAtMaxAoA = 0.4
		dragAtMinAoA = 0.1
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = Mk2BayL
		startEventGUIName = Close
		endEventGUIName = Open
		actionGUIName = Toggle Bay Doors
	}
	MODULE
	{
		name = ModuleCargoBay
		DeployModuleIndex = 1
		closedPosition = 1
		lookupRadius = 1.8
		
		nodeOuterForeID = top
		nodeOuterAftID = bottom
		nodeInnerForeID = top2
		nodeInnerAftID = bottom2
	}
}