HUD overhaul.

This commit is contained in:
2026-05-03 04:14:03 -04:00
parent 1895386fdf
commit 73868e47db
27 changed files with 397 additions and 178 deletions
+2 -3
View File
@@ -10,20 +10,19 @@ if status = "PRELAUNCH" {
print "Verical Ascent: ".
set turn_start to terminal_input_number(16, 1, 6, 1000).
print "Target Orbit: ".
set target_orbit to terminal_input_number(14, 2, 8, 120000).
set target_orbit to terminal_input_number(14, 2, 8, 96000).
print "Inclination: ".
set inclination to terminal_input_number(13, 3, 8, 0).
print "Circularization: ".
set circ to terminal_input_number(17, 4, 8, 3).
print "Waiting for Engine Start...".
WaitForEngineStart().
clearScreen.
sas off.
Ascent(target_orbit:toscalar(0), turn_start:toscalar(0), profile:toscalar(0), circ:toscalar(0), inclination:toscalar(0)).
wait 30.
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Close Terminal").
sas on.
SHUTDOWN.