--------------------------------------------------------------------------------------------
Pickups Enhancer Mutator Version 1.1
By Matias Aspide Mulliez
Release Date : May 29, 2023
Release Date (Version 1.1) : June 02, 2023
Email Address : aspide1998@gmail.com
--------------------------------------------------------------------------------------------
This mutator replaces powerups with a new set that can be configurated. This set includes:

Berserker: you firing speed is doubled.
Invisibility: you become invisible.
MiniMe: you become smaller and can jump higher.
Mutant: you get all weapons, full health and armor and have berserker and speed.
Refill: the weapon that you are using regenerates ammunition.
Speed: you become faster.
UT3JumpBoots: double jump to jump higher, you have three jumps and they drop if you die.
Vampire: you start to regenerate health but not shield.

This system replaces the adrenaline system.

Also you can put the pickups in your map, the pickups can be found as subclasses of UDamageCharger except for UT3JumpBootsBase which is a
subclass of XPickupBase. This package also contains the JumpBootsSpot actor (subclass of JumpSpot) which allows bots to use the jumpboots.
--------------------------------------------------------------------------------------------

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


.uax                        in UT2004/sounds
.usx                        in UT2004/staticmeshes
.ini, .ucl and .u	    in UT2004/system
.utx                        in UT2004/textures


Notes
------------
If you are going to use this mutator online, remember to add the mutator in your UT2004.ini

[Engine.GameEngine]
ServerPackages=PickupsEnhancer

Configuration
------------
In the PickupsEnhancer.ini file there are 4 settings:

ReplaceSuperShield //the pickup that will replace the SuperShield
ReplaceShield //the pickup that will replace the Shield
ReplaceSuperHealth //the pickup that will replace the SuperHealth
ReplaceUDamage //the pickup that will replace the UDamage

PickupsEnhancer.ini contains the options that you can use. WildcardBasePE is used in all four settings by default. The WildcardBasePE
is a Wildcard that uses the new pickups.

Changelog version 1.1
------------

-Fixed the Speed Pickup mesh.
-Removed dependency of another mutator (Ripjack).

Credits
------------

-Wormbo, for the code from VCTF-RT-TrainCrossingV2 that created the pickup system
-The author of the Refill adrenaline mutator.
-Xaklse for Heaven of Relics, a sound effect from this mod was used.
-DGUnreal for the static mesh for the MiniMe found in DM-DG-SpaceJunk.
-Moonflyer for the static mesh for the Vampire found in DM-UCMP4-Mania.
-Unreal Championship bonus pack for the static mesh for the Refill.
-JaFO for the static mesh for the Speed Pickup.
 
