r2969 - in trunk/data: maps scripts

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


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

Modified:
   trunk/data/maps/toxic.jpg
   trunk/data/scripts/toxic.shader
Log:
Toxic:
New fence shader (stolen from dieselpower, deluxemapping NOT recommended :P).
New map preview pic.

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

Modified: trunk/data/scripts/toxic.shader
===================================================================
--- trunk/data/scripts/toxic.shader	2007-11-16 11:38:36 UTC (rev 2968)
+++ trunk/data/scripts/toxic.shader	2007-11-16 13:24:27 UTC (rev 2969)
@@ -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