r2630 - in trunk/data: scripts textures/sfx

savagex at icculus.org savagex at icculus.org
Sun May 20 09:46:00 EDT 2007


Author: savagex
Date: 2007-05-20 09:46:00 -0400 (Sun, 20 May 2007)
New Revision: 2630

Added:
   trunk/data/scripts/sfx.shader
   trunk/data/textures/sfx/forcefield1.tga
   trunk/data/textures/sfx/forcefield2.tga
   trunk/data/textures/sfx/forcefield3.tga
   trunk/data/textures/sfx/forcefield4.tga
Modified:
   trunk/data/scripts/shaderlist.txt
Log:
add an animated texture for forcefields - intended for use with the 
assault mode (forcefields that have to get deactivated etc.)


Added: trunk/data/scripts/sfx.shader
===================================================================
--- trunk/data/scripts/sfx.shader	                        (rev 0)
+++ trunk/data/scripts/sfx.shader	2007-05-20 13:46:00 UTC (rev 2630)
@@ -0,0 +1,11 @@
+textures/sfx/forcefield
+{
+	qer_editorimage textures/sfx/forcefield1.tga
+	surfaceparm nomarks
+
+	{
+		map textures/sfx/forcefield1.tga
+		animmap 10 textures/sfx/forcefield1 textures/sfx/forcefield2 textures/sfx/forcefield3 textures/sfx/forcefield4
+		blendfunc add
+	}
+}

Modified: trunk/data/scripts/shaderlist.txt
===================================================================
--- trunk/data/scripts/shaderlist.txt	2007-05-20 13:20:54 UTC (rev 2629)
+++ trunk/data/scripts/shaderlist.txt	2007-05-20 13:46:00 UTC (rev 2630)
@@ -31,3 +31,4 @@
 swamp
 toxic
 tznex01
+sfx

Added: trunk/data/textures/sfx/forcefield1.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/sfx/forcefield1.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/sfx/forcefield2.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/sfx/forcefield2.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/sfx/forcefield3.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/sfx/forcefield3.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/textures/sfx/forcefield4.tga
===================================================================
(Binary files differ)


Property changes on: trunk/data/textures/sfx/forcefield4.tga
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the nexuiz-commits mailing list