Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Basic spaceplane runway takeoff program.
- //This handles takeoff and then runs the larger ascent to orbit script.
- //For some reason this dodges a bug that causes KSP to think the ship's status is landed at all times.
- SAS ON.
- STAGE.
- TOGGLE AG3.
- LOCK THROTTLE TO 1.
- Wait until SHIP:AIRSPEED > 130.
- SET SHIP:CONTROL:PITCH to 1.
- WAIT UNTIL ALT:RADAR > 3.
- SET SHIP:CONTROL:PITCH to 0.
- RUNPATH("0:/SPACEPLANE.KS").
Advertisement
Add Comment
Please, Sign In to add comment