Game Development Community

Pathfinding tutorial using torque script ?

by Juggernaut · in Torque 3D Beginner · 11/27/2012 (11:27 am) · 4 replies

Hello,

How do I achieve pathfinding using torque-script ?

Where is the of official tutorial on pathfinding in Torque3D ?

Thanks,

#1
11/27/2012 (12:32 pm)
Torque 3D does not have a pathfinding system, so there is no pathfinding tutorial. There are many ways to handle pathfinding - you could look at Daniel's Recast resource for starters, though (http://www.garagegames.com/community/resources/view/21392).

Note that this goes beyond just script - it requires source modification.
#2
11/27/2012 (12:48 pm)
There is a script-only resource I believe. Try doing some searches for A* pathfinding on the resource page.
#3
11/27/2012 (1:34 pm)
This tutorial isn't specific to Torque, but is a great introduction to how A* pathfinding works.
#4
12/07/2012 (3:00 am)
Thank you guys.