================================================================================
  NEXGEN SERVER AFFILIATES PLUGIN VERSION 1.00D (FOR NEXGEN 1.04)
  ZEROPOINT PRODUCTIONS, JANUARY 2008
  D.SCHEERENS@GMAIL.COM
================================================================================



================================================================================
  TABLE OF CONTENTS.
================================================================================
 1. INTRODUCTION.
 2. QUICK INSTALLATION GUIDE.
 3. SERVER LIST FORMAT.



================================================================================
  1. INTRODUCTION.
================================================================================
The Nexgen server affiliates plugin adds a new tab to the Nexgen control panel,
which can be found under the 'Client' section. This tab displays other servers
that are affiliated to your server. The list of affiliated servers is stored on
a webserver, so the list can be easily shared among servers. It is also possible
to specify in this list if a server will be automatically added to the
favourites of a player that enters the server. For more information see the
server list format.


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



================================================================================
  3. SERVER LIST FORMAT.
================================================================================
The list of affiliated servers is stored in a plain text format. Currently the
following commands are supported:

--------------------------------------------------------------------------------

NSC ADDSERVER [1] [2] [3] [4] [5] [6]
  Adds a new server to the affiliated server list. The parameters are:
  [1-SERVER_NAME]        Name/title of the server to display in the affiliated
                         server tab. Also used when the server is added to the
                         favourites list of player.
  [2-IP_ADDRESS]         IP address of the server.
  [3-GAME_PORT]          The game data port. Default is '7777'.
  [4-QUERY_PORT]         The game status query port. Default is '7778'.
  [5-PASSWORD]           Password required to enter the server.
  [6-ADD_TO_FAVOURITES]  Whether the server will automatically be added to the
                         favourites list of a player. Default is 'false'.

  Example:
  NSC ADDSERVER "Harry's server" 123.45.67.89 8000 8001 "bestpwever" true

--------------------------------------------------------------------------------

NSC DELSERVER [1] [2]
  Deletes a server for the favourites list of a player. The parameters are:
  [1-IP_ADDRESS]         IP address of the server.
  [2-QUERY_PORT]         The game status query port. Default is '7778'. 
  
  Example:
  NSC DELSERVER 123.45.67.89 7778

--------------------------------------------------------------------------------
