Skip to content

Spice up the battle field with presents from Santa!

Notifications You must be signed in to change notification settings

EliotVU/UT3-MutXmasPresents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MutXmasPresents for Unreal Tournament 3

A drop-in mutator to spice up the bloody action with seasonal Xmas presents.

With MutXmasPresents random presents will be summoned at various locations for players to pickup.

A present

Credits to Soto for contributing the present mesh.

Features

Santa will drop a present selected from his bag every 25 to 45 seconds!

Santa's bag contains the following unique items:

Santa PowerUp
Santa MiniMe
Berserker
Double Damage
Invisibility
Invulnerability
Jump Boots
Deployable EMP Mine
Deployable Energy Shield
Deployable Shaped Charge
Deployable Slow Field
Deployable Spider Mine

Additionaly the mutator can also be configured to include presents of your choice!

Config/UTMutXMasPresents.ini

[MutXMasPresents.MutXMasPresents]
SpawnIntervalMin=25.00000  ;Min time for spawning a present
SpawnIntervalMax=45.00000  ;Max time for spawning a present

; A classes list of presents to pick from, any inventory class can be added, including Weapons!
Presents=MUTXMasPresents.SantaPowerUp
Presents=UTGameContent.UTBerserk
Presents=UTGameContent.UTInvisibility
Presents=UTGameContent.UTInvulnerability
Presents=UTGameContent.UTJumpBoots
Presents=UTGameContent.UTDeployableEMPMine
Presents=UTGameContent.UTDeployableEnergyShield
Presents=UTGameContent.UTDeployableShapedCharge
Presents=UTGameContent.UTDeployableSlowVolume
Presents=UTGameContent.UTDeployableSpiderMineTrap
Presents=UTGameContent.UTUDamage
Presents=MUTXMasPresents.MiniMe

Releases

No releases published