[Effect] Shader Effect & Editor released. Create your shader

0 favourites
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • How do you use the code?

  • Hey, would t be possible to get the shader generator in it's own runtime, as opposed to using the web version? (o am I just missing it on here?)

  • The web editor was no longer working for me (the effects were green for some reason?) so I remade it as a NW.JS export. The effects are all the same as the original, only the editor was remade. You can change the background via image url too! https://www.patreon.com/posts/7658638

    I hope it works well!

  • The web editor was no longer working for me (the effects were green for some reason?) so I remade it as a NW.JS export. The effects are all the same as the original, only the editor was remade. You can change the background via image url too! https://www.patreon.com/posts/7658638

    I hope it works well!

    Just tested this and everything appears to work EXCEPT the effect is only showing on the right half.

  • Updated the first post with the last FX+XML and the standalone version made by MadameBerry

    ---

    zenox98 What? Can you post a screenshot? What version WIndows/mac/Linux?

    So you can see the effect in the middle but not the one on the right, the preview?

    On WIndows 7 using a Nvidia 670gtx the looks all perfect.

    This is how looks to me:

    https://cdn.pbrd.co/images/hKgfRBazB.png

  • Video showing how the shader and editor works

    https://www.twitch.tv/davitmasia/v/111896787

  • matriax

    This is what it looks like for me:

    It only ever shows half the effect whatever preset I select.

    Win7 Pro x64 I7+Geforce GTX 970.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • zenox98 LOL XD , But in my original editor the shader looks ok right? Mmm i don't know what can be, maybe is by the old version used of the effect(.fx/xml) the .rar in the first post after organize the dropbox was the 1.0, before fix some problems that i think maybe there the ones you had? BTW, works perfect for me.

    Can you do a test? Copy the shader code and paste in a example .capx. Still looks wrong? if not the FX version you have the one used by the editor are different, i guess, i can't find other explanation, mmm...

  • Pasting the code from your editor shows the correct full effect.

    The only difference between the effect FX of the updated first post and my original is in line 310:

    My original: float a = c * (1.-pow(uv.y-offsetY,fadeSP)); // * (1.-pow(uv.x-0.0,fadeSPX)) ;

    Updated: float a = c * (1.-pow(uv.y-offsetY,fadeSP)) * (1.-pow(uv.x-0.0,fadeSPX)) ;

    The only effect the update FX has is that the rain effect doesn't show. All others OK.

    The effect XML files are identical.

    Just in case it's relevant, I'm using latest ver of C2 r241 and latest ver of NWjs (v0.19.2) from https://www.scirra.com/nwjs.

  • Is weird because the standalone editor have an FX effect that is the same for all but works on ones but not in others. Also We both using a Nvidia, mine is 670gtx and your is 970, maybe something changed in this years.

    You have the drivers updated? I have the drivers updated from last week.

    About the FX, the original you have an updated with both shows the effect correctly or only in the old version? Or works on both but not in the standalone editor by MadameBerry?

  • Drivers are latest WHQL 376.33 14th December 2016.

    The updated Shader Effect (Shader Effect - EDIT: 3 JAN - 2017) in first post (capx, xml,fx) - all effects work EXCEPT for the rain effect.

    The MadameBerry Shader Editor (Shader Editor - EDIT: 3 JAN - 2017 ) in first post - all effects show only the right half EXCEPT for effects 26 and 27 which show the whole effect.

    If I paste a working code from the .(Shader Effect - EDIT: 3 JAN - 2017) capx into MadameBerry Editor, then it still only shows half the effect.

    If I paste a code from the (Shader Editor - EDIT: 3 JAN - 2017 ) MadameBerry Editor into the .capx then it works OK.

    Very strange things happening here :/

  • какая версия constuct 2 ?

  • ????? ?????? constuct 2 ?

    moderinminer

    This is an English forum, moderated in English, so please ensure all posts are in English or have an English translation.

    Thanks

  • How does one adjust the overall opacity of the effect? Using the opacity parameter seems to rotate my whole effect instead of affecting its transparency

  • justifun Use the Opacity of the sprite should work

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