Commands to enhance cs2 server features of Counter-Strike game
nav_path_optimize_portals
Improves bot navigation by optimizing portals within the navigation mesh, enabling smoother and more efficient pathfinding on complex maps.
nav_path_optimizer_debug
Toggle debug mode for the navigation path optimizer to help analyze AI pathfinding.
nav_path_record_enable
Turns on or off navigation path recording, used to help improve AI and bot pathfinding on navigation meshes.
nav_select_allow_blocked
Allows selecting areas marked as blocked when editing the navigation mesh.
nav_select_area_id
Select a specific navigation area in the game by its ID. Useful for debugging and editing the navigation mesh.
nav_select_block_id
Selects a navigation mesh block by its ID, useful for map design and debugging navigation paths.
nav_select_hull
Limits navigation mesh area selection to those that fit the specified hull size. This helps level designers and developers test pathfinding for different entity sizes.
nav_select_with_attribute
Select navigation areas on the game map that have a specific attribute. Useful for map developers and debugging.
nav_show_area_info_font_size
Sets the font size of the area information shown when using the 'nav_show_area_info' command in CS2. Use -1 to revert to the default font size.
nav_smooth_calc_z
Enables or disables smoothing of Z-axis values in navigation mesh calculations to improve pathfinding accuracy on uneven terrain.