From: Mario Date: Thu, 18 Dec 2014 15:59:07 +0000 (+1100) Subject: Add final arc sounds by Archer X-Git-Tag: xonotic-v0.8.0~60^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3a7754ee7d344ff85919ac420a027cb5544fba53;p=xonotic%2Fxonotic-data.pk3dir.git Add final arc sounds by Archer --- diff --git a/qcsrc/common/weapons/w_arc.qc b/qcsrc/common/weapons/w_arc.qc index 5f272433d..d5f856425 100644 --- a/qcsrc/common/weapons/w_arc.qc +++ b/qcsrc/common/weapons/w_arc.qc @@ -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); diff --git a/sound/weapons/arc_fire.ogg b/sound/weapons/arc_fire.ogg index 6c845d3b2..ba388e14a 100644 Binary files a/sound/weapons/arc_fire.ogg and b/sound/weapons/arc_fire.ogg differ diff --git a/sound/weapons/arc_loop.ogg b/sound/weapons/arc_loop.ogg index 0d1f196fd..4489e915c 100644 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 index 000000000..6178b3450 Binary files /dev/null and b/sound/weapons/arc_loop_overheat.ogg differ diff --git a/sound/weapons/arc_stop.ogg b/sound/weapons/arc_stop.ogg index 59ff93bd3..bbf69cee7 100644 Binary files a/sound/weapons/arc_stop.ogg and b/sound/weapons/arc_stop.ogg differ