Page 1 of 1
No bot spawning on PRSP
Posted: 2010-02-02 01:22
by sfvigil
Hi everyone, first I must apologize for any spelling errors, english is not my first language.
I have installed PR core 087, PR levels 087, PRSP core 087 and PRSP levels 087. The game opens perfectly, I go to create server and add some random map to the list. Level loads with out problems, but when I spawn there are no bots in the game. I dont really know what the problem could be. I tried with both 50 and 100 bot rate.
Help please? Thanks in advance!
Re: No bot spawning on PRSP
Posted: 2010-02-02 02:00
by sfvigil
Some extra info... my aidefault.ai file (Battlefield2\mods\pr_sp\ai) is like this:
rem *** PRSP Ai v5 ***
echo *****************************************************************************************
echo ************************************ PRSP 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 47
rem aiSettings.maxBotsIncludeHumans 0
rem aiSettings.setBotSkill 0.9
run BotNames.ai
aiSettings.setInformationGridDimension 48
rem aiDebug.draw 1
run AIPathFinding.ai
Re: No bot spawning on PRSP
Posted: 2010-02-02 07:59
by sfvigil
Problem solved!