From 0f937a14aaffbef6c3c04947d802b0bb5d6362b0 Mon Sep 17 00:00:00 2001 From: m0rfar Date: Tue, 11 Apr 2006 17:25:10 +0000 Subject: [PATCH] shader for dm11 git-svn-id: svn://svn.icculus.org/nexuiz/trunk@1274 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/scripts/toxic.shader | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/scripts/toxic.shader diff --git a/data/scripts/toxic.shader b/data/scripts/toxic.shader new file mode 100644 index 000000000..69fd9a97c --- /dev/null +++ b/data/scripts/toxic.shader @@ -0,0 +1,33 @@ +textures/toxic/toxic_slime +{ + qer_editorimage textures/liquids/slime1.tga + surfaceparm noimpact + surfaceparm nonsolid + surfaceparm slime + surfaceparm trans + cull disable + deformVertexes wave 150 sin 2 5 0.25 0.1 + tessSize 128 + qer_trans 0.5 + q3map_surfacelight 1200 + { + map textures/liquids/slime1.tga + blendfunc add + rgbGen identity + tcMod turb 0 0.2 0.28 0.1 + } +} + +textures/toxic/toxic_sky +{ + qer_editorimage env/strale_grey/ygrey_up.tga + q3map_lightimage textures/strale_grey/ygrey_up.tga + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm sky + q3map_surfacelight 150 + q3map_sun 0.75 0.65 0.6 130 255 80 + skyParms env/strale_grey/ygrey 128 - +} + -- 2.39.2