================================================================================
 = HTX - Unofficial HeZ UT extension - ASC Spring 2006
 = For UnrealTournament 99/Classic v436/440/451 Dedicated Servers.
 = by Daan Scheerens aka Defrost (d.scheerens@gmail.com)
 = Version 8.30
================================================================================

=============================================
 HOW TO INSTALL, UPGRADE FROM v828 TO v830 :
=============================================
 In order to run HUT830 you need to have HUT828 (the last official Hez UT version)
 installed on your server. If you don't have HUT828 installed, download it from
 www.unrealadmin.org, and upload it to your server. Make sure HUT828 is configured
 and shutdown your server.

 Now upload hut830.u to your servers system folder, but don't remove hut828! This
 file is used by HTX since it is an extension. Open your servers config file,
 UnrealTournament.ini (or whatever it's called), and goto the [Engine.GameEngine]
 section. Replace the line:
     ServerActors=hut828.hs_spawn
 with:
     ServerActors=hut830.htx_spawn
 and add the following line to your serverpackages:
     ServerPackages=hut830

 Once done your [Engine.GameEngine] should look like this:

 [Engine.GameEngine]
 ...
 ServerActors=hut830.htx_spawn
 ...
 ServerPackages=hut8cc
 ServerPackages=hut828
 ServerPackages=hut830
 ...

 If you want to keep your HUT configuration open hut_server.ini, and change
     [hut828.hr_config]
 to:
     [hut830.htx_config]
 so you won't have to reconfigure everything.

 Start your server and enjoy HeZ UT!

=============================================
 HOW TO INSTALL, UPGRADE FROM v829 TO v830 :
=============================================
 Upload hut830.u to your server, and shut the UT server down. Open your server's
 configuration file and goto the [Engine.GameEngine] section and replace
     ServerActors=hut829.htx_spawn
 with:
     ServerActors=hut830.htx_spawn
 Also replace
     ServerPackages=hut829
 with:
     ServerPackages=hut830

 That's it for UnrealTournament.ini / Server.ini. Now open hut_server.ini and
 change
     [hut829.htx_config]
 to:
     [hut830.htx_config]

 Delete the old HUT829.u package, but remember HUT828.u is still needed. Now you
 are all set to start your server, thanks for using HeZ UT (and HTX)!

=================================
 EXTRA HUT_SERVER.INI SETTINGS :
=================================
 Some of the new functions added to HeZ UT can't be set ingame using the HeZ UT
 Remote Window. These have to be set manually in hut_server.ini. If you don't
 include them in this file, they will get a default value (listed below).

 Setting list:
   UseStatsServer      -  This tells HUT whether to load the statistics client
                          or not.
   StatsServer         -  IP Address of stats accumulator server.
   StatsServerHost     -  Hostname of stats accumulator server.
   StatsServerPort     -  TCP Port of stats accumulator server.
   EnableHUTWebServer  -  This option tells HUT if the Enhanced Query Server
                          should be loaded.
   KickIdleAdmins      -  If set to False, registered admins on your server won't
                          be kicked if they are idle.
   UseTeamColoredHUD   -  Display the chatbox HUD in your teams color.

 Default settings:
   UseStatsServer      =  False
   StatsServer         =  80.247.228.230
   StatsServerHost     =  www.dehez.com
   StatsServerPort     =  80
   EnableHUTWebServer  =  False
   KickIdleAdmins      =  False
   UseTeamColoredHUD   =  True
 
======================
 NOTE ON STATISTICS :
======================
 Currently there is no active stats accumulator server running. In fact the
 default server (also used by HUT828) doesn't seem to be recording any stats.
 I'll start working on the Stats Accumulator Server software soon. However I may
 change the protocol, so it's best not write software based on the current
 protocol.

==========================
 CHANGELOG v829 to v830 :
==========================
 [ ADDED ] - Option to disable the buildin Enhanced Query Server.
 [ ADDED ] - Option to disable statistics client.
 [CHANGED] - Configurable statistics server, before a fixed server was used.
 [ ADDED ] - Configurable option to disable kicking idle admins.
 [ FIXED ] - ScoreBoardDelay now actually works.
 [ FIXED ] - SmartCTF score board not showing when game has ended.
 [ ADDED ] - Option to display a team colored chatbox.

==========================
 CHANGELOG v828 to v829 :
==========================
 [ ADDED ] - !team command, before only !t and !teams were available.
 [CHANGED] - Recent played maps are now clearly marked in red.
 [CHANGED] - Larger mapvote panel.
 [CHANGED] - Mutators are listed in columns in the gamevote panel.

===========
 CREDITS :
===========
 + Mickal 'ATHoS' DEHEZ (mike@hez-studios.net), developer of HeZ UT