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
  • 3 replies
  • 830 views
0 favourites

I have a very bad problem where a pathfinding enemy that always chases the enemy goes trough the wall, this is really not a problem in a open area but in a plac...

  • 1 replies
  • 398 views
0 favourites

This might be super simple and just a setting that I'm missing somewhere. When an object is pathfinding, and goes to change it's direction (or finds a new path)...

posted 3 years ago
  • 1 replies
  • 717 views
This content is deleted
Forum Topic
Pathfinding Clipping walls, getting stuck in walls
0 favourites

I've been trying to get pathfinding to work properly but I'm at my wits end. The red squares always partially go into the wall, sometimes ignore a wall complete...

  • 0 replies
  • 955 views
This content is deleted
Forum Topic
Using Car or Pathfinding behaviour for sail ships
0 favourites

I'm developing a pirate ship game, and am having trouble with the NPC ship movement and combat. I tried using Pathfinding, but I want the NPC ships to turn to t...

  • 1 replies
  • 424 views
This content is deleted
Forum Topic
How do I use pathfinding?
1 favourites

I am trying to add pathfinding to my game but it doesn't work. I have it set so that at the start of the layout it adds Sprite3 as obstacle (my blockade) and fi...

  • 6 replies
  • 468 views
This content is deleted
Forum Topic
How do I implement point and click tiled pathfinding?
0 favourites

I'm trying to implement point and click tiled (ortho only, no diagonal) pathfinding like Advance Wars. The built in solution using pathfinding behavior, even wh...

posted 3 years ago
  • 6 replies
  • 948 views
This content is deleted
Forum Topic
(RTS) How to make RTS mechanics with C3 tools?
0 favourites

Thank you for making Construct accessible and understandable for people who want to create games but have difficulties in programming. You've added a lot of pow...

  • 8 replies
  • 591 views
This content is deleted
Forum Topic
How to invert "add path cost"? [pathfinding behavior]
0 favourites

Hello comrades! Help me understand, please. I have a map on which NPC workers move, they carry loads from point A to point B using the pathfinding behavior. I b...

posted 3 years ago
  • 0 replies
  • 392 views
This content is deleted
Forum Topic
Pathfinding: reduce path cost?
0 favourites

Please add the ability to reduce the path cost for objects to the pathfinding behavior. Your great example "Pathfinding: Path cost" shows how pathfinding can av...

  • 5 replies
  • 361 views
This content is deleted
Forum Topic
How do I Set the Animation of an Object Based on Y-value?
0 favourites

I have an object that uses path finding to move. If it is going left I want it to play one animation or if it is going right to play a different animation. I wa...