Witam. Mam 2 pytania:
1. Posiadam grę BF Deluxe Edition 1.41 PL i mam jeden problem a mianowicie przy tworzeniu gry na lanie nie mam trybu gry CO-OP a jedynie SP i Conquest. Co może być powodem?
2. Bawiłem się z plikiem odp. za ilość botów tj. \Battlefield 2\mods\bf2\AI.AIDefault.ai i pozmieniałem jego treść na(25 botów):
Kod:
echo *****************************************************************************************
echo AIDefault.ai ****************************************************************************
echo *****************************************************************************************
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.setMaxNBots 27
rem aiSettings.maxBotsIncludeHumans 0
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 25
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 1.0
run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
Plik orginalny to:
Kod:
echo *****************************************************************************************
echo AIDefault.ai ****************************************************************************
echo *****************************************************************************************
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.setMaxNBots 64
aiSettings.maxBotsIncludeHumans 1
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
rem aiSettings.overrideMenuSettings 1
rem aiSettings.setMaxNBots 32
rem aiSettings.maxBotsIncludeHumans 0
rem aiSettings.setBotSkill 1.0
run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
W efekcie uzyskałem po 13 botów w drużynie lecz ja mam grę od niedawna i jeszcze nie idzie mi za dobrze więc grałem na łatwy, a po zmianie ilości botów zmieniły one swój poziom trudności na b. trudny i nie wiem w czym rzecz, bo przecież edytowałem tylko ich ilość...co zrobić abym miał 25 botów na łatwym poziomie. Dodam iż w grze przy ustawianiu ich trudności mam zaznaczone Łatwy. Pozdrawiam