r4806 - in trunk: data/gfx data/models/weapons data/qcsrc/server data/textures modelsource

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 22 07:29:08 EDT 2008


Author: div0
Date: 2008-10-22 07:29:07 -0400 (Wed, 22 Oct 2008)
New Revision: 4806

Added:
   trunk/data/gfx/inv_weapon11.tga
   trunk/data/models/weapons/g_hookgun.md3
   trunk/data/models/weapons/v_hookgun.md3
   trunk/data/models/weapons/w_hookgun.zym
   trunk/data/textures/hookgun.tga
   trunk/data/textures/hookgun_gloss.tga
   trunk/data/textures/hookgun_norm.tga
   trunk/data/textures/hookgun_pants.tga
   trunk/modelsource/hookgun.zip
Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
hook gun model by morphed


Added: trunk/data/gfx/inv_weapon11.tga
===================================================================
(Binary files differ)


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

Added: trunk/data/models/weapons/g_hookgun.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/weapons/v_hookgun.md3
===================================================================
(Binary files differ)


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

Added: trunk/data/models/weapons/w_hookgun.zym
===================================================================
(Binary files differ)


Property changes on: trunk/data/models/weapons/w_hookgun.zym
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2008-10-22 11:24:34 UTC (rev 4805)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2008-10-22 11:29:07 UTC (rev 4806)
@@ -451,6 +451,6 @@
 	register_weapon(WEP_ROCKET_LAUNCHER,  w_rlauncher, IT_ROCKETS,     9, 1, 10000, "rl",        "rocketlauncher",  "Rocket Launcher");
 	register_weapon(WEP_PORTO,            w_porto,     IT_SUPERWEAPON, 0, 0,     0, "porto" ,    "porto",           "Port-O-Launch");
 	register_weapon(WEP_MINSTANEX,        w_minstanex, IT_CELLS,       7, 0, 10000, "minstanex", "minstanex",       "MinstaNex");
-	register_weapon(WEP_HOOK,             w_hook,      IT_CELLS,       0, 0,     0, "hook",      "hook",            "Grappling Hook");
+	register_weapon(WEP_HOOK,             w_hook,      IT_CELLS,       0, 0,     0, "hookgun",   "hook",            "Grappling Hook");
 	register_weapons_done();
 }

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


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

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


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

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


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

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


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

Added: trunk/modelsource/hookgun.zip
===================================================================
(Binary files differ)


Property changes on: trunk/modelsource/hookgun.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the nexuiz-commits mailing list