smilz0 / Left4Bots

Improvements for the L4D2 survivor bots
https://steamcommunity.com/sharedfiles/filedetails/?id=3022416274
34 stars 4 forks source link

Bots get stuck replenishing ammo with "t3_ammo_bots = 0" #70

Closed BezimiennyTheBotWhisperer closed 7 months ago

BezimiennyTheBotWhisperer commented 9 months ago

As the title says, bots get stuck while getting more ammo from ammo piles with tier 3 weapons when you set "t3_ammo_bots" to 0.

Fixed by adding tier 3 checks to "Left4Bots.AIFuncs.BotUpdatePickupToSearch" t3_ammo_bots_check.zip

smilz0 commented 9 months ago

Thanks man. I totally overlooked that setting in my tests.

smilz0 commented 7 months ago

Fixed. Thank you again.