]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add final arc sounds by Archer
authorMario <zacjardine@y7mail.com>
Thu, 18 Dec 2014 15:59:07 +0000 (02:59 +1100)
committerMario <zacjardine@y7mail.com>
Thu, 18 Dec 2014 15:59:07 +0000 (02:59 +1100)
qcsrc/common/weapons/w_arc.qc
sound/weapons/arc_fire.ogg
sound/weapons/arc_loop.ogg
sound/weapons/arc_loop_overheat.ogg [new file with mode: 0644]
sound/weapons/arc_stop.ogg

index 5f272433d60277a2e4cb87edb681f8e5ce8d99fb..d5f856425c192b4568620fdff402bfc516884840 100644 (file)
@@ -613,7 +613,7 @@ void Arc_Smoke()
                        if ( !self.arc_smoke_sound )
                        {
                                self.arc_smoke_sound = 1;
-                               sound(self, CH_SHOTS_SINGLE, "weapons/gauntletbeam_fly.wav", VOL_BASE, ATTN_NORM);
+                               sound(self, CH_SHOTS_SINGLE, "weapons/arc_loop_overheat.wav", VOL_BASE, ATTN_NORM);
                        }
                }
        }
@@ -724,7 +724,7 @@ float W_Arc(float req)
                        precache_sound("weapons/arc_fire.wav");
                        precache_sound("weapons/arc_loop.wav");
                        precache_sound("weapons/arc_stop.wav");
-                       precache_sound("weapons/gauntletbeam_fly.wav");
+                       precache_sound("weapons/arc_loop_overheat.wav");
                        if(!arc_shotorigin[0])
                        {
                                arc_shotorigin[0] = shotorg_adjust_values(CL_Weapon_GetShotOrg(WEP_ARC), FALSE, FALSE, 1);
index 6c845d3b293b094429b6c21aa4fd8f13eac081f5..ba388e14a334417467e043430434890e731e6503 100644 (file)
Binary files a/sound/weapons/arc_fire.ogg and b/sound/weapons/arc_fire.ogg differ
index 0d1f196fdefb4dbcf6732aea5d8b03271a8363ec..4489e915cc90a2af03f2b7c63b877fa38495e14f 100644 (file)
Binary files a/sound/weapons/arc_loop.ogg and b/sound/weapons/arc_loop.ogg differ
diff --git a/sound/weapons/arc_loop_overheat.ogg b/sound/weapons/arc_loop_overheat.ogg
new file mode 100644 (file)
index 0000000..6178b34
Binary files /dev/null and b/sound/weapons/arc_loop_overheat.ogg differ
index 59ff93bd39c62ae94931cbc514c40d7f27c69556..bbf69cee75d7b4dd274f091c92ebd143de442965 100644 (file)
Binary files a/sound/weapons/arc_stop.ogg and b/sound/weapons/arc_stop.ogg differ