UWarMutator v1.2 (Quick Notes)
================
Power up mutator for Unreal Tournament.
by Ob1-Kenobi (ob1@planetunreal.com)

UWar homepage: http://www.planetunreal.com/uwar/


Installation:
-------------
To install the mutator, double click on the UWarMutator.umod file in this
zip archive. Then read UWarMutator.txt in the UT "\Help" directory.

If you are planning on using this mutator on a server make sure that you 
include the "UWarMutator" package in the ServerPackages list in the 
"[Engine.GameEngine]" section of "UnrealTournament.ini" (in the UT "\System" 
directory). Add the following line to the list:

ServerPackages=UWarMutator


New in v1.2:
------------
o Thanks to the HUDMutator tutorial by Andrew "drunken master" Scholer
  the HUD add-on is now displayable on the clients in network games. The 
  posisition of the power up status and the size of the font used can 
  be set using the options menu.
o The power ups can now be configured via the UWar Mutator Options menu.
o Players can drop power ups using the "mutate drop <name> <amount>"
  console command.

You can now configure:
o The number of different power up types a player is allowed to carry.
o The initial amount of charge each power up has.
o The maximum charge that each power up can reach.
o The maximum total charge of all the power ups a player can carry,
  eg. a player cannot pick up any more power ups if the total charge of 
  all the power ups carried added together is equal to that value.
o The charge a power up has to be before it can be dropped when a player dies.
o Whether or not players can still collect power ups after the maximum 
  charge or the maximum total charge has been reached.
o Whether or not players are allowed to drop power ups.
o The amount of time before power ups disappear after being dropped.

Fixed in v1.01:
-----------------
o Fixed JumpBoots reseting JumpZ when they run out (not returning back to
  Quicken modified JumpZ)
o Fixed problem with the item check for UDamage and UT_JumpBoots (Timer was
  being disabled and not re-enabled)

