DynamicBotCount version 1.00 by Sp0ngeb0b
=====================================
Adjusts the MinPlayer variable depending on the player count, and therefore allows to have X bots playing while Y Players are online.


Install:
Into the UnrealTournament.ini, add
ServerActors=DynamicBotCount.DynamicBotCount

No ServerPackage entry required, ServerSide only!


Setup:
The config contains a 16-spot array (NumberOfBots[0] - NumberOfBots[15]), where the individual index stands for the current PlayerCount and NumberOfBots for the amount of bots which should be playing.


Example: 
NumberOfBots[0]=0
NumberOfBots[1]=1
NumberOfBots[2]=4

... will have no Bots running when the server is empty, 1 bot for one player and 4 bots when there 2 players online.


With this mod its also possible to force an even number of players online, so in teamgames teams would no longer be uneven. The easiest config for that goal would look like this:
NumberOfBots[0]=0
NumberOfBots[1]=1
NumberOfBots[2]=0
NumberOfBots[3]=1
NumberOfBots[4]=0
NumberOfBots[5]=1
...etc



Thanks to Skillz for his request on UA.org: http://www.unrealadmin.org/forums/showthread.php?t=31164

Contact:
spongebobut@yahoo.com  -  www.unrealriders.de
March 2013