RELEASE CANDIDATE 3:
--------------------
Fixed: Problems with Teleports
Fixed: Pulsegun beam showing incorrectly on client systems
Fixed: Problems when speccing from bots
Fixed: Server Side DemoRec (since Epic didnt fix it)
       

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

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



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

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

The UTPureRC3.int entries look like this:

PlayerPacks[0]=BP1Handler3.BP1LoginHandler
PlayerPacks[1]=BP4Handler3.BP4LoginHandler

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

PlayerPacks[0]=BP4Handler3.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.

