From 35040edbe046f41b7f98043772f4870619f02761 Mon Sep 17 00:00:00 2001 From: cbrutail Date: Mon, 17 Sep 2012 19:54:54 +0200 Subject: [PATCH] Don't forget the shader itself! --- scripts/map_function2012_stage.shader | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 scripts/map_function2012_stage.shader 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 + } +} -- 2.39.2