[nexuiz-commits] r7098 - in trunk/data: models/teamfx scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 24 18:07:11 EDT 2009


Author: morphed
Date: 2009-06-24 18:07:11 -0400 (Wed, 24 Jun 2009)
New Revision: 7098

Added:
   trunk/data/models/teamfx/electricityarcs.md3
   trunk/data/models/teamfx/electricityarcs_player.md3
   trunk/data/models/teamfx/flare.md3
   trunk/data/models/teamfx/flare.tga
Modified:
   trunk/data/scripts/teamfx.shader
Log:
more assets for flag capture fx

Added: trunk/data/models/teamfx/electricityarcs.md3
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/teamfx/electricityarcs.md3
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/models/teamfx/electricityarcs_player.md3
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/teamfx/electricityarcs_player.md3
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/models/teamfx/flare.md3
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/teamfx/flare.md3
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/models/teamfx/flare.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/teamfx/flare.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/data/scripts/teamfx.shader
===================================================================
--- trunk/data/scripts/teamfx.shader	2009-06-24 21:08:16 UTC (rev 7097)
+++ trunk/data/scripts/teamfx.shader	2009-06-24 22:07:11 UTC (rev 7098)
@@ -56,6 +56,7 @@
 	map models/teamfx/blobyellow.tga
 	blendfunc add
 }
+}
 teamfx/yellowring
 {
 surfaceparm trans
@@ -63,6 +64,7 @@
 	map models/teamfx/blobpink.tga
 	blendfunc add
 }
+}
 teamfx/pinkring
 {
 surfaceparm trans
@@ -70,4 +72,13 @@
 	map models/teamfx/blobpink.tga
 	blendfunc add
 }
-
+}
+teamfx/flare
+{
+surfaceparm trans
+deformVertexes autosprite
+{
+	map models/teamfx/flare.tga
+	blendfunc add
+}
+}



More information about the nexuiz-commits mailing list