TimeHUD
By Prophet (aka Shayk-N'-Bake and Kirkesp)
***********************************************


Requirements:
------------------------
Presto 0.93 (if you have Presto, this is very much likely THE ONE version that you have)
If you don't have it, it's likely - if you're not living on a post-WWIII Earth and people still wear clothing in the civilized countries (if even they still exist) - that you can obtain a copy of Presto from either http://www.planettribes.com or my site that you got this file from. If by chance your conditions do happen to pertain to the description stated above, you can always try one of the dictatorship search engines, which I have no doubts will be around for the rest of eternity:
http://www.google.com
http://www.metacrawler.com
http://www.yahoo.com
http://www.msn.com
-- If you want more options, try "search engine" in the search field on those sites.


Installing:
-----------------------
Open up your autoexec.cs file, located in your TRIBES\config folder, and place the following two lines after everything else you have in there:
Include("TimeStamp.cs");
Include("TimeHUD.cs")

If you do not run Last Hope 1.30 as your Tribes.exe, replace the one you're running now with the one included in this zip file.

Be sure to edit TimeStamp.cs for the two variables at the top:
$TimeClock::PostChat
$TimeBlock::PostBP
if you want to change the keys that display simple time in chat and extended time info in BP message to you. By default these are 9 and 10, so if that suits you just leave it be.

Start Tribes and enjoy your new TimeHUD and Time-Clock script.


Side Notes:
-----------------------
This HUD has been set to position at an exact pixel location on your screen. Depending on any other huds you use or your resolution settings, this may not suit what you want. Feel free to open TimeHUD.cs and edit the two variables:
$TimeHUD::X
$TimeHUD::Y
to set the location to your specific preference.


Credit:
-----------------------
I basically just used DynHUD to get an idea of how to make this hud, considering it is the only one I have made at this point.

The ability to use TimeStamp in Tribes, which is what makes this HUD possible, is thanks to Andrew for his TimeStamp patch. I also used Andrew's myBind() function for key-binding.

All other functions, scripts, and ideas were solely my own.



Thanks for using the script.

- Prophet