bot: perform a seek cover search mission to avoid infected creatures. (#707)

bot: perform a seek cover search mission to avoid infected creatures.
nav: several changes in controlling the terrain.
This commit is contained in:
commandcobra7 2025-08-06 15:44:07 +03:00 committed by GitHub
commit 286e1c8621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 155 additions and 114 deletions

View file

@ -305,6 +305,13 @@ yb_use_engine_pvs_check "0"
//
yb_use_hitbox_enemy_targeting "0"
//
// Bots will consider glass when deciding to shoot enemies. Required for very special maps only.
// ---
// Default: "0", Min: "0", Max: "1"
//
yb_aim_trace_consider_glass "0"
//
// Binds specified key for opening bots menu.
// ---
@ -777,9 +784,9 @@ yb_random_knife_attacks "1"
//
// Maximum number for path length, to predict the enemy.
// ---
// Default: "25", Min: "15", Max: "256"
// Default: "22", Min: "15", Max: "256"
//
yb_max_nodes_for_predict "25"
yb_max_nodes_for_predict "22"
//
// Enables or disables extra hard difficulty for bots.