Navmesh Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GonnarMon

    #1

    Navmesh Question

    Is it possible to only navmesh infantry rather than infantry/vehicles both? I dont want to purchase maya for $400 or more. Because my map is infantry based (no vehicles) and my vehicle navmesh has too many islands, but my infantry navmesh I have 1 island. Which is suppost to be playable.

    Any help will be greatly appreciated.
  • xstax981

    #2
    Re: Navmesh Question

    Yes, open the navMeshControl.py file, and find this line:

    Code:
    	# Perform opt-steps
    	modes = [ "Infantry", "Vehicle"];
    Take out "Vehicle".

    Comment

    • GonnarMon

      #3
      Re: Navmesh Question

      Hell Yeah! Thanks Man!

      I actually figured it out on my own by completing the Fixnavmesh and deleting the vehicles.qtr/clb in the AIPathfinding Folder.

      Thanks Again

      Comment

      Working...