Mentrillum / Slender-Fortress-Modified-Versions

A modification of Team Fortress 2 based on the game Slender: The Eight Pages.
GNU General Public License v3.0
33 stars 22 forks source link

Need some help. #81

Closed TheStyleHedgehog closed 2 years ago

TheStyleHedgehog commented 2 years ago

Nav's are not working no matter what I try to do to fix it, any advice?

Mentrillum commented 2 years ago

A few things could happen. 1, you didn't generate the nav mesh. 2, you did generate the nav mesh but it did not generate on the RED side if at all. 3, the nav mesh file is not in the maps folder, not the download/maps. Or 4, the nav mesh file has nothing. If you are upgrading from the original base_boss method to CBaseNPC, chances are the extension might not have loaded properly. But if its the second reason which is highly likely, I recommend looking at the nav mesh commands so you can manually generate a nav mesh on a pre-existing nav mesh, but ensure this is done on a single player server with cheats on. https://developer.valvesoftware.com/wiki/Nav_Mesh_Commands

TheStyleHedgehog commented 2 years ago

Thanks man I'll see what I can do, also I noticed it's mainly on older maps but all maps have at least 1% of it not working with the nav.

TheStyleHedgehog commented 2 years ago

Done the second option, nav still doesn't work. I have no idea what to do.