.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Bot Coding (http://forums.bots-united.com/forumdisplay.php?f=24)
-   -   Navmesh tutorial (http://forums.bots-united.com/showthread.php?t=215)

Pierre-Marie Baty 05-01-2004 15:00

Navmesh tutorial
 
I recall this has not been posted anywhere else but at botman's which is now unfortunately shutdown (although moved to a new home).

So here's the URL for my navmesh tutorial, on how to implement an efficient navmesh for the navigation of your FPS bot:
http://racc.bots-united.com/tutorial-navmesh.html

Simple to read, and hopefully funny even! :P

Enjoy!

Rick 05-01-2004 15:22

Re: Navmesh tutorial
 
hmm link is down :\

stupid question: will this kind of navagation usefull for a game where you can (and mostly do) fly. :|

koraX 05-01-2004 18:31

Re: Navmesh tutorial
 
yep link is down

correct link is : http://racc.bots-united.com/tutorial-navmesh.html

I think that navmeshes can be good even in game where you fly most of time.
IMVHO Navmeshes will make 'envelopes' of your obstacles and your algorithm will be using them to avoid those ostacles.

Pierre-Marie Baty 05-01-2004 22:31

Re: Navmesh tutorial
 
You would need to adapt the code of the navmesh to consider not "walkable faces" but "flyable zones". In that case you can't use right away the polygons from the BSP file, you need to "space-fill" the map space with parallelepipedic volumes yourself. Really difficult, but perhaps worthy of consideration. It's not impossible. The Quake III Arena bot uses a similar thing: the "Area Awareness System". Look for it on the net, there is a PDF file somewhere.

Rick 06-01-2004 19:20

Re: Navmesh tutorial
 
hmm ok thanx


All times are GMT +2. The time now is 03:30.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.