CB Mutator for UT NW FallCup 2003 by TNSe

This includes No Boost and Tickrate Independant Weapons (Minigun / Pulse)

If players complain their binds for minigun does not work, they should replace
GetWeapon botpack.minigun2 with SwitchWeapon 7.

To install on server, open the ini file, and add the following under [Engine.GameEngine] :

ServerPackages=CB12

Then you enable it as you would with any mutator...
(If you plan to use admintool, make sure you installed the CB12.int into ut\system)

?Mutator=CB12.CB_Mutator

There are 2 settings for this mutator.

[CB12.CB_Mutator]
FriendlyBoostScale=1.0
SelfBoostScale=1.0

The values are from 0.0-1.0, where 0.0 is "off", and 1.0 is "on". 0.5 is "50%".

You can read these values ingame by using the commands (type into console):
mutate showfb (Show Friendly Boost Scale)
mutate showsb (Show Self Boost Scale)

You can enable or disable (0.0 = disabled, 1.0 = enabled) using these commands:
mutate enablefb
mutate disablefb
mutate enablesb
mutate disablesb

Or set a specifc amount using these commands:
mutate setfb <scale> (insert a number 0.0 - 1.0)
mutate setsb <scale>

spam well!