Don't force crouch for bots when reloading#1679
Merged
sunzenshen merged 1 commit intoNeotokyoRebuild:masterfrom Feb 14, 2026
Merged
Don't force crouch for bots when reloading#1679sunzenshen merged 1 commit intoNeotokyoRebuild:masterfrom
sunzenshen merged 1 commit intoNeotokyoRebuild:masterfrom
Conversation
Don't force crouch anymore when reloading because: - The Juggernaut was always crouching, because their weapon uses 0 primary ammo to indicate a completely cool state for the heat based weapon. - When retreating, it may be more important to be fast than than to be small, so crouching is now disabled in favor of walking/sprinting which are faster than crouch walking.
Contributor
Author
|
Regarding: "The Juggernaut was always crouching, because their weapon uses 0 primary ammo to indicate a completely cool state for the heat based weapon." I realize the PR as is partly papering over the issue of how the juggernaut bot may be attempting to reload all the time, but the crouching (when reloading) behavior was the more obvious behavior. For sake of keeping this PR small, I think it's fine to ignore the bots thinking the BALC is empty, as the existing special case for NEO_WEP_BALC in CNEOBotMainAction::FireWeaponAtEnemy allows the bot to continue firing the weapon even if the other code considers the weapon empty/low. |
Rainyan
approved these changes
Feb 14, 2026
Masterkatze
approved these changes
Feb 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Don't force crouch anymore when reloading because:
Toolchain