itch.io is community of indie game creators and players

Devlogs

Optimization and new area pathfind

Luyren Pathfind and Procedural Generation
A browser Stencyl resource pack made in HTML5

The pathfinder part of this resource pack has been updated for optimization, focused mainly on the pathfind for float movement.

  1. You can now space out the pathfinding nodes, reducing performance impact.
  2. You can now group nodes into areas, pathfinding in blocks between areas, minimizing the performance impact over large areas.
  3. You can assign areas with a heavier movement cost, disincentivizing the pathfinder algorithm to move through certain nodes
  4. Bug fixes to avoid weird paths.

Consult the documentation and the attribute descriptions for the new changes.

Download Luyren Pathfind and Procedural Generation
Leave a comment