From: cbrutail Date: Fri, 6 Jan 2012 15:57:14 +0000 (+0100) Subject: Adding said textures and shaders. X-Git-Tag: xonotic-v0.6.0~5^2~9 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=1ce1a1bad74c7bb96d451e9a64a5fc1d6e4faeea Adding said textures and shaders. --- diff --git a/scripts/map_darkzone.shader b/scripts/map_darkzone.shader new file mode 100644 index 00000000..9f03698e --- /dev/null +++ b/scripts/map_darkzone.shader @@ -0,0 +1,22 @@ +textures/map_darkzone/bluelight +{ + qer_editorimage textures/map_darkzone/light/dz_bluelight.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 0.5 match8 99 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/map_darkzone/light/dz_bluelight.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} \ No newline at end of file diff --git a/textures/map_darkzone/light/dz_bluelight.tga b/textures/map_darkzone/light/dz_bluelight.tga new file mode 100644 index 00000000..a5fbe6f8 Binary files /dev/null and b/textures/map_darkzone/light/dz_bluelight.tga differ diff --git a/textures/map_darkzone/light/dz_bluelight_gloss.tga b/textures/map_darkzone/light/dz_bluelight_gloss.tga new file mode 100644 index 00000000..b5e08cfa Binary files /dev/null and b/textures/map_darkzone/light/dz_bluelight_gloss.tga differ diff --git a/textures/map_darkzone/light/dz_bluelight_norm.tga b/textures/map_darkzone/light/dz_bluelight_norm.tga new file mode 100644 index 00000000..f179cb67 Binary files /dev/null and b/textures/map_darkzone/light/dz_bluelight_norm.tga differ