"rem" means: don't use this...
so look at this modified one (i made extreme numbers to make sure you'll see the difference):
echo ********************************************************************************
********
echo AIDefault.ai ****************************************************************************
echo ********************************************************************************
********
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
rem aiSettings.setMaxNBots 64
rem aiSettings.maxBotsIncludeHumans 1
rem aiSettings.setBotSkill 0.4
rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above.
rem Note that this is totaly unsupported, it will affect your system's performance
rem and may even crash your game. That being said, you will most likely be able to run a lot
rem more bots than 15 on your system.
rem Example for 32 bot game with expert bots
aiSettings.overrideMenuSettings 1
<- no "rem"aiSettings.setMaxNBots 2500
<- no "rem"aiSettings.maxBotsIncludeHumans 1
<- no "rem" - 2499 Bots and you01, 2500 Bots and you=0aiSettings.setBotSkill 1.0
<- no "rem" - highest possible is 1.0, lowest 0.1run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
hth
for future questions look here first
http://battlefieldsingleplayer.planetbattl...?showtopic=3768