How do I do pathfinding in firefly, is there something built in already?

how to do pathfinding
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
no real path calculations logic in FF yet, only the ability to move via a set path of waypoints such as starting at 0,0,0 goto 0,23,0 then to 10,23,5 then to 10,0,3 to 0,0,0 etc
-
Okay, do you have an idea how should i go about doing pathfinding, I need like an RTS pathfinding, the level is flat, so there is no height to take into account. Im not really sure how to translate the 3d coordinates to a 2d.
-
if your level is flat you could use any of the 2d pathing extensions and just transpose them in 3d, alternatively you could setup simple ai in that walk forward towards player or whatever and move based on collisions etc
-
i suggest you look at other fusion path finding. this your job.
-
It all seems a bit fishy to me, but Ill figure it out
thanks for the help.
-
fishy? how so ?
-
I was just joking :), i figured out how to do it.
-
If there isnt any height in your game then just do pathfinding exactly how you would do it in 2D applications(pathfinding extenson, your own implementation of A* etc) and then just replace anything relating to Y, the Y Plane, and Y coordinates, with Z.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!