hi! i am having alot of trouble finding out how to balance the bot ratio. ive been editting both the aidefault and serversettings bot ratio, team ratio settings etc but cannot get the teams balanced
heresmy server settings
GameServerSettings.setServerName "PR:BF2 Server"
GameServerSettings.setPassword ""
GameServerSettings.setInternet 0
GameServerSettings.setMaxPlayers 32
GameServerSettings.setSpawnTime 10
GameServerSettings.setManDownTime 10
GameServerSettings.setTicketRatio 100
GameServerSettings.setRoundsPerMap 1
GameServerSettings.setTimeLimit 0
GameServerSettings.setScoreLimit 0
GameServerSettings.setSoldierFF 100
GameServerSettings.setVehicleFF 100
GameServerSettings.setSoldierSplashFF 100
GameServerSettings.setVehicleSplashFF 100
GameServerSettings.setPunishTeamKills 1
GameServerSettings.setVotingEnabled 1
GameServerSettings.setVoteTime 90
GameServerSettings.setMinPlayersForVoting 1
GameServerSettings.setTeamVoteOnly 1
GameServerSettings.setVoipEnabled 0
GameServerSettings.setVoipQuality 3
GameServerSettings.setVoipServerRemote 0
GameServerSettings.setVoipServerRemoteIP
GameServerSettings.setVoipServerPort 55125
GameServerSettings.setVoipBFClientPort 55123
GameServerSettings.setVoipBFServerPort 55124
GameServerSettings.setVoipSharedPassword
GameServerSettings.setAutoRecord 0
GameServerSettings.setSvPunkBuster 0
GameServerSettings.setTeamRatio 50
GameServerSettings.setAutoBalanceTeam 1
GameServerSettings.setFriendlyFireWithMines 0
GameServerSettings.setCoopBotRatio 50
GameServerSettings.setCoopBotCount 95
GameServerSettings.setCoopBotDifficulty 80
GameServerSettings.setNoVehicles 0
heres my aidefault
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 95
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.8
run botnames.ai
aiSettings.setInformationGridDimension 48
rem aiDebug.draw 1
run aipathfinding.ai
any help would be apprecaited thanks!
cannot fix bot ratio with higher bots than 32
-
ILoveKebab/RSSY_RYD
- Posts: 15
- Joined: 2020-11-25 00:11
Re: cannot fix bot ratio with higher bots than 32
Hello mate
________________________________________________________________________________
You need to make the bot ratio to 100, after that you could play with bots!
________________________________________________________________________________
Have a great day everyone!
________________________________________________________________________________
You need to make the bot ratio to 100, after that you could play with bots!
________________________________________________________________________________
Have a great day everyone!
-
joshtb86
- Posts: 5
- Joined: 2015-06-02 01:15
Re: cannot fix bot ratio with higher bots than 32
tried that just now, same problemILoveKebab/RSSY_RYD wrote:Hello mate
________________________________________________________________________________
You need to make the bot ratio to 100, after that you could play with bots!
________________________________________________________________________________
Have a great day everyone!
-
Outlawz7
- Retired PR Developer
- Posts: 17261
- Joined: 2007-02-17 14:59
Re: cannot fix bot ratio with higher bots than 32
Is this for a local game? Because bot ratio of 100 should even teams with 95 bots

-
joshtb86
- Posts: 5
- Joined: 2015-06-02 01:15
Re: cannot fix bot ratio with higher bots than 32
anyone else with suggestions?
-
joshtb86
- Posts: 5
- Joined: 2015-06-02 01:15
Re: cannot fix bot ratio with higher bots than 32
yes local coopOutlawz7 wrote:Is this for a local game? Because bot ratio of 100 should even teams with 95 bots
