Ricethin's Forum Posts

  • Well, I'm not so sure I know what I'm doing - but I like to think so

    The torches just illustrate the path and aren't normally visible.

    Again, thanks for all the help!

  • http://i.imgur.com/XT0oYGL.png?1

    Now working. I used a recursive collision function on the bullet behavior.

    All is well! Thanks again!

  • By the way, I really appreciate the help

  • I gave that plugin a shot but it doesn't seem to want to work with current incarnation of C2.

    I'm currently trying an implementation that piggybacks on the bullet behavior. I'll let you know how that goes.

  • Running into a few snags here.

    First, there are multiple entities walking around (customers) pathfinding about. I would expect them to 'avoid' each other, and I'm not sure how to do that since they won't occupy the tilemap. Additionally, I'm not sure there's a movement behavior native to C2 that would allow the customers to actually *move* along anything

  • Hey thanks, you've made my life quite a lot easier

    I'll look into implementing this this afternoon and let you all know how it works out.

  • Looks like it's an A* implementation - I was thinking something like this as an overhaul.

    Right now it's actually *not* tile based, believe it or not. (But it could be with an overhaul).

    I'm looking at implementing something like that, considering the internal pathfinding doesn't look like it's gonna do it. Do you have any particular attribution requirements for your plugin?

    Thanks for letting me know!

  • Don't mean to bump my own thread but... I'm having all kinds of pathfinding issues, and I think they're basically related to it being very hard to debug.

    Is there any way to visualize the pathmap that the actors create? Or waypoints? At the moment, pathfinding is the biggest thorn in my side.

    Appreciate any help you can give.

  • Absolutely love your art and style!

  • An uninstall-reinstall of NWJS fixed this - ignore my previous post.

  • I am having the same problem, but the above fix does not work.

    Any solution?

  • Greatly enjoy your work with Spriter Wish I had the art bug.

  • Hey there all,

    Possible stupid question, so feel free to chastise if I've gotten this wrong.

    I'm making a game where I attempt to get customers in a coffee shop to take a seat. Everything works, but I'm having the hardest time with the pathfinding. I was wondering if you have any general suggestions beyond just what's in the available article.

    If you take a look at the above, the customer (little man with orange shirt, dark skin) will attempt to find his way to the couch (there are imagepoints on the cushions). However, when I use "find path to..." and I specify those image points, he kind of just... stands next to them.

    Is there a creative way to get him to get ON the couch with his own image points?

    I also have some other pathfinding snafus that I'll ask about later, but this one is really puzzling me!

    Thanks!

    Looks amazing dude! Best of luck!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks!

    I'm still using a slightly older version of NW JS that seems to have been working.

    I have a huge project I'm working on, so I'm anxious to do any updating just yet, ha!