From: Mario Date: Wed, 17 Dec 2014 16:33:11 +0000 (+1100) Subject: Update sounds X-Git-Tag: xonotic-v0.8.0~60^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3a01b6ff5c76144e1a92d336cec2060d50a7c0d7;p=xonotic%2Fxonotic-data.pk3dir.git Update sounds --- diff --git a/qcsrc/common/weapons/w_arc.qc b/qcsrc/common/weapons/w_arc.qc index 6a1e4975b..ee2bb845f 100644 --- a/qcsrc/common/weapons/w_arc.qc +++ b/qcsrc/common/weapons/w_arc.qc @@ -264,7 +264,7 @@ void W_Arc_Beam_Think(void) { pointparticles( particleeffectnum("arc_overheat"), self.beam_start, self.beam_wantdir, 1 ); - sound(self, CH_WEAPON_A, "weapons/strength_fire.wav", VOL_BASE, ATTN_NORM); + sound(self, CH_WEAPON_A, "weapons/arc_stop.wav", VOL_BASE, ATTN_NORM); } } @@ -613,7 +613,7 @@ void Arc_Smoke() if ( !self.arc_smoke_sound ) { self.arc_smoke_sound = 1; - sound(self, CH_SHOTS_SINGLE, "weapons/arc_loop.wav", VOL_BASE, ATTN_NORM); + sound(self, CH_SHOTS_SINGLE, "weapons/gauntletbeam_fly.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/strength_fire.wav"); + precache_sound("weapons/gauntletbeam_fly.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 3093fbedb..6c845d3b2 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 dd145beb3..0d1f196fd 100644 Binary files a/sound/weapons/arc_loop.ogg and b/sound/weapons/arc_loop.ogg differ diff --git a/sound/weapons/arc_stop.ogg b/sound/weapons/arc_stop.ogg index f5e2b5422..59ff93bd3 100644 Binary files a/sound/weapons/arc_stop.ogg and b/sound/weapons/arc_stop.ogg differ