From 9fbb2cf8001cc5135f73d68fb1a1425625de193f Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 11 Oct 2010 04:27:21 +0300 Subject: [PATCH] Revert to the common camera shader. Seems the screen doesn't care about the nolightmap param, and screens still need lightning to be bright :( --- maps/lab610.map | 8 ++++---- scripts/lab610.shader | 11 ----------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/maps/lab610.map b/maps/lab610.map index ca27644d..4f22ca65 100644 --- a/maps/lab610.map +++ b/maps/lab610.map @@ -32986,7 +32986,7 @@ trak5x/base-pipe1a "target" "camera1" // brush 0 { -( -792 -4832 768 ) ( -1104 -4520 1024 ) ( -1104 -4520 768 ) lab610/camera_fullbright 124.7180175781 0 0 1.21875 1 0 0 0 +( -792 -4832 768 ) ( -1104 -4520 1024 ) ( -1104 -4520 768 ) common/camera 124.7180175781 0 0 1.21875 1 0 0 0 ( -808 -4840 1024 ) ( -1104 -4544 768 ) ( -1104 -4544 1024 ) exx/wall-panel05 -0 398.22265625 90 1 0.5625 0 0 0 ( -792 -4832 1024 ) ( -1104 -4536 1024 ) ( -1104 -4520 1024 ) common/caulk 0 0 0 0.5 0.5 0 0 0 ( -792 -4832 768 ) ( -1104 -4520 768 ) ( -1104 -4536 768 ) common/caulk 0 0 0 0.5 0.5 0 0 0 @@ -33550,7 +33550,7 @@ exx/trim-baseboard03 "target" "camera2" // brush 0 { -( 1104 -4520 768 ) ( 1104 -4520 1024 ) ( 792 -4832 768 ) lab610/camera_fullbright 124.7180175781 0 0 1.21875 1 0 0 0 +( 1104 -4520 768 ) ( 1104 -4520 1024 ) ( 792 -4832 768 ) common/camera 124.7180175781 0 0 1.21875 1 0 0 0 ( 1104 -4544 1024 ) ( 1104 -4544 768 ) ( 808 -4840 1024 ) exx/wall-panel05 -0 398.22265625 90 1 0.5625 0 0 0 ( 1104 -4520 1024 ) ( 1104 -4536 1024 ) ( 792 -4832 1024 ) common/caulk 0 0 0 0.5 0.5 0 0 0 ( 1104 -4536 768 ) ( 1104 -4520 768 ) ( 792 -4832 768 ) common/caulk 0 0 0 0.5 0.5 0 0 0 @@ -34091,7 +34091,7 @@ exx/trim-baseboard03 // brush 0 { ( -256 768 224 ) ( -336 768 224 ) ( -256 768 0 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 -( -336 764 0 ) ( -336 764 224 ) ( -256 764 0 ) lab610/camera_fullbright 219.4285888672 64 0 0.4374999702 0.25 134217728 0 0 +( -336 764 0 ) ( -336 764 224 ) ( -256 764 0 ) common/camera 219.4285888672 64 0 0.4374999702 0.25 134217728 0 0 ( -320 64 144 ) ( -304 64 144 ) ( -320 -64 144 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 ( -320 -64 80 ) ( -304 64 80 ) ( -320 64 80 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 ( -320 -64 144 ) ( -320 64 128 ) ( -320 64 144 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 @@ -34145,7 +34145,7 @@ exx/trim-baseboard03 // brush 0 { ( 256 -768 224 ) ( 336 -768 224 ) ( 256 -768 0 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 -( 336 -764 0 ) ( 336 -764 224 ) ( 256 -764 0 ) lab610/camera_fullbright 36.5714111328 64 0 0.4374999702 0.25 134217728 0 0 +( 336 -764 0 ) ( 336 -764 224 ) ( 256 -764 0 ) common/camera 36.5714111328 64 0 0.4374999702 0.25 134217728 0 0 ( 320 -64 144 ) ( 304 -64 144 ) ( 320 64 144 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 ( 320 64 80 ) ( 304 -64 80 ) ( 320 -64 80 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 ( 320 64 144 ) ( 320 -64 128 ) ( 320 -64 144 ) common/caulk 0 0 0 0.5 0.5 134217728 0 0 diff --git a/scripts/lab610.shader b/scripts/lab610.shader index 8b5da278..3150d929 100644 --- a/scripts/lab610.shader +++ b/scripts/lab610.shader @@ -17,14 +17,3 @@ textures/lab610/env1 tcgen lightmap }*/ } - -textures/lab610/camera_fullbright -{ - qer_editorimage textures/common/camera.tga - surfaceparm nolightmap - { - map textures/common/warpzone/trans.tga // fully transparent - blendfunc blend - } - dp_camera -} -- 2.39.5