RELEASE CANDIDATE 1:
--------------------
Fixed: TrackFOV=1 should work again
Fixed: Sounds of players jumping and other glitches
Added: UTPure now supports Bonus Pack 1 and Bonus Pack 4 Models as plug-ins
       more details lower in the readme.

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

add the following lines to [Engine.GameEngine] section of your server ini file:
serveractors=UTPureRC1.UTPureSA
serverpackages=UTPureRC1



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

here are the values you can find in UTPureRC1.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 UTPureRC1.int
This is done by default and should be removed if you dont support them.

The UTPure.int entries look like this:

PlayerPacks[0]=BP1Handler.BP1LoginHandler
PlayerPacks[1]=BP4Handler.BP4LoginHandler

be carefull, if you want only Bonus Pack 4 use this (check the index):
PlayerPacks[0]=BP4Handler.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=BP1Handler
ServerPackages=BP4Handler

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

