Difference between revisions of "Parts/Utility/linearVernorRCS/vernorEngine.cfg"
From Kerbal Space Program Wiki
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Vernor Engine|2=PART | {{Part config|Vernor Engine|2=PART | ||
{ | { | ||
− | name = vernierEngine | + | name = vernierEngine |
− | module = Part | + | module = Part |
− | author = HugoGut | + | author = HugoGut |
− | + | mesh = Vernier_Engine.mu | |
− | mesh = Vernier_Engine.mu | + | scale = 1 |
− | scale = 1 | + | rescaleFactor = 2 |
− | + | node_attach = 0.0, 0.0, 0.0, 1, 0, 0.0, 1 | |
− | rescaleFactor = 2 | + | TechRequired = specializedControl |
− | + | entryCost = 4200 | |
− | + | cost = 1400 | |
− | node_attach = 0.0, 0.0, 0.0, 1, 0, 0.0, 1 | + | category = Control |
− | + | subcategory = 0 | |
− | + | title = Vernor Engine | |
− | + | manufacturer = Reaction Systems Ltd | |
− | TechRequired = specializedControl | + | description = The VR-N1ER Veer-Governor, or "Vernor" Engine is an attitude control thruster. These motors are linked to RCS controls, but are powered by a Fuel+Oxidizer mix, making them significantly more powerful than MonoPropellant-powered RCS thrusters. They are fairly more bulky in comparison though, and feature only one nozzle facing outwards, although most agree that is an acceptable trade-off for the additional punch they pack. |
− | entryCost = 4200 | + | attachRules = 0,1,0,1,1 |
− | cost = 1400 | + | mass = 0.08 |
− | category = Control | + | // heatConductivity = 0.06 // half default |
− | subcategory = 0 | + | emissiveConstant = 0.8 // engine nozzles are good at radiating. |
− | title = Vernor Engine | + | dragModelType = default |
− | manufacturer = Reaction Systems Ltd | + | maximum_drag = 0.01 |
− | description = The VR-N1ER Veer-Governor, or "Vernor" Engine is an attitude control thruster. These motors are linked to RCS controls, but are powered by a Fuel+Oxidizer mix, making them significantly more powerful than MonoPropellant-powered RCS thrusters. They are fairly more bulky in comparison though, and feature only one nozzle facing outwards, although most agree that is an acceptable trade-off for the additional punch they pack. | + | minimum_drag = 0.01 |
− | + | angularDrag = 0.1 | |
− | + | crashTolerance = 50 | |
− | attachRules = 0,1,0,1,1 | + | breakingForce = 50 |
− | + | breakingTorque = 50 | |
− | // | + | maxTemp = 2000 // = 3400 |
− | + | fuelCrossFeed = True | |
− | dragModelType = default | + | PhysicsSignificance = 1 |
− | maximum_drag = 0.01 | + | bulkheadProfiles = srf |
− | minimum_drag = 0.01 | + | MODULE |
− | angularDrag = 0.1 | ||
− | crashTolerance = 50 | ||
− | breakingForce = 50 | ||
− | breakingTorque = 50 | ||
− | maxTemp = 3400 | ||
− | fuelCrossFeed = True | ||
− | |||
− | |||
− | PhysicsSignificance = 1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | name = | + | name = ModuleRCS |
− | + | thrusterTransformName = RCSthruster | |
− | + | thrusterPower = 12 | |
+ | resourceName = LiquidFuel | ||
resourceFlowMode = STAGE_PRIORITY_FLOW | resourceFlowMode = STAGE_PRIORITY_FLOW | ||
+ | PROPELLANT | ||
+ | { | ||
+ | name = LiquidFuel | ||
+ | ratio = 0.9 | ||
+ | DrawGauge = True | ||
+ | resourceFlowMode = STAGE_PRIORITY_FLOW | ||
+ | } | ||
+ | PROPELLANT | ||
+ | { | ||
+ | name = Oxidizer | ||
+ | ratio = 1.1 | ||
+ | resourceFlowMode = STAGE_PRIORITY_FLOW | ||
+ | } | ||
+ | atmosphereCurve | ||
+ | { | ||
+ | key = 0 260 | ||
+ | key = 1 140 | ||
+ | key = 5 0.001 | ||
+ | } | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
}} | }} |
Revision as of 14:01, 29 April 2015
PART { name = vernierEngine module = Part author = HugoGut mesh = Vernier_Engine.mu scale = 1 rescaleFactor = 2 node_attach = 0.0, 0.0, 0.0, 1, 0, 0.0, 1 TechRequired = specializedControl entryCost = 4200 cost = 1400 category = Control subcategory = 0 title = Vernor Engine manufacturer = Reaction Systems Ltd description = The VR-N1ER Veer-Governor, or "Vernor" Engine is an attitude control thruster. These motors are linked to RCS controls, but are powered by a Fuel+Oxidizer mix, making them significantly more powerful than MonoPropellant-powered RCS thrusters. They are fairly more bulky in comparison though, and feature only one nozzle facing outwards, although most agree that is an acceptable trade-off for the additional punch they pack. attachRules = 0,1,0,1,1 mass = 0.08 // heatConductivity = 0.06 // half default emissiveConstant = 0.8 // engine nozzles are good at radiating. dragModelType = default maximum_drag = 0.01 minimum_drag = 0.01 angularDrag = 0.1 crashTolerance = 50 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3400 fuelCrossFeed = True PhysicsSignificance = 1 bulkheadProfiles = srf MODULE { name = ModuleRCS thrusterTransformName = RCSthruster thrusterPower = 12 resourceName = LiquidFuel resourceFlowMode = STAGE_PRIORITY_FLOW PROPELLANT { name = LiquidFuel ratio = 0.9 DrawGauge = True resourceFlowMode = STAGE_PRIORITY_FLOW } PROPELLANT { name = Oxidizer ratio = 1.1 resourceFlowMode = STAGE_PRIORITY_FLOW } atmosphereCurve { key = 0 260 key = 1 140 key = 5 0.001 } } }