سلام.من يه سوال دارم:
تو حالت تك نفره بازي ميشه تعداد بازي كنان مجازي رو(همون بات ها)زياد كرد؟مثلا 32 به 32 بازي كنيم.لطفا لينك دانلود نسخه هاي جديدو نديد!
سلام اره میشه فقط برو به ادرس Battlefield \mods\bf\AI و فایل AIDefault رو باز کن و کدهای موجود رو پاک کن و کد زیر رو در اون کپی کن.
.gif)
البته به جز 3خط اول.ببین میتونی به جای 29 هر عددی دلت حواست بزاری.29 یعنی 2 گروه 15 نفره.
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
REM aiSettings.setMaxNBots 29
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
aiSettings.setMaxNBots 29
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.4
run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF