I have been running a server with bots on my dedicated box. I've had some mixed results.
First off, in my mods/bf2/ai folder, I edited aidefault.ai to have these values:
And in BF2CC, in the "Add custom settings to serversetting.con" box, I added:
When the map starts, the teams are unbalanced dramatically with the bots. Also, I assumed the "IncludeHumans" settings meant if it was set to 1, that the number of bots included humans, so if bots are set to 32, and there were 2 human players, there would be only 30 bots. It seems that it's the opposite. It has 32 bots and as humans join, the bots aren't replaced.
Can someone who has this set up properly please help me out here? :)
First off, in my mods/bf2/ai folder, I edited aidefault.ai to have these values:
Code:
aiSettings.setMaxNBots 32 aiSettings.maxBotsIncludeHumans 1 aiSettings.setBotSkill 0.4
Code:
sv.coopBotRatio 50 sv.coopBotCount 32 sv.coopBotDifficulty 50
Can someone who has this set up properly please help me out here? :)
Comment