-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes and Improvements #100
Comments
@4512369781 That is an impressive list of modifications! If time allows, I may put this on my test server and try it out. |
Thanks man. That is a lot of stuff, it'll take some time to test. |
I spawned infected near the bots and found that they would randomly stop shooting, which reminded me of someone said bots just watched and didn't shoot to save him from charger. Finally, I sure that this bug is happen when "manual attack" is keep working, and the bots will not shoot again until there are no infected around and "manual attack" stops. So I adjust the way to set "m_isHoldingFireButton" to fix this problem. |
Oh ok thanks. |
I did not have enough time to do a proper test, so this is just feedback on my quick testing after adding your file to the VPK. I did not notice any functional difference. I did not notice any situations where the bots stop shooting, but I have occasionally noticed this in the past. However, I found that was mostly, but not entirely, due to a conflict with a SourceMod plugin (Survivor Bot AI Improver). This setting in particular: // Makes survivor bots force attack pinned survivor's SI if possible. <0: Disabled, 1: Shoot at attacker, 2: Shove the attacker if close enough. Add numbers together.> When set to to 2 or 3 they would sometimes do nothing (or try shoving Chargers), so I set it to 1 (always shoot SI with pinned survivor) and it mostly resolved that issue. With that said, I believe the "no shooting" problem happens mostly with tanks. The bot has a weapon with ammo, but they will sometimes stop shooting and equip their melee weapon (but not attack with it). The bots will often just stand still (hide) when the tank is not visible, even if the tank is nearby and attacking a survivor, like around a corner... they will not seek out the tank to attack it. For proper testing I would need to disable all of my SourceMod plugins to ensure there are no issues being caused due to conflicts. However, I will be traveling a LOT this month and will not be able to do any further testing. I will check back after the holidays to see what the current status is. Thanks to everyone that has created or contributed improvements to this project! |
@smilz0 Expert At higher difficulties, common infected are more dangerous, so I set it farther away. |
@Mystik-Spiral |
@smilz0 |
This is very nice, especially the smoother aim. Good job man. |
Glad you like it! |
Made some fixes to "manual attack", mainly to fix the issue with bots not fire, added some new settings, and some other tweaks.
update: fixandimprove_new2.zip
The text was updated successfully, but these errors were encountered: