CS2 Console Commands

Below is CSDB's searchable list of all CS2 console commands. Each command in our database has in-depth insights on each command, with help and argument details. Click (Command Details) to view each specific command in more detail.

nav_pathfind_draw

CS2 Only

Command

nav_pathfind_draw

<0 / 1>

Toggle real-time visualization of the Navigation Mesh pathfinding process. Use this primarily to debug and improve AI movement.

Command Details

nav_pathfind_draw_blocked

CS2 Only

Command

nav_pathfind_draw_blocked

<0 / 1>

Toggles the display of blocked areas in the bot navigation mesh, helping you see where AI cannot path.

Command Details

nav_pathfind_draw_costs

CS2 Only

Command

nav_pathfind_draw_costs

<0 / 1>

Toggle the display of AI pathfinding costs on the navigation mesh. When enabled, it shows travel cost details that bots use for navigation across the map.

Command Details

nav_pathfind_draw_fail

CS2 Only

Command

nav_pathfind_draw_fail

<0 / 1>

Marks areas in the navigation mesh where AI pathfinding failed, helping developers spot and fix bot navigation problems.

Command Details

nav_pathfind_draw_total_costs

CS2 Only

Command

nav_pathfind_draw_total_costs

<0 / 1>

Toggles the display of total pathfinding costs on the navigation mesh to help developers and map makers debug bot movement.

Command Details

nav_pathfind_inadmissable_heuristic_factor

CS2 Only

Command

nav_pathfind_inadmissable_heuristic_factor

<Inadmissible Heuristic Factor>

Adjusts the multiplier for the inadmissible heuristic used in AI pathfinding, affecting how the AI calculates navigation paths in CS2.

Command Details

nav_pathfind_multithread

CS2 Only

Command

nav_pathfind_multithread

<0 / 1>

Enables or disables multithreaded pathfinding to improve navigation calculation performance on multi-core systems.

Command Details

nav_path_fixup_climb_up_segments

CS2 Only

Command

nav_path_fixup_climb_up_segments

<0 / 1>

Toggles automatic addition of climbing segments in navigation paths to help AI properly navigate climbable areas.

Command Details

nav_path_fixup_gap_segments

CS2 Only

Command

nav_path_fixup_gap_segments

<0 / 1>

Adjust how the navigation path handles gap segments. Use this command to enable or disable fixing gaps in AI pathfinding, useful for debugging or tuning navigation on the server.

Command Details

nav_path_jump_process_debug

CS2 Only

Command

nav_path_jump_process_debug

<0 / 1>

Toggle debugging for navigation path calculations involving jumps, helping you visualize and troubleshoot jump connections in the navigation mesh.

Command Details