r2729 - in trunk/data: maps scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue May 29 10:07:17 EDT 2007


Author: m0rfar
Date: 2007-05-29 10:07:16 -0400 (Tue, 29 May 2007)
New Revision: 2729

Modified:
   trunk/data/maps/toxic.bsp
   trunk/data/maps/toxic.map
   trunk/data/scripts/toxic.shader
Log:
toxic: scrolling slime in tubes

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

Modified: trunk/data/maps/toxic.map
===================================================================
--- trunk/data/maps/toxic.map	2007-05-29 11:46:22 UTC (rev 2728)
+++ trunk/data/maps/toxic.map	2007-05-29 14:07:16 UTC (rev 2729)
@@ -7312,7 +7312,7 @@
 {
 patchDef2
 {
-toxic/toxic_slime
+toxic/toxic_slime_tube
 ( 9 5 0 0 0 )
 (
 ( ( -456 -604 152 0 0 ) ( -464 -604 220 0 -1.0698276758 ) ( -524 -604 248 0 -2.1043868065 ) ( -588 -604 260 0 -3.1218130589 ) ( -720 -604 260 0 -5.1843128204 ) )
@@ -7395,7 +7395,7 @@
 {
 patchDef2
 {
-toxic/toxic_slime
+toxic/toxic_slime_tube
 ( 9 5 0 0 0 )
 (
 ( ( 1540 320 152 0 0 ) ( 1540 328 220 0 -1.0698276758 ) ( 1540 388 248 0 -2.1043868065 ) ( 1540 452 260 0 -3.1218130589 ) ( 1540 528 260 0 -4.3093128204 ) )

Modified: trunk/data/scripts/toxic.shader
===================================================================
--- trunk/data/scripts/toxic.shader	2007-05-29 11:46:22 UTC (rev 2728)
+++ trunk/data/scripts/toxic.shader	2007-05-29 14:07:16 UTC (rev 2729)
@@ -1,23 +1,3 @@
-textures/toxic/toxic_slime
-{
-	qer_editorimage textures/liquids/slime1.tga
-	surfaceparm noimpact
-	surfaceparm nonsolid
-	surfaceparm slime
-	surfaceparm trans
-	cull disable
-	//deformVertexes wave 150 sin 2 5 0.25 0.1
-	tessSize 128
-	qer_trans 0.5
-	q3map_surfacelight 1200
-	{
-		map textures/liquids/slime1.tga
-		blendfunc add
-		rgbGen identity
-		tcMod turb 0 0.2 0 0.04
-	}
-}
-
 textures/toxic/toxic_sky
 {
 	qer_editorimage env/strale_grey/ygrey_up.tga
@@ -46,4 +26,44 @@
 		alphaFunc GT0
 		rgbgen vertex
 	}
-}
+}
+
+textures/toxic/toxic_slime
+{
+	qer_editorimage textures/liquids/slime1.tga
+	surfaceparm noimpact
+	surfaceparm nonsolid
+	surfaceparm slime
+	surfaceparm trans
+	cull disable
+	deformVertexes wave 150 sin 2 5 0.25 0.1
+	tessSize 128
+	qer_trans 0.5
+	q3map_surfacelight 1200
+	{
+		map textures/liquids/slime1.tga
+		blendfunc add
+		rgbGen identity
+		tcMod turb 0 0.2 0 0.04
+	}
+}
+
+textures/toxic/toxic_slime_tube
+{
+	qer_editorimage textures/liquids/slime1.tga
+	surfaceparm noimpact
+	surfaceparm nonsolid
+	surfaceparm slime
+	surfaceparm trans
+	cull disable
+	//deformVertexes wave 150 sin 2 5 0.25 0.1
+	tessSize 128
+	qer_trans 0.5
+	q3map_surfacelight 1200
+	{
+		map textures/liquids/slime1.tga
+		blendfunc add
+		rgbGen identity
+		tcMod scroll 0 0.2
+	}
+}




More information about the nexuiz-commits mailing list