Move bot recon superjump from TacticalMonitor to MainAction#1783
Open
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Open
Move bot recon superjump from TacticalMonitor to MainAction#1783sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Conversation
Contributor
Author
|
Before and after footage, though sometimes the behavior is tricky to trigger, especially if one accidentally triggers the behavior too early, such as by setting a nearby waypoint that exceeds the jump distance threshold, or when ordering the bots to follow: bot-recon-superjump-any-scenario.mp4The following console commands may be helpful for testing: (I've been debating whether to increase neo_bot_recon_superjump_min_dist to reduce the occurrence of wasted nearby superjumps. Too large a value and the bots will not superjump to avoid quick reaction time scenarios like grenades, and too little the bots will jump too much for suboptimal situations.) |
AdamTadeusz
approved these changes
Mar 7, 2026
979b38c to
3ea1d75
Compare
3ea1d75 to
17250c5
Compare
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
Before, the decision for a recon jump was tied up with the single threaded execution of CNEOTacticalMonitor. That meant that when the bots were occupied with any other behavior associated with TacticalMonitor such as retreating to cover or avoiding grenades, the bots would not consider super jumping. By moving the implementation to CNEOBotMainAction, the Recon bots will always consider super jump no matter what scenario or tactical monitor behavior the bots are currently engaging in.
Toolchain