r78 - trunk/basezym/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 9 15:29:46 EDT 2007


Author: vermeulen
Date: 2007-07-09 15:29:46 -0400 (Mon, 09 Jul 2007)
New Revision: 78

Added:
   trunk/basezym/scripts/leiprojectile.shader
Log:
Stole some Nexuiz effects

Added: trunk/basezym/scripts/leiprojectile.shader
===================================================================
--- trunk/basezym/scripts/leiprojectile.shader	                        (rev 0)
+++ trunk/basezym/scripts/leiprojectile.shader	2007-07-09 19:29:46 UTC (rev 78)
@@ -0,0 +1,69 @@
+models/lasertrail
+{
+	cull disable
+	{
+		map models/ltrail.tga
+		blendfunc add
+		rgbGen identity
+	}
+}
+
+models/lasercore
+{
+	deformVertexes autosprite
+	{
+		map models/lcore.tga
+		blendfunc add
+		rgbGen identity
+	}
+}
+
+models/bultrail
+{
+	cull disable
+	{
+		map models/bultrail.tga
+		blendfunc add
+		rgbGen identity
+	}
+}
+
+models/bulcore
+{
+	deformVertexes autosprite
+	{
+		map models/bulcore.tga
+		blendfunc add
+		rgbGen identity
+	}
+}
+
+models/eleccore
+{
+	{
+		animmap 45 models/eleccore.tga models/eleccore2.tga models/eleccore3.tga models/eleccore4.tga models/eleccore5.tga models/eleccore6.tga models/eleccore7.tga models/eleccore8.tga 
+		blendfunc blend
+		rgbGen identity
+	}
+}
+
+models/elecglass
+{
+	{
+		map models/elecglass.tga
+		blendfunc add
+		rgbGen lightingDiffuse
+	}
+}
+
+models/elecbeam
+{
+	cull disable
+	{
+		map models/elecbeam.tga
+		blendfunc add
+		rgbGen identity
+		tcMod scroll -2 0
+	}
+}
+




More information about the zymotic-commits mailing list