]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update sounds
authorMario <zacjardine@y7mail.com>
Wed, 17 Dec 2014 16:33:11 +0000 (03:33 +1100)
committerMario <zacjardine@y7mail.com>
Wed, 17 Dec 2014 16:33:11 +0000 (03:33 +1100)
qcsrc/common/weapons/w_arc.qc
sound/weapons/arc_fire.ogg
sound/weapons/arc_loop.ogg
sound/weapons/arc_stop.ogg

index 6a1e4975b8732bb77baf0a65f665392cdb42f2bf..ee2bb845fa77b69e3f57cd9678e60ae8a8a71271 100644 (file)
@@ -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);
index 3093fbedbb9de3f46af3685f8d323fc50cc0e925..6c845d3b293b094429b6c21aa4fd8f13eac081f5 100644 (file)
Binary files a/sound/weapons/arc_fire.ogg and b/sound/weapons/arc_fire.ogg differ
index dd145beb3b4ef5a70301a1ac7ebb9418f105c5fc..0d1f196fdefb4dbcf6732aea5d8b03271a8363ec 100644 (file)
Binary files a/sound/weapons/arc_loop.ogg and b/sound/weapons/arc_loop.ogg differ
index f5e2b5422c11a764e3f93e9abd61a00c6419d4be..59ff93bd39c62ae94931cbc514c40d7f27c69556 100644 (file)
Binary files a/sound/weapons/arc_stop.ogg and b/sound/weapons/arc_stop.ogg differ