Skip to content

Bot behavior cleanup re: recon superjump#1899

Open
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
sunzenshen:bot-behavior-cleanup-re-recon-superjump
Open

Bot behavior cleanup re: recon superjump#1899
sunzenshen wants to merge 1 commit intoNeotokyoRebuild:masterfrom
sunzenshen:bot-behavior-cleanup-re-recon-superjump

Conversation

@sunzenshen
Copy link
Copy Markdown
Contributor

Description

Address remaining feedback items from #1783

Toolchain

  • Windows MSVC VS2022

Linked Issues

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,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@sunzenshen sunzenshen added the Bots Related to bot players label Mar 28, 2026
@Rainyan Rainyan requested a review from a team March 29, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bots Related to bot players

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants