Increasing number of bots?
Posted: 2014-03-18 09:32
Is there any way to increase the number of bots on a local COOP map?
I miss pre 1.0 where it was 32 on 32
I miss pre 1.0 where it was 32 on 32
32 on mine, or is there another setting to increase?___sangue-ruim___ wrote:maximum is 48 in those settings...
Need way to do this NAO! Desert Rats Co-Op with 200 bots would be EPIC![R-DEV]Rudd wrote:there is a way of doing it, I remember testing the very first attempts at 1.0 weapon accuracy with 200 bots on kozelsk![]()
Code: Select all
rem *** PRSP Ai v5 ***
echo **************************************************************************
echo ********************PROJECT****REALITY****AI****LOADED********************
echo **************************************************************************
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 96
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.9
run botnames.ai
aiSettings.setInformationGridDimension 48
rem aiDebug.draw 1
run aipathfinding.ai
THIS IS GENIUS! Is the aidefault only advised as a backup for Online Co-Op or Multiplayer in general, don't wanna get kicked by PB for not having matching files'[R-DEV wrote:melonmuncher;1993218']Max number of bots on a local server with even teams is 96. after that the ratio becomes skewed.
To do so edit mod/pr/ai/aidefault.ai to look like(Set the difficulty to whatever you want)Code: Select all
rem *** PRSP Ai v5 *** echo ************************************************************************** echo ********************PROJECT****REALITY****AI****LOADED******************** echo ************************************************************************** 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 96 aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill 0.9 run botnames.ai aiSettings.setInformationGridDimension 48 rem aiDebug.draw 1 run aipathfinding.ai
Then in game change the bot ratio to 100.
Bots on each team to 48, or half of whatever you set in the aidefault.
For example 64 bots would need the bot count set to 32.
And that's it, more bots.
Edit: While you can edit the aidefault and still retain the ability to play online I would advise to make a backup.
Paste and save it, set bot ratio to 100, players to 1. Win!RazoR41 wrote:I'll get around to doing those edits, thanks for posting on how to do them.
I think increasing the number of bots should be an option in the PR launcher settings.
It seems as if I just cannot get working, the game loads perfectly, but the game still says 32 bots max, even when t've copied and pasted the code above to get more than 32 bots.
What am I doing wrong?!
Thanks.X-Alt wrote:Paste and save it, set bot ratio to 100, players to 1. Win!
I remember in pre 1.0Pvt.LHeureux wrote:Pretty sure this works with PR
Battlefield 2 | Files | BF2 SP Bot Changer (2.1) | Single Player | Modifications | Game Front
Running 96 bots here on Black Gold and Desert Rats, XERO LAG!matty1053 wrote:I remember in pre 1.0
I had like max bots which was like 256... Talk about lag.
That is only 96 bots...X-Alt wrote:Running 96 bots here on Black Gold and Desert Rats, XERO LAG!
Still, no lag there, could easily double..matty1053 wrote:That is only 96 bots...
not 256
Ticket ratio..matty1053 wrote:Is it possible to make the teams even?
So it's like 50 bots vs 49bots + 1p?
And is it possible to raise the amount of tickets? Since with that amount of bots, I noticed that the other team lost very quickly.
LOL DERP.X-Alt wrote:Ticket ratio..