Commands to enhance cs2 server features of Counter-Strike game
nav_test_bfs_lattice_dist_2
Sets the second distance parameter for performing a breadth-first search (BFS) on the CS2 navigation mesh lattice. Useful for debugging pathfinding and map connectivity.
nav_test_bfs_lattice_hex
Runs a test that searches a hexagonal lattice pattern across the navigation mesh to help troubleshoot or verify the game's pathfinding on the server.
nav_test_bfs_lattice_spacing_0
Changes the spacing between points in the BFS lattice used for testing navigation meshes. Useful for debugging and optimizing pathfinding.
nav_test_bfs_lattice_spacing_2
Adjusts the spacing between points in the navigation mesh lattice used for BFS testing.
nav_test_bfs_simple
Toggles a simple breadth-first search (BFS) debugging mode for the navigation mesh system in Counter-Strike 2.
nav_test_boundary_zone_circle
Enables or disables the navigation boundary zone circle for testing navigation meshes in Counter-Strike 2.
nav_test_boundary_zone_grid_dim
Sets the size of the grid used for navigation testing zones, helping debug bot pathfinding on the map.
nav_test_boundary_zone_path
Toggles visualization of navigation paths at zone boundaries to help troubleshoot and improve navigation mesh behavior.
nav_test_boundary_zone_rays_margin
Sets the margin used when testing boundary zones with rays in navigation mesh analysis.
nav_test_boundary_zone_rays_random
Toggles random testing of boundary zone rays within navigation meshes to help debug bot navigation.