Difference between revisions of "Parts/FuelTank/mk3Fuselage/CREW.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 0.90.0;)
 
m (BobBot moved page Parts/Mk3/Mk3Fuselage/CREW.cfg to Parts/FuelTank/mk3Fuselage/CREW.cfg without leaving a redirect: Renamed part configuration file after update.)
(No difference)

Revision as of 10:58, 30 April 2015

This is the configuration file for Mk3 Passenger Module.
PART
{
name = mk3CrewCabin
module = Part
author = Porkjet


MODEL
{
	model = Squad/Parts/Mk3/Mk3Fuselage/CREW
}

rescaleFactor = 1

node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0 ,3
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 3

CrewCapacity = 16 	// 4 by 4 rows of seats like airliner

TechRequired = heavyAerodynamics
entryCost = 120000
cost = 30000
category = Utility
subcategory = 0
title = Mk3 Passenger Module
manufacturer = C7 Aerospace Division
description = At a capacity of 16 Kerbals, the Mk3 Passenger module is known in the Astronaut Complex breakrooms as the "Super Economy" class for spacetravel and allows only carry-on baggage. Any checked or emotional baggage may require one of the Mk3 Cargo Bays.

attachRules = 1,0,1,1,0

mass = 6.5
dragModelType = override
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 60
maxTemp = 3400
fuelCrossFeed = True

vesselType = Ship
// --- winglet parameters ---
// dragCoeff will override the maximum_drag value
//dragCoeff = 0.4
//deflectionLiftCoeff = 0.4

INTERNAL
{
  name = Placeholder
}


MODULE
{
	name = ModuleScienceExperiment	
	
	experimentID = crewReport
	
	experimentActionName = Crew Report
	resetActionName = Discard Crew Report
	reviewActionName = Review Report
	
	useStaging = False	
	useActionGroups = True
	hideUIwhenUnavailable = True	
	rerunnable = True
	
	xmitDataScalar = 1.0	
}

MODULE
{
	name = ModuleScienceContainer
	
	reviewActionName = Review Stored Data
	storeActionName = Store Experiments
	evaOnlyStorage = True
	storageRange = 4.0
}

MODULE
{
	name = ModuleAnimateGeneric
	animationName = Mk3CrewCabin
	actionGUIName = Toggle Lights
	startEventGUIName = Lights On
	endEventGUIName = Lights Off
}

//MODULE
//{
//	name = ModuleLiftingSurface
	
//	deflectionLiftCoeff = 0.6
//	dragAtMaxAoA = 0.15
//	dragAtMinAoA = 0.1
//}

}