1. Wulf

    Wulf Community Admin

    It is a third-party extension which you can find under the Extensions section.
     
  2. How to remove AI? Thank you!
     
  3. Wulf

    Wulf Community Admin

    These settings handle navmesh generation, which do not remove AI but instead tweak when/how it generates navigation for AI.
     
  4. I also have the problem of animals not working.
    I can adjust nav_disable and nav_wait cvars in my server after todays patch but the animals don't move regardless of what they are set to.

    Can someone talk me through the process of setting the cvars correctly including any restarts etc that may be required so I can have some AI that doesnt stand there getting hammered by people with bone clubs?

    Cheers.
     
  5. Wulf

    Wulf Community Admin

    That doesn't sound like a topic for this thread. ;)

    If you haven't touched these settings, they wouldn't be the cause of your issue.
     
  6. Ah my mistake, misplaced post.
     
  7. thank you
     
  8. Added nav_wait cvar (default true)
    Added nav_disable cvar (default false)
    if disable (false) this cvars, the load of navmesh on server start without percentages and high cpu? or it's really fix after next updates?
     
  9. Code:
    Added nav_wait cvar (default true)
    Added nav_disable cvar (default false)
    Do I just put these into my server.cfg and start the server like always?
    Which option is correct (true or false?) to stop the server from loading so long at startups?

    Thanks in advance
     
  10. Wulf

    Wulf Community Admin

    nav_disable true
    nav_wait false

    What I currently use ^
     
  11. how can i cancel UpdateNavMesh when i start the server because it is slow and i cant wait i can start it after when iwant and cancel it when i want pls help thanks.
     

    Attached Files:

    Last edited by a moderator: Apr 25, 2017
  12. Wulf

    Wulf Community Admin

    Please see the previous replies in this thread.
     
  13. but if icancel how do i return it back to update after week?
     
  14. Wulf

    Wulf Community Admin

    Delete the settings you changed.
     
  15. i did this nav_disable true
    nav_wait false

    and still doing updatenavmesh after restart wtf???
     
  16. Wulf

    Wulf Community Admin

    And where did you add those?
     
  17. on the cmd of the server and its said that is worked
    [DOUBLEPOST=1493098177][/DOUBLEPOST]
    HELP?
     

    Attached Files:

    • s.png
      s.png
      File size:
      61.4 KB
      Views:
      35
  18. Wulf

    Wulf Community Admin

    Add it to server.cfg, not as a console command.
     
  19. Where is it?
    i have serverauto.cfg...
     
    Last edited by a moderator: Apr 25, 2017
  20. Wulf

    Wulf Community Admin

    Same location as serverauto, just create it.