r2714 - in trunk/data: maps scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 28 15:33:43 EDT 2007


Author: strahlemann
Date: 2007-05-28 15:33:42 -0400 (Mon, 28 May 2007)
New Revision: 2714

Modified:
   trunk/data/maps/reslimed.bsp
   trunk/data/scripts/morphed.shader
Log:
fixed bugs on reslimed. mainly clipping. added moving slime effect to the slime-pipes.

Modified: trunk/data/maps/reslimed.bsp
===================================================================
(Binary files differ)

Modified: trunk/data/scripts/morphed.shader
===================================================================
--- trunk/data/scripts/morphed.shader	2007-05-28 18:03:37 UTC (rev 2713)
+++ trunk/data/scripts/morphed.shader	2007-05-28 19:33:42 UTC (rev 2714)
@@ -15,7 +15,7 @@
 		rgbGen identity
 	}
 }
-
+
 textures/morphed/slimem_warp
 {
 	qer_editorimage textures/morphed/slimem.tga
@@ -33,8 +33,8 @@
 		blendFunc add
 		rgbGen identity
 	}
-}
-
+}
+
 textures/morphed/gelslime
 {
 	qer_editorimage textures/morphed/gelslime.tga
@@ -60,7 +60,7 @@
 		tcGen lightmap
 		depthFunc equal
 	}
-}
+}
 
 textures/morphed/gelslime_warp
 {
@@ -89,8 +89,8 @@
 		depthFunc equal
 	}
 }
-
-
+
+
 textures/morphed/gelslime_bright
 {
 	qer_editorimage textures/morphed/gelslime_bright.tga
@@ -99,17 +99,20 @@
 	surfaceparm trans
 	surfaceparm nonsolid
 	surfaceparm slime
-	q3map_surfacelight 300
+	q3map_surfacelight 320
 	Q3map_TessSize 128
 	cull none
 	{
 		map textures/morphed/gelslime_bright.tga
 		blendFunc add
 		rgbGen identity
+		//tcMod turb <base> <amplitude> <phase><freq>
+		tcMod turb 1 0.15 0 0.15
+		tcMod scroll 0 0.2
 	}
 }
-
 
+
 textures/morphed/gelslime_bright_warp
 {
 	qer_editorimage textures/morphed/gelslime_bright.tga
@@ -118,7 +121,7 @@
 	surfaceparm trans
 	surfaceparm nonsolid
 	surfaceparm slime
-	q3map_surfacelight 300
+	q3map_surfacelight 320
 	deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none




More information about the nexuiz-commits mailing list