Kyatric's Recent Forum Activity

  • Agreed with the "1" as default value request.

    For the family icon, hopefuly in the long run, we will be able to pick the icon of our chosing (like it did in CC, yeah tradition again ^^) and even maybe draw it "on the fly" once image editor tools will have been added in.

    In the meantime, I don't specially mind the family icon, but I haven't yet messed with families too much either, so probably nvm that opinion.

  • PixelRebirth started it on the blog We Construct.

    Harass him to get the other parts written. ^^

  • Saving and sharing your projects is explained in the manual.

  • Probably the built-in flash behavior.

  • You do not have permission to view this post

  • Be sure to post a capx this will make it easier for use to answer you according to your project.

  • You do not have permission to view this post

  • To use the font, "text:set font face".

    You only need one "set webfont" action at the very beginning of the project.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • Thank You for the 16-01-2012: Update! Pathfinding has key importance in games with enemies.

    I was thinking about what my colleagues did for Nintendo NDS. Pathfinding wasn't coded into the car-racing game for (possibly) performance or limited time reasons. Spline paths were laid down along the race-tracks and enemy cars followed those invisible splines. It turned out not so bad.

    So here is the idea: how reasonable is to lay down "splines" paths on the level and detect if the target is crossing one spline. Like when a soldier touches a wire-trap in a jungle war-game. Enemies would then change to that spline-track and travel down to the point where the target last touched the "wire".

    I'm pondering how realistic would it be. Maybe the enemy heard something and follows the noise, goes to the last known target(player) position.

    Apparently, not completely done ^^

    mercy: The actual PF kinda acts like the spline method you describe.

    Instead of a line though, it's cells, covering more ground at a time.

    The downside is that the testing zone is the whole layout at once, cell/cell.

    I may have some plans "someday" to push the developpment on the PF to allow the user to set the scan zone to optimize performances.

    But it is not in a close future, I have other projects that I need to take care of first, and those projects don't require a PF as of now.

    For your "spline"/"line of sight" method I'd go with events, positioning a "marker" on a regular basis (maybe not every tick, maybe something like every 0.1 seconds), and checking for collisions on the positioning (or the following tick).

    Gotta use some finish state machinery here, but it should work pretty well and not require a lot of events (especialy if you use families) or performances.

    I think it's reasonably doable.

    Check the how do I FAQ, there are some LOS examples listed in it that might give you some leads.

    My answer is maybe a bit unclear and certainly not complete.

    If you want to learn more/have more feedback on this idea just post a new topic in the how do I section, you should get some more complete answers in the couple of day/weeks following the thread.

    Done for now for good <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Wronghands: Sorry for the delay.

    This was a question worth of the "how do I" topic though, not specificaly related to the pathfinder behavior.

    Commented capx, hopefuly this should help you.

    For arrays, check the how do I FAQ, the topics listed there are pretty useful and should get you going with the use of arrays.

    Schoening: In the case that the start is surrounded by obstacles, the PF will raise a "Failed to generate path" trigger, as explained and displayed in the demo/documentation in the first post.

    Ok, I'm done here :D

  • Signatures in the forum only accept bbcode.

    Some (others) forums take HTML for the signature.

    It's on Tom's todo list to add a field to display the games cards in bbcode in the arcade.

    For your signature it should look something like this.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,405 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs