Bots won't move on custom map?
Posted: Thu Oct 23, 2014 8:35 pm
If you find that bots in your server are failing to move around your custom map it likely means you need to generate a .nav file for them. A .nav file defines the "walkable areas" and is required for AI to properly navigate the map. You can use these simple steps to generate that file.
Additional information on Navigation Meshes is provided on Valve's wiki
- Login to your servers RCON using the "rcon_password mypassword" command
- Type "rcon sv_cheats 1"
- Enter "rcon nav_generate"
Additional information on Navigation Meshes is provided on Valve's wiki