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;)
m (Update config)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = AV-T1 Winglet
+
title = #autoLOC_500223 //#autoLOC_500223 = AV-T1 Winglet
description =  
+
description = #autoLOC_500224 //#autoLOC_500224 = Nothing is really known about this thing. Use it at your own risk.
 
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
mass = 0.019
+
CoMOffset = 0.08, -0.2, 0.00664
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
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
 
// heatConductivity = 0.06 // half default
 
emissiveConstant = 0.95
 
emissiveConstant = 0.95
Line 24: Line 27:
 
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
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500225 //#autoLOC_500225 = aero aircraft fin lift plane rocket stab swept
 
MODULE
 
MODULE
 
{
 
{
Line 34: Line 38:
 
deflectionLiftCoeff = 0.37
 
deflectionLiftCoeff = 0.37
 
dragAtMaxAoA = 0.3
 
dragAtMaxAoA = 0.3
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 400
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 11:10, 13 October 2024

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 = #autoLOC_500223 //#autoLOC_500223 = AV-T1 Winglet
	description = #autoLOC_500224 //#autoLOC_500224 = Nothing is really known about this thing. Use it at your own risk.
	attachRules = 0,1,0,0,1
	node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0
	CoMOffset = 0.08, -0.2, 0.00664
	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
	tags = #autoLOC_500225 //#autoLOC_500225 = aero aircraft fin lift plane rocket stab swept
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = True
		deflectionLiftCoeff = 0.37
		dragAtMaxAoA = 0.3
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 400
	}
}