Forum Topics tagged pathfinding

Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes.

Report Tag

150 forum topics with this tag
  • 11 replies
  • 1.7K views
0 favourites

I'm playing with the Pathfinding Behavior. I'm planning on using it for a point & click kind of game. Found paths are all valid. The problem is when the sprite...

  • 2 replies
  • 1.8K views
This content is deleted
Forum Topic
Path finding behavior doesn't work from layout margin
0 favourites

I wanted to report this as a bug but first wanted to make sure if I'm doing something wrong. It seems when you spawn an object outside of layout on margin area...

  • 1 replies
  • 524 views
This content is deleted
Forum Topic
How do I Several at zombies go for the closest human
0 favourites

Multiple zombies and multiple humans. Several zombies go only for a human, I want every zombie go to the closest human.

posted 5 years ago
  • 2 replies
  • 906 views
This content is deleted
Forum Topic
How do I find a path in a single direction?
0 favourites

How'd I make a one way road ! This is what I have done this far. I’m using a tile map to set solids. So I make a little “road” using path finding. That work wel...

  • 0 replies
  • 357 views
0 favourites

I'm making a zombie survival game with hoards of zombies coming at the player constantly. They get hung up on eachother and walls, how'd I be able to prevent th...

  • 4 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I edit the pathfinding behaviour in Construct 3?
0 favourites

I want to modify the current Pathfinder Behaviour but unlike Construct 2 the plugins are packed (.Pak) and I am pretty much unable to access them. The current p...

  • 2 replies
  • 868 views
This content is deleted
Forum Topic
Pathfinding problems
0 favourites

So I'm making a tower defence game and added path finding on my monsters. I'm regenerating the path every time a new tower gets build. And this works. Sort off....

posted 5 years ago
  • 1 replies
  • 877 views
This content is deleted
Forum Topic
Tracking system - Pathfinding
0 favourites

I am creating this little "GTA" Like but 2D: I am trying to create a tracking system to simulate police. Here the result: This is the code in this moment. I'd l...

  • 1 replies
  • 958 views
0 favourites

So I'm using pathfinding in a game and I want to use multiple instances of the same object to be more efficient, but when the sprite walks left I want to mirror...

  • 1 replies
  • 602 views
This content is deleted
Forum Topic
How do I Create an auto-collector with another way?
0 favourites

I'm making a top view survival game and I created an auto-collector to collect woods automatically. When I cut down a tree, wood is automatically moving to the...