Difference between revisions of "Parts/Aero/wingletAV-T1/wingletAV-T1.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
 
Line 15: Line 15:
 
attachRules = 0,1,0,0,1
 
attachRules = 0,1,0,0,1
 
node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0
 
node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0
 +
CoLOffset = 0.08, -0.2, 0.00664
 +
CoPOffset = 0.08, -0.2, 0.00664
 
mass = 0.037
 
mass = 0.037
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 8.0
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
 
emissiveConstant = 0.95
 
emissiveConstant = 0.95
Line 24: Line 26:
 
angularDrag = 5
 
angularDrag = 5
 
crashTolerance = 12
 
crashTolerance = 12
maxTemp = 2000 // = 3400
+
maxTemp = 2400
 
explosionPotential = 0.1
 
explosionPotential = 0.1
 
mirrorRefAxis = 0, 0, -1
 
mirrorRefAxis = 0, 0, -1

Latest revision as of 12:13, 27 June 2015

This is the configuration file for AV-T1 Winglet.
PART
{
	name = winglet
	module = Part
	author = HarvesteR
	mesh = model.mu
	scale = 0.1
	TechRequired = stability
	entryCost = 1500
	cost = 500
	category = Aero
	subcategory = 0
	title = AV-T1 Winglet
	description = 
	attachRules = 0,1,0,0,1
	node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0
	CoLOffset = 0.08, -0.2, 0.00664
	CoPOffset = 0.08, -0.2, 0.00664
	mass = 0.037
	thermalMassModifier = 8.0
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 5
	crashTolerance = 12
	maxTemp = 2400
	explosionPotential = 0.1
	mirrorRefAxis = 0, 0, -1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = True
		deflectionLiftCoeff = 0.37
		dragAtMaxAoA = 0.3
	}
}