Skip to content

Commit

Permalink
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions GameData/RealismOverhaul/Engine_Configs/AJ10_190_Config.cfg
Original file line number Diff line number Diff line change
@@ -8,14 +8,15 @@

// Sources:

// Norbert Brügge - US Liquid Rocket Engines: http://www.b14643.de/Spacerockets/Diverse/U.S._Rocket_engines/engines.htm
// Alternate Wars - Aerojet General Space Engines: http://www.alternatewars.com/BBOW/Space_Engines/Aerojet_Engines.htm
// NSTS Shuttle Reference Manual - ORBITAL MANEUVERING SYSTEM: http://science.ksc.nasa.gov/shuttle/technology/sts-newsref/sts-oms.html
// Norbert Brügge - US Liquid Rocket Engines: http://www.b14643.de/Spacerockets/Diverse/U.S._Rocket_engines/engines.htm
// Alternate Wars - Aerojet General Space Engines: http://www.alternatewars.com/BBOW/Space_Engines/Aerojet_Engines.htm
// NSTS Shuttle Reference Manual - ORBITAL MANEUVERING SYSTEM: http://science.ksc.nasa.gov/shuttle/technology/sts-newsref/sts-oms.html

// Used by:

// CMES
// Squad
// RealEngines
// ==================================================

@PART[*]:HAS[#engineType[AJ10_190]]:FOR[RealismOverhaulEngines]
@@ -27,7 +28,21 @@

@MODULE[ModuleEngines*]
{
@minThrust = 26.7
@maxThrust = 26.7
%heatProduction = 28
%EngineType = LiquidFuel
@useThrustCurve = False
@useEngineResponseTime = False
@engineAccelerationSpeed = 0
@engineDecelerationSpeed = 0
%ullage = False
%pressureFed = True
%ignitions = 500

!IGNITOR_RESOURCE,*{}

!thrustCurve,*{}
}

@MODULE[ModuleGimbal]
@@ -52,6 +67,7 @@
name = AJ10-190
minThrust = 26.7
maxThrust = 26.7
heatProduction = 28
massMult = 1.0
ullage = False
pressureFed = True
@@ -89,3 +105,21 @@

!RESOURCE,*{}
}

// ==================================================
// AJ10-190 global engine configuration.
// TestFlight compatibility.
// ==================================================

@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[AJ10-190]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = AJ10-190
ratedBurnTime = 1250
ignitionReliabilityStart = 0.98
ignitionReliabilityEnd = 0.995
cycleReliabilityStart = 0.98
cycleReliabilityEnd = 0.995
}
}

0 comments on commit c3a5a37

Please sign in to comment.