Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiiden committed Jul 30, 2014
1 parent bb37407 commit 5115352
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions README.md
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.

0 comments on commit 5115352

Please sign in to comment.