Features:
- Customize the duration of Invisibility
- Adds an audio cue for when Invisibility is about to expire, similar to what Damage Amplifier has
- Has the option to enable a Countdown message for the last 5 seconds when Invisibility is about to expire
- Has an option to enable Drop Invisibility on death and allow other players to pick it up
- ImprovedInvi fixes the base game bug where Invisibility doesn't interact correctly with Shield Belt in online play.
- If a player with a Shield Belt takes Invisibility, he will become invisible.
- If a player with Invisibility takes a Shield Belt, the Shield Belt around him will be visible.
- Loaded the ImprovedInvi package
- Add ImprovedInvi.ImprovedInviMutator to your mutator list
- Configure the ImprovedInvi.ini file with the settings you prefer
Code: Select all
[ImprovedInvi.ImprovedInvi]
bEnabled=True
InvisibilityDuration=27
bShowCountdownMessage=True
bAllowDrop=False
The Drop Invi part of this mutator contains code from the North American UTPure branch.
Special Thanks to Deoad, uZi, Buggie, Silver, and Lockpick for helping with the code and providing feedback.