Difference between revisions of "Parts/Aero/basicFin/basicFin.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0.1;)
 
m (Update config)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 +
CoMOffset = -0.1696656, -0.05, 0
 +
CoLOffset = -0.1696656, -0.05, 0
 +
CoPOffset = -0.1696656, -0.05, 0
 
TechRequired = start
 
TechRequired = start
 
entryCost = 0
 
entryCost = 0
Line 12: Line 15:
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = Basic Fin
+
title = #autoLOC_500139 //#autoLOC_500139 = Basic Fin
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = This simple bolt-on aluminum fin may not be the cutting edge of aerospace engineering but it's dirt cheap and will make your rocket slightly less unstable.
+
description = #autoLOC_500140 //#autoLOC_500140 = This simple bolt-on aluminum fin may not be the cutting edge of aerospace engineering but it's dirt cheap and will make your rocket slightly less unstable.
 
attachRules = 0,1,0,1,1
 
attachRules = 0,1,0,1,1
 
mass = 0.01
 
mass = 0.01
Line 29: Line 32:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 
+
tags = #autoLOC_500141 //#autoLOC_500141 = aero (air lift rocket stab swept
 
MODULE
 
MODULE
 
{
 
{
Line 37: Line 40:
 
// dragAtMaxAoA = 0.10
 
// dragAtMaxAoA = 0.10
 
// dragAtMinAoA = 0.00
 
// dragAtMinAoA = 0.00
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 90
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 11:11, 13 October 2024

This is the configuration file for Basic Fin.
PART
{
	name = basicFin
	module = Part
	author = Porkjet
	mesh = basicFin.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	CoMOffset = -0.1696656, -0.05, 0
	CoLOffset = -0.1696656, -0.05, 0
	CoPOffset = -0.1696656, -0.05, 0
	TechRequired = start
	entryCost = 0
	cost = 25
	category = Aero
	subcategory = 0
	title = #autoLOC_500139 //#autoLOC_500139 = Basic Fin
	manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = #autoLOC_500140 //#autoLOC_500140 = This simple bolt-on aluminum fin may not be the cutting edge of aerospace engineering but it's dirt cheap and will make your rocket slightly less unstable.
	attachRules = 0,1,0,1,1
	mass = 0.01
	//thermalMassModifier = 1
	//heatConductivity = 0.12
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 2
	crashTolerance = 4
	maxTemp = 934 // Aluminum melting point
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf
	tags = #autoLOC_500141 //#autoLOC_500141 = aero (air lift rocket stab swept
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = True
		deflectionLiftCoeff = 0.12		//0.42m^2
//		dragAtMaxAoA = 0.10
//		dragAtMinAoA = 0.00
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 90
	}
}