From 9a977c3d5c576aa0cf90033de72ab8f382dd00ec Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 11 Oct 2010 01:15:59 +0300 Subject: [PATCH] Full bright screen texture. Should make the screen brighter but it's still too dark and I don't know why. --- maps/lab610.map | 8 ++++---- scripts/lab610.shader | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/maps/lab610.map b/maps/lab610.map index bea6f41a..298b2c3d 100644 --- a/maps/lab610.map +++ b/maps/lab610.map @@ -32150,7 +32150,7 @@ trak5x/base-pipe1a "target" "camera1" // brush 0 { -( -792 -4832 768 ) ( -1104 -4520 1024 ) ( -1104 -4520 768 ) common/camera 124.7180175781 0 0 1.21875 1 0 0 0 +( -792 -4832 768 ) ( -1104 -4520 1024 ) ( -1104 -4520 768 ) lab610/camera_fullbright 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 @@ -32648,7 +32648,7 @@ exx/trim-baseboard03 { "classname" "light" "origin" "-884.000000 -4612.000000 896.000000" -"light" "600" +"light" "800" } // entity 311 { @@ -32714,7 +32714,7 @@ exx/trim-baseboard03 "target" "camera2" // brush 0 { -( 1104 -4520 768 ) ( 1104 -4520 1024 ) ( 792 -4832 768 ) common/camera 124.7180175781 0 0 1.21875 1 0 0 0 +( 1104 -4520 768 ) ( 1104 -4520 1024 ) ( 792 -4832 768 ) lab610/camera_fullbright 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 @@ -32740,7 +32740,7 @@ exx/trim-baseboard03 { "classname" "light" "origin" "884.000000 -4612.000000 896.000000" -"light" "600" +"light" "800" } // entity 316 { diff --git a/scripts/lab610.shader b/scripts/lab610.shader index 3150d929..8b5da278 100644 --- a/scripts/lab610.shader +++ b/scripts/lab610.shader @@ -17,3 +17,14 @@ 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