-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,36 @@ | ||
RoverDriver | ||
=========== | ||
Installation | ||
============ | ||
|
||
kOS script for automated rover driving in Kerbal Space Program | ||
Copy out all txt files to your KSP/Plugins/PluginData/Archive folder once you have installed kOS. If the folder is not there, create it or run KSP once first. | ||
|
||
|
||
Usage | ||
===== | ||
|
||
For details on all the parameters to tweak, see the mod thread: | ||
http://forum.kerbalspaceprogram.com/threads/86177-kOS-12-2P3-Rover-Driver-pre-release | ||
|
||
For how to actually use it in the game, first make sure you have read the kOS docs: | ||
http://ksp-kos.github.io/KOS_DOC/ | ||
|
||
Once in the game with the console loaded, and assuming you've tweaked all variables in the BeginDrive.txt, type the following commands: | ||
|
||
> SWITCH To 0. | ||
> COPY BEGINDRIVE TO 1. | ||
> COPY RESUMEDRIVE TO 1. | ||
> COPY MONITORDRIVE TO 1. | ||
> COPY FINISHDRIVE TO 1. | ||
> SWITCH TO 1. | ||
> RUN BEGINDRIVE. | ||
If at anytime you need to edit anything, you can of course use the EDIT command. To abort the program, you can click the Abort button or toggle the Abort action group. | ||
|
||
Creds | ||
===== | ||
|
||
Nivekk for creating the kOS mod | ||
erendrake for maintaining and updating the kOS mod | ||
Steven Mading for great support on the forums (also a kOS dev) | ||
|
||
|
||
Any questions? Ask on the thread. |