Well, I'm not able to put more than 32 bots to work in co-op, I edited the file "aidefault" and was as follows:
The problem is that bots are a 44 team, and the other, are only 16, what might be happening? I researched a lot, and no solution worked for min, what am I doing wrong? Thank you all!rem *** PRSP Ai v5 ***
echo **************************************************************************
echo ********************PROJECT****REALITY****AI****LOADED********************
echo **************************************************************************
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
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 60
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.9
run BotNames.ai
aiSettings.setInformationGridDimension 32
rem aiDebug.draw 1
run AIPathFinding.ai



