Announcement

Collapse
No announcement yet.

more bots. bigger map

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • more bots. bigger map

    Does anybody know how to play single player with 32 bots in a 32 man sized map?

  • #2
    Re: more bots. bigger map

    Heres a map with singleplayer and the AIDefault file included to give you 24 bots. Change the number to whatever you need in the included AIDefault.
    Put the AIDefault file in the mods/bf2/AI folder in your battlefield directory.






    The AIDefault file should look like this to give 23 bots:

    echo ************************************************** ***************************************
    echo AIDefault.ai ************************************************** **************************
    echo ************************************************** ***************************************

    aiSettings.setNSides 2
    aiSettings.setAutoSpawnBots 1

    aiSettings.setMaxNBots 64

    aiSettings.overrideMenuSettings 1
    aiSettings.setMaxNBots 23
    aiSettings.maxBotsIncludeHumans 0
    aiSettings.setBotSkill 1.0

    run BotNames.ai

    aiSettings.setInformationGridDimension 32


    run AIPathFinding.ai

    rem EOF
    Installer here if you prefer: http://www.gamescollective.com/valha...e_Valhalla.exe

    Comment

    Working...
    X