[nexuiz-commits] r6740 - in trunk/data: models/onslaught scripts textures

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 17 20:23:15 EDT 2009


Author: morphed
Date: 2009-05-17 20:23:15 -0400 (Sun, 17 May 2009)
New Revision: 6740

Added:
   trunk/data/models/onslaught/boom.md3
   trunk/data/models/onslaught/gen_gib1.md3
   trunk/data/models/onslaught/gen_gib2.md3
   trunk/data/models/onslaught/gen_gib3.md3
   trunk/data/models/onslaught/shockwave.md3
   trunk/data/models/onslaught/shockwave2.md3
   trunk/data/models/onslaught/shockwavetransring.md3
   trunk/data/models/onslaught/shockwavetranssphere.md3
   trunk/data/textures/ons_boom1.tga
   trunk/data/textures/ons_gengib.tga
   trunk/data/textures/ons_shockwave1.tga
   trunk/data/textures/ons_shockwave2.tga
   trunk/data/textures/ons_smoke1.tga
Modified:
   trunk/data/scripts/onslaught.shader
Log:
onslaught sfx assets

Added: trunk/data/models/onslaught/boom.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/onslaught/gen_gib1.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/onslaught/gen_gib2.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/onslaught/gen_gib3.md3
===================================================================
(Binary files differ)


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

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


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

Added: trunk/data/models/onslaught/shockwave2.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/onslaught/shockwavetransring.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/onslaught/shockwavetranssphere.md3
===================================================================
(Binary files differ)


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

Modified: trunk/data/scripts/onslaught.shader
===================================================================
--- trunk/data/scripts/onslaught.shader	2009-05-17 19:40:49 UTC (rev 6739)
+++ trunk/data/scripts/onslaught.shader	2009-05-18 00:23:15 UTC (rev 6740)
@@ -45,4 +45,45 @@
 	blendfunc add
 
  }
+}
+ons_fire
+{
+ {
+	map textures/ons_boom1.tga
+	tcMod scroll 0.05 0.1
+	tcMod rotate 0.01
+	blendfunc add
+
+ }
+}
+ons_smoke
+{
+	deformVertexes wave sin 1 3 2 0.2
+ {
+	map textures/ons_smoke1.tga
+	tcMod scroll 0.01 0.04
+	tcMod rotate 0.01
+	alphaFunc GE128
+
+ }
+}
+ons_shockwave
+{
+	cull none
+ {
+	map textures/ons_shockwave1.tga
+	tcMod scroll 0.2 0
+	blendfunc add
+
+ }
+}
+ons_shockwave2
+{
+ {
+	map textures/ons_shockwave2.tga
+	tcMod rotate 85
+	tcMod scroll 0.03 0.6
+	tcGen environment
+	blendfunc add
+ }
 }
\ No newline at end of file

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


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

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


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

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


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

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


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

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


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



More information about the nexuiz-commits mailing list