Bot behavior cleanup re: recon superjump#1899
Open
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Open
Bot behavior cleanup re: recon superjump#1899sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
Conversation
sunzenshen
commented
Mar 28, 2026
| ConVar neo_bot_allow_retreat( "neo_bot_allow_retreat", "1", FCVAR_CHEAT, "If zero, bots will not attempt to retreat if they are are in a bad situation." ); | ||
|
|
||
| ConVar neo_bot_recon_superjump_min_dist( "neo_bot_recon_superjump_min_dist", "1000", FCVAR_NONE, | ||
| ConVar neo_bot_recon_superjump_min_dist( "neo_bot_recon_superjump_min_dist", "4096", FCVAR_NONE, |
Contributor
Author
There was a problem hiding this comment.
Arrived at this number testing around with a bunch of recon bots in the first Jinrai spawn of Ballistrade:
bot_class 0;
sv_neo_preround_freeze_time 2; mp_chattime 2;
sv_neo_bot_cmdr_enable 1;
sv_neo_bot_cmdr_debug_pause_uncommanded 1;
neo_ctg_round_timelimit 99;
neo_bot_recon_superjump_min_accuracy 0.96;
neo_bot_recon_superjump_min_dist 4096;
Pretty much just doubled the values until the choice to superjump felt a bit less wasteful while still being responsive, but open to other suggestions.
Rainyan
approved these changes
Mar 29, 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
Address remaining feedback items from #1783
Toolchain
Linked Issues