RELEASE CANDIDATE 2:
--------------------
Fixed: TrackFOV=1, really fixed this time.
Fixed: Sounds of players jumping etc .. really fixed too
Fixed: Bug where spectators would be entered as normal players,
       this was behaving badly with LMS.
Updat: PlayerPacks will now check if required packages are in the ServerPackages list.
Added: You can now see your selected model when you open PlayerSetup


How to set it
-------------

add the following lines to [Engine.GameEngine] section of your server ini file:

serveractors=UTPureRC2.UTPureSA
serverpackages=UTPureRC2



What can be configured
----------------------

here are the values you can find in UTPureRC2.int

TrackFOV	// Track the FOV cheats [0 = no, 1 = strict, 2 = loose]
Advertise	// Adds [CSHP] to the Server Name [0 = no, 1 = left, 2 = right]
bFastTeams	// Allow quick teams changes [True or False]
bNGStatsOnly	// Only allow NGStats Players [True or False] (not done yet)
bNGStatsHack	// Bypass ngStats (to not be listed under MOD because of UTPure) [True or False]

HINT: If your server is not listed in MOD section and you wanna keep that status, just set bNGStatsHack to true

NOTE: I keep the [CSHP] form of advertisement for 2 reasons:
  1) Keep your well defended ngStats position
  2) Make it harder on cheaters to know what is on your server.

NOTE2: This version is incomplete and doesnt have Hudcheat protection yet.
       i am basicly trying to slow down the current cheating spree. New
       improved versions will be coming out.


Bonus Pack 1 and 4 Support:
---------------------------

To support the Bonus pack 1 and/or 4 you need to add the handlers for them in UTPureRC2.int
This is done by default and should be removed if you dont support them.

The UTPureRC2.int entries look like this:

PlayerPacks[0]=BP1Handler2.BP1LoginHandler
PlayerPacks[1]=BP4Handler2.BP4LoginHandler


be carefull, if you want only Bonus Pack 4 use this (check the index):

PlayerPacks[0]=BP4Handler2.BP4LoginHandler



You must also add ServerPackages entries for the handlers you want to support in the
[Engine.GameEngine] section of your server ini file like the following

ServerPackages=BP1Handler2
ServerPackages=BP4Handler2

I believe that both packages are not linked together, so you could add only BP4 support
or BP1 support at your convenience.

