Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 618 Bytes

File metadata and controls

21 lines (11 loc) · 618 Bytes

kOS autopilot scripts for Kerbal Space Program

main files

math.ks - orbital maths functions.

basix.ks - genaral use functions, including maneuver execution, circularizing orbit, changing circular orbits.

launchCirc.ks - launching to circular orbit around current body.

moonInjection.ks - transferring to a target moon of current body.

boot files

boot/bLaunch.ks - launching to circular orbit around current body (e.g. Kerbin).

boot/bMoon.ks - launching and transferring to circular orbit arount targeted moon of current body (e.g. Kerbin).

test files

tests/* - short scritts to test main scripts.