]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blobdiff - scripts/toxic.shader
rename shader files to nexcompat_*
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / toxic.shader
diff --git a/scripts/toxic.shader b/scripts/toxic.shader
deleted file mode 100644 (file)
index 32d412c..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-textures/toxic/toxic_sky
-{
-       qer_editorimage env/green_dark/green_dark_lf.tga
-       q3map_lightimage env/green_dark/green_dark_lf.tga
-       skyParms env/green_dark/green_dark 128 -
-
-       surfaceparm noimpact
-       surfaceparm nolightmap
-       surfaceparm nomarks
-       surfaceparm sky
-
-       q3map_surfacelight 200
-//     q3map_sunExt red green blue intensity degrees elevation deviance samples
-       q3map_sunExt 0.55 0.55 0.55 100 215 40 4 4
-}
-
-textures/toxic/toxic_grate
-{
-       qer_editorimage textures/kaznexctf2/grate.tga
-       surfaceparm nomarks
-       surfaceparm trans
-       cull none
-       nopicmip
-       {
-               map textures/kaznexctf2/grate.tga
-               rgbGen identity
-               depthWrite
-               //alphaFunc GE128
-               blendfunc blend
-       }
-       {
-               map $lightmap 
-               blendfunc filter
-               rgbGen identity
-               tcGen lightmap 
-               depthFunc equal
-       }
-}
-
-textures/toxic/toxic_slime
-{
-       qer_editorimage textures/liquids/slime2.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/slime2.tga
-               blendfunc add
-               rgbGen identity
-               tcMod turb 0 0.2 0 0.04
-       }
-}
-
-textures/toxic/toxic_slime_tube
-{
-       qer_editorimage textures/liquids/slime2.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/slime2.tga
-               blendfunc add
-               rgbGen identity
-               tcMod scroll 0 -0.2
-       }
-}