Page 1 of 1
Coop Bot ratio biased toward US team?
Posted: 2013-11-07 23:45
by Suasponte
Would like a lil challenge but every effort I've made has tipped the scales in the opposite direction of what I intended.I would like to have: on the US team 16-24 bots(+ me) and 48+ on the OPFOR side.I've spent the last 3 hours editing and re-editing but each time the opposite occurs=96 on US vs 32 OPFOR.Present sv,settings:[GameServerSettings.setCoopBotRatio 75
GameServerSettings.setCoopBotCount 96
GameServerSettings.setCoopBotDifficulty 100
GameServerSettings.setTeamRatio 150]
aiSettings.overrideMenuSettings 1
aiSettings.setMaxNBots 128
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 1.0
How can I reverse it?
![Confused :?](./images/smilies/icon_e_confused.gif)
??:
Re: Coop Bot ratio biased toward US team?
Posted: 2013-11-08 00:54
by melonmuncher
GameServerSettings.setCoopBotRatio 100
GameServerSettings.setCoopBotCount 80
GameServerSettings.setCoopBotDifficulty 100
GameServerSettings.setTeamRatio 100
Should work
Re: Coop Bot ratio biased toward US team?
Posted: 2013-11-08 01:49
by Suasponte
Thanks for the help but resulted with 33[US]32[Taliban]oh well...only way I was able get the ratio I wanted to work is switch the team order in the init of the server which also meant swapping the object spawner templates and CP's.
Re: Coop Bot ratio biased toward US team?
Posted: 2013-11-08 04:03
by melonmuncher
AIdefault.con
Code: Select all
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
rem aiSettings.setMaxNBots 64
rem aiSettings.maxBotsIncludeHumans 1
rem aiSettings.setBotSkill 0.4
rem To override the amount of bots used in PRSP, use the following lines instead of the three lines above.
rem This will render the ingame menu and serversettings.con bot settings not used, as the following lines
rem of code overrides those settings.
rem Just remove the "rem" in front of the lines to make it read by the game, then edit the numbers as needed.
aiSettings.overrideMenuSettings 1
aiSettings.setMaxNBots 64
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.9
aiSettings.setMaxNBots needs to be 95 or less to start making the teams unbalanced in opfor's favour. can be re-balanced by moving the number of bots slider to half the number of bots defined in the aidefault.ai
Anything over 96 bots will start stacking the extras on blufor.
Re: Coop Bot ratio biased toward US team?
Posted: 2013-11-08 06:56
by Suasponte
Thanks mate...it worked!!