Skip to content

Commit

Permalink
Added the S1.5400 and fixed the values on 11D33
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 11, 2017
1 parent c986840 commit 2434ecc
Showing 1 changed file with 58 additions and 3 deletions.
61 changes: 58 additions & 3 deletions GameData/RealismOverhaul/Engine_Configs/RD58_Config.cfg
Expand Up @@ -43,11 +43,11 @@
type = ModuleEngines
origMass = 0.15
modded = false
configuration = 11D33
configuration = S1.5400
CONFIG
{
name = 11D33
name = S1.5400
minThrust = 63.7
maxThrust = 63.7
heatProduction = 100
Expand Down Expand Up @@ -85,6 +85,47 @@
key = 1 100
}
}
CONFIG
{
name = 11D33
minThrust = 66.7
maxThrust = 66.7
heatProduction = 100
massMult = 1.02
techRequired = fuelSystems
ullage = True
pressureFed = False
ignitions = 5
IGNITOR_RESOURCE
{
name = TEATEB
amount = 0.5
}
PROPELLANT
{
name = Kerosene
ratio = 0.359
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.641
DrawGauge = False
}
atmosphereCurve
{
key = 0 340
key = 1 100
}
}
CONFIG
{
Expand Down Expand Up @@ -341,6 +382,19 @@
// TODO
// - RD-58M-CCN (Blok DM-SL since 2003 and Blok DM-SLB, aka Zenit rockets)
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[S1.5400]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = S1.5400
ratedBurnTime = 250
ignitionReliabilityStart = 0.75
ignitionReliabilityEnd = 0.95
ignitionDynPresFailMultiplier = 0.1
cycleReliabilityStart = 0.7
cycleReliabilityEnd = 0.94
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[11D33]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
Expand All @@ -352,6 +406,7 @@
ignitionDynPresFailMultiplier = 0.1
cycleReliabilityStart = 0.7
cycleReliabilityEnd = 0.94
techTransfer = S1.5400:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[11D33M]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -365,7 +420,7 @@
ignitionDynPresFailMultiplier = 0.1
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.991
techTransfer = 11D33:50
techTransfer = S1.5400,11D33:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-58]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand Down

0 comments on commit 2434ecc

Please sign in to comment.