Jump to content

Recommended Posts

Posted

I have a large room and at certain points, enemies are not supposed to cross through the middle of the room, so I'm trying to find a way to disable a part of the navmesh or create a barrier that the player can run through, but the enemies cannot. I read that a collision box cuts the navmesh at any point it intersects with the navmesh, but I tried to do that and have the collision box very small and low to the ground so the player can run over it, but the enemies don't seem to have their navmesh cut. they just walk over the box like any other terrain. So is there anyway to disable a piece of navmesh?

Posted

I haven't done much navmeshing, but can't you simply delete any part of the navmesh in the CK?

Posted

I'm pretty sure the player does not need navmesh to move around. Navmesh is for AI-controlled entities such as NPCs, so if you don't want enemies to enter an area, just don't navmesh it. You can delete triangles by just selecting them (they go green) and pressing the delete key.

  • 2 weeks later...
Posted (edited)

http://geck.bethsoft.com/index.php/Bethsoft_Tutorial_Navmesh

 

might provide some insight how to go about it.

 

I was trying out the very same thing recently for an FNV interior cell and came to the conclusion that the method might be applicable only to navmesh in exterior cells. Because there was just no way to finalise two sets of navmesh within the same interior cell. Could be wrong ofc, and played around with it for just a couple hours before throwing my hands up in frustration.

 

Other thing I found, the above technique actually deleted the original navmesh. : / Like I said, maybe I was just doing it all wrong *shrug* hopefully, some expert navmesher will be able to shed more light.

 

You could also try with navcuts. edit: what you did with the collision boxes is correct but you also need to double click on the box and select L_NAVCUT from the dropdown box for it to work.

Edited by nonoodles
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...