Difference between revisions of "Modular Pathfinding Kit"
Jump to navigation
Jump to search
(Created page with "There is a lot of options for how to create pathfinding creatures. It’s best to start by having an idea of what you want to create, either a real world analogue like a horse or…") |
|||
Line 9: | Line 9: | ||
This guide has two paths: | This guide has two paths: | ||
# | # [[Quick Reference|Modular Pathfinding Quick Reference]] - a quick guide | ||
# | # [[Detailed Guide|Modular Pathfinding Detailed Guide]] - a through look at pathfinding scripting theory |
Revision as of 10:41, 1 July 2012
There is a lot of options for how to create pathfinding creatures. It’s best to start by having an idea of what you want to create, either a real world analogue like a horse or a dog, or something mythical such as a ghost or fairy.
things that don’t work (at present)
- underwater (free movement)
- free aerial movement
- anything else?
This guide has two paths:
- Modular Pathfinding Quick Reference - a quick guide
- Modular Pathfinding Detailed Guide - a through look at pathfinding scripting theory