added orbit correction + mqx q throttle moderation
This commit is contained in:
@@ -6,14 +6,19 @@ if status = "PRELAUNCH" {
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
|
||||
set profile to 0.7.
|
||||
set turn_start to 1000.
|
||||
set target_orbit to 960000.
|
||||
set turn_start to 500.
|
||||
set target_orbit to 96000.
|
||||
set circ to 3.
|
||||
|
||||
if ship:name = "Hazuki 3.5" {
|
||||
set profile to 0.4.
|
||||
}
|
||||
|
||||
when altitude > 80000 then {
|
||||
ag1 on.
|
||||
}
|
||||
|
||||
Ascent(target_orbit, turn_start, profile, 3).
|
||||
Ascent(target_orbit, turn_start, profile, circ).
|
||||
|
||||
wait 30.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user