ineedbots / iw3_bot_warfare

The Bot Warfare mod for CoD4
https://www.moddb.com/mods/bot-warfare
48 stars 7 forks source link

The bot is op and have no recoil #7

Open syaifulnizamyahya opened 3 years ago

syaifulnizamyahya commented 3 years ago

is there a way to fix this?

exeLocates commented 1 year ago

go into _bot_script.gsc search file for "switch ( self.pers["bots"]["skill"]["base"] )"

depending on what _bot.gsc bots_skill dvar is default to (eg 7 being op af) find case "7" of the switch statement then lower each skill to a level more of your liking and test in game, refer to _bot.gsc added() method for each skills exact meaning via comments.