bloomingdedalus Posted January 4, 2013 Share Posted January 4, 2013 (edited) I've made a drawbridge that covers a staircase (not exactly, but the analogy works well enough. When the drawbridge is up, you can go down the staircase, when the drawbridge is down, you can only go across the bridge. How do I navmesh this? Say I have a single navmesh edge parallel with the end of the drawbridge. If I connect a mesh to this that goes across the drawbridge AND I connect a mesh to it immediately below that that goes down the staircase, is the game smart enough in real time to figure this out? Edited January 4, 2013 by bloomingdedalus Link to comment Share on other sites More sharing options...
bloomingdedalus Posted January 4, 2013 Author Share Posted January 4, 2013 I've made a drawbridge that covers a staircase (not exactly, but the analogy works well enough. When the drawbridge is up, you can go down the staircase, when the drawbridge is down, you can only go across the bridge. How do I navmesh this? Say I have a single navmesh edge parallel with the end of the drawbridge. If I connect a mesh to this that goes across the drawbridge AND I connect a mesh to it immediately below that that goes down the staircase, is the game smart enough in real time to figure this out? EEEK! It's even worse than I thought, even with drawbridge up, enemies just jump off into a void of death. In Oblivion you could link nav points to activated objects like drawbridges... what do I do? Link to comment Share on other sites More sharing options...
Hangman4358 Posted January 4, 2013 Share Posted January 4, 2013 There really is no way to nav mesh it. The only thing so do is block both sides off when the bridge is up. NPCs are idiots. There is a lot of stuff the player can do that the NPC cant Link to comment Share on other sites More sharing options...
Recommended Posts