From 40500b7ee820b61abca907bdf16c37af92107886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 23 Jun 2013 18:14:15 +0200 Subject: [PATCH] shaders: add surfaceparm alphashadow to following textures: ex2x/base-chainlink map_space-elevator/hangwires textures/phillipk2x/floor-pk02_floor07 textures/phillipk2x/floor-pk02_floor10 textures/phillipk2x/floor-pk02_floor13a textures/phillipk2x/floor-pk02_floor13b --- scripts/ex2x.shader | 1 + scripts/map_space-elevator.shader | 2 +- scripts/phillipk2x.shader | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/ex2x.shader b/scripts/ex2x.shader index 0069b1a0..5ca03aac 100644 --- a/scripts/ex2x.shader +++ b/scripts/ex2x.shader @@ -53,6 +53,7 @@ textures/ex2x/base-chainlink surfaceparm trans cull none + surfaceparm alphashadow { map textures/ex2x/base/base_chainlink.tga diff --git a/scripts/map_space-elevator.shader b/scripts/map_space-elevator.shader index 19353c96..be97c6f3 100644 --- a/scripts/map_space-elevator.shader +++ b/scripts/map_space-elevator.shader @@ -1,6 +1,6 @@ textures/map_space-elevator/hangwires { - surfaceparm nolightmap + surfaceparm alphashadow surfaceparm nomarks surfaceparm trans cull disable diff --git a/scripts/phillipk2x.shader b/scripts/phillipk2x.shader index e54d052f..41591b98 100644 --- a/scripts/phillipk2x.shader +++ b/scripts/phillipk2x.shader @@ -678,6 +678,7 @@ textures/phillipk2x/floor-pk02_floor07 dpglossintensitymod 3 dpglossexponentmod 4 q3map_bouncescale 1.25 + surfaceparm alphashadow { map textures/phillipk2x/floor/pk02_floor07 @@ -788,6 +789,7 @@ textures/phillipk2x/floor-pk02_floor10 dpglossintensitymod 3 dpglossexponentmod 4 q3map_bouncescale 1.25 + sufraceparm alphashadow { map textures/phillipk2x/floor/pk02_floor10 @@ -876,6 +878,7 @@ textures/phillipk2x/floor-pk02_floor13a dpglossintensitymod 3 dpglossexponentmod 4 q3map_bouncescale 1.25 + surfaceparm alphashadow { map textures/phillipk2x/floor/pk02_floor13a @@ -898,6 +901,7 @@ textures/phillipk2x/floor-pk02_floor13b dpglossintensitymod 3 dpglossexponentmod 4 q3map_bouncescale 1.25 + surfaceparm alphashadow { map textures/phillipk2x/floor/pk02_floor13b -- 2.39.2