Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/RealismOverhaul
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5e3ac181726
Choose a base ref
...
head repository: KSP-RO/RealismOverhaul
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0156aeebbac
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 10, 2018

  1. LMAE bugfixes

    PhineasFreak committed Jul 10, 2018
    Copy the full SHA
    b22e4e5 View commit details
  2. Convert spaces to tabs

    PhineasFreak committed Jul 10, 2018
    Copy the full SHA
    3ce973d View commit details
  3. Add some default engine module parameters

    PhineasFreak committed Jul 10, 2018
    Copy the full SHA
    721c6ee View commit details

Commits on Sep 24, 2018

  1. Merge pull request #1912 from PhineasFreak/RO-LMAE-Global-Config-Updates

    [Bug Fix] LMAE global config updates
    raidernick authored Sep 24, 2018
    Copy the full SHA
    e0156ae View commit details
Showing with 40 additions and 28 deletions.
  1. +40 −28 GameData/RealismOverhaul/Engine_Configs/LMAE_Config.cfg
68 changes: 40 additions & 28 deletions GameData/RealismOverhaul/Engine_Configs/LMAE_Config.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// ==================================================
// Lunar Module Ascent Engine (LMAE)

// Gross Mass: 95 kg
// Throttle Range: N/A
// Burn Time: 465 s
// O/F Ratio: 1.6
@@ -15,50 +16,61 @@
// AIES
// FASA
// Squad

// FIXME: Number of ignitions (10 instead of 2).
// FIXME: Inert mass (NASA references indicate a value of 210 pounds)
// ==================================================

@PART[*]:HAS[#engineType[LMAE]]:FOR[RealismOverhaulEngines]
{
@mass = 0.095
%title = Lunar Module Ascent Engine
%manufacturer = Bell
%description = Pressure-fed engine used for the ascent module of the Apollo lunar lander. Diameter: [0.86 m].
%title = Lunar Module Ascent Engine (LMAE)
%manufacturer = Bell
%description = Pressure-fed engine used for the ascent module of the Apollo lunar lander. Diameter: [0.86 m].

@MODULE[ModuleEngines*]
{
@minThrust = 15.57
@maxThrust = 15.57
%heatProduction = 20
@allowShutdown = True
%EngineType = LiquidFuel
@useEngineResponseSpeed = False
@engineAccelerationSpeed = 0
@engineDecelerationSpeed = 0
@useThrustCurve = False
%ullage = True
%pressureFed = True
%ignitions = 10

!IGNITOR_RESOURCE,*{}

!thrustCurve,*{}
}

@MODULE[ModuleEngines*]
{
%EngineType = LiquidFuel
}
!MODULE[ModuleGimbal],*{}

!MODULE[ModuleGimbal]{}
!MODULE[ModuleEngineConfigs],*{}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
configuration = LMAE
origMass = 0.095
modded = false
origMass = 0.095

CONFIG
{
name = LMAE
minThrust = 15.57
maxThrust = 15.57
heatProduction = 100
massMult = 1.0
heatProduction = 20
massMult = 1.0
ullage = True
pressureFed = True
ignitions = 10

ullage = True
pressureFed = True
ignitions = 10

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.1
}
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.1
}

PROPELLANT
{
@@ -71,7 +83,7 @@
{
name = NTO
ratio = 0.4983
DrawGauge = False
DrawGauge = False
}

atmosphereCurve
@@ -82,7 +94,7 @@
}
}

!MODULE[ModuleAlternator]{}
!MODULE[ModuleAlternator],*{}

!RESOURCE,*{}
!RESOURCE,*{}
}