Page 1 of 1

Bot ratio problem

Posted: 2013-07-06 21:44
by patates5
Hi guys ı have a problem.ı love co-op single player game and ım ıncrease bot number 64 in aidefault.ai, this is work but my team=48 player
enemy team 16 player
this is a serious problem.
or ım ıncrease bot number 100 =
my team=84 player
enemy team= 16 player

every time emeny team has 16 player and in-game bot ratio bar dont work

anyone help me?

(sorry for my bad english :o ops :)

Re: Bot ratio problem

Posted: 2013-07-07 01:25
by melonmuncher
Set the aidefault to whatever number you want, max is 96 before it'll begin to screw up.

Then when you are creating a local game set the number of bots to half the number defined, so in your case it would be 32.
Then bot ratio to 100 and you're good to go.

Re: Bot ratio problem

Posted: 2013-07-07 12:07
by patates5
where is wrong?

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 64
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.9

run BotNames.ai
aiSettings.setInformationGridDimension 48
rem aiDebug.draw 1
run AIPathFinding.ai

my ingame bot options
max players:1
bot ratio:100
bot number:48
bot diffucult:60

Result:

My team:48 (bot and me) player
enemy team:16 (bot) player

Re: Bot ratio problem

Posted: 2013-07-07 13:18
by melonmuncher
bot number:48

Set to 32, half of what you set in AIdefault

Re: Bot ratio problem

Posted: 2013-07-07 13:32
by patates5
[R-DEV]melonmuncher wrote:bot number:48

Set to 32, half of what you set in AIdefault
I got it your method is work ... Thank you :)