Advertisement
frytko

Untitled

Apr 11th, 2023 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lock steering to heading (90,89).
  2. rcs on.wait 1.set x to 88.LOCK STEERING TO HEADING(90,x).
  3. lock x to 7.32602*10^(-9)*ship:altitude^2 - 0.00168158*ship:altitude + 94.6117.
  4. LOCK THROTTLE TO 1. set thrust to 100.
  5. when ship:altitude > 4000 then{
  6.   ship:
  7.   when ship:maxthrustat(0) < 1 then {STAGE. wait.5.}
  8.   when SHIP:APOAPSIS >90000 then {LOCK THROTTLE TO 0.}
  9. }
  10. when ship:altitude > 50000 then{
  11.   until (ship:periapsis - ship:apoapsis) > 2000 {
  12.   when ship:apoapsis < 90000 then {lock throttle to .5. wait until ship:apoapsis > 90000. lock throttle to 0.}
  13.   when ship:maxthrustat(0) < 1 then {STAGE.wait.5.}
  14.   When Eta:apoapsis < 25 then { lock throttle to 75000 - ship:periapsis.}
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement