Difference between revisions of "Parts/Aero/circularIntake/circularIntake.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_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | node_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | ||
+ | buoyancy = 0.1 | ||
TechRequired = aerodynamicSystems | TechRequired = aerodynamicSystems | ||
entryCost = 8800 | entryCost = 8800 | ||
Line 11: | Line 12: | ||
category = Aero | category = Aero | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Circular Intake | + | title = #autoLOC_500142 //#autoLOC_500142 = Circular Intake |
− | manufacturer = C7 Aerospace Division | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division |
− | description = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co. | + | description = #autoLOC_500143 //#autoLOC_500143 = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co. Optimized for subsonic flight. |
attachRules = 1,0,1,0,0 | attachRules = 1,0,1,0,0 | ||
stackSymmetry = 2 | stackSymmetry = 2 | ||
− | mass = 0. | + | mass = 0.04 |
thermalMassModifier = 8.0 | thermalMassModifier = 8.0 | ||
// heatConductivity = 0.06 // half default | // heatConductivity = 0.06 // half default | ||
Line 28: | Line 29: | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
bulkheadProfiles = size1 | bulkheadProfiles = size1 | ||
− | + | tags = #autoLOC_500144 //#autoLOC_500144 = aero (air breathe fligh inlet jet oxygen plane subsonic suck | |
MODEL | MODEL | ||
{ | { | ||
Line 42: | Line 43: | ||
resourceName = IntakeAir | resourceName = IntakeAir | ||
checkForOxygen = true | checkForOxygen = true | ||
− | area = 0. | + | area = 0.006 |
− | intakeSpeed = | + | intakeSpeed = 15 |
intakeTransformName = Intake | intakeTransformName = Intake | ||
+ | machCurve | ||
+ | { | ||
+ | key = 1 1 0 0 | ||
+ | key = 1.5 0.9 -0.4312553 -0.4312553 | ||
+ | key = 2.5 0.45 -0.5275364 -0.5275364 | ||
+ | key = 3.5 0.1 0 0 | ||
+ | } | ||
} | } | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = IntakeAir | name = IntakeAir | ||
− | amount = | + | amount = 2 |
− | maxAmount = | + | maxAmount = 2 |
} | } | ||
MODULE | MODULE | ||
Line 56: | Line 64: | ||
name = ModuleAnimateHeat | name = ModuleAnimateHeat | ||
ThermalAnim = IntakeCircularHeat | ThermalAnim = IntakeCircularHeat | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 1050 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 10:52, 13 October 2024
PART { name = CircularIntake module = Part author = C. Jenkins, Porkjet rescaleFactor = 1 node_stack_bottom01 = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 buoyancy = 0.1 TechRequired = aerodynamicSystems entryCost = 8800 cost = 680 category = Aero subcategory = 0 title = #autoLOC_500142 //#autoLOC_500142 = Circular Intake manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500143 //#autoLOC_500143 = A proper turbofan intake, not only provides oxygen to air breathing engines, it pulls in twice as much air than those puny air scoops from Vac-Co. Optimized for subsonic flight. attachRules = 1,0,1,0,0 stackSymmetry = 2 mass = 0.04 thermalMassModifier = 8.0 // heatConductivity = 0.06 // half default emissiveConstant = 0.55 dragModelType = default maximum_drag = 0.3 minimum_drag = 0.3 angularDrag = 1 crashTolerance = 7 maxTemp = 1900 // = 3400 fuelCrossFeed = True bulkheadProfiles = size1 tags = #autoLOC_500144 //#autoLOC_500144 = aero (air breathe fligh inlet jet oxygen plane subsonic suck MODEL { model = Squad/Parts/Aero/circularIntake/CircularIntake } DRAG_CUBE { cube = Default, 0.7536889,0.6974452,0.7221569, 0.7536889,0.6974494,0.7221569, 1.213026,0.45,0.7008534, 1.213026,0.9357337,0.1625167, 0.7536888,0.6983959,0.7221569, 0.7536888,0.6964872,0.7221569, 0,0.269185,3.208935E-08, 1.25,0.6633701,1.25 } MODULE { name = ModuleResourceIntake resourceName = IntakeAir checkForOxygen = true area = 0.006 intakeSpeed = 15 intakeTransformName = Intake machCurve { key = 1 1 0 0 key = 1.5 0.9 -0.4312553 -0.4312553 key = 2.5 0.45 -0.5275364 -0.5275364 key = 3.5 0.1 0 0 } } RESOURCE { name = IntakeAir amount = 2 maxAmount = 2 } MODULE { name = ModuleAnimateHeat ThermalAnim = IntakeCircularHeat } MODULE { name = ModuleCargoPart packedVolume = 1050 } }