// =============================================================================
// StupidWeapons -- A weapons mod for UT2004.
// =============================================================================

        1       -       Description
        2       -       Installation
        3       -       Server Installation
        4       -       Notes

// =============================================================================
//   1    Description
   The weapons have been modified as follows:
        Redeemer        ->      Spam Cannon
        Lightning Gun   ->      Bolt Rifle
        Rocket Launcher ->      Bouncy Rocket Launcher
        Flak Cannon     ->      Flak Blaster
        Minigun         ->      Energy Cannon
        Link Gun        ->      Monster Maker
        Shock Rifle     ->      Momentum Rifle
        Bio Rifle       ->      Barrel Bomber
        Assault Rifle   ->      Assault Rifle
        
   The only weapons that could need explanation on how to use them, are the
   Monster Maker and Barrel Bomber.
   
   Monster Maker:
        Use primary fire to 'paint' a target, then use alt fire to teleport
        in a monster that will attack your target. The monster you get depends
        on the amount of ammo you have.

   Barrel Bomber:
        Use primary fire to drop explosive barrels, and alt fire to detonate.

// =============================================================================
//   2    Installation
   Extract the .u and .ucl file to your UT2004/System directory.
   
   StupidWeapons will show up in the mutator list as 'StupidWeapons'.

// =============================================================================
//   3    Server Installation
   Server installation is the same as that for a client (see above), except that
   a "ServerPackages=StupidWeapons" line needs to be added to the end of all the
   other serverpackages lines in the server's INI file.
   
   The package.classname needed to specify this mutator on the command line is:
        StupidWeapons.Stupid_Mut

// =============================================================================
//   4    Notes
   StupidWeapons by Nurulwai <mods@spambox.co.uk>
   Feel free to email me about any bugs/problems you have with this mutator.

   Thanks to Parser for helping me test!
   
   Visit Fraghouse!! http://fraghouse.beyondunreal.com/
