Difference between revisions of "Parts/Aero/fairings/fairingSize1.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.4;)
Line 26: Line 26:
 
description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! The AE-FF1 is the smallest size available from FLOOYD.
 
description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! The AE-FF1 is the smallest size available from FLOOYD.
 
attachRules = 1,0,1,0,0
 
attachRules = 1,0,1,0,0
mass = 0.15
+
mass = 0.075
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 2.0
 +
skinMassPerArea = 4.0
 +
skinInternalConductionMult = 0.25
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
emissiveConstant = 0.95
+
emissiveConstant = 0.8
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 35: Line 37:
 
angularDrag = 2
 
angularDrag = 2
 
crashTolerance = 9
 
crashTolerance = 9
maxTemp = 2400 // = 3400
+
maxTemp = 2600 // = 3400
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
stageOffset = 1
 
stageOffset = 1
Line 64: Line 66:
 
noseTip = 0.7
 
noseTip = 0.7
 
 
UnitAreaMass = 0.03
+
UnitAreaMass = 0.015
 
UnitAreaCost = 6
 
UnitAreaCost = 6
 
}
 
}

Revision as of 12:10, 27 June 2015

This is the configuration file for AE-FF1 Airstream Protective Shell (1.25m).
PART
{
	name = fairingSize1
	module = Part
	author = HarvesteR
		
	MODEL
	{
		model = Squad/Parts/Aero/fairings/fairingSize1
	}
	rescaleFactor = 1
	
	node_stack_top = 0.0, 0.22, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.2, 0.0, 0.0, -1.0, 0.0, 1
	
	fx_gasBurst_white = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, deploy
	sound_vent_large = deploy
	
	TechRequired = aerodynamicSystems
	entryCost = 9200
	cost = 900
	category = Aero
	subcategory = 0
	title = AE-FF1 Airstream Protective Shell (1.25m)
	manufacturer = FLOOYD Dynamics Labs
	description = While the Kerbals at Mission Control were still figuring out how to get their rockets back down to Kerbin safely, the research engineers at FLOOYD were quickly realising that protecting parts on ascent was just as important. Heavy research into two-dimensional-input driven procedural construction was then funded with the hopes of making protective shells for important payloads and interstage areas of the crafts. The protective shells also have the benefit of making the craft more aerodynamic, hopefully saving on precious rocket fuel! The AE-FF1 is the smallest size available from FLOOYD.
	attachRules = 1,0,1,0,0
	mass = 0.075
	thermalMassModifier = 2.0
	skinMassPerArea = 4.0
	skinInternalConductionMult = 0.25
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.8
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2600 // = 3400
	fuelCrossFeed = True
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleProceduralFairing
		
		nSides = 32
		nArcs = 2
		TextureURL = Squad/Parts/Aero/fairings/fairings_diff
		
		panelGrouping = 3
		pivot = 0,0.17,0
		axis = 0,1,0
		
		baseRadius = 0.625
		maxRadius = 1.5
		capRadius = 0.2
		snapThreshold = 0.1
		
		xSectionHeightMin = 0.2
		xSectionHeightMax = 2
		
		edgeSlide = 0.15
		edgeWarp = 0
		noseTip = 0.7
		
		UnitAreaMass = 0.015
		UnitAreaCost = 6
	}
	MODULE
	{
		name = ModuleCargoBay
		DeployModuleIndex = 0
		closedPosition = 0
		lookupRadius = 0.75
		
		// nodeOuterAftID = bottom
		// nodeInnerAftID = top
	}
}