Search found 4 matches: navlib
Searched query: navlib
- Thu May 14, 2020 9:11 pm
- Forum: Plugin Development Support
- Topic: Teleport a certain distance in players view direction without destination in wall
- Replies: 8
- Views: 12981
Re: Teleport a certain distance in players view direction without destination in wall
... With NAV file I don't know how to properly check the z-coordinate, also kind of complicated. https://forums.sourcepython.com/search.php?keywords=navlib
- Sat Nov 05, 2016 3:00 pm
- Forum: Plugin Development Support
- Topic: Nav mesh functions
- Replies: 10
- Views: 15620
Re: Nav mesh functions
I was interested by this quite a bit, so I went digging myself :P Enjoy! https://code.google.com/archive/p/sourcelibs/source/default/source from navlib import NAV nav_data = NAV(<path to nav file>) Woo, thanks for unearthing this! I see a couple bits of Python 2 code that I'll have to ...
- Sat Nov 05, 2016 12:42 am
- Forum: Plugin Development Support
- Topic: Nav mesh functions
- Replies: 10
- Views: 15620
Re: Nav mesh functions
I was interested by this quite a bit, so I went digging myself :P
Enjoy! https://code.google.com/archive/p/sourcelibs/source/default/source
Enjoy! https://code.google.com/archive/p/sourcelibs/source/default/source
Syntax: Select all
from navlib import NAV
nav_data = NAV(<path to nav file>)
- Sat Nov 05, 2016 12:27 am
- Forum: Plugin Development Support
- Topic: Nav mesh functions
- Replies: 10
- Views: 15620
Re: Nav mesh functions
... repo so we can label it as feature request but I doubt we will get into it anytime soon. As a side note, Ojii wrote a python library named "navlib" back in 2008-2009 for EventScripts. Seems like he removed all download links from his site web but I'm sure you can find a way to contact ...