]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Laser and shotgun rescaling.
authorSahil Singhal <sahil@sahil-desktop.(none)>
Fri, 14 May 2010 02:38:27 +0000 (22:38 -0400)
committerSahil Singhal <sahil@sahil-desktop.(none)>
Fri, 14 May 2010 02:38:27 +0000 (22:38 -0400)
models/weapons/h_laser.dpm [deleted file]
models/weapons/h_laser.dpm.framegroups [deleted file]
models/weapons/h_laser.iqm [new file with mode: 0644]
models/weapons/h_laser.iqm.framegroups [new file with mode: 0644]
models/weapons/h_shotgun.dpm [deleted file]
models/weapons/h_shotgun.dpm.framegroups [deleted file]
models/weapons/h_shotgun.iqm [new file with mode: 0644]
models/weapons/h_shotgun.iqm.framegroups [new file with mode: 0644]
models/weapons/v_laser.md3
models/weapons/v_shotgun.md3
qcsrc/server/w_laser.qc

diff --git a/models/weapons/h_laser.dpm b/models/weapons/h_laser.dpm
deleted file mode 100644 (file)
index e5fcb46..0000000
Binary files a/models/weapons/h_laser.dpm and /dev/null differ
diff --git a/models/weapons/h_laser.dpm.framegroups b/models/weapons/h_laser.dpm.framegroups
deleted file mode 100644 (file)
index 0a59625..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-1 8 20 0 // fire
-9 5 20 0 // fire2
-15 200 20 1 // idle
-215 40 20 0 // reload
diff --git a/models/weapons/h_laser.iqm b/models/weapons/h_laser.iqm
new file mode 100644 (file)
index 0000000..bf370a0
Binary files /dev/null and b/models/weapons/h_laser.iqm differ
diff --git a/models/weapons/h_laser.iqm.framegroups b/models/weapons/h_laser.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
diff --git a/models/weapons/h_shotgun.dpm b/models/weapons/h_shotgun.dpm
deleted file mode 100644 (file)
index ad489c5..0000000
Binary files a/models/weapons/h_shotgun.dpm and /dev/null differ
diff --git a/models/weapons/h_shotgun.dpm.framegroups b/models/weapons/h_shotgun.dpm.framegroups
deleted file mode 100644 (file)
index 0a59625..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-1 8 20 0 // fire
-9 5 20 0 // fire2
-15 200 20 1 // idle
-215 40 20 0 // reload
diff --git a/models/weapons/h_shotgun.iqm b/models/weapons/h_shotgun.iqm
new file mode 100644 (file)
index 0000000..985a612
Binary files /dev/null and b/models/weapons/h_shotgun.iqm differ
diff --git a/models/weapons/h_shotgun.iqm.framegroups b/models/weapons/h_shotgun.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 56c78c133cb01e4b9e06830689ca70051d0be5a3..3f87cf4e0e895629f090073d3719dd0c59a1ef28 100644 (file)
Binary files a/models/weapons/v_laser.md3 and b/models/weapons/v_laser.md3 differ
index 89a5a435dea1aa5245ecc9835fc314f76c699fdf..0a064bedc86332fa550888e9b40bd5f011892f88 100644 (file)
Binary files a/models/weapons/v_shotgun.md3 and b/models/weapons/v_shotgun.md3 differ
index d90c97a38959f04a7b72708e25484e64d13c83a2..4d749d0ba1c36bdcdc792883cee07b0d1652cc0e 100644 (file)
@@ -167,7 +167,7 @@ float w_laser(float req)
        {
                precache_model ("models/weapons/g_laser.md3");
                precache_model ("models/weapons/v_laser.md3");
-               precache_model ("models/weapons/h_laser.dpm");
+               precache_model ("models/weapons/h_laser.iqm");
                precache_sound ("weapons/lasergun_fire.wav");
                precache_sound ("weapons/gauntlet_fire.wav");
        }