diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-02-15 20:17:50 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-02-15 20:17:50 +0100 |
commit | b67853275343bb082514768307fd13bfcfcf9283 (patch) | |
tree | f70b9e2846ec27e244cab27ba06e124259f3ea65 /scripts | |
parent | 9f0fb44d574dc96857cc3a390652665dfd2c4a87 (diff) |
Shader fixes.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 600d8dd..3939885 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -502,7 +502,6 @@ textures/analmango/outdoor_window textures/analmango/acid { qer_trans .5 - q3map_surfaceLight 300 q3map_globaltexture surfaceparm noimpact @@ -519,6 +518,33 @@ textures/analmango/acid { map textures/analmango/acid.jpg + rgbGen const ( 0.5 0.5 0.5 ) + blendfunc filter + tcMod turb .3 .2 1 .05 + tcMod scroll .01 .01 + } +} + +textures/analmango/acid2 +{ + qer_trans .5 + q3map_surfaceLight 300 + q3map_globaltexture + + surfaceparm noimpact + surfaceparm slime + surfaceparm nolightmap + surfaceparm trans + + tessSize 32 + cull disable + + sort 8 + + deformVertexes wave 100 sin 0 1 .5 .5 + + { + map textures/analmango/acid2.jpg rgbGen const ( 1 1 1 ) blendfunc add tcMod turb .3 .2 1 .05 @@ -1045,6 +1071,21 @@ textures/analmango/poster_dresden } } +textures/analmango/poster_lagranger +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/poster_lagranger.jpg + } + { + map $lightmap + blendFunc filter + } +} + textures/analmango/zittrigmann { surfaceparm nonsolid |