From: martin Date: Tue, 4 Oct 2011 11:28:44 +0000 (+0200) Subject: the textures and the shader for heavy_metal X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7e8c688a152b3e053db9c9f133eab6d6d04b282e;p=xonotic%2Fxonotic-maps.pk3dir.git the textures and the shader for heavy_metal --- diff --git a/scripts/map_heavy_metal.shader b/scripts/map_heavy_metal.shader new file mode 100644 index 00000000..80d27b0e --- /dev/null +++ b/scripts/map_heavy_metal.shader @@ -0,0 +1,57 @@ +textures/map_heavy_metal/grate +{ + qer_editorimage textures/map_heavy_metal/grate.tga + q3map_bounceScale 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + surfaceparm nomarks + surfaceparm nonopaque + surfaceparm trans + surfaceparm metalsteps + sort 16 + { + map textures/map_heavy_metal/grate.tga + alphaFunc GE128 + blendFunc blend + depthWrite + } + { + map $lightmap + alphaFunc GE128 + blendFunc filter + depthFunc equal + } +} + +textures/map_heavy_metal/trimlight +{ + qer_editorimage textures/map_heavy_metal/trimlight.tga + q3map_bounceScale 1.25 + dpoffsetmapping -2 + dpglossintensitymod 3 + dpglossexponentmod 4 + { + map $lightmap + rgbGen identity + tcGen lightmap + } + { + map textures/map_heavy_metal/trimlight.tga + rgbGen identity + blendFunc filter + } +} + +textures/map_heavy_metal/glass +{ + qer_editorimage textures/map_heavy_metal/glass.tga + qer_trans 0.25 + surfaceparm nolightmap + surfaceparm nodlight + surfaceparm trans + { + map textures/map_heavy_metal/glass.tga + blendFunc add + tcGen environment + } +} diff --git a/textures/map_heavy_metal/glass.jpg b/textures/map_heavy_metal/glass.jpg new file mode 100644 index 00000000..d54e2759 Binary files /dev/null and b/textures/map_heavy_metal/glass.jpg differ diff --git a/textures/map_heavy_metal/grate.jpg b/textures/map_heavy_metal/grate.jpg new file mode 100644 index 00000000..4846b66a Binary files /dev/null and b/textures/map_heavy_metal/grate.jpg differ diff --git a/textures/map_heavy_metal/grate_alpha.jpg b/textures/map_heavy_metal/grate_alpha.jpg new file mode 100644 index 00000000..2667cfee Binary files /dev/null and b/textures/map_heavy_metal/grate_alpha.jpg differ diff --git a/textures/map_heavy_metal/grate_gloss.jpg b/textures/map_heavy_metal/grate_gloss.jpg new file mode 100644 index 00000000..323362e1 Binary files /dev/null and b/textures/map_heavy_metal/grate_gloss.jpg differ diff --git a/textures/map_heavy_metal/trimlight.jpg b/textures/map_heavy_metal/trimlight.jpg new file mode 100644 index 00000000..f5c3ff13 Binary files /dev/null and b/textures/map_heavy_metal/trimlight.jpg differ diff --git a/textures/map_heavy_metal/trimlight_gloss.jpg b/textures/map_heavy_metal/trimlight_gloss.jpg new file mode 100644 index 00000000..3789a77a Binary files /dev/null and b/textures/map_heavy_metal/trimlight_gloss.jpg differ diff --git a/textures/map_heavy_metal/trimlight_glow.jpg b/textures/map_heavy_metal/trimlight_glow.jpg new file mode 100644 index 00000000..857d3d54 Binary files /dev/null and b/textures/map_heavy_metal/trimlight_glow.jpg differ diff --git a/textures/map_heavy_metal/trimlight_norm.jpg b/textures/map_heavy_metal/trimlight_norm.jpg new file mode 100644 index 00000000..78647003 Binary files /dev/null and b/textures/map_heavy_metal/trimlight_norm.jpg differ diff --git a/textures/map_heavy_metal/trimlight_norm_alpha.jpg b/textures/map_heavy_metal/trimlight_norm_alpha.jpg new file mode 100644 index 00000000..e91fc74b Binary files /dev/null and b/textures/map_heavy_metal/trimlight_norm_alpha.jpg differ