r6027 - in branches/nexuiz-2.0: . data/models/weapons data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 1 06:25:42 EST 2009


Author: div0
Date: 2009-03-01 06:25:41 -0500 (Sun, 01 Mar 2009)
New Revision: 6027

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/models/weapons/w_nex.zym
   branches/nexuiz-2.0/data/qcsrc/server/w_nex.qc
Log:
r5951 | morphed | 2009-02-24 16:38:08 +0100 (Tue, 24 Feb 2009) | 1 line
nexgun 0.7 anim
r6026 | div0 | 2009-03-01 12:18:29 +0100 (Sun, 01 Mar 2009) | 2 lines
nex shot org

This looks okay even if using the 0.3 animtime


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-03-01 11:18:29 UTC (rev 6026)
+++ branches/nexuiz-2.0/.patchsets	2009-03-01 11:25:41 UTC (rev 6027)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-5949,5952-5981,5989-5989,5992-6000,6002-6008
+revisions_applied = 1-5981,5989-5989,5992-6000,6002-6008,6026-6026

Modified: branches/nexuiz-2.0/data/models/weapons/w_nex.zym
===================================================================
(Binary files differ)

Modified: branches/nexuiz-2.0/data/qcsrc/server/w_nex.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/w_nex.qc	2009-03-01 11:18:29 UTC (rev 6026)
+++ branches/nexuiz-2.0/data/qcsrc/server/w_nex.qc	2009-03-01 11:25:41 UTC (rev 6027)
@@ -15,7 +15,7 @@
 	float flying;
 	flying = IsFlying(self); // do this BEFORE to make the trace values from FireRailgunBullet last
 
-	W_SetupShot (self, '52 9 -9', TRUE, 5, "weapons/nexfire.wav");
+	W_SetupShot (self, '33 8 -9', TRUE, 5, "weapons/nexfire.wav");
 
 	yoda = 0;
 	FireRailgunBullet (w_shotorg, w_shotorg + w_shotdir * MAX_SHOT_DISTANCE, cvar("g_balance_nex_damage"), cvar("g_balance_nex_force"), WEP_NEX);




More information about the nexuiz-commits mailing list