From: Matthias Krüger Date: Tue, 6 Aug 2013 13:42:41 +0000 (+0200) Subject: unsealed: add blacker version of ex2x base_stone_metal texture. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f21a7d5f1c26ed6f738db1f69c04cad91f36071b;p=xonotic%2Fxonotic-maps.pk3dir.git unsealed: add blacker version of ex2x base_stone_metal texture. --- diff --git a/scripts/map_unsealedtrial2.shader b/scripts/map_unsealedtrial2.shader index 337c658f..803257a7 100644 --- a/scripts/map_unsealedtrial2.shader +++ b/scripts/map_unsealedtrial2.shader @@ -336,3 +336,21 @@ textures/map_unsealed/floor_wrn01-red_layer rgbGen identity } } + +textures/map_unsealed/base_stone_metal +{ + qer_editorimage textures/map_unsealed/base_stone_metal.tga + q3map_bounceScale 0.5 + dpoffsetmapping - 0.5 match8 201 + dpglossintensitymod 3 + dpglossexponentmod 4 + { + map textures/map_unsealed/base_stone_metal.tga + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/textures/map_unsealed/base_stone_metal.tga b/textures/map_unsealed/base_stone_metal.tga new file mode 100644 index 00000000..3eca87c9 Binary files /dev/null and b/textures/map_unsealed/base_stone_metal.tga differ diff --git a/textures/map_unsealed/base_stone_metal_gloss.tga b/textures/map_unsealed/base_stone_metal_gloss.tga new file mode 100644 index 00000000..c7000131 Binary files /dev/null and b/textures/map_unsealed/base_stone_metal_gloss.tga differ