r3393 - in trunk/data: models qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 19 18:01:13 EST 2008


Author: div0
Date: 2008-02-19 18:01:12 -0500 (Tue, 19 Feb 2008)
New Revision: 3393

Modified:
   trunk/data/models/rocket.md3
   trunk/data/qcsrc/server/w_rocketlauncher.qc
Log:
even more RL fixes


Modified: trunk/data/models/rocket.md3
===================================================================
(Binary files differ)

Modified: trunk/data/qcsrc/server/w_rocketlauncher.qc
===================================================================
--- trunk/data/qcsrc/server/w_rocketlauncher.qc	2008-02-19 22:43:18 UTC (rev 3392)
+++ trunk/data/qcsrc/server/w_rocketlauncher.qc	2008-02-19 23:01:12 UTC (rev 3393)
@@ -200,7 +200,7 @@
 	if (cvar("g_use_ammunition") && !g_rocketarena)
 		self.ammo_rockets = self.ammo_rockets - cvar("g_balance_rocketlauncher_ammo");
 
-	W_SetupShot (self, '25 3 -8', FALSE, 5, "weapons/rocket_fire.wav");
+	W_SetupShot (self, '25 3 -4', FALSE, 5, "weapons/rocket_fire.wav");
 	//W_SetupShot (self, '25 8 -8', FALSE, 5, "weapons/rocket_fire.wav"); // TODO: move model to the right a little
 	pointparticles(particleeffectnum("rocketlauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1);
 
@@ -245,7 +245,7 @@
 	flash.owner = self;
 	flash.viewmodelforclient = self;
 	flash.customizeentityforclient = CL_Weaponentity_CustomizeEntityForClient;
-	setorigin (flash, '35 5 -12');
+	setorigin (flash, '35 8 0');
 	setmodel (flash, "models/flash.md3"); // precision set below
 	setattachment(flash, self.weaponentity, "bone01");
 	SUB_SetFade (flash, time, 0.4);




More information about the nexuiz-commits mailing list