20 Sep 2008, 5:11 AM
|
qrio
Joined on 09-20-2008
Posts 1
|
any way to stop any bots from being added to game?
|
|
|
I recently came across your skill balancer mutator fro 2k4 (v1beta8) (very cool btw) and was hoping to use it on my server. But one thing that I would like to disable is for the bots from joining the game. In other words if there are not an even number of players just don't add bots. Is there a way to do this without changing the code, I tried setting the iMaxTeamDiff to really high but that didn't do anything. I realize you have not been working on this for more than a year but even if you could give me the code, I could try to change that 1 setting. I'll be sure to leave your name on the mutator etc., since it is your work.
Thanks. It works very well otherwise (when there are an even number of players the teams are definitely better!)
below is my ini file settings:
[SkillBalancerV1Beta8.mutBalance]
MinPlayersPerTeam=0
AddBotScaleFactor=2.000000
bDebug=False
bOnlyAdminBalance=False
InitialPlayerSkill=10
iMaxPlayerDiff=20
PlayerRankMinGames=10
AddBotThreshold=1.000000
iMaxTeamDiff=1000
bAllowTeamSwitching=True
|
|
|
|
|
|
|
|