diff options
Diffstat (limited to 'scripts/analmango.shader')
-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 |