###########################################################################
#                                                                         #
#      Rank & Spread, Frags Per Hour, Killing Sprees, Multi Kills         #
#      Death Counter, Timer, Full Sounds and Global Message & More        #
#                                                                         #
###########################################################################
#                       Version 1.2b (C) Norman(KWAK)                     #
###########################################################################
26-08-2001
norman@unreal.nildram.co.uk



#########################################################
#    Overview                                           #
######################################################### 

Take a look at the picture included it shows the details of what is 
explained in section 1.

###
#1#
###
Its an Online status readout for your current game.

FPH= Frags Per Hour
This is basically the total amount of kills you get divided by time
At the end of the level you will get bet FPH reading.
it also monitors your FPH for a alltime max reading and if u break your
saved record you get a Voice Message and Client Messages :)

RANK= Your position out of total players, I.E. 1/12 means you are in first place

SPREAD= This is how many frags behind the player who is currently in the lead with a "-" sign OR
how many frags in front you are, "+" Sign

 
Deaths= The total amount of times you have died in the current game.

Time= The total amount of time that you have spent in the current game.

###
#2#
###

Killing Sprees.

When you kill 5 players without dying yourself you are on a KillingSpree.
If you then go on to kill another 5 players without dying you are on a Rampage
and so on, all they way upto GOD Like !

When you manage to be on a spree you are informed by a Voice,  Global message
in the centre of the screen which any 1 in the server can see & a client message.
Also when your spree is ended, there is Global and client message.

###
#3#
###

MultiKills

When you kill 2 or more people in one hit or in sucession you are on a multikill.

Ok, you kill someone and a countdown begins, if you then kill another player before the timer
rus out you are awarded a Double Kill.
If then you kill another before the timer runs out again its a Multi Kill,
All the way upto Monster Kill !!!

For all the awarded kills except for Monster kill 
you will get a Voice message & a Client Message

Monster Kill is the top one and if you are awarded this a Global message is 
also sent to the world ;)


###
#4#
### 

Mini Stat Logger

Included is a logger which will log;
Max Frags Per Hour
All Killing Sprees
All Muti Kills.



**See stats section at the bottom ***







#########################################################
#   Requirements                                        #
#########################################################

Unreal 1 By Epic Games, Patched to 224, 225F
Network connection.
  





#########################################################
#    Install                                            #
######################################################### 

For 225f use the UBrowser.u included
For 224 Use the UBrowser.u included in the 224.zip inside the main zip.



1) Browse to the location where u installed unreal1 and browse the System Folder.
2) Find "UBrowser.u" and rename it to "UBrowser.u.old"
3) Now put the copy of "UBrowser.u" which is included in the zip in its place.
Thats it.

(Note if you are Upgrading from Rank&Spread2 V1c then
 see the Upgrade Note at the bottom)





#########################################################
#    Useage                                             #
######################################################### 


This program will ONLY work when your are playing online  & not a Spectator.
it activates itself so there's no need to worry about it. Its completely safe with Any bot protection
Around for U1. So there's no need to worry at all.

It knows DM apart from TDM and will make adjustments.




#########################################################
#    Options - Console Commands                         #
######################################################### 



There are 3 console commands which you can enter for this mod or bind to a key.
Leave them as is for full benifit.

Access the console by "Tidle" key or "Tab" key. 

These are; (Not case sensitive)

ShowFPH
ExtraInfo
NoDisplay

ShowFPH= Toggle the FPH Readout on or off (Default On)

ExtraInfo= Toggles the Deaths & Time readout on or off (Default On)

No Display= Toggles the whole Display on or off (Default On)



Once set these option will be saved to 
your Unreal.ini so you don't have to set them again



#########################################################
#    Logging                                            #
######################################################### 

How it works.

when you play with the mod any KillingSpree, MultiKill
is logged and your current FPH record. 
The log data is saved whilst playing so if you crash 
its not lost, 

the next time you load unreal the stats will be updated
and printed to your unreal.log file which is in the System
folder where you installed unreal1. This can be read with 
Notepad or similar (if u cant see the log file with OpenFile
then Select allFiles *.*)

you get a reading a little like this.



ScriptLog: #############################################
ScriptLog: #                                           #
ScriptLog: # Spread, Rank & FragPerHour Mod For 224/5f #
ScriptLog: #                                           #
ScriptLog: # Version 1.2b 25-Aug-2001                  #
ScriptLog: # Author: Norman(KWAK)                      #
ScriptLog: # Contact: norman@unreal.nildram.co.uk      #
ScriptLog: #                                           #
ScriptLog: # Thank you for using a Normy Script <:-)   #
ScriptLog: #                                           #
ScriptLog: #############################################
ScriptLog: #             Records to date               #
ScriptLog: #############################################
ScriptLog: #
ScriptLog: #  Max Frags Per Hour = 479
ScriptLog: #############################################
ScriptLog: #
ScriptLog: #            Amount Of Sprees
ScriptLog: #
ScriptLog: #############################################
ScriptLog: #
ScriptLog: #  Killing Sprees = 20
ScriptLog: #  Rampages       = 3
ScriptLog: #  Dominates      = 2
ScriptLog: #  Unstoppables   = 1
ScriptLog: #  GodLikes       = 0
ScriptLog: #
ScriptLog: #############################################
ScriptLog: #
ScriptLog: #            Amount Of MultiKills
ScriptLog: #
ScriptLog: #############################################
ScriptLog: #
ScriptLog: # Double Kills  = 51
ScriptLog: # Multi Kills   = 11
ScriptLog: # Ultra Kills   = 9
ScriptLog: # Monster Kills = 5
ScriptLog: #
ScriptLog: #############################################


#########################################################
#   Upgrade From Old V1c     225f (224 should be same)  #
######################################################### 

Just overwrite with the new UBrowser.u

Now open Unreal.ini in notepad
and search for this section;

[UBrowser.UBrowserConsole]


If it contains this line

MaxFPH=


Change it to 

MaxFPH=0

(if it does not contain this information
just run unreal and it work ok)


You must do this as version 1c could not 
calculate FPH correctly. 
Setting this to 0 will enable the new FPH 
counter to record a accurate reading.
for MAXFPH



