innospower 0 Melden Teilen Geschrieben 6. Mai 2006 Hi kann mir jemand sagen wie ich in dieser coop mod den schwierigkeitsgrad verändern kann ... es ist anscheindet auf sehr schwer ... aber damit komm ich noch nicht klar .... Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
funakistyle 0 Melden Teilen Geschrieben 6. Mai 2006 die musst du per hand ändern...gehe dazu folgendermaßen vor: * gehe in folgenden Ordner: Battlefield 2\mods\Mercs\AI * öffne die AIDefault mit einem Texteditor, nun erscheint folgendes 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 * jetzt musst du diese ganzen Sachen damit ersetzen 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 aiSettings.setMaxNBots 22 aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill 0.7 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF * danach im Texteditor die AIDefault abspeichern * im oben Rot markierten Bereich kannst du nun die Botanzahl und die Schwierigkeit verändern * für die Schwierigkeit musst du einen anderen Wert in folgender Zeile Nehmen aiSettings.setBotSkill nehmen * der Wert 0.7 entspricht 70% Botskill, 1.0 sind folglich 100%, wenn du es jetzt leichter haben willst musst du den Wert verkleinern (0.4 = 40% usw.) * nach dem du alles erledigt hast nochmal abspeichern und fertig Hinweis: Bei aiSettings.setMaxNBots kannst du die Bot Anzahl ändern, bei mir sind es 22, wenn du weniger haben möchtest, nimm ne kleinere Zahl Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...