From: cbrutail Date: Mon, 17 Sep 2012 17:54:54 +0000 (+0200) Subject: Don't forget the shader itself! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35040edbe046f41b7f98043772f4870619f02761;p=xonotic%2Fxonotic-maps.pk3dir.git Don't forget the shader itself! --- diff --git a/scripts/map_function2012_stage.shader b/scripts/map_function2012_stage.shader new file mode 100644 index 00000000..6d947417 --- /dev/null +++ b/scripts/map_function2012_stage.shader @@ -0,0 +1,37 @@ +textures/map_function2012_stage/lift00inv_nosteps +{ + qer_editorimage textures/facility114invx/misc/lift00inv.tga + dpoffsetmapping - 1 match8 98 + q3map_bounceScale 1.25 + surfaceparm nosteps + { + map textures/facility114invx/misc/lift00inv.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/map_function2012_stage/floor00inv_metalsteps +{ + qer_editorimage textures/facility114invx/floor/floor02inv.tga + dpoffsetmapping - 1 match8 9 + q3map_bounceScale 1.25 + surfaceparm metalsteps + { + map textures/facility114invx/floor/floor02inv.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +}