//----------------------------------------------------------------------------------
//!!!!!!!!!!!!!!!!!!!!!!!!!! SixStringz FlagHunterHUD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//----------------------------------------------------------------------------------
// FILE NAME    | readme.txt for FlagHunterHUD
// AUTHOR       | Vacas_SixStringz  
// AUTHOR EMAIL | mccleans@inreach.com
// VERSION      | 
// RELEASE DATE | 09/14/99
// REQUIREMENTS | Presto 0.93+
// DESCRIPTION  | Readme for FlagHunterHUD for Tribes mission type Hunter.
// 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 FlagHunterHUD 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\FlagHunterHUD.cs 
   config\six\bmp\FlagHunterHUD*.bmp
   config\docs\readme_FlagHunterHUD.txt 
 
2.  Add the following line (without the //) to config\autoexec.cs file

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

  The default key to toggle the display is set to CONTROL H, if you already have 
  something bound to that key you will need to change it. If you are running this 
  script without SixPak you will need to change the binding at the bottom of this 
  file. If you are using SixPak, you can change the binding in config\six\sixkeys.cs


Controls
========
DEFAULT KEY: CONTROL + H    Toggle HUD display

Limitations
===========
1. I noticed some Hunter servers have modified the death messages. This will cause
   FlagHunterHUD as well as any other scripts that use KillTrak to not work
   correctly. I have modified the KillTrak script in SixPak to include te additional 
   messages that I was able to catch, but there may be more... If you use this script 
   with SixPak 3.0+ you should not have any problems, but if you use it without SixPak
   and you play on one of these modified servers it is likely that the HUD will not
   track correctly.