dupuqub's Forum Posts

  • I’ve been trying to normalize the values by first running it 100 million times and getting the extremes, but I wish I could consistently get from 0 to 1, is there a better technique?

    I saw that simplex noise could be a solution, is that a reasonable resource?

  • The types of noise and their ranges (100 million iterations each).

  • I also ran it 100 million times and the values never approach 0 and 1.

    EDIT: Both the outputs displayed consider "octaves" to be 1. The higher the octaves are set, the farther it grows from 0 and 1.

  • This is the setup.

  • Currently it does not. And here you can see several mentions of ranges being classicaly from 0 to 1.

    Am I missing something with the tool or could it be a bug?

  • https://www.construct.net/en/free-online-games/japanese-cards-41609/play

    This is a tool I'm using to assist myself in learning Japanese.

    I hope someone also benefits from it.

    You can practice Hiragana, Katakana, and some Kanji.

    I will be adding tons more Kanji in the future.

    Cheers!

  • https://www.construct.net/en/free-online-games/blue-katana-41452/play

    Hi, this is the first version of my new game, Blue Katana.

    Still in early development, there are already some challenging puzzles and many differente skills for you to try.

    Hope you enjoy!

    And please let me know what are your thoughts on it.

    Tagged:

  • I'm definitely not the best dev in either JS or Construct, but I do work with both a lot, so I'd recommend trying to build tiny systems in the Event Blocks and then trying to remake them in JS, it should help you break apart patterns and tools.

    Also how a problem is small and more focused, influences on how easy it will be to get help or find previous solutions.

    I don't how much this is helpful, but I hope it is.

  • Hi!

    I just launched my first video about the development of The Cloud of Corruption, my recent game in a very early alpha stage.

    I've been making and breaking games for some years now, but this is the one that stuck with me through the pandemic and that I've built a pretty bulky structure to sustain future development.

    Subscribe to Construct videos now

    It's not a fancy video, but it's just the start!

    Hope you enjoy it.

  • m00npunk solution was pretty straight-forward for my problem. Thanks for the inputs!

  • yes, but if I'm nested in more than 1 "For Each"? like I'm in the third level, but I need to find the level 2 loopindex?

  • I understand that in a regular "For" one can use loopindex("name_of_the_loop"), but what if it is a "For Each" which has no name?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think we are going mainstream boys/girls!

  • nothing displays for me. after ctrl+c ctrl+v whatever I already had copied before in the original project is pasted normally, but there are no warnings or anything.

    EDIT: found it!

    Thanks for the help. I had this box ticked, it should've been unticked.

  • There are probably 2 steps to your challenge.

    The first would be the actual math of it, something which is probably covered in many places, like here.

    The second issue is applying that in Construct blocks or Javascript, in this case I'd suggest fiddling around with the engine, also looking at some basic tutorials so you get the grasp of the task.

    I could give you straight up a built project, but I don't feel neither me nor you would gain anything from it in the end. Maybe I'm wrong, sorry if I am.

    I'd be glad to answer any specific question you have while you build it though.