
 ATH Server Actors PaCK 1c 
	author : Mike 'ATHoS' NiGHTViSiON mkldhz@hotmail.com
		may 2004

/*******************************************/

[Engine.GameEngine]
ServerActors=ath1c.teambalancer
ServerActors=ath1c.fairteam
ServerActors=ath1c.safemap

[ath1c.teambalancer]
bautobalance=False
badvertising=True
advertdelay=4
keyword=bteam

[ath1c.fairteam]
benable=True
xNetWait=20

[ath1c.safemap]
Mutators=BDBMapVote303.BDBMapVote,SLV2.StrangeMutator,SLV2.StrangeArena


/*******************************************/

bautobalance => if true, the server will automatically balance uneven teams.
badvertising => display "type 'keyword' to balance uneven teams"
advertdelay  => delay between each advertise in minutes ( minimum is set to 2 minutes )
keyword      => if this word is said during game it will balance teams if they are uneven.

NOTE :  - if bautobalance is set to true, badvertising & advertdelay & keyword are disabled / indeed.
        - the actor wait 8 sec between attempts to balance from clients, it prevents from spaming actor.


/*******************************************/

very important : netwait must be set up. look for the exact value in your server.ini! 20 is the defaut value, recommended.

NOTE : - Admin can enable/disable fairteam from UT, just have to be login and say "teamfair", the actor read only words from player's say command, so admin have to be connected as player, not as spectator!

/*******************************************/

Mutators        => mutators which are used on the server, from the commandline





