silhouett Posted July 20, 2014 Share Posted July 20, 2014 I am working on a mod in which I added navmesh leading through an open area. I want to be able to toggle via script whether or not an NPC thinks they can use that path or area. Is there a way I could place something on the path that when enabled NPC's wont bother trying so then don't look stupid running against a blockage. The reason for this is sometimes the corridor either from Skyrim or DLC will show up and attempt to reach the player. I want the player to be unreachable by some method in this spot that can be turned on or off by maybe disable or enable or something similar. Any Idea's would be cool Thank YOU Link to comment Share on other sites More sharing options...
DDProductions83 Posted July 20, 2014 Share Posted July 20, 2014 Question is do you want the player to be able to walk through it?Because you could concievable make a invisible door and make is MAAAASIVE and then have a script set it to open/close and closed it gets locked and most ai packages take account of locked doors lolBut I think that may only be to interiors IDK The navmesh is outside of normal scripting bounds so gl Link to comment Share on other sites More sharing options...
WikusVanDerMerwe Posted July 22, 2014 Share Posted July 22, 2014 Navmesh, something horrible :P Link to comment Share on other sites More sharing options...
DDProductions83 Posted July 22, 2014 Share Posted July 22, 2014 Ya have you seen the navmesh in cryengine, updates dynamically amg its like a whole other world! Link to comment Share on other sites More sharing options...
silhouett Posted July 22, 2014 Author Share Posted July 22, 2014 (edited) Darren83 Thanks I ended up altering a door's nif file to make the door permanently a new door that is invisible. If I make it inaccessible but toggle it enabled or disabled it works fine.I tried keeping it a locked door but those courier types seem relentless in delivering a message . I had to position the door at a distance from the player as well or they teleportto behind the player and say their deal or they try to talk to you through the door. It always bothered me they come up when your sneaking, invisible, etc as if they sensed where you were and heck none of those guys your hiding from will notice. :smile: Edited July 22, 2014 by silhouett Link to comment Share on other sites More sharing options...
Recommended Posts