Skip to content

Commit

Permalink
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/AgenaSPS_Config.cfg
Original file line number Diff line number Diff line change
@@ -8,6 +8,11 @@
//
@PART[*]:HAS[#engineType[AgenaSPS]]:FOR[RealismOverhaulEngines]
{
@title = Agena-D Secondary Propulsion System
@manufacturer = Bell Aerosystems Company
@description = A Secondary Propulsion System developed for use in the Gemini program and used on the Agena stage. The system is a completely contained unit including propellant tanks, one 16-lb thrust chamber, and one 200-lb thrust chamber.
@mass = 0.0575 // 126.5 lb

MODULE
{
name = ModuleEngineConfigs
Original file line number Diff line number Diff line change
@@ -281,6 +281,7 @@
{
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[XLR81-BA-5]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
3 changes: 2 additions & 1 deletion GameData/RealismOverhaul/Engine_Configs/LMAE_Config.cfg
Original file line number Diff line number Diff line change
@@ -21,8 +21,9 @@
@PART[*]:HAS[#engineType[LMAE]]:FOR[RealismOverhaulEngines]
{
%title = Lunar Module Ascent Engine (LMAE)
%manufacturer = Bell
%manufacturer = Bell / Rocketdyne
%description = Pressure-fed engine used for the ascent module of the Apollo lunar lander. Diameter: [0.86 m].
@mass = 0.0816

@MODULE[ModuleEngines*]
{
5 changes: 4 additions & 1 deletion GameData/RealismOverhaul/Engine_Configs/LMDE_Config.cfg
Original file line number Diff line number Diff line change
@@ -19,8 +19,9 @@
// OLDD
// Squad
// Tantares
// BluedogDB
// BDB-RO

// FIXME: What is the correct inert mass?
// FIXME: Why 3 ignitions instead of the stated 2?
// ==================================================

@@ -29,6 +30,8 @@
%title = Lunar Module Descent Engine (LMDE)
%manufacturer = TRW
%description = Deeply throttleable pressure-fed vacuum engine used for the descent module of the Apollo lunar lander. Uses storable propellants which are not subject to boiloff, but are far less efficient than hydrolox or even kerolox. The version used on J-class missions had slightly higher specific impulse (this, along with other changes, gave enough payload capacity for the rover, for example). A later variant (TR-201) was used on Delta as an upper stage engine (on Delta P series); this was a low-cost model with more restarts (4 instead of 2) and slightly higher thrust but lower efficiency and no throttling capability. Diameter: 1.5 m.

@mass = 0.179

@MODULE[ModuleEngines*]
{
4 changes: 3 additions & 1 deletion GameData/RealismOverhaul/Engine_Configs/LR89_Config.cfg
Original file line number Diff line number Diff line change
@@ -29,7 +29,9 @@
{
%title = LR89 Series
%manufacturer = Rocketdyne
%description = Kerolox gas-generator engine that served as booster for Atlas. Late model LR89s were upgraded with RS-27 components for higher efficiency. Very similar to LR79 (this was the pure-booster variant). Diameter: [1.0 m].
%description = Kerolox gas-generator engine that served as booster for Atlas (as -89, MA-x sysem) and main engine for Thor/Thor-Delta/Delta and Jupiter/Juno II rockets (as -79, MB-x system). Late model LR89s were upgraded with RS-27 components for higher efficiency, whereas the RS-27 itself was used on Delta by that point. LR89 configs are comparable to similar-era -79 configs, since they were the same engine underneath.

@mass = 0.720

@MODULE[ModuleEngines*]
{

0 comments on commit 117754e

Please sign in to comment.