r2970 - in branches/nexuiz-2.0/data: maps scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 16 08:24:52 EST 2007


Author: m0rfar
Date: 2007-11-16 08:24:52 -0500 (Fri, 16 Nov 2007)
New Revision: 2970

Modified:
   branches/nexuiz-2.0/data/maps/toxic.jpg
   branches/nexuiz-2.0/data/scripts/toxic.shader
Log:
toxic

Modified: branches/nexuiz-2.0/data/maps/toxic.jpg
===================================================================
(Binary files differ)

Modified: branches/nexuiz-2.0/data/scripts/toxic.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/toxic.shader	2007-11-16 13:24:27 UTC (rev 2969)
+++ branches/nexuiz-2.0/data/scripts/toxic.shader	2007-11-16 13:24:52 UTC (rev 2970)
@@ -16,17 +16,22 @@
 	qer_editorimage textures/kaznexctf2/grate.tga
 	surfaceparm nomarks
 	surfaceparm trans
-	surfaceparm alphashadow
 	cull none
 	nopicmip
-	nomipmaps
 	{
 		map textures/kaznexctf2/grate.tga
-		//depthWrite
-		//alphaFunc GT0
-		blendFunc blend
-		rgbgen vertex
+		rgbGen identity
+		depthWrite
+		//alphaFunc GE128
+		blendfunc blend
 	}
+	{
+		map $lightmap 
+		blendfunc filter
+		rgbGen identity
+		tcGen lightmap 
+		depthFunc equal
+	}
 }
 
 textures/toxic/toxic_slime




More information about the nexuiz-commits mailing list