Search the Community
Showing results for tags 'scripting '.
-
This is a continuation of the Excellent work by Nivekk. Without it, this mod would certainly not exist. What's new CHANGELOG Current Version: 1.1.3.0 - Released 2017/9/18 What is it kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks. With kOS, you can issue commands to your ships via a command line, or write programs to automate tasks. kOS can interact with other parts on your craft via action groups, it can also be set to run programs in response to action groups being fired. kOS requires Kerbal Space Program 0.90 or later. Where to get it Download the latest version from Curse Download the latest version from Spacedock Releases and Pre-Release Builds are posted on Github Installation Simply merge the contents of the zip file into your Kerbal Space Program folder. Usage Add the Compotronix SCS part to your vessel; it's under the "Control" category in the Vehicle Assembly Building or Space Plane Hanger. After hitting launch, you can right-click on the part and select the "Open Terminal" option. This will give you access to the KerboScript interface where you can begin issuing commands and writing programs. The SCS module requires some electric charge to operate. You can shut it off to save power by right-clicking it and using the "Toggle Power" option. Some commands can be aborted, including programs that you have run. Simply open the terminal and hit control-c to break. This is useful if you accidentally write something that runs forever. Documentation Reference Documentation Other Resources kOS Subreddit - Regular conversation with devs and a lot of code sharing Bug Report / Feature Requests Issue Tracker Changelog License This software is released under the GNU GPL version 3, 29 July 2007. View complete license on GitHub.