skymen's Forum Posts

  • Yeah, I guess there are plenty of ways to do this. I'm still figuring this out. I'm not even sure if I want to do that on Construct anyways, and not just good old RPG Maker.

  • Well, I'm not new to Construct, and it's my fault for assuming everyone would understand what I'm talking about.

    What I mean by a "RPG Maker like event system" is a common feature in top down RPGs.

    You can set multiple "events" that are represented by a box on your map. Each box contains some piece of code that can be run using a defined trigger: Automatic, parrallel process, Action Button, and collision.

    For the moment, this is quite easy to set up on construct. What is harder tho, is how that piece of code is processed.

    In RPG maker, you associate a list of actions to each event, and those actions are realised one at a time. Some are realized together, some need to pause the event processing and so on.

    For exemple, if I need to make a cutscene containing two NPCs walking along and talking, all I'd have to do would be to set a move route to each NPC, have it loop (or, not, depending on what's wanted) and then add the "message" action and set the actual message as a parameter. This message actions are listed one after another, and the next message action is not processed if the previous one has not been ended (aka the enter have been pressed to terminate the current dialogue). However, the message actions do not prevent the NPCs from walking. So you have to set it so some action can restrain other actions from happening but not all of them.

    I have a very blurry idea of how to do this using a 3D dictionnary, a list or an array. But it's very sketchy, and I'm not sure how to do it in a way so it's extensible.

  • Hello, I'd like to know if there is anyway to have something working like RPG maker where you set up a list of actions and execute one action at a time. I really can't find how to do that without having some hard time having to test each condition end. Sometimes, it's not even possible.

  • Ok I'll be uploading the demo to the scirra arcade

    EDIT: Here you go: https://www.scirra.com/arcade/other-gam ... ials-10334

  • There is already an exemple right here: http://airtailstudios.comxa.com/Water%20Essential/

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • UPDATE: The pack is finally available on the store.

    https://www.scirra.com/store/royalty-fr ... -pack-2762

  • Water Essentials Pack — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/water-essentials-pack-2762

    <h3>Description</h3><div class="deshr"></div><p>This template contains 3 types of water:</p>

    • Dynamic Water
    • Static Water
    • Physics Water

    <h3>More Information</h3><div class="deshr"></div><p>For more information on what the pack contains and how all of it works, check the documentation.</p><h3>Needed Addons</h3><div class="deshr"></div><p>You will need the Canvas plugin and the Alpha Threshold effect for these to work:</p><p>Canvas plugin: scirra.com/forum/plugin-canvas_t64239%3C/p%3E%3Cp%3EAlpha Threshold: scirra.com/forum/effect-alpha-threshold_t74372%3C/p%3E%3Ch3%3EDemo%3C/h3%3E%3Cdiv class="deshr"></div><p>Try out the demo here: airtailstudios.comxa.com/Water%20Essential/%3C/p%3E%3Ch3%3EFree Version</h3><div class="deshr"></div><p>If you want to get your hands on the product before paying, try the free light pack: mega.nz

    Use this topic to leave comments, ask questions and talk about Water Essentials Pack

  • Well to be honest, I planned to sell it for 1/2£. I don't want it to be too expensive.

  • UPDATE: I finished making the pack. I'm commenting its code, and then I'll write a tutorial on how to use it and what does every var do that I'll distribute along with the .capx.

  • winkr7 I love you xD

    Well, I will indeed have a light version distributed for free.

  • glerikud I think I'll sell it, but I'll also distribute a free "light" version as well as a demo. The price won't be astronomically high.

    Anyway, I'll finish it, comment its code, and then publish it.

  • Thank you. If I have anything new, I'll let you know ^^.

    However, I'm not sure if I should sell it on the Scirra store. If this came out, how much would you buy it? Or would you even buy it?

    • Post link icon

    Eisenhans Well, I wish he does haha .

    I'll try both. If Construct 3 is as good or better than Spark, there is no way I could leave it.

    Well Ashley, if you read this, please note that a skeletal animator as well as a real time team work would make me fall in love with you.

    Actually, having the editor open source and letting plugins and addons add editors, windows or even change some functions should do the trick. And that would be amazing.

  • Hey, I'm currently working on a Water Essentials pack for Construct 2

    I made dynamic water, like the one in Ori and the Blind Forest:

    And a more static water with animated waves

    I'll also make something concerning water physics.

    I always try to have everything modular in the "WaterBody" object's instance variables, like color, effect padding, wave parameters, viscosity and so on.

    Btw, I'm using the Canvas plugin to "draw" water.

    If any of you is interested in that, please tell me.

    • Post link icon

    As a Construct 3 big competitor, I shall designate Spark Engine: http://spark.tools/

    It's in dev, they will release an alpha/beta this summer (probably, not sure) and they have a Skype group where they keep fans up to date about the features they added.

    You may want to spy on that Ashley