================================================================================
  NEXGEN SERVER CONTROLLER EXTENSION VERSION 1.07
  ZEROPOINT PRODUCTIONS, JUNE 2008
  D.SCHEERENS@GMAIL.COM
================================================================================



================================================================================
  TABLE OF CONTENTS.
================================================================================
 1. INTRODUCTION.
 2. QUICK INSTALLATION GUIDE.
 3. UPGRADING FROM A PREVIOUS VERSION.
 4. NEXGENX VERSION HISTORY.
 
 

================================================================================
  1. INTRODUCTION.
================================================================================
The Nexgen server controller extension is a plugin that adds new features to the
server. The following extensions are provided by this plugin:

 - A map switch tab is added for match administrators.
 
 - Player protection overlay effect. While a player is protected a shield is
   displayed around the player.
   
 - Team overlay effect. If the player isn't protected the players skin will be
   slightly colorized, depending on the team of the player.
   
 - A voice announcer counts down when the game is starting.
 
 - Player frag/score recovery. When a player leaves the server, his/her score
   will be remembered, so it can be restored once the player rejoins the server.
 
 - Adds the !stats command to the server, which toggles between the SmartCTF and
   normal scoreboard if the SmartCTF mutator is running.
 
 - Full server redirect. When your server is full players trying to join it will
   be promted with a dialog that can redirect them to other servers.
   
 - A fix for the bug in Unreal Tournament that sometimes may cause a server to
   crash at the end of the game, because of an infinite loop in
   PlayerPawn.ViewPlayerNum().
   
 - Option to make AKA log client ID's. Note this will require the custom AKA
   logger that comes with ASC. For convenience it will also be included with the
   NexgenX package.
   
 - A match control tab that offers additional options to change the settings
   of the current.
   
 - Clan tag protection. With this feature it possible to prevent players on your
   server from using your clan tag. When enabled only players that have an
   account on the server are allowed to use such a tag.
   
 - Option to automatically notify server administrators when a new version of
   Nexgen is available.
 


================================================================================
  2. QUICK INSTALLATION GUIDE.
================================================================================
 1. Make sure your server has been shut down.
 
 2. Copy the NexgenX107.u file to the system folder of your UT server.
 
 3. If your server is using redirect upload the NexgenX107.u.uz file to the
    redirect server.
 
 4. Open your servers configuration file and add the following server package:
 
      ServerPackages=NexgenX107
 
    Also add the following server actor:
    
      ServerActors=NexgenX107.NexgenX
      
    Note that the actor should be added AFTER the Nexgen controller server actor
    (ServerActors=Nexgen107.NexgenActor).
  
 5. Save the changes to the configuration file and start the server. The
    extension plugin should now be active on your server.



================================================================================
  3. UPGRADING FROM A PREVIOUS VERSION.
================================================================================
 1. Make sure your server has been shut down.
 
 2. Delete NexgenX1xx.u (where xx is the previous version of NexgenX) from your
    servers system folder and upload NexgenX107u to the same folder.
 
 3. If your server is using redirect you may wish to delete NexgenX1xx.u.uz if
    it is no longer used by other servers. Also upload NexgenX107.u.uz to the
    redirect server.
 
 4. Open your servers configuration file.

 5. Goto the [Engine.GameEngine] section and edit the server package and
    server actor lines for NexgenX. They should look like this:
       
       ServerActors=NexgenX107.NexgenX
      
       ServerPackages=NexgenX107
 
 6. Save changes to the servers configuration file and close it.
 
 7. Restart your server.


 
================================================================================
  4. NEXGENX VERSION HISTORY.
================================================================================

=== NEXGENX v1.07 ==============================================================
 - Fixed: Unreal Tournament bug that causes the server to crash due to an infinite loop in viewPlayerNum().
 - Fixed: Map list sending to match administrators causing lag spikes.
 - Fixed: Clients getting muted for a short time just after connecting to the server.
 - Fixed: Accessed none warning in NexgenXClient.receiveMapListPart().
 - Added: Support for the custom AKA logger shipped with ASC to log Nexgen client IDs.
 - Added: Option to add or remove bots from the game.
 - Added: Extra game settings to the match control tab.
 - Added: Clan tag protection.
 - Added: Option to automatically check for updates.

=== NEXGENX v1.06 ==============================================================
 - Fixed: Too bright player overlay skins for green, gold and silver.
 - Added: Option to enable anti-spam.

=== NEXGENX v1.05 ==============================================================
 - Added: Plugin configuration section to the Nexgen control panel.
 - Added: Redirect to alternate servers when server is full.

=== NEXGENX v1.02 ==============================================================
 - Fixed: Countdown announcer not working sometimes.
 - Fixed: Specators receiving a player overlay skin.
 - Changed: Maps in the map swith control tab are now sorted.