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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 24 17:08:17 EDT 2009


Author: morphed
Date: 2009-06-24 17:08:16 -0400 (Wed, 24 Jun 2009)
New Revision: 7097

Added:
   trunk/data/models/teamfx/shockwave.md3
   trunk/data/models/teamfx/shockwave.md3_0.skin
   trunk/data/models/teamfx/shockwave.md3_1.skin
   trunk/data/models/teamfx/shockwave.md3_2.skin
   trunk/data/models/teamfx/shockwave.md3_3.skin
Modified:
   trunk/data/scripts/teamfx.shader
Log:
shockwave for flagcapture fx

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


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

Added: trunk/data/models/teamfx/shockwave.md3_0.skin
===================================================================
--- trunk/data/models/teamfx/shockwave.md3_0.skin	                        (rev 0)
+++ trunk/data/models/teamfx/shockwave.md3_0.skin	2009-06-24 21:08:16 UTC (rev 7097)
@@ -0,0 +1 @@
+blob,teamfx/bluering


Property changes on: trunk/data/models/teamfx/shockwave.md3_0.skin
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/data/models/teamfx/shockwave.md3_1.skin
===================================================================
--- trunk/data/models/teamfx/shockwave.md3_1.skin	                        (rev 0)
+++ trunk/data/models/teamfx/shockwave.md3_1.skin	2009-06-24 21:08:16 UTC (rev 7097)
@@ -0,0 +1 @@
+blob,teamfx/redring


Property changes on: trunk/data/models/teamfx/shockwave.md3_1.skin
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/data/models/teamfx/shockwave.md3_2.skin
===================================================================
--- trunk/data/models/teamfx/shockwave.md3_2.skin	                        (rev 0)
+++ trunk/data/models/teamfx/shockwave.md3_2.skin	2009-06-24 21:08:16 UTC (rev 7097)
@@ -0,0 +1 @@
+blob,teamfx/yellowring


Property changes on: trunk/data/models/teamfx/shockwave.md3_2.skin
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/data/models/teamfx/shockwave.md3_3.skin
===================================================================
--- trunk/data/models/teamfx/shockwave.md3_3.skin	                        (rev 0)
+++ trunk/data/models/teamfx/shockwave.md3_3.skin	2009-06-24 21:08:16 UTC (rev 7097)
@@ -0,0 +1 @@
+blob,teamfx/pinkring


Property changes on: trunk/data/models/teamfx/shockwave.md3_3.skin
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: trunk/data/scripts/teamfx.shader
===================================================================
--- trunk/data/scripts/teamfx.shader	2009-06-24 10:22:57 UTC (rev 7096)
+++ trunk/data/scripts/teamfx.shader	2009-06-24 21:08:16 UTC (rev 7097)
@@ -39,4 +39,35 @@
 	blendfunc add
 }
 
-}
\ No newline at end of file
+}
+
+teamfx/bluering
+{
+surfaceparm trans
+{
+	map models/teamfx/blobblue.tga
+	blendfunc add
+}
+}
+teamfx/redring
+{
+surfaceparm trans
+{
+	map models/teamfx/blobyellow.tga
+	blendfunc add
+}
+teamfx/yellowring
+{
+surfaceparm trans
+{
+	map models/teamfx/blobpink.tga
+	blendfunc add
+}
+teamfx/pinkring
+{
+surfaceparm trans
+{
+	map models/teamfx/blobpink.tga
+	blendfunc add
+}
+



More information about the nexuiz-commits mailing list