I read something about the maximum number of BOT's that the balance is suported, 96 I think, but it already don't working...
HELP ME please fellas
Oh Thanks mate, I'm new on the forum and I dont know to operate to searck the man, if I found he I will talk to him, but thank chaver![R-COM]LITOralis.nMd wrote:Yes, I think 98 is the maximum.
I do not know how to do this , but I'll try to find someone who does.
If you can find spyker,m I know he knows how to do this.
I think this was renamed in PR v1.0 release to this:[R-DEV] melonmuncher wrote:GameServerSettings.setCoopBotRatio 100
GameServerSettings.setCoopBotCount 80
GameServerSettings.setCoopBotDifficulty 100
GameServerSettings.setTeamRatio 100
Should work
Code: Select all
sv.coopBotRatio 50
sv.coopBotCount 48
sv.coopBotDifficulty 90Code: 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