Skip to content

Commit

Permalink
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions GameData/RealismOverhaul/Engine_Configs/J2_Config.cfg
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
@title = J-2 Series
%manufacturer = Rocketdyne
@description = The Rocketdyne J-2 rocket engine found on the Saturn S-IVB and S-II stages. Ensure you enable roll capability or disable gimbal as required for your application. Diameter: [2.01 m].

MODULE
{
name = ModuleEngineConfigs
@@ -52,7 +52,7 @@
key = 0 424
key = 1 200
}

%ullage = True
%pressureFed = False
%ignitions = 3 //Definately a FIXME right here
@@ -84,7 +84,7 @@
key = 0 424
key = 1 200
}

%ullage = True
%pressureFed = False
%ignitions = 3 //Definately a FIXME right here
@@ -117,7 +117,7 @@
key = 0 436
key = 1 200
}

%ullage = True
%pressureFed = False
%ignitions = 3 //was to carry three starter cartriges, http://www.astronautix.com/engines/j2s.htm
@@ -128,7 +128,7 @@
}
}
}

@MODULE[ModuleGimbal]
{
@gimbalRange = 7.5
@@ -147,23 +147,23 @@
TESTFLIGHT
{
name = J-2-200klbf
ratedBurnTime = 135
ignitionReliabilityStart = 0.93
ignitionReliabilityEnd = 0.988
cycleReliabilityStart = 0.94
cycleReliabilityEnd = 0.985
ratedBurnTime = 350
ignitionReliabilityStart = 0.902
ignitionReliabilityEnd = 0.962
cycleReliabilityStart = 0.902
cycleReliabilityEnd = 0.962
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[J-2]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = J-2
ratedBurnTime = 500
ignitionReliabilityStart = 0.97
ignitionReliabilityEnd = 0.99
cycleReliabilityStart = 0.965
cycleReliabilityEnd = 0.99
ratedBurnTime = 475
ignitionReliabilityStart = 0.9347
ignitionReliabilityEnd = 0.9947
cycleReliabilityStart = 0.8879
cycleReliabilityEnd = 0.9995
techTransfer = J-2-200klbf:50
}
}
@@ -172,11 +172,11 @@
TESTFLIGHT
{
name = J-2S
ratedBurnTime = 600
ignitionReliabilityStart = 0.98
ignitionReliabilityEnd = 0.995
cycleReliabilityStart = 0.97
cycleReliabilityEnd = 0.995
ratedBurnTime = 500
ignitionReliabilityStart = 0.9434
ignitionReliabilityEnd = 0.9995
cycleReliabilityStart = 0.948
cycleReliabilityEnd = 0.9995
techTransfer = J-2-200klbf,J-2:50
}
}
6 changes: 3 additions & 3 deletions GameData/RealismOverhaul/Engine_Configs/SSME_Config.cfg
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@
ignitionReliabilityEnd = 0.962
cycleReliabilityStart = 0.9468
cycleReliabilityEnd = 0.9995
techTransfer = RS-25A:50
techTransfer = RS-25:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RS-25C]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
@@ -210,7 +210,7 @@
ignitionReliabilityEnd = 0.992
cycleReliabilityStart = 0.872
cycleReliabilityEnd = 0.932
techTransfer = RS-25A,RS-25C:50
techTransfer = RS-25,RS-25A:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RS-25D-E]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
@@ -223,6 +223,6 @@
ignitionReliabilityEnd = 0.9995
cycleReliabilityStart = 0.9415
cycleReliabilityEnd = 0.9995
techTransfer = RS-25A,RS-25C,RS-25D-E:50
techTransfer = RS-25,RS-25A,RS-25C:50
}
}

0 comments on commit 0889eb8

Please sign in to comment.