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:
parent
590471d94c
commit
286e1c8621
10 changed files with 155 additions and 114 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue