From: cbrutail Date: Mon, 13 Feb 2012 19:39:17 +0000 (+0100) Subject: A new texture and modified shader for darkzone X-Git-Tag: xonotic-v0.6.0~5^2~2^2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=574425cdc34d59e3af792dac7fa32464a994f69f A new texture and modified shader for darkzone --- diff --git a/scripts/exx.shader b/scripts/exx.shader index acc5a0ef..961244ea 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -1863,6 +1863,29 @@ textures/exx/wall-metal01b map textures/exx/wall/wall_metal01b.tga + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metal01c +{ + qer_editorimage textures/exx/wall/wall_metal01c.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 match8 225 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metal01c.tga + + } { map $lightmap diff --git a/textures/exx/wall/wall_metal01c.tga b/textures/exx/wall/wall_metal01c.tga new file mode 100644 index 00000000..6f65c359 Binary files /dev/null and b/textures/exx/wall/wall_metal01c.tga differ diff --git a/textures/exx/wall/wall_metal01c_gloss.tga b/textures/exx/wall/wall_metal01c_gloss.tga new file mode 100644 index 00000000..f9b5373f Binary files /dev/null and b/textures/exx/wall/wall_metal01c_gloss.tga differ diff --git a/textures/exx/wall/wall_metal01c_norm.tga b/textures/exx/wall/wall_metal01c_norm.tga new file mode 100644 index 00000000..982cfa75 Binary files /dev/null and b/textures/exx/wall/wall_metal01c_norm.tga differ