]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
the textures and the shader for heavy_metal
authormartin <martin@localhost.(none)>
Tue, 4 Oct 2011 11:28:44 +0000 (13:28 +0200)
committermartin <martin@localhost.(none)>
Tue, 4 Oct 2011 11:28:44 +0000 (13:28 +0200)
scripts/map_heavy_metal.shader [new file with mode: 0644]
textures/map_heavy_metal/glass.jpg [new file with mode: 0644]
textures/map_heavy_metal/grate.jpg [new file with mode: 0644]
textures/map_heavy_metal/grate_alpha.jpg [new file with mode: 0644]
textures/map_heavy_metal/grate_gloss.jpg [new file with mode: 0644]
textures/map_heavy_metal/trimlight.jpg [new file with mode: 0644]
textures/map_heavy_metal/trimlight_gloss.jpg [new file with mode: 0644]
textures/map_heavy_metal/trimlight_glow.jpg [new file with mode: 0644]
textures/map_heavy_metal/trimlight_norm.jpg [new file with mode: 0644]
textures/map_heavy_metal/trimlight_norm_alpha.jpg [new file with mode: 0644]

diff --git a/scripts/map_heavy_metal.shader b/scripts/map_heavy_metal.shader
new file mode 100644 (file)
index 0000000..80d27b0
--- /dev/null
@@ -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 (file)
index 0000000..d54e275
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 (file)
index 0000000..4846b66
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 (file)
index 0000000..2667cfe
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 (file)
index 0000000..323362e
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 (file)
index 0000000..f5c3ff1
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 (file)
index 0000000..3789a77
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 (file)
index 0000000..857d3d5
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 (file)
index 0000000..7864700
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 (file)
index 0000000..e91fc74
Binary files /dev/null and b/textures/map_heavy_metal/trimlight_norm_alpha.jpg differ