eli0s's Forum Posts

  • Can you be more specific?

  • rexrainbow

    Super, thank you so much!!

  • This is a way to do it

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to have a scaling mode that will squash and stretch the window to fit in any browser dimensions? I am thinking that this will be very useful for creating embedded graphics in adaptive websites. It may even be desired when a device aspect ratio is almost, but not quite, the same as the game ratio. I think that this could be a post-process thing, like Fullscreen scaling...

    Would you find that useful? Is it even feasible? Ashley ?

  • rexrainbow , thanks for your wonderful plugins!

    I get a dropbox 404 error trying to download the radar chart, is it just me or for some reason it went down?

    Thanks again!

  • Oh, yes, I forgot to mention that I' am also in favor of a directional light.

    Although I can confirm that Fimbul is correct in his/her thinking. A far away ShadowLight source will cast virtually parallel shadows. Those shadows will be very long though, but you can compensate that by increasing the ShadowLight's Height parameter (the higher the value the more vertical is the light source), and by decreasing the ShadoeCaster's Height parameter (this is the behavior that is added to each sprite that casts shadows).

  • UberLou ,

    You can emulate falloff distance with a falloff sprite and blending modes. Not ideal but it can happen. See this attached example.

    [attachment=0:33uso4bx][/attachment:33uso4bx]

    Also, check my flash light example in this topic for a similar case:

  • lilvee1989 , I am by no means a game creator/developer, I am interested in interactive narrations and I needed a tool to help me do that for my graduate project. I found C2 almost half a year before graduation and immediately understood and appreciated the difference in it's event based system workflow. Before that I was looking in to Flash, Cryengine, Unity and Processing but to do even a trivial task such as creating a button, is way too difficult with those tools.

    As a training project I made a game (titled "Hellrain") which is something like space invaders but with falling meteors. After that I moved to my graduate project (titled "memories") which is more like an artistic narration than an actual game. I made all the assets (art, music, sounds, programing) in just a few months time. I have to point out how terrible I am at coding and how impossible this endeavor would have being if not for C2!!!

    You can play those projects, if you wish, and see what this tool enabled me to create, having no coding skills whatsoever.

    http://www.eli0s.com/Hellrain/

    http://www.eli0s.com/Memories/

  • If you feel more comfortable with gamemaker, you should use it. The tool that you know better is probably the one that will produce the best results. And gamemaker has many advanced features, it's a powerful engine. But it does rely on scripting. You won't go far with out using its native code, which does involve syntax.

    I personally can't get to learn any programming language, I understand the basics but for the love of God, I can't remember any of the syntax. Every time I read or see something on a tutorial, I forget it in just a few seconds!

    But C2 has a very intelligent way around syntax, it lets you connect logical pieces together and it produces the code for you. When stuff need to be written, most of the times the syntax is already there, just point to the object that you are interested to and access all of its available expressions. Then, point to the next object and link them together... No need to remember any syntax. And if you mistype something, the auto-correct system is intelligent enough to point you to your error.

  • You can fake 3d using animations that are rendered in a 3d software and perhaps also use the mode7 (webgl shader) that can emulate the perspective distortion of a sprite that fades to a horizon's vanishing point.

    Other than that, there is the Q3D plugin (commercial) , but it's not yet streamlined and doesn't have any documentation (other than its official topic on the forum). With it you can import obj objects and their textures. In theory, you can build a level and use normal sprite objects (with the platform behavior and all the animations and game logic) in conjunction with the 3d objects. In practice though, I have yet to see any example of this, in fact, only it's createor has provided a working (and very impressive) example of this plugin).

    In 2d however, as Ubivis said, you can probably do anything you can think of, provided you have the programing skills to pull it through...

  • You could use the Grayscale effect to remove the color information, then add the Tint effect to add a global color value and finally change the hue with the AdjustHSL.

    Alternatively, you could add a Sprite on top of what it is that you want to colorize, add the Color Blending mode effect and use an AdjustHSL on that in order to change the hue. In my opinion the second choice delivers better results.

    Ashley, I notice that the second option renders a weird mirroring effect on the editor. At run time it's fine though.

  • You are welcome!

  • Drakanoiderna , that's good to know. Very helpful read. Thanks again!

  • Drakanoiderna , very elegant solution, thanks for sharing!!!

  • , I agree. I just think that the "tillable" option should let us choose if we want all animations to be tiled (a global checkbox), or to specify which of them will be and which of them won't be tiled.