From 384d7a713693d710ae8585253f473a28594a930b Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sat, 29 May 2010 18:54:26 +0300 Subject: [PATCH] add surfacelight to the light textures --- scripts/exx.shader | 2 ++ scripts/trak5x.shader | 3 +++ 2 files changed, 5 insertions(+) diff --git a/scripts/exx.shader b/scripts/exx.shader index 977566c2..ce55380e 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -674,6 +674,7 @@ textures/exx/light-panel01 dpglossintensitymod 4 dpglossexponentmod 2 + surfacelight 1500 { map textures/exx/light/light_panel01.tga @@ -696,6 +697,7 @@ textures/exx/light-u201 dpglossintensitymod 4 dpglossexponentmod 2 + surfacelight 1500 { map textures/exx/light/light_u201.tga diff --git a/scripts/trak5x.shader b/scripts/trak5x.shader index fcf487bf..f3ad93dc 100644 --- a/scripts/trak5x.shader +++ b/scripts/trak5x.shader @@ -783,6 +783,7 @@ textures/trak5x/light-light1a q3map_bounceScale 1.25 + surfacelight 1500 { map textures/trak5x/light/light_light1a.tga @@ -802,6 +803,7 @@ textures/trak5x/light-light2a q3map_bounceScale 1.25 + surfacelight 1500 { map textures/trak5x/light/light_light2a.tga @@ -821,6 +823,7 @@ textures/trak5x/light-light3a q3map_bounceScale 1.25 + surfacelight 1500 { map textures/trak5x/light/light_light3a.tga -- 2.39.5