From: cbrutail Date: Fri, 25 Jun 2010 14:37:05 +0000 (+0200) Subject: 2 new textures for exx, based on floor_crete01. Temp only, a texture artist should... X-Git-Tag: xonotic-v0.1.0preview~164^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=dbdc632bd344454792b08802bf35761990d5df11 2 new textures for exx, based on floor_crete01. Temp only, a texture artist should create higher quality ones. Changed exx.shader too --- diff --git a/scripts/exx.shader b/scripts/exx.shader index fdcf18a0..5bf1a1dc 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -330,6 +330,50 @@ textures/exx/floor-crete01 map textures/exx/floor/floor_crete01.tga + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01-phoenix +{ + qer_editorimage textures/exx/floor/floor_crete01_phoenix.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01_pnoenix.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01-phoenixb +{ + qer_editorimage textures/exx/floor/floor_crete01_phoenixb.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01_pnoenixb.tga + + } { map $lightmap diff --git a/textures/exx/floor/floor_crete01_phoenix.tga b/textures/exx/floor/floor_crete01_phoenix.tga new file mode 100644 index 00000000..a0691580 Binary files /dev/null and b/textures/exx/floor/floor_crete01_phoenix.tga differ diff --git a/textures/exx/floor/floor_crete01_phoenix_norm.tga b/textures/exx/floor/floor_crete01_phoenix_norm.tga new file mode 100644 index 00000000..b9efb7cb Binary files /dev/null and b/textures/exx/floor/floor_crete01_phoenix_norm.tga differ diff --git a/textures/exx/floor/floor_crete01_phoenixb.tga b/textures/exx/floor/floor_crete01_phoenixb.tga new file mode 100644 index 00000000..5d8a9293 Binary files /dev/null and b/textures/exx/floor/floor_crete01_phoenixb.tga differ diff --git a/textures/exx/floor/floor_crete01_phoenixb_norm.tga b/textures/exx/floor/floor_crete01_phoenixb_norm.tga new file mode 100644 index 00000000..b9efb7cb Binary files /dev/null and b/textures/exx/floor/floor_crete01_phoenixb_norm.tga differ