//----------------------------------------------------------------------------------
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! SixStringz CDHUD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//----------------------------------------------------------------------------------
// FILE NAME    | readme.txt
// AUTHOR       | Vacas_SixStringz  
// AUTHOR EMAIL | mccleans@inreach.com
// VERSION      | 
// RELEASE DATE | 09/16/99
// REQUIREMENTS | Presto 0.93+
// DESCRIPTION  | Readme for CDHUD audio CD player for Tribes
// DESCRIPTION  | 
//----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
//----------------------------------------------------------------------------------

INSTALLATION [if you do not have SixPak Installed]
============
If you do not have SixPak installed get it at
http://home.inreach.com/mccleans/sixpak/index.html
it has CDHUD already installed. If you wish to install this 
script without SixPak follow these instructions


1. Unzip to your tribes\config directory and with paths enabled and everything 
   should unzip to the correct place as shown.

   config\six\CDHUD.cs 
   config\six\bmp\CDHUD_CD.bmp
   config\docs\readme_CDHUD.txt 
 
2.  Add the following line to config\autoexec.cs file

    Include("six\\CDHUD.cs");


3. Restart Tribes with audio cd in drive.

Controls
========
DEFAULT KEY: CONTROL + UP ARROW    - Play track
DEFAULT KEY: CONTROL + DOWN ARROW  - Stop playing CD
DEFAULT KEY: CONTROL + LEFT ARROW  - Play previous track
DEFAULT KEY: CONTROL + RIGHT ARROW - Play next track
DEFAULT KEY: ALT + UP ARROW        - Auto play all tracks
DEFAULT KEY: ALT + DOWN ARROW      - Toggle HUD display

Limitations
===========
1. Currently if you advance beyond a track that actually exists on the CD, CDHUD
   has no way to know. Nothing bad will happen, it will just not play the track
