Skip to content

Commit

Permalink
Added the S-3, Renamed the LR79-NA-3 to the S-3D
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 11, 2017
1 parent 6295cfe commit 4a819ad
Showing 1 changed file with 66 additions and 7 deletions.
73 changes: 66 additions & 7 deletions GameData/RealismOverhaul/Engine_Configs/LR79_Config.cfg
Expand Up @@ -39,12 +39,58 @@
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = LR79-NA-3
configuration = S-3
origMass = 0.907

CONFIG
{
name = LR79-NA-3
name = S-3
description = Main R&D engine for the early Thor DM-18 variant
minThrust = 600.5 // https://forum.nasaspaceflight.com/index.php?PHPSESSID=br6ak5uvm7sfiqsbqv53ej40g4&topic=40733.0
maxThrust = 600.5
heatProduction = 100
massMult = 1.0

ullage = True
pressureFed = False
ignitions = 1

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.5
}

IGNITOR_RESOURCE
{
name = TEATEB
amount = 1
}

PROPELLANT
{
name = Kerosene
ratio = 0.3929
DrawGauge = True
}

PROPELLANT
{
name = LqdOxygen
ratio = 0.6071
}

atmosphereCurve
{
key = 0 280
key = 1 246
}
}

CONFIG
{
name = S-3D
description = Main engine for the Jupiter / Juno II launch vehicle
minThrust = 758.7
maxThrust = 758.7
heatProduction = 100
Expand Down Expand Up @@ -258,16 +304,29 @@
}
}

@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR79-NA-3]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[S-3]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = S-3
ratedBurnTime = 165
ignitionReliabilityStart = 0.79
ignitionReliabilityEnd = 0.87
cycleReliabilityStart = 0.8
cycleReliabilityEnd = 0.867
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[S-3D]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = LR79-NA-3
name = S-3D
ratedBurnTime = 165
ignitionReliabilityStart = 0.89
ignitionReliabilityEnd = 0.97
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.967
techTransfer = S-3:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR79-NA-9]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -280,7 +339,7 @@
ignitionReliabilityEnd = 0.988
cycleReliabilityStart = 0.94
cycleReliabilityEnd = 0.985
techTransfer = LR79-NA-3:50
techTransfer = S-3,S-3D:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR79-NA-11]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -293,7 +352,7 @@
ignitionReliabilityEnd = 0.99
cycleReliabilityStart = 0.95
cycleReliabilityEnd = 0.99
techTransfer = LR79-NA-3,LR79-NA-9:50
techTransfer = S-3,S-3D,LR79-NA-9:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR79-NA-13]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand All @@ -306,6 +365,6 @@
ignitionReliabilityEnd = 0.995
cycleReliabilityStart = 0.96
cycleReliabilityEnd = 0.995
techTransfer = LR79-NA-3,LR79-NA-9,LR79-NA-11:50
techTransfer = S-3,S-3D,LR79-NA-9,LR79-NA-11:50
}
}

0 comments on commit 4a819ad

Please sign in to comment.