Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set g to (body:mu / (body:radius + altitude)^2).
- lock throttle to 1.2 * Ship:mass * g / (Ship:availableThrust+0.001).
- lock kickDelta to abs(75 - 90 - VANG(srfprograde:vector, up:vector)).
- lock steering to heading(90, 90, 0).
- when airspeed > 80 then { lock steering to heading(90, 75, 0). print "Kicking for gravity turn". wait 10. then { print "Gravity turn". unlock steering. }.
Add Comment
Please, Sign In to add comment