From: cbrutail Date: Mon, 30 Sep 2013 20:03:17 +0000 (+0200) Subject: adding shaderrs and textures needed for previous commit X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcbrutail%2Fmap-forxtron;p=xonotic%2Fxonotic-maps.pk3dir.git adding shaderrs and textures needed for previous commit --- diff --git a/scripts/map_forxtron.shader b/scripts/map_forxtron.shader new file mode 100644 index 00000000..01fd24f3 --- /dev/null +++ b/scripts/map_forxtron.shader @@ -0,0 +1,21 @@ +textures/map_forxtron/lightblue_surflight +{ + qer_editorimage textures/map_forxtron/lightblue.tga +// dpoffsetmapping - 4 match8 85 + q3map_bounceScale 1.25 +// q3map_surfacelight 5000 +// q3map_lightimage textures/map_forxtron/lightblue.tga +// q3map_lightSubdivide 4 + + { + map textures/map_forxtron/lightblue.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/textures/map_forxtron/lightblue.tga b/textures/map_forxtron/lightblue.tga new file mode 100644 index 00000000..f67cddb2 Binary files /dev/null and b/textures/map_forxtron/lightblue.tga differ diff --git a/textures/map_forxtron/lightblue_gloss.tga b/textures/map_forxtron/lightblue_gloss.tga new file mode 100644 index 00000000..05241877 Binary files /dev/null and b/textures/map_forxtron/lightblue_gloss.tga differ