Difference between revisions of "Parts/Aero/airlinerWings/TailFin.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0.4;) |
m (Update config) |
||
Line 6: | Line 6: | ||
rescaleFactor = 1 | rescaleFactor = 1 | ||
node_attach = 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1 | node_attach = 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
− | CoLOffset = 0 | + | CoLOffset = -2.0, 0.4, 0 |
− | CoPOffset = 0 | + | CoPOffset = -2.0, 0.4, 0 |
CoMOffset = -2.0, 0.4, 0 | CoMOffset = -2.0, 0.4, 0 | ||
− | TechRequired = | + | TechRequired = heavyAerodynamics |
entryCost = 4000 | entryCost = 4000 | ||
cost = 1000 | cost = 1000 | ||
category = Aero | category = Aero | ||
subcategory = 0 | subcategory = 0 | ||
− | title = FAT-455 Aeroplane Tail Fin | + | title = #autoLOC_500124 //#autoLOC_500124 = FAT-455 Aeroplane Tail Fin |
− | manufacturer = WinterOwl Aircraft Emporium | + | manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium |
− | description = Large conventional wing with built-in control surface. | + | description = #autoLOC_500125 //#autoLOC_500125 = Large conventional wing with built-in control surface. |
attachRules = 0,1,0,1,1 | attachRules = 0,1,0,1,1 | ||
mass = 0.36 | mass = 0.36 | ||
Line 31: | Line 31: | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500126 //#autoLOC_500126 = aileron aircraft control (elev fligh foil lift liner )rudder stab swept wing | ||
MODEL | MODEL | ||
{ | { | ||
Line 43: | Line 44: | ||
ctrlSurfaceRange = 15 | ctrlSurfaceRange = 15 | ||
ctrlSurfaceArea = 0.37 // area = 3.45m^2 | ctrlSurfaceArea = 0.37 // area = 3.45m^2 | ||
− | actuatorSpeed = | + | actuatorSpeed = 25 |
transformName = ctrlSrf | transformName = ctrlSrf | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = FlagDecal | ||
+ | textureQuadName = FLAG | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = -1 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 10:59, 13 October 2024
PART { name = airlinerTailFin module = Part author = Porkjet rescaleFactor = 1 node_attach = 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1 CoLOffset = -2.0, 0.4, 0 CoPOffset = -2.0, 0.4, 0 CoMOffset = -2.0, 0.4, 0 TechRequired = heavyAerodynamics entryCost = 4000 cost = 1000 category = Aero subcategory = 0 title = #autoLOC_500124 //#autoLOC_500124 = FAT-455 Aeroplane Tail Fin manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium description = #autoLOC_500125 //#autoLOC_500125 = Large conventional wing with built-in control surface. attachRules = 0,1,0,1,1 mass = 0.36 thermalMassModifier = 3.0 heatConductivity = 0.12 emissiveConstant = 0.4 dragModelType = none maximum_drag = 0.02 minimum_drag = 0.02 angularDrag = 2 crashTolerance = 15 maxTemp = 1200 // = 3400 explosionPotential = 0.1 fuelCrossFeed = True bulkheadProfiles = srf tags = #autoLOC_500126 //#autoLOC_500126 = aileron aircraft control (elev fligh foil lift liner )rudder stab swept wing MODEL { model = Squad/Parts/Aero/airlinerWings/TailFin } MODULE { name = ModuleControlSurface useInternalDragModel = True dragCoeff = 0.6 deflectionLiftCoeff = 2.69 // area = 9.48m^2 ctrlSurfaceRange = 15 ctrlSurfaceArea = 0.37 // area = 3.45m^2 actuatorSpeed = 25 transformName = ctrlSrf } MODULE { name = FlagDecal textureQuadName = FLAG } MODULE { name = ModuleCargoPart packedVolume = -1 } }