Skip to content

Commit

Permalink
Change S1.5400 Config name to S1_5400
Browse files Browse the repository at this point in the history
Eliminate any possible issues
  • Loading branch information
pap1723 committed Jun 13, 2017
1 parent f3abb59 commit 0f6d56f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GameData/RealismOverhaul/Engine_Configs/RD58_Config.cfg
Expand Up @@ -43,11 +43,11 @@
type = ModuleEngines
origMass = 0.15
modded = false
configuration = S1.5400
configuration = S1_5400
CONFIG
{
name = S1.5400
name = S1_5400
minThrust = 63.7
maxThrust = 63.7
heatProduction = 100
Expand Down Expand Up @@ -382,11 +382,11 @@
// 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]
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[S1_5400]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = S1.5400
name = S1_5400
ratedBurnTime = 250
ignitionReliabilityStart = 0.72
ignitionReliabilityEnd = 0.92
Expand All @@ -406,7 +406,7 @@
ignitionDynPresFailMultiplier = 0.1
cycleReliabilityStart = 0.7
cycleReliabilityEnd = 0.94
techTransfer = S1.5400:50
techTransfer = S1_5400:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[11D33M]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -420,7 +420,7 @@
ignitionDynPresFailMultiplier = 0.1
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.991
techTransfer = S1.5400,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 0f6d56f

Please sign in to comment.