
|
Battlefield 2: more than 16 bots in single player modeI recently bought a copy of Battlefield 2. My brother felt that the free War Rock game isn't good enough for him, I guess. He persuaded me to get a copy of Battlefield 2. After looking for the game at Best Buy, Circity City, and several other consumer electronics stores, I finally find a copy at the local Target store while looking for a car maintenance part. How ironic? Anyway, to get myself up to speed, I have been playing Battlefield 2 in single player mode. However, in single player mode, you can only use the smallest map with 15 bots. It was kinda fun for a while, but I wanted to try bigger battles. While browsing through the Battlefield 2 installation directory, I realized many Battlefield 2 modules are written in Python and a simple scripting language. After a while, I finally found the "AIDefault.ai" file in the "C:\Program Files\EA Games\Battlefield 2\mods\bf2\AI" directory. Files with ".ai" extension are basically script files in text format. You can easily open them by dragging them to an open Notepad window. The "AIDefault.ai" file actually teaches you how to change it so that you can have more than 15 bots in single player. I found that the "AIDefault.ai" file defaults to the following settings:
First line sets the maximum number of bots. The second line determines whether the maximum number include the single player (I believe this is a boolean value). To change the maximum number of bots, you have to use the following statements:
You have to add the first line. And the maximum bots include humans must be 0. Therefore, if you would like even teams on both sides, set an odd number for maximum number of bots, such as 31 or 63.
Chieh Cheng
You can get more bots in Battlefield 2: Special Forces in the same way. Except "AIDefault.ai" is located in the following directory: "C:\Program Files\EA Games\Battlefield 2\mods\xpack\AI" Chieh Cheng many many thanks. been playing for years and now I got it... zeamone Great, I hope this works, like hell I do, see, we got bad internet, so I can't rely on multiplayer Battlefield to make maps bigger, and, etc. etc. Be great if this DID work! RubeusCarcer hi i already changed is but in single player it still displays only 16 player maps here is what the codes are now: echo ***************************************************************************************** aiSettings.setNSides 2 rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above. rem Example for 32 bot game with expert bots rem aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF leo hey Leo, i'm not sure if u find out yet or not, try this: echo ***************************************************************************************** aiSettings.setNSides 2 rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above. rem Example for 32 bot game with expert bots aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF Ken i tried to add the mod for the single player, but when i try to save it, it says that the pathname or files are incorrect. This is what i have. What should i do to fix it? echo ***************************************************************************************** aiSettings.setNSides 2 rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above. rem Example for 32 bot game with expert bots aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF sean uhh i still dont get this couse in my place it says echo ***************************************************************************************** aiSettings.setNSides 2 aiSettings.setMaxNBots 64 rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above. rem Example for 32 bot game with expert bots rem aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF AND I DONT KNOW WHAT TO DO AND THE BOTS ARE STILL 16 LeoKilo you forgot this important line aiSettings.overrideMenuSettings 1 Nameless HELLO! DO YOU KNOW HOW TO PLAY WITH MORE THAT 16 BOTS OR WITH THE LARGER MAPS IN A MAC? THANK YOU!! Javier Chacon
Add Comment
TrackBack
No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
33 Users Online |
|
Copyright © 2004 - 2010. All Rights Reserved. |