Aurel's Forum Posts

  • I really like where it goes... Keep up the good work, QuaziGNRLnose !

  • (the faster one has alpha channel fixed, too. But will not work for a tiled effect)

  • I've been adding tons of new shaders + content + new optimizations as well, since I launched the game on mobile for the last time.

    Honestly, I have no idea if it runs like a game or a slideshow today ^^!

    I'll try again in the next weeks as soon as I get a bit more of free time

  • A0Nasser ( HDR effect like above is basically your full screen rendered on an addtional top layer, with a heavy blur on it, then set in additive mode with a 20% opacity.

    It's doable, but you'll see a huge loss on the perfs side. My two cents: > you better find a trick for fake HDR on particular parts of your level instead of doing this for real )

  • Looks ok on the performance side, but as it needs a frame to hide the distortion on the borders, I'm making sure people can desactivate it : )

  • It's been a long time since I've tested it on my Galaxy S4, to be honest.

    A few months ago, it was running OK-ish, like 40fps with some hiccups.

    Oh, and if you want to read about the mode 7 shader adventures, it's here! : )

  • 60FPS 1080p video showcasing the "mode7♥" shader on The Next Penelope.

    Adds a bit of a 3D feel (and will be optional)

    Subscribe to Construct videos now
  • 60FPS 1080p video showcasing the "mode7♥" shader on The Next Penelope.

    Adds a bit of a 3D feel (and will be optional)

    Subscribe to Construct videos now
  • Elliott Hope you'll like it. It's not like real 3D, but it sure adds something to the game. Recording video right now : )

  • Hey everyone, if you're glad this plugin exists, and if you want it to be updated, please consider donating to the people who made it for us : )

    greenheartgames: "Greenworks 0.3 was a direct reaction to the requests from the community and not motivated by our own needs. "

    Only five people did, which is very low. If you can, this sounds like a nice thing to do to thank them!

    https://pledgie.com/campaigns/27218

  • DOWNLOAD, two flavors!

    (SHADER) original mode7 with alpha channel fixed:

    https://www.dropbox.com/s/l3os31etolq3i ... d.zip?dl=0

    (SHADER) same, but optimized for fullscreen usage (faster!):

    https://www.dropbox.com/s/bclis2lvbige6 ... d.zip?dl=0

  • (layer skip if empty sounds like a very nice idea!)

    Alright, it took me a bit of time, but everything is now up and running : )

    • Mode7 shader simplified
    • 2 more layers for additive blended sprites and particles, only used if mode 7 is activated (set to "invisible" if no mode7)
    • sprites and particles are automaticaly moved to the new layers on created if mode 7 activated.
    • sprites and particles are automaticaly moved back to the regular layers if mode 7 is desactivated during ingame.

    I still have to test this on less powerfull hardware, but it runs ok on my laptop.

    Many, many thanks for your help on this issue Ashley , it made a huge difference.

    I'll record a clean video with "mode7 on/off" to show how cool it looks, and post the shader very soon too : )

  • Ashley Ouch. That means I have to add 2 more layers in every level. That will look like this:

    BEFORE:

    HUD

    Foreground

    Triggers (invisible)

    Ships/Others (mode7 applied)

    Track (mode 7 applied)

    Background

    NOW:

    HUD

    Foreground

    Triggers (invisible)

    Additive layer for FX above the ships (mode7 applied)

    Ships/Others (mode7 applied)

    Additive layer for FX under the ships (mode7 applied)

    Track (mode 7 applied)

    Background

    I'm not afraid of the work for the elements to be sorted on the right layers, but 4 X mode 7 effects... I'm worried about perfs.

    I guess I have no choice, I'll try. This mode 7 effect is optional and can only be selected in the graphic options as "VERY HIGH" (others being "LOW = no shaders/few particles and NORMAL=all shaders but no mode7")

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • R0J0hound A friend of mine just simplified the shader the way Ashley said, so if you're using only "single_image", it's much faster.

    Once we got this blending issue sorted, are you ok with me posting it here?

    I don't want to be unrespectful with your work.

  • Thanks for the investigation and the bug report to Chrome, much appreciated!