r2699 - branches/nexuiz-2.0/data/scripts trunk/data/scripts

savagex at icculus.org savagex at icculus.org
Sun May 27 06:37:31 EDT 2007


Author: savagex
Date: 2007-05-27 06:37:30 -0400 (Sun, 27 May 2007)
New Revision: 2699

Modified:
   branches/nexuiz-2.0/data/scripts/morphed.shader
   branches/nexuiz-2.0/data/scripts/sfx.shader
   trunk/data/scripts/morphed.shader
   trunk/data/scripts/sfx.shader
Log:
fix warping slime tubes for reslimed, beef up sfx forcefield


Modified: branches/nexuiz-2.0/data/scripts/morphed.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/morphed.shader	2007-05-25 20:12:05 UTC (rev 2698)
+++ branches/nexuiz-2.0/data/scripts/morphed.shader	2007-05-27 10:37:30 UTC (rev 2699)
@@ -27,7 +27,7 @@
 	surfaceparm nonsolid
 	surfaceparm slime
 	q3map_surfacelight 280
-	deformVertexes wave 150.0 sin 2 5 0.25 0.1
+	//deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none
 	{
@@ -54,7 +54,7 @@
 	surfaceparm nonsolid
 	surfaceparm slime
 	q3map_surfacelight 300
-	deformVertexes wave 150.0 sin 2 5 0.25 0.1
+	//deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none
 	{

Modified: branches/nexuiz-2.0/data/scripts/sfx.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/sfx.shader	2007-05-25 20:12:05 UTC (rev 2698)
+++ branches/nexuiz-2.0/data/scripts/sfx.shader	2007-05-27 10:37:30 UTC (rev 2699)
@@ -6,6 +6,8 @@
 	{
 		map textures/sfx/forcefield1.tga
 		animmap 20 textures/sfx/forcefield1 textures/sfx/forcefield2 textures/sfx/forcefield3 textures/sfx/forcefield4
+		tcmod turb 0 0.75 0 0.25
+		tcmod scroll 0 0.5
 		blendfunc add
 	}
 }

Modified: trunk/data/scripts/morphed.shader
===================================================================
--- trunk/data/scripts/morphed.shader	2007-05-25 20:12:05 UTC (rev 2698)
+++ trunk/data/scripts/morphed.shader	2007-05-27 10:37:30 UTC (rev 2699)
@@ -27,7 +27,7 @@
 	surfaceparm nonsolid
 	surfaceparm slime
 	q3map_surfacelight 280
-	deformVertexes wave 150.0 sin 2 5 0.25 0.1
+	//deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none
 	{
@@ -54,7 +54,7 @@
 	surfaceparm nonsolid
 	surfaceparm slime
 	q3map_surfacelight 300
-	deformVertexes wave 150.0 sin 2 5 0.25 0.1
+	//deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none
 	{

Modified: trunk/data/scripts/sfx.shader
===================================================================
--- trunk/data/scripts/sfx.shader	2007-05-25 20:12:05 UTC (rev 2698)
+++ trunk/data/scripts/sfx.shader	2007-05-27 10:37:30 UTC (rev 2699)
@@ -6,6 +6,8 @@
 	{
 		map textures/sfx/forcefield1.tga
 		animmap 20 textures/sfx/forcefield1 textures/sfx/forcefield2 textures/sfx/forcefield3 textures/sfx/forcefield4
+		tcmod turb 0 0.75 0 0.25
+		tcmod scroll 0 0.5
 		blendfunc add
 	}
 }




More information about the nexuiz-commits mailing list