RELEASE CANDIDATE 4b:
--------------------
Fixed: XLoc that could not be recalled
Fixed: Running UTPure with VA would not allow weapons to shoot
Added : You can now use [PURE] instead of [CSHP] in the server name
Added : Fix for Commanders
Added : CenterView Fix ...
Added : Support for VAPure (Valhalla Avatar)
Added : Hud cheat protection
Added : Visual display of Version
Added : "PureLogo" command to view the Logo again
Changed : Mutate CheatInfo reports more settings       


How to set UTPure
----------------------

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


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

here are the values you can find in UTPureRC4b.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]
AdvertiseMsg	 // What version to advertise [0 = [CSHP], Not 0 = [PURE] ]
SecurityLevel	 // Level of Security [0 = Nothing, 1 = Kick, 2 = Ban] (Not fully Implemented)
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]
bAllowCenterview // Allows / Disallow usage of CenterView for keyboard/joystick users [True of False]
CenterViewDelay	 // If Allowed to use Centerview, delay between 2 uses of it [Time in seconds]

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

NOTE: You can 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.

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

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

The UTPureRC4b.int entries look like this:

PlayerPacks[0]=BP1Handler4b.BP1LoginHandler
PlayerPacks[1]=BP4Handler4b.BP4LoginHandler

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

PlayerPacks[0]=BP4Handler4b.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=BP1Handler4b
ServerPackages=BP4Handler4b

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

Valhalla Avatar Support:
-----------------------------
If you want to support Valhalla Avatar, it must be the only PlayerPack that you use.

It requires the following line in UTPureRC4b.int:

PlayerPacks[0]=VAHandler4b.VAPureLoginHandler

and the following line in your ServerPackages:

ServerPackages=VAHandler4b

For more information, check the included VaPure.htm file.

My Personal Suggestions:
------------------------------
-I Highly Recommend ClickBoard for any server handling tournaments, clan matches etc. http://pages.infinit.net/darkbyte/filez/ClickBoard2.zip
ClickBoard is a ScoreBoard replacement that will display a green flag left of player names when they have clicked to signal they are ready to go.
-Also recommended for administration of a server via a command line interface is SemiAdmin. http://pages.infinit.net/darkbyte/filez/SemiAdmin0.07.zip
Read all about SemiAdmin here: http://www.midnightinteractive.com/forums/announcement.php3?s=&forumid=21