]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Crylink.
authorSahil Singhal <sahil@sahil-desktop.(none)>
Fri, 14 May 2010 21:27:22 +0000 (17:27 -0400)
committerSahil Singhal <sahil@sahil-desktop.(none)>
Fri, 14 May 2010 21:27:22 +0000 (17:27 -0400)
models/weapons/h_crylink.iqm [new file with mode: 0644]
models/weapons/h_crylink.iqm.framegroups [new file with mode: 0644]
qcsrc/server/w_crylink.qc

diff --git a/models/weapons/h_crylink.iqm b/models/weapons/h_crylink.iqm
new file mode 100644 (file)
index 0000000..e7d685b
Binary files /dev/null and b/models/weapons/h_crylink.iqm differ
diff --git a/models/weapons/h_crylink.iqm.framegroups b/models/weapons/h_crylink.iqm.framegroups
new file mode 100644 (file)
index 0000000..0a59625
--- /dev/null
@@ -0,0 +1,4 @@
+1 8 20 0 // fire
+9 5 20 0 // fire2
+15 200 20 1 // idle
+215 40 20 0 // reload
index ba676866dce26e8caa1af772dc9eb41b3b471c75..b95a7cef897645479054eba22b5e7d79e269a2c8 100644 (file)
@@ -209,7 +209,7 @@ float w_crylink(float req)
        {
                precache_model ("models/weapons/g_crylink.md3");
                precache_model ("models/weapons/v_crylink.md3");
-               precache_model ("models/weapons/h_crylink.dpm");
+               precache_model ("models/weapons/h_crylink.iqm");
                precache_sound ("weapons/crylink_fire.wav");
                precache_sound ("weapons/crylink_fire2.wav");
        }