From: Matthias Krüger Date: Tue, 6 Aug 2013 15:20:11 +0000 (+0200) Subject: map: unsealed: add black metal version of diamondplate texture from techpanelx. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2f51ff695418f00342a38313ec55b7c6ef4f67dd;p=xonotic%2Fxonotic-maps.pk3dir.git map: unsealed: add black metal version of diamondplate texture from techpanelx. --- diff --git a/scripts/map_unsealedtrial2.shader b/scripts/map_unsealedtrial2.shader index 803257a7..e3212410 100644 --- a/scripts/map_unsealedtrial2.shader +++ b/scripts/map_unsealedtrial2.shader @@ -354,3 +354,21 @@ textures/map_unsealed/base_stone_metal blendfunc filter } } + +textures/map_unsealed/base_diamondplate +{ + qer_editorimage textures/map_unsealed/base_diamondplate.png + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + { + map textures/map_unsealed/base_diamondplate.png + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/textures/map_unsealed/base_diamondplate.png b/textures/map_unsealed/base_diamondplate.png new file mode 100755 index 00000000..3ff5ffca Binary files /dev/null and b/textures/map_unsealed/base_diamondplate.png differ diff --git a/textures/map_unsealed/base_diamondplate_gloss.png b/textures/map_unsealed/base_diamondplate_gloss.png new file mode 100644 index 00000000..9ac0535d Binary files /dev/null and b/textures/map_unsealed/base_diamondplate_gloss.png differ diff --git a/textures/map_unsealed/base_diamondplate_norm.png b/textures/map_unsealed/base_diamondplate_norm.png new file mode 100644 index 00000000..c355cea9 Binary files /dev/null and b/textures/map_unsealed/base_diamondplate_norm.png differ