Skip to content

This suite of kOS scripts, or programs, automate spacecraft and aircraft in the Kerbal Space Program (KSP), with special emphasis on RSS, RO, RP-1, and Principia.

License

Notifications You must be signed in to change notification settings

stevemeacham/Autopilot-for-Realistic-KSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Autopilot for Realistic KSP (ARK)

Overview

This unique kOS library supports automated control of spacecraft and aircraft in Kerbal Space Program (KSP) by using the kOS: Kerbal Operating System (kOS). There are many kOS libraries that claim to do this, but I know of none that are compatible with the Realism Overhaul, Realistic Progression, and Principia mods. This library also uses NO GLOBALS.

Origin

Original GitHub Repository

Inspiration

  • lecOS

Requirements and Dependencies

Technologies

Support

This library is for programmers, so a certain level of technical acumen and initiative is assumed. Here is the support process:

  1. RTFM and do things the way it shows before trying to improve upon it. If that didn't help...
  2. Read the library and example usage code. If that didn't help...
  3. Look for answers in the Github Issue Tracker.
  4. Ask for answers in the Github Issue Tracker.

If it was unclear to you, it will be unclear to others. Become a contributor, pay it forward, and keep it from happening again.

Repository Structure

  • The Script folder corresponds to the folder where the kOS mod looks for scripts. Including it in this repository makes things a little cleaner, but also solves some potential problems when this library is installed without reading the instructions.
  • The ark folder is required. See INSTALL.
    • TODO ... is the kOS Object Oriented Library. See TODO ... to learn all about it.
    • Files that aren't necessary when running a program, but are in the folder so they remain with with oolib when it is installed.
      • Other *.md files correspond one-to-one with the .ks files and provide useful information about each.
      • The ark/Licenses folder - the name's on the tin. ks`.
  • The boot folder is optional.
    • tinyboot.ks fits in under 100 kOS disk capacity and starts the boot process from the Archive volume.
    • boot.ks, the main boot script, which can be run from any volume that contains TODO...
  • INSTALL.md explains how to install ARK in KSP.
  • LICENSE is the GPLv3 license text, located and formatted in a way that GitHub likes.
  • ksconfig.json provides some useful configuration settings for using Visual Studio Code (VSCode) with this Library, when using the "kOS (KerboScript)" and "Kerbal Operating system" extensions.
  • .gitignore keeps unwanted files out of the repository. Specifically, those that sometimes appear when using VSCode, VIM, Emacs, MacOS, Windows, and Linux.

Copyright and License

Copyright © 2020 Steve Meacham and contributors

These programs, the program code, and any examples of program code are free software. Permission is granted to redistribute them and/or modify them under the terms of the GNU General Public License v3.0 or (at your option) any later version. Any programs, program code, or examples of program code that specify compatible Licenses granting additional permissions remain governed by this License without regard to the additional permissions.

The accompanying documentation provides the same freedoms that the software does. Permission is granted to copy, distribute and/or modify the accompanying documentation under the terms of the GNU Free Documentation License v1.3 or (at your option) later. Any documents that specify compatible Licenses granting additional permissions remain governed by this License without regard to the additional permissions.


This document is part of the Autopilot for Realistic KSP documentation.

Copyright © 2020 Steve Meacham and contributors

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License v1.3 or (at your option) later published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included.

About

This suite of kOS scripts, or programs, automate spacecraft and aircraft in the Kerbal Space Program (KSP), with special emphasis on RSS, RO, RP-1, and Principia.

Topics

Resources

License

Stars

Watchers

Forks