added orbit correction + mqx q throttle moderation

This commit is contained in:
2026-05-05 03:34:55 -04:00
parent 73868e47db
commit b554b94428
20 changed files with 186 additions and 39 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ if status = "PRELAUNCH" {
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
set profile to 0.7.
set profile to 0.6.
set turn_start to 1000.
set target_orbit to 100000.
@@ -14,7 +14,7 @@ if status = "PRELAUNCH" {
ag1 on.
}
Ascent(target_orbit, turn_start, profile, 3).
Ascent(target_orbit, turn_start, profile, 3, 0).
wait 30.