r5815 - in trunk/data: maps maps/toxic scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Feb 9 14:02:17 EST 2009


Author: m0rfar
Date: 2009-02-09 14:02:13 -0500 (Mon, 09 Feb 2009)
New Revision: 5815

Modified:
   trunk/data/maps/toxic.bsp
   trunk/data/maps/toxic/lm_0000.tga
   trunk/data/maps/toxic/lm_0001.tga
   trunk/data/maps/toxic/lm_0002.tga
   trunk/data/maps/toxic/lm_0003.tga
   trunk/data/maps/toxic/lm_0004.tga
   trunk/data/maps/toxic/lm_0005.tga
   trunk/data/scripts/toxic.shader
Log:
use fuzzy shadows on Toxic

Modified: trunk/data/maps/toxic/lm_0000.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic/lm_0001.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic/lm_0002.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic/lm_0003.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic/lm_0004.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic/lm_0005.tga
===================================================================
(Binary files differ)

Modified: trunk/data/maps/toxic.bsp
===================================================================
(Binary files differ)

Modified: trunk/data/scripts/toxic.shader
===================================================================
--- trunk/data/scripts/toxic.shader	2009-02-09 15:26:16 UTC (rev 5814)
+++ trunk/data/scripts/toxic.shader	2009-02-09 19:02:13 UTC (rev 5815)
@@ -1,14 +1,17 @@
 textures/toxic/toxic_sky
 {
 	qer_editorimage env/green_dark/green_dark_lf.tga
-	q3map_lightimage env/green_dark/green_dark_lf.tga
+	q3map_lightimage env/green_dark/green_dark_lf.tga
+	skyParms env/green_dark/green_dark 128 -
+
 	surfaceparm noimpact
 	surfaceparm nolightmap
 	surfaceparm nomarks
-	surfaceparm sky
-	q3map_surfacelight 200
-	q3map_sun 0.55 0.55 0.55 100 215 40
-	skyParms env/green_dark/green_dark 128 -
+	surfaceparm sky
+
+	q3map_surfacelight 200
+//	q3map_sunExt red green blue intensity degrees elevation deviance samples
+	q3map_sunExt 0.55 0.55 0.55 100 215 40 4 4
 }
 
 textures/toxic/toxic_grate




More information about the nexuiz-commits mailing list