ngWatcher - by Organized Evolution - evolution@organized-evolution.com
http://www.organized-evolution.com/projects/ngWatcher

Purpose
----------------------------------------------------------------------
ngWatcher is a mutator that will display readouts of ngStats information
on the HUD during the game.  The information is displayed in real-time, and
is updated twice per second. The information that is displayed is:

Frags Per Hour
Efficiency
Accuracy (if game is InstaGib)

NOTE:   This version of ngWatcher is not compatible with ZPPure. To obtain
	a compatible version, please visit my website.

Installation
----------------------------------------------------------------------

Open the UnrealTournament.ini and add this line to your [Engine.GameEngine]
section:

ServerPackages=ngWatcher



Configuration
-----------------------------------------------------------------------

You may configure all options through the Mod menu entry for ngWatcher.

However, if you are running a dedicated server, and would like to be able
to configure options directly, you can edit the ngWatcher.ini file.  The 
section corresponding to servers is:

[ngWatcher.DisplayReplicationInfo]
bAllowFPH=True
bAllowEfficiency=True
bAllowAccuracy=True
bAllowPing=True
bAllowPacketLoss=True

Each setting sets whether the readout for that information will be enabled
for clients (clients may choose to disable a particular reading for their own
machine, even if admin has it enabled)

bAllowPing & bAllowPacketLoss are not currently implemented.

For clientside options:

[ngWatcher.HMStatusDisplay]
Display[0]=True
Display[1]=True
Display[2]=True
DisplayLocation=2

Display[0] is Frags per hour.  Display[1] is Efficiency. Display[2] is Accuracy.
DisplayLocation is where the info will appear on the screen:
	
	0= Left
	1 = Right
	2 = Top
	3 = Bottom

Since you can always use the Mod menu entry for ngWatcher to configure the client
options, I think the only time you may want to directly modify the ngWatcher.ini
as a client is if you've downloaded this file from a UTServer.  (But then again,
if this is the case, you also wouldn't have this readme to tell you how to! ;P )

If, as a client, you disable any of the readouts, it will display "Disabled" in
place of the numbers.  Also, if the server has disabled any of the readouts on
the serverside, it will display "Disabled".  Accuracy will only be displayed on
InstaGib matches.