Add Comment
|
Related Links
|
TrackBack
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 Cheers, this explanation was most helpful. Now time to experiment and see how much my computer can take at once ;) Chrissomerry can't save the file mitchel disable "read-only" in properties You can do this by right clicking "EA Games"(located in C:\program files)and selecting properties Solyendo And is there any possibility to load bigger versions of maps in SP as you can while creating a LAN game? For instance "Strike at Karkand 32" instead of "Strike at Karkand 16". Kana WHEN I TRY TO SAVE IS SAYS THAT IT CANNOT CREATE (FILE NAME) MAKE SURE THE PATH AND FILE NAME ARE CORRECT zach copy the file somewhere else then edit you need and after that replace the original file. worked for me. Kana hi i'm nel i use this and its ok.. 50-50..just try this.. aiSettings.setNSides 2 aiSettings.overrideMenuSettings 1 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 Ronnel can i ask you??? how can i add more points on single player... its only 200 points..i want to add more at least 600 points... pls. reply... thank you in advance. nel just try this...i know you would like it...ok..? nel @ Ronnel go to (D:\Battle Field2\Battlefield 2\mods\bf2\python\game\gamemodes) and drag gpm_cq.py to notepad, then find this line then change it to # setup ticket system close then save.. note that the amount the number you put in that line gives twice the ticket ratio in game.. hope it helped.. whatsittoya lol! my reply was meant for nel sorry bout that.. whatsittoya Hello Sir.. Thank you.. One more Question sir. How to make a 32 to 64 players map in singleplayer?? Its to small for me.. I want a big with jets and helicopters.. thank you... Ronnel MAY THIS HELP. :) The file will open and it should have text in it looking exactly like what is shown below. Once done. It should look like the below text. echo ****************************************
Now Save. Go CATCH me!! If my way doesn't work, you can try this 64 player mod. It was the easiest way. [FilePlanet.com]> http://download.direct2drive.com/ftp1/082005/bf2sp64_103.exe . . . Go CATCH me!! It keeps on crashing. Somebody help please? 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 Gammau I was making a big mistake fussing with the bots and I got this weird problem. Whenever I choose a mod and a map it gives me the wrong number of bots. For a 32 map sometimes will only show 16 players (with bots included) and in the others for 64-maps only show around 32 bots including myself as a player. How do I fix this? This is getting frustrating. Nick hi iwas wondering if there was a clearer way to explain to me how to get a bigger map everything i do it turns out the same i dont know if im retarded or what its kinda pissing me off the internet sucks here in afghanistan and im waiting for il 2 to get here with my joystick i just want to play the game on a big map thanks. beau REMEMBER!!! Always write the most important line on the first part. aiSettings.overrideMenuSettings 1 and set aiSettings.maxBotsIncludeHumans to 0 It won't work at all unless you do 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 rem aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF Alex if u cant save ur edited notepad check if the file still "read only", right click, propertise and uncheck it raven Does it work with the steam version? because it seems that while i followed all the instructions i STILL can't get it to work and i'm very frustrated...help lol Adrian It works. Now 64 bots are spawning but the map size is still 16.. What to do?? Abhinandan ai eu sei como jogar com 50 bots é assim echo ******************************************************************************** aiSettings.setNSides 2 REM Original AIX bot settings in case you need to copy and paste below REM *** make changes here *** aiSettings.overrideMenuSettings 1 run BotNames.ai aiSettings.setInformationGridDimension 48 run AIPathFinding.ai rem EOF anonymous [Mapa Grande Tamanho 64+Bots] Bem simple, muita gente aqui j� deve saber... mas como estava procurando e vi muitas duvidas resolvi ajudar. Primeiro de tudo !!! v� até HD:\...\EA Games\Battlefield 2\mods\bf2\AI Fa�a um Backup do arquivo "AIDefault" Agora fa�a download disso aqui. Somente usu�rios registrados poder�o ver os links. Nesse arquivo v�o estar 2 arquivos "bf2modify" e "BFSP64_103" 1° se clica BFSP64_103 e aperta Accept e deixa o resto com o programa ps. o objetivo dele é colocar os mapas de tamanho 64 multiplayer para vers�o singleplayer 2° se clica em bf2modify Clica em "Open" e coloca HD:\...\EA Games\Battlefield 2\mods\bf2\AI\AIDefault.ai Seleciona a quantidade de Bots na barrinha superior Depois clica em "Set Bots" ps. Coloque um n° de bots suportaveis com sua m�quina. Agora é s� divers�o.... ================================================== ========== Deu Erro pra jogar online ???? voc� foi kikado qnd entro num servidor ??? Para isso: pra jogar ONLINE vc ter� q desistalar o "BFSP64_103" HD:\...\EA Games\Battlefield 2\mods\bf2\AI Para desistalar o "BFSP64_103" é�s� clicar em "restore" Pronto j� pode jogar Online novamente ================================================== ========== Detalhe, qnd vc acessar seu jogo... colocar singleplayer... nao vai notar diferen�a nenhuma... vai estar igual o nome do mapa... 16 os bots.. até a foto... Bom jogo. [Destravando Armas Para Modo Single Player] Existe um modo de destravar as armas editando o jogo. Abra o arquivo "unlocks.py" que se encontra em "Ea GamesBattlefield 2PythonBf2Stats". Procure a linha 44 do arquivo que diz "defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]". Aletere para "defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]". Agora as armas estar�o destravadas. Na tela de sele��o de armas haver� uma setinha indicando no canto de cada sele��o de armas indicando que voc� pode mudar para a outra arma. Obs:Abra o Arquivo em Bloco de Notas! anonymous Please can anybody help me. I want to play BF2 in SP on 64map size with 63 bots. I tried a LOT of mods even the one witch is linked above. I tried to change the AIDefault.ai but all it does is: SP is still only playable on 16map size but with 63 bots. The big 64maps are still not there. Max http://www.fileplanet.com/156004/download/Battlefield-2---Si . . . aLeck Hranica hye... yo
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control 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
166 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |