Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssshader_screen_fx (shader_screen_fx)

Category:script
Author(s):Ren712
Downloads:618
Rate:You need to be logged in to vote
Rating:5 (2 Votes)
Description:
EPILEPSY WARNING! ADVERTENCIA EPILEPSIA!تحذير الصرع!
Resource: Screen Effects v0.0.5

This resource lets You create some animated full screen effects. There are 4 effects -
Colors, Shake, Wobble, Esotropia. The resource by itself doesn't do anything, It provides
some exported functions to manage the shader effects. You can set the effect intensity
fade in/out speed and other variables. It was meant for some project (quite long ago).
I wouldn't want this resource go to waste. Maybe you'll do something useful with that.

example resource:
https://www.dropbox.com/s/hyrav03y4kysb6o/screen_fx_test.zip?dl=0

exported functions:
------------------------------------------------------------------------------
startEffects(bool doStart)
Compile and start the shaders
enableEffect(int effectID 1-4,bool enable)
Enable effect: Colors, Shake, Wobble, Esotropia
setMaxAlpha(int alpha 0-255)
Set max alpha for dxDrawImage
setEffectMaxStrength(int effectID 1-4,float 0-1)
Set max intensity of the effect
setEffectFadeSpeed(int effectID 1-4,float 0-1)
Set max speed of the effect
setEffectVariables(int effectID 1-4,bool enable, fadeSpeed 0-1,strength 0-1,
[float 1 to 3 optional variables])
Enable and set variables of the effect. Depends on the effect ID

ID1, ... = choke
ID3, ... = size,density
ID4, ... = intensity,blur,choke
------------------------------------------------------------------------------
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
0.0.5 2015-03-18 15:29:08 First public release Download