Health and Energy Indicators
For Tribes 1.40
By: mariejane
============================


I scan for happymod and force tribes to crash if you run happymod (just because I'm an asshole, problem?).
For serveradmins: It's for 1.4 but you can still scan for it with LH, I made it so that people who consider this as cheat can still get rid of it. Scan 0x54175C I changed >50 bytes there for you.


Instructions:
=============
Extract files to your Tribes directory, keeping the file structure intact.

Add these prefs to your autoexec.cs:

//Patch green lines
$mj::greenlines = true;

//show hp bars
$mj::showhpbars = true;

//show jet bars
$mj::showjetbars = true;

//only show when crouching
$mj::barscrouch = false;

//show pink iff when team mate says "I have flag"
$mj::passhelper = true;

//show pink minimap iff when team mate says "i have flag"
$mj::passhelpermm = true;

//show name
$mj::shownames = true;

//show hp percentage next to name
$mj::showhptext = true;

//font for name, hp 
$mj::fontdefault = "sf_white_10b.pft";

//flag pass related  font
$mj::fontpass = "if_g_10b.pft";

//bar layout prefs
$mj::bar_width = 20;
$mj::bar_height = 5;
$mj::bar_border_width = 1;


How to run:
===========
Create a shortcut to Tribes.exe
Right click on the shortcut and go to Properties.
In the target field, add the following to the end:
 +p guistuff

Example:
C:\Tribes1_40\Tribes.exe +p guistuff
