This maybe long winded but i wanted to be very specific.
Ok so I am looking at pathfind and point and click movement. I have been looking over the various path finding prebuilds like A* and Pandasteer. My problem is that A* isnt going to work for the style game im building. Pandasteer looks lie it would work great it has a few issues with its pathfinding, but ive already solved a few (Like the actor getting lost in the forest). And it has a built in point and click system!! My problem here is that I tried to use this in my game and it dosnt appear to like geomip terrain. It likes its terrain system which I am trying not to use as my terrain is already linked to alot.
Now that you know the background lets get to the real question and info part.
I need pathfinding with point and click from what I can tell, waypoint pathfinding would be best. I have managed to get the coodindates of where my mouse clicks on the terrain but now I need to move the character while avoiding obsticles (that have yet to be put in place). Now I understand alot about collisions and will def use the Panda collision system but what I can’t figure out is how to map the path and make my character walk it. which is pretty much all of it lol.
I tried looking at the code of Pandasteer but due to the plugin system it jumps around alot. I have been searching the forums alot for this and there dosnt seem to be too much on this type of Pathfinding. Now maybe I am searching the wrong things (Pathfinding, point and click, waypoint and every varient of that), but from what I can see there isnt much on this around so if someone could help me out with setting this up, or point me to a good well documented snippet (I work better from example), or knows a different system I can impliment that works for geomipterrain, or at least can point me in the right direction to get this working with pandasteer.
I would like to say in advance thank you to everyone who replies to this post as when it comes to this I am completely lost! If you need more info or need to see code let me know and I’ll be happy to answer or show you!