Difference between revisions of "Parts/Aero/HeatShield/HeatShield3.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
Line 10: Line 10:
 
}
 
}
 
rescaleFactor = 1
 
rescaleFactor = 1
 +
node_stack_direct = 0.0, -0.00, 0.0, 0.0, -1.0, 0.0, 2
 
node_stack_bottom = 0.0, -0.59, 0.0, 0.0, -1.0, 0.0, 3
 
node_stack_bottom = 0.0, -0.59, 0.0, 0.0, -1.0, 0.0, 3
 
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
 
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
Line 34: Line 35:
 
breakingTorque = 200
 
breakingTorque = 200
 
crashTolerance = 9
 
crashTolerance = 9
maxTemp = 3400
+
maxTemp = 3000
 
fuelCrossFeed = False
 
fuelCrossFeed = False
 
PhysicsSignificance = 0
 
PhysicsSignificance = 0
Line 40: Line 41:
 
childStageOffset = 1
 
childStageOffset = 1
 
bulkheadProfiles = size3
 
bulkheadProfiles = size3
thermalMassModifier = 0.001
+
thermalMassModifier = 1.0
 +
 
  
MODULE
 
{
 
name = ModuleSeeThroughObject
 
transformName = fairing
 
}
 
 
 
MODULE
 
MODULE
 
{
 
{
Line 63: Line 59:
 
name = ModuleAblator
 
name = ModuleAblator
 
ablativeResource = Ablator
 
ablativeResource = Ablator
lossExp = -9000
+
lossExp = -6000
lossConst = 20
+
lossConst = 1
pyrolysisLossFactor = 10000
+
pyrolysisLossFactor = 600
 
reentryConductivity = 0.01
 
reentryConductivity = 0.01
 
ablationTempThresh = 500
 
ablationTempThresh = 500
 
 
}
 
}
 
RESOURCE
 
RESOURCE

Revision as of 12:09, 27 June 2015

This is the configuration file for Heat Shield (3.75m).
PART
{
	name = HeatShield3
	module = Part
	author = RoverDude
	
	MODEL
	{
		model = Squad/Parts/Aero/HeatShield/HeatShield3
	}
	rescaleFactor = 1
	node_stack_direct = 0.0, -0.00, 0.0, 0.0, -1.0, 0.0, 2
	node_stack_bottom = 0.0, -0.59, 0.0, 0.0, -1.0, 0.0, 3
	node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
	CoPOffset = 0.0, 1.4, 0.0
	CoLOffset = 0.0, -0.5, 0.0

	fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
	sound_vent_large = decouple
	TechRequired = advLanding
	entryCost = 1800
	cost = 900
	category = Aero
	subcategory = 0
	title = Heat Shield (3.75m)
	manufacturer = O.M.B. Demolition Enterprises
	description = A large structural heat shield with an integrated fairing
	attachRules = 1,0,1,0,0
	mass = 1.0
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	breakingForce = 200
	breakingTorque = 200
	crashTolerance = 9
	maxTemp = 3000
	fuelCrossFeed = False
	PhysicsSignificance = 0
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	thermalMassModifier = 1.0


	MODULE
	{
		name = ModuleJettison
		jettisonName = fairing
		bottomNodeName = bottom
		isFairing = True
		jettisonedObjectMass = 0.5
		jettisonForce = 15
		jettisonDirection = 0 0 1
	}	

	MODULE
	{
		name = ModuleAblator
		ablativeResource = Ablator
		lossExp = -6000
		lossConst = 1
		pyrolysisLossFactor = 600
		reentryConductivity = 0.01
		ablationTempThresh = 500
	}
	RESOURCE
	{
		name = Ablator
		amount = 1800
		maxAmount = 1800
	}	
}