//--------------------------------------------------------

Name: TeamShuffle
Version: 1
Author: Shaun Goeppinger
Date: 25/03/2011

//--------------------------------------------------------
Description
//--------------------------------------------------------

This mutator shuffles the teams once just before the game
starts. There is included an admin command to shuffle the
teams at any point during the game.

//--------------------------------------------------------
Installation & Configuration
//--------------------------------------------------------

.u files go in the System folder
.ucl files go in the system folder
.ini files go in the system folder

Mutator class name:

TeamShufflev1.MutShuffle

ServerPackages line:

ServerPackages=TeamShufflev1


To manually shuffle teams mid-game open the console and 
type "mutate shuffle" without the quotation marks.

The command can only be used by admins online or in
instant action game.

The .ini file has 2 settings...

bShuffleAtStart=true //if this is true then the teams will 
be auto shuffled at the start

bAdminCanShuffle=true //if this is true then admins can 
use the mutate shuffle command

//--------------------------------------------------------
Known bugs/Issues
//--------------------------------------------------------

Online, if Bots Balance Teams is checked then when the 
shuffle command is used manually (and the bot is dead -
 hasn't respawned yet), a new bot is added to fill his gap
and the old bot leaves the game.

If Bots Balance Teams is unchecked and the command is used,
if a bot is dead it will not be shuffled. Shuffle the teams
when all are alive (if using bots).