Add More Bots
A lot of BF2142 players want more bots—16 just isn’t enough! Modern PCs can easily handle 64+ bots for a much more immersive experience. If you love bot grinding, you’re in good company. Here’s how to increase the number of bots in your game.
Preparations
Do you know where your game directory is? It’s the folder with
BF2142.exe
and yourmods
— by default, usually atC:\Program Files (x86)\Electronic Arts\Battlefield 2142
.If you want the changes for vanilla BF2142, edit the file in
\mods\bf2142
. For a specific mod, edit the file in that mod’s folder instead.You’ll be editing the
\mods\...\AI\AIDefault.ai
file, so it’s smart to make a backup first — just copy the file and add something like_o
to the filename. []
Procedures
Inside the AI
folder, open AIDefault.ai
with a text editor.
Look for the line aiSettings.setMaxNBots 16
near the top of the file.
Change the number to however many bots you want — for example, aiSettings.setMaxNBots 32
for 32 bots.
Keep in mind that []
Make sure to set aiSettings.maxBotsIncludeHumans
to 0. []
Put aiSettings.overrideMenuSettings 1
before the line with aiSettings.maxBotsIncludeHumans 0
. []
Your file should look something like this around lines 9–12:
aiSettings.overrideMenuSettings 1
aiSettings.maxBotsIncludeHumans 0
aiSettings.setMaxNBots 32
aiSettings.setBotSkill 1.0
You can also adjust the bot skill — set aiSettings.setBotSkill
to any value between 0 and 1 (higher means tougher bots).
If you want to allow more AI-controlled weapons like UAVs, sentry guns, and drones on the map, set aiSettings.setMaxNAutoControllers
to a higher value.
The default is 64, which is usually enough, but you can safely increase it to over 100 if needed.
Once you’re done, just save your changes!
If you’re unable to save your changes, try dragging the .ai
file to your Desktop, make your edits there, and then drag it back when you’re done.
Remarks
When you launch the game and select a map, it might still show 16 bots — but if you’ve edited the file correctly, you’ll get the numbers right.
Everything is case sensitive — spelling mistakes or wrong capitalization can crash the game!
If you host a server with this tweak, your server will have more bots, and players who join won’t need to change anything.
If it doesn’t work after editing, try copying the default content below into your
AIDefault.ai
file, then start all over again from step 1.
Acknowledgements
Special thanks to:
asdasdadsdasdasdasda for sharing details on how to change bot counts @ How To Change The Singleplayer Bot Count
Last updated
Was this helpful?