GoOtterGo's Forum Posts

  • 4 posts
  • That looks more like what I'm looking for with player control, I'll see if I can relate it to AI pathfinding.

  • The first I can't open in Construct 2, and the second appears to've been removed from Dropbox.

    I've tried a few more things, but I can't quite figure it out. The engine really doesn't seem to be designed to allow for non-fluid actions.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • That appears to be too advanced for me, plus it seems to more revolve around manual path creation for player sprites to then follow, rather than automatic path creation for AI to follow, I just want them to follow it one "step" at a time per "manual tick".

  • So probably a real dumb question, but how would i simulate manual ticks when it comes to pathfinding?

    I've figured out how to do it for the player, simply tying all applicable actions in the scene to the player's movement commands (Keyboard > On X Pressed), and having a Set Position of +/- X pixels tied to the player location, etc. Then all "ticks" only occur when the player moves his sprite.

    But from what I can tell AI pathfinding's "Move along path" seems to assume the ticks aren't manual, and I'm not sure how to make them function the same way.

    Ideally I'd have a "Move along path X pixels then stop" option, but I'm new and don't know how to simulate that.

    To make things more complicated, the world's laid out in tiles, where movements are from tile-to-tile, not fluid and natural.

    Anyway, not looking for anyone to do it for me, just looking for tips and ideas.

  • 4 posts