Orbiter 2024 Install Checklist
Because I keep messing up my install and need reminders...
Main Installation
- Install Orbiter 2024 (2.67 GB, Forum,
Direct)
If you have like 100 GB to spare, you can also download the high-resolution textures:
Orbiter.
Torrent them if you can.
Alternatively, if you want to save 86 MB, you can delete XRSound\Default\Altea STS.
Mod Installation
Essential
169 MB total if excluding UCGO:
- Download Altea Aerospace Mods (68.5 MB total, Altea):
- XR2 (35.0 MB)
- XR5 (20.8 MB)
- Optional: DG XR1 (12.6 MB, though I prefer Dan's DGIV, personally.)
-
Download Dan's Mods (Currently only DGIV works in 2024):
The Arrow Freighter doesn't 100% work yet but if you want to try it: (360 MB, excl. XR2,
Method Source):
- UCGO 3.0 + UMmu 3.0 - 2014 (192 MB, Dan, Direct)
- OrbiterSound 5.0 (96.2 MB, Dan, Direct)
- GeneralVehicle (6.70 MB Forum)
- Sound Bridge OS (604 kB, Forum, overwrite???)
- XR2 (See above)
- Arrow Freighter 2016 (63.5 MB, Direct, overwrite???)
- Arrow Freighter 2016 Patch (367 kB, Direct, overwrite)
Afterwards, enable both XRSound and OrbiterSound.
-
Download essential MFDs (14.8 MB total)
- Download Prereqs (1.17 MB total):
- ModuleMessagingEXT (962 kB, Forum)
- HudDrawer (246 kB, Forum)
- Download MFDs (13.6 MB total):
- BaseSyncMFD (0.98 MB, req MME, Forum)
- GlideslopeMFD (2.03 MB, req MME, Forum)
- LaunchMFD (4.61 MB, req HD & MME, Forum)
- BurnTimeCalcMFD (4.37 MB, req HD & MME, Forum)
- LunarTransferMFD (784 kB, Forum)
- InterplanetaryMFD (934 kB, Forum)
Might be cool...?
8.14 MB:
- Aerobrake MFD (751 kB, Forum)
- Lagrange Launch MFD (304 kB, Forum)
- Map3D MFD (669 kB, Forum)
- Orion MCPV (3.53 MB, Forum, don't replace existing files)
- XR2 Alouette Repaint (2.92 MB, Forum)
Settings Tweaks
- XRSound\XRSound.cfg - line 554:
Volume = 0.0
- Options→Visual Settings→ Enable Cloud Shadows, Specular Ripples, Local Light Sources
- Options→Instruments and Panels→Virtual Cockpit MFD texture size: 1024 x 1024
- Modules: Enable:
- BaseSyncMFD
- BurnTimeMFD
- Glideslope
- LaunchMFD
- TransX
- DrawOrbits
- InterMFD57
- LunarTransferMFD
- XRSound
- ExtMFD
- Framerate
- ScnEditor
- Video→Graphics Engine = D3D9 Client, set windowed resolution as appropriate
- Video→Advanced→
- Check "Enable Shader Cache for faster startup"
- Click on "Create symbolic links"
- If you have good specs, up the graphics
Useful Notes
Source |
Ascent Program |
Remaining Fuel (kg)> |
Notes |
Earth †
| Moon †
| Mars †
|
Dan |
PRO903 |
3966 |
PRO904 |
4085 |
PRO905 |
n/a |
8557 |
PRO906 |
n/a |
- |
7181 |
Others |
PRO910 |
4228* |
PRO943 |
4120 |
PRO996 |
4656* |
PRO996* |
4610 |
Luna |
PRO984 |
4503 |
|
|
Might work on Venus... needs testing. |
PRO985 |
n/a |
8675 |
|
Works on Io (8690), Europa (8839), Ganymede (8595), and Callisto (8686). |
PRO986 |
n/a |
- |
7632 |
Might work on Mercury... needs testing. |
PRO910 is based on this guide.
PRO984: (Adjusting turbopump timing might help...?)
// -----------------------------------------------
// ASCENT PROGRAM PRO984 FROM EARTH
// ENGAGE FROM GROUND OR IN FLIGHT (<1000m)
// -----------------------------------------------
PROGNAME: EARTH ~195km lunastart
TYPE: ASCENT
START: HOVERGROUND
DISPLAYDEBUG: 0 ;Display some debug information to help tune an autopilot. (0=off 1=on)
ALT: 0 ENG: 1.0 ; Engine full
ALT: 15 SNMSG: #RaiseLandingGear
ALT: 20 PITCH: 20 ; Take-off pitch
ALT: 700 PITCH: 43 ; climb steady while making turn
ALT: 1500 PITCH: 80 ; Thanks go to Tommy! He saved me abt. 100 kilos of fuel!
ALT: 5000 ENG: 1.10 ; Engage turbopump (lowering this has been helping so far)
ALT: 7303 PITCH: 75
ALT: 14854 PITCH: 70
ALT: 22681 PITCH: 65
ALT: 30814 PITCH: 60
ALT: 39294 PITCH: 55
ALT: 48169 PITCH: 50
ALT: 57500 PITCH: 45
ALT: 67365 PITCH: 40 ; Switch between quadratic solutions
ALT: 70000 ENG: 1.0 ; Disengage turbopump (raising this to 80k makes it 4499, worse, so this must be close to optimal)
ALT: 125100 PITCH: 35
ALT: 149015 PITCH: 30
ALT: 167365 PITCH: 25
ALT: 182835 PITCH: 20
ALT: 196464 PITCH: 15
ALT: 208786 PITCH: 10
ALT: 220118 PITCH: 5
ALT: 400000 PITCH: 0
ENDPROG:
PRO985:
// -----------------------------------------------
// ASCENT PROGRAM PRO985 FROM MOON
// HOVER TAKE-OFF
// -----------------------------------------------
DISPLAYDEBUG: 1 ;Display some debug information to help tune an autopilot. (0=off 1=on)
PROGNAME: MOON ~50km (Luna)
TYPE: ASCENT
START: HOVERGROUND
ALT: 0 ENG: 1.0
ALT: 10 PITCH: 15
ALT: 15 SNMSG: #RaiseLandingGear
ALT: 12000 PITCH: 15
ALT: 12100 PITCH: 0
ALT: 12100 ENG: 0.0
ALT: 12100 SNMSG: Coasting to 46km
ALT: 46000 PITCH: 0
ALT: 46000 ENG: 1.0
ALT: 46000 SNMSG: Rounding Orbit
ALT: 400000 PITCH: 0
ENDPROG:
PRO986:
// -----------------------------------------------
// ASCENT PROGRAM PRO986 FROM MARS
// HOVER TAKE-OFF
// -----------------------------------------------
DISPLAYDEBUG: 1 ;Display some debug information to help tune an autopilot. (0=off 1=on)
PROGNAME: MARS ~130km (Luna)
TYPE: ASCENT
START: HOVERGROUND
ALT: 0 ENG: 1.0
ALT: 10 PITCH: 25
ALT: 15 SNMSG: #RaiseLandingGear
ALT: 5000 PITCH: 20
ALT: 10000 PITCH: 15
ALT: 67000 PITCH: 15
ALT: 67000 ENG: 0.0
ALT: 67000 SNMSG: Coasting to 120km
ALT: 120000 PITCH: 0
ALT: 120000 ENG: 1.0
ALT: 120000 SNMSG: Rounding Orbit
ALT: 400000 PITCH: 0
ENDPROG:
PRO987 (Titan with 7179 kg fuel left):
// -----------------------------------------------
// ASCENT PROGRAM PRO987 FROM TITAN
// ENGAGE FROM GROUND OR IN FLIGHT (<1000m)
// -----------------------------------------------
PROGNAME: TITAN ~300km (Luna)
TYPE: ASCENT
START: HOVERGROUND
DISPLAYDEBUG: 1 ;Display some debug information to help tune an autopilot. (0=off 1=on)
ALT: 0 ENG: 1.0 ; Engine full
ALT: 5 SNMSG: #RaiseLandingGear
ALT: 15 PITCH: 80
ALT: 70000 PITCH: 15
ALT: 110000 PITCH: 15 ; 10deg maybe too low??? 100k slightly too low, should wind up at 205k max after drag force
ALT: 110000 ENG: 0.0
ALT: 110000 SNMSG: Coasting to 295km (~15 min)
ALT: 295000 PITCH: 0
ALT: 295000 ENG: 1.0
ALT: 295000 SNMSG: Rounding Orbit
ALT: 400000 PITCH: 0
ENDPROG:
Observed DGIV Engine Specs
Altitude (m) |
Static Pressure (Pa) |
Fuel Flow (kg/s) |
Normal |
Turbo |
92 |
100100 |
5.75 |
? |
1005 |
89880 |
5.61 |
? |
3992 |
61690 |
5.71 |
? |
6006 |
47230 |
? |
8.15 |
12030 |
19320 |
? |
8.29 |
24020 |
2965 |
? |
8.42 |
48030 |
102.1 |
? |
8.42 |
64080 |
12.55 |
? |
8.42 |
72050 |
3.83 |
5.91 |
? |
Fuel flow seems to remain proportional between turbo and normal modes.
This means for an extra 23.08% thrust, you burn 42.47% more fuel,
making it about 15.75% less efficient.
Not sure what the fuel flow function is.
It can be roughly approximated with
-2.32386e-6 * p + 5.88154
where p
is the static pressure.
Keybinds