Parts/Utility/mk2CargoBay/BayL.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 19:32, 29 April 2015 by BobBot (talk | contribs) (BobBot moved page Parts/SPP/Mk2CargoBay/BayL.cfg to Parts/Utility/mk2CargoBay/BayL.cfg without leaving a redirect: Renamed part configuration file after update.)
Jump to: navigation, search
This is the configuration file for Mk2 Cargo Bay CRG-08.
PART
{

name = mk2CargoBayL
module = Part
author = Porkjet

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
}

}