From 6e376b65f08a7293eed19ae57b15dc492a6c816f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 10 Oct 2010 19:43:00 +0200 Subject: [PATCH] use less lights for surfacelight (sorry, doing it "exact" simply compiles too slowly) --- scripts/exx.shader | 4 ++-- scripts/trak5x.shader | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/exx.shader b/scripts/exx.shader index a641bf8c..74a3031e 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -836,7 +836,7 @@ textures/exx/light-panel01-surfacelight dpglossexponentmod 4 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/exx/light/light_panel01.tga @@ -881,7 +881,7 @@ textures/exx/light-u201-surfacelight dpglossexponentmod 4 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/exx/light/light_u201.tga diff --git a/scripts/trak5x.shader b/scripts/trak5x.shader index 2c2e2902..ba776ac7 100644 --- a/scripts/trak5x.shader +++ b/scripts/trak5x.shader @@ -821,7 +821,7 @@ textures/trak5x/light-light1a-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light1a.tga @@ -860,7 +860,7 @@ textures/trak5x/light-light1b-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light1b.tga @@ -899,7 +899,7 @@ textures/trak5x/light-light1c-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light1c.tga @@ -938,7 +938,7 @@ textures/trak5x/light-light2a-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light2a.tga @@ -977,7 +977,7 @@ textures/trak5x/light-light2b-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light2b.tga @@ -1016,7 +1016,7 @@ textures/trak5x/light-light2c-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light2c.tga @@ -1055,7 +1055,7 @@ textures/trak5x/light-light2d-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 32 + q3map_lightSubdivide 64 { map textures/trak5x/light/light_light2d.tga @@ -1094,7 +1094,7 @@ textures/trak5x/light-light3a-surfacelight q3map_bounceScale 1.25 q3map_surfacelight 2500 - q3map_lightSubdivide 16 + q3map_lightSubdivide 32 { map textures/trak5x/light/light_light3a.tga -- 2.39.2