r5879 - in trunk/data: . gfx qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Feb 16 15:44:49 EST 2009


Author: m0rfar
Date: 2009-02-16 15:44:47 -0500 (Mon, 16 Feb 2009)
New Revision: 5879

Modified:
   trunk/data/effectinfo.txt
   trunk/data/gfx/inv_weapon13.tga
   trunk/data/qcsrc/client/projectile.qc
Log:
* flipped TAG weapon icon
* made rocket projectile smaller (scale 2) and made the trail less black

Modified: trunk/data/effectinfo.txt
===================================================================
--- trunk/data/effectinfo.txt	2009-02-16 17:13:59 UTC (rev 5878)
+++ trunk/data/effectinfo.txt	2009-02-16 20:44:47 UTC (rev 5879)
@@ -1921,7 +1921,7 @@
 effect TR_ROCKET
 trailspacing 5
 type alphastatic
-color 0x303030 0x000000
+color 0x000000 0x666666
 tex 0 8
 size 1 4
 bounce 1

Modified: trunk/data/gfx/inv_weapon13.tga
===================================================================
(Binary files differ)

Modified: trunk/data/qcsrc/client/projectile.qc
===================================================================
--- trunk/data/qcsrc/client/projectile.qc	2009-02-16 17:13:59 UTC (rev 5878)
+++ trunk/data/qcsrc/client/projectile.qc	2009-02-16 20:44:47 UTC (rev 5879)
@@ -243,7 +243,7 @@
 		switch(self.cnt)
 		{
 			case PROJECTILE_ELECTRO: setmodel(self, "models/ebomb.mdl"); break;
-			case PROJECTILE_ROCKET: setmodel(self, "models/rocket.md3"); self.scale = 3; break;
+			case PROJECTILE_ROCKET: setmodel(self, "models/rocket.md3"); self.scale = 2; break;
 			case PROJECTILE_TAG: setmodel(self, "models/laser.mdl"); break;
 			case PROJECTILE_BULLET: setmodel(self, "models/tracer.mdl"); break;
 			case PROJECTILE_BULLET_GLOWING: setmodel(self, "models/tracer.mdl"); break;




More information about the nexuiz-commits mailing list