Solved Turning on/off NavMesh?

Discussion in 'Rust Discussion' started by strike4ce, Aug 5, 2017.

  1. Hi,

    I've been having some issues with ai units not moving, apparently the NavMesh is set to disabled. I was wondering if anyone could point me in the right direction for this setting so that I can enable it?

    Thanks in advance for any help
     
  2. nav_disable "false"
     
  3. so using this for so the animals can roam as they are stuck at the moment doing nothing... This also impacts botspawn plugin, which causes the same problem don't move/attack
    i typed in console, restarted server and didn't work any other suggestions?

    cheers :)
     
  4. You need to add the parameters to your startup bat or launch parameters. Chances are is that your host has disabled them and you need to re-enable the navmesh. What you have done there, is enabled navmesh and then restarted it for it to be reset again. You need to add "nav_disable 0" in your startup, then restart the server.
     
  5. do i add it in serverauto.cfg or ?
     
  6. serverauto.cfg resets frequently, you either need to add it to your existing server.cfg or create a server.cfg and add it there
     
  7. okay so i done:
    new file
    server.cfg
    edit
    enter nav_disable 0
    saved, restarted server and still doesn't work..
     
    Last edited by a moderator: Aug 5, 2017
  8. so I done in console

    server.writecfg
    then
    nav_disable 0
    then again
    server.writecfg
    then restart

    Server restarted loaded back in and still animals won't move

    EDIT: pretty much same as above post

    any ideas?
     
  9. Wulf

    Wulf Community Admin

    The writecfg does not save anything other than users. You need to check your startup script or server.cfg.
     
  10. ok so I couldn't find the files but i looked at the 'server command line' that my server host gives me access to edit via the control panel. i found they added this
    +nav_disable true
    So I have changed that to false (+nav_disable false)

    Now all is working great ninja bears are back in action :)