Posted By
Message
Johnny Look One Happy DudeRegistered 14/05/2006
Points 2942
15th May, 2006 at 19:07:57 -
Dudes, I need help to make a decent pathfinding system with The Games Factory, plz help !
I made one but it's kinda useless...
n/a
Matt Boothman The Nissan Micra of forum membersRegistered 20/09/2002
Points 109
15th May, 2006 at 19:10:23 -
A bit more info would be needed - like what view does the game have. Top-down, side-scroller? Search the articles for pathfinding, I'm sure you'll find some useful stuff.
http://soundcloud.com/normbo - Listen to my music.
Johnny Look One Happy DudeRegistered 14/05/2006
Points 2942
17th May, 2006 at 20:11:25 -
Sorry, I'm talking about a pathfinding system for a top-down view game.
n/a
Willy C
Registered 14/02/2004
Points 1524
17th May, 2006 at 20:25:47 -
http://home.broadpark.no/~krhannev/enemya~1.zip
http://www.robocaptain.com
Knudde (Shab) Administrator
Crazy?
Registered 31/01/2003
Points 5125
17th May, 2006 at 21:17:21 -
Making waypoints is your best option for TGF powered games, just because only having 3 values per object limits you seriously.
I have an AI I was working on for a top view game that does waypoint patrol smartly, let me know if you want to take a look. (The code is somewhat advanced though, so if you're new, you'll probably not understand it).
Craps, I'm an old man!
Johnny Look One Happy DudeRegistered 14/05/2006
Points 2942
18th May, 2006 at 18:53:01 -
I would be very interested !
I use TGF since 2 years ago so I won't have problems, probably...
edit** Willy Wanker, the code don't work, it asks for a file called "gfdirect.GOX", anyway thanks ! Edited by the Author.
n/a
Knudde (Shab) Administrator
Crazy?
Registered 31/01/2003
Points 5125
18th May, 2006 at 18:58:05 -
it's early still, but it'll give you the basis of waypoints.
<a href="http://www.ectoprods.com/Shab/Examples/newoverheadshot.gam">Example</a>
You'll probably need an explaination of the events, as some of them are a tad confusing. Just PM me or post here with any questions.
For clubby (Error tracking purposes)
http://www.ectoprods.com/Shab/Examples/newoverheadshot.gam Edited by the Author.
Craps, I'm an old man!
Willy C
Registered 14/02/2004
Points 1524
18th May, 2006 at 19:02:38 -
"Willy Wanker, the code don't work, it asks for a file called "gfdirect.GOX", anyway thanks !"
... you need an extension called "gfdirect.GOX"
get it here: http://www.clickteam.info/extensions/extview.php?id=185
http://www.robocaptain.com
Johnny Look One Happy DudeRegistered 14/05/2006
Points 2942
18th May, 2006 at 19:12:05 -
Thanks both of you !
I'll see that...
n/a