PR crash after intro
Posted: 2016-03-14 11:15
launch error
1005:Error receiving from server (10054)
this occurs when I try to log in using online profile.
When I managed to pass that, the crash after intro occurs, (PR cleaning resources blabla..)
Before that I try to edit the aidefault.ini to increase the bots, but to no avail.
No change during ingame whatsoever. then I change back to its default ( I do not make backup for the aidefault.ini
1005:Error receiving from server (10054)
this occurs when I try to log in using online profile.
When I managed to pass that, the crash after intro occurs, (PR cleaning resources blabla..)
Before that I try to edit the aidefault.ini to increase the bots, but to no avail.
No change during ingame whatsoever. then I change back to its default ( I do not make backup for the aidefault.ini
Code: Select all
rem *** PRSP Ai v5 ***
echo **************************************************************************
echo ********************PROJECT****REALITY****AI****LOADED********************
echo **************************************************************************
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.setMaxNBots 64
aiSettings.maxBotsIncludeHumans 1
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.
rem aiSettings.overrideMenuSettings 1
rem aiSettings.setMaxNBots 60
rem aiSettings.maxBotsIncludeHumans 0
rem aiSettings.setBotSkill 0.9
run botnames.ai
aiSettings.setInformationGridDimension 48
rem aiDebug.draw 1
run aipathfinding.ai