[EFFECT]NoisePlus (updated22/09/15)

0 favourites
From the Asset Store
15 main themes, 15 in-game loops and 26 music stingers for casual games.
  • jobel

    The effect has basic transparency, for example try using a circular sprite instead a rectangle?

    If this is not what you want, can you provide a sample pic of what you need?

    regards.

  • maybe I'm using it wrong? when I make any shape sprite it fills up the entire sprite box and you can't see anything behind the sprite at all. Opacity doesn't work, and all the transparency of the base sprite seems to be gone..

    I'd like to use it as fog-like effect over the background image.

  • jobel

    'maybe I'm using it wrong? when I make any shape sprite it fills up the entire sprite box and you can't see anything behind the sprite at all. Opacity doesn't work, and all the transparency of the base sprite seems to be gone..

    I'd like to use it as fog-like effect over the background image.'

    I can't upload any examples to Dropbox at the moment, so I can't post you an example...you only need to add,change the following in the fx and xlm files-

    1, Add a param named 'mixamount' to the fx file

    uniform float mixamount; //parameters 0(no mix) to 100 (full mix),

    2, change the last line to-

    gl_FragColor = mix(front,mixcolor,((mixamount/10.)*0.2))*front.a;

    This will create a moving fog effect on top of your sprite.

    I will post an example as soon as I can.

  • Is it possible to sync the effect rendering with a layer parallax position?

    So scrolling won't affect how the effect is rendered.

  • Is it possible to sync the effect rendering with a layer parallax position?

    So scrolling won't affect how the effect is rendered.

    Could you provide a 'pic' or 'screen render' of your problem ?

  • chrisbrobs

    Sure, take a look at this video

    https://youtu.be/VlMak6mUkwc

    When the screen scrolls, it looks like the effect stays in place, like it's rendered on a 0,0 parallax window on top, instead of moving with the camera.

  • chrisbrobs is it possible to add X,Y offset so I can control it myself?

  • 'is it possible to add X,Y offset so I can control it myself?'

    Will look into it and get back to you..sorry for delay.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm struggling to come up with a solution for your question!

    I can't work out which part of it I would need to add the extra parameters to, control the offsets.

    (I didn't write the original effect)

    Have you considered using a seamless Tile instead?

    In the image below, I added a Tile with the 'overlay' effect added with 50% opacity (Multiply works as well)

    Might be easier ?..and quicker.

  • Thanks for trying!

    I am not sure what you mean, the effect is already applied on a tile background object, but it doesn't really matter what's on the image since the effect redraws on it.

  • I mean...dont use the 'noiseplus effect' ...just use a seemless 256 x 256 texture similar to the one in my picture.

    With an overlay or multiply blend applied to it, it should look just as good.

    The 'noiseplus effect' would probably slow your game down too much.

  • Oh

    Well it was already a tiled water image, I add the noise to add the cool waves effect so it won't look static.

    Maybe I'll just make an animated tile.

    Btw I didn't notice any performance issues with the effect.

    Thanks anyways for trying!

  • Which of the Noise 'types' are you wanting to use for your game?

    The effect is a collection of different 'types' but I have individual versions of each of them.

    Have you got a screenshot, picture or mockup 'with and without the effect' you could post.

  • Does the effect need to animate / change over time?

  • 'Alright so I was looking at the Basic Static, trying to take into account low-rez scaling. So instead of applying noise to every single pixel, apply noise in such a a way as to take into account each scaled pixel in a pixel-art game.'

    Iv'e not had much(any) look in coming up with a solution to your question.

    I think the calculations for the noise are done before the main part in the shader.

    Have you tried using the 'step noise' part instead of the 'basic 'noise, it might resize better.

    The only other thing I can think of is using a pixellated effect with a animated parameter.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)