Difference between revisions of "Parts/Aero/intakeRadialLong/intakeRadialLong.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0.4;) |
m (Update config) |
||
Line 1: | Line 1: | ||
− | {{Part config| | + | {{Part config|Adjustable Ramp Intake (Radial)|2=PART |
{ | { | ||
name = IntakeRadialLong | name = IntakeRadialLong | ||
Line 7: | Line 7: | ||
rescaleFactor = 1 | rescaleFactor = 1 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | ||
+ | buoyancy = 0.1 | ||
TechRequired = highAltitudeFlight | TechRequired = highAltitudeFlight | ||
entryCost = 6800 | entryCost = 6800 | ||
Line 12: | Line 13: | ||
category = Aero | category = Aero | ||
subcategory = 0 | subcategory = 0 | ||
− | title = | + | title = #autoLOC_500193 //#autoLOC_500193 = Adjustable Ramp Intake (Radial) |
− | manufacturer = C7 Aerospace Division | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division |
− | description = This intake | + | description = #autoLOC_500194 //#autoLOC_500194 = This intake addresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. Optimized for supersonic flight. |
attachRules = 0,1,0,1,1 | attachRules = 0,1,0,1,1 | ||
− | mass = 0. | + | mass = 0.01 |
thermalMassModifier = 12.0 | thermalMassModifier = 12.0 | ||
// heatConductivity = 0.06 // half default | // heatConductivity = 0.06 // half default | ||
Line 29: | Line 30: | ||
maxTemp = 2400 | maxTemp = 2400 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500195 //#autoLOC_500195 = aero (air aircraft breathe cone fligh inlet jet oxygen plane suck supersonic | ||
MODULE | MODULE | ||
{ | { | ||
Line 34: | Line 36: | ||
resourceName = IntakeAir | resourceName = IntakeAir | ||
checkForOxygen = true | checkForOxygen = true | ||
− | area = 0. | + | area = 0.001 |
intakeSpeed = 10 | intakeSpeed = 10 | ||
intakeTransformName = Intake | intakeTransformName = Intake | ||
+ | machCurve | ||
+ | { | ||
+ | key = 0 0.85 0 0 | ||
+ | key = 1 1 0 0 | ||
+ | key = 2 0.95 -0.08751557 -0.08751557 | ||
+ | key = 4 0.5 -0.4034287 -0.4034287 | ||
+ | key = 8 0.01 0 0 | ||
+ | } | ||
} | } | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = IntakeAir | name = IntakeAir | ||
− | amount = 0. | + | amount = 0.5 |
− | maxAmount = 0. | + | maxAmount = 0.5 |
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 600 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 10:52, 13 October 2024
PART { name = IntakeRadialLong module = Part author = Porkjet mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 buoyancy = 0.1 TechRequired = highAltitudeFlight entryCost = 6800 cost = 900 category = Aero subcategory = 0 title = #autoLOC_500193 //#autoLOC_500193 = Adjustable Ramp Intake (Radial) manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500194 //#autoLOC_500194 = This intake addresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. Optimized for supersonic flight. attachRules = 0,1,0,1,1 mass = 0.01 thermalMassModifier = 12.0 // heatConductivity = 0.06 // half default emissiveConstant = 0.7 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 7 breakingForce = 200 breakingTorque = 200 maxTemp = 2400 bulkheadProfiles = srf tags = #autoLOC_500195 //#autoLOC_500195 = aero (air aircraft breathe cone fligh inlet jet oxygen plane suck supersonic MODULE { name = ModuleResourceIntake resourceName = IntakeAir checkForOxygen = true area = 0.001 intakeSpeed = 10 intakeTransformName = Intake machCurve { key = 0 0.85 0 0 key = 1 1 0 0 key = 2 0.95 -0.08751557 -0.08751557 key = 4 0.5 -0.4034287 -0.4034287 key = 8 0.01 0 0 } } RESOURCE { name = IntakeAir amount = 0.5 maxAmount = 0.5 } MODULE { name = ModuleCargoPart packedVolume = 600 } }