I'm a doctor, not a mechanic
Difference between revisions of "UE3:UTMutator Instagib (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
m (added descriptions) |
||
Line 7: | Line 7: | ||
| parent5 = Object | | parent5 = Object | ||
}} | }} | ||
− | + | The [[liandri:InstaGib|InstaGib]] mutator. | |
− | + | ||
==Default values== | ==Default values== | ||
Line 42: | Line 41: | ||
'''Overrides:''' {{tl|CheckReplacement|Mutator}} | '''Overrides:''' {{tl|CheckReplacement|Mutator}} | ||
− | + | Removes all weapons except {{cl|UTVehicleWeapon}}s, the InstaGib Rifle ({{cl|UTWeap_InstagibRifle}}) and the [[liandri:Translocator|Translocator]] ({{cl|UTWeap_Translocator}}). Disables or removes all pickups ({{cl|PickupFactory}}). | |
====InitMutator==== | ====InitMutator==== | ||
Line 49: | Line 48: | ||
'''Overrides:''' {{tl|InitMutator|Mutator}} | '''Overrides:''' {{tl|InitMutator|Mutator}} | ||
− | + | Makes the InstaGib Rifle the only default inventory class and doubles the {{tl|TeammateBoost|UTTeamGame}}. (0.3 by default, 0.6 in InstaGib mode) | |
− | + |
Latest revision as of 18:33, 20 November 2009
- Package:
- UTGame
The InstaGib mutator.
Default values[edit]
Property | Value |
---|---|
GroupNames[0] | "WEAPONMOD" |
GroupNames[1] | "WEAPONRESPAWN" |
GroupNames[2] | "HANDICAP" |
GroupNames[3] | "POWERUPS" |
Subobjects[edit]
Sprite[edit]
Class: Engine.SpriteComponent
Inherits from: UTMutator.Sprite
No new values.
Instance functions[edit]
CheckReplacement[edit]
Overrides: Mutator.CheckReplacement
Removes all weapons except UTVehicleWeapons, the InstaGib Rifle (UTWeap_InstagibRifle) and the Translocator (UTWeap_Translocator). Disables or removes all pickups (PickupFactory).
InitMutator[edit]
Overrides: Mutator.InitMutator
Makes the InstaGib Rifle the only default inventory class and doubles the UTTeamGame.TeammateBoost. (0.3 by default, 0.6 in InstaGib mode)