annoying clicks
#1
Playing AC, at random moment and random maps loud clicks start sounding. It is a very annoying and repeating click. The clicks appear and disappear random and sometimes keep going on for 2 or 3 minutes. Anybody with the same prob? At first I tought it was a ambientsound but running in the previous areas again the clicks were gone so it couldn't be a maprelated sound.
Thanks given by:
#2
strange ticking noise?
Thanks given by:
#3
When playing with bots you'll hear this a lot: it's the sound players make when they are out of ammo. It's so loud because it's supposed to give you an advantage, to be able to hunt down the enemies while they have no ammo.
Thanks given by:
#4
Oh thats what that is! I hate that xD
Thanks given by:
#5
(26 Mar 11, 04:04PM)Nightmare Wrote: Oh thats what that is! I hate that xD

Me too.

and there's no way to delete that sound?
Thanks given by:
#6
(26 Mar 11, 01:39PM)Gibstick Wrote: When playing with bots you'll hear this a lot: it's the sound players make when they are out of ammo. It's so loud because it's supposed to give you an advantage, to be able to hunt down the enemies while they have no ammo.

It's supposed to be that loud? I thought this is a bug and I still do hope it will be fixed...
Thanks given by:
#7
You can mute it if it bugs you enough:
/mutesound 24 0
Thanks given by:
#8
I always assumed it was loud to give enemies a big heads-up.
Thanks given by:
#9
(26 Mar 11, 06:42PM)V-Man Wrote: You can mute it if it bugs you enough:
/mutesound 24 0

does it only mute the annoying clicks or al of the soundvolume?
Thanks given by:
#10
Only the annoying clicks.
Thanks given by:
#11
(26 Mar 11, 06:49PM)teekay Wrote:
(26 Mar 11, 06:42PM)V-Man Wrote: You can mute it if it bugs you enough:
/mutesound 24 0

does it only mute the annoying clicks or al of the soundvolume?

I entered edit mode, textmode, typed "/mutesound 24 0 and pushed enter.

Clicks still there

I thought, maybe save it first:

Saved my map, closed program, start up program again, opened my map....

Clicks still there.
Thanks given by:
#12
It's not in the map, it's just an AC sound. Type that then restart AC.
Thanks given by:
#13
er...
do you hear this sound at times when there are no bots around?
Thanks given by:
#14
Maybe it is something in his sounds.cfg?
Did you touch those config files?
Try making a /newmap and see if they persist.
Thanks given by:
#15
If so, the only thing I can think of is to mute each sound one by one until the ticking stops.
Thanks given by:
#16
Cant you write a script for that?
Thanks given by:
#17
Maybe it's not the clicking of the out of ammo bots. Maybe it's the same clicking i'm experiencing in my mac.
Thanks given by:
#18
It doesn't really bother me, I sometimes hear it when I see bots with Carbines.
Thanks given by:
#19
titiPT Wrote:Maybe it's the same clicking i'm experiencing in my mac.
And what causes that? Is there some way to make it stop?

Here's a script to stop each sound one by one.
soundnum = 0
keepmuting = 1
bind KEY [keepmuting = 0; echo Last sound muted was $soundnum]
alias soundmute [
if (> $soundnum 100) [echo All the sounds have been muted!] [
if $keepmuting [
mutesound $soundnum 0
echo Sound $soundnum muted
+= soundnum 1
sleep 500 [soundmute]
] []]]
Put it in your autoexec.cfg file, and change "KEY" to the key you want to stop the script after it starts.
In-game, type "soundmute" and it will mute one sound every half-second until you press the stop key or it mutes all the sounds. Once you press the key, it'll tell you which sound it last muted, and stop muting the rest of the sounds.
Press the key if you hear the clicking stop. Then take the sound number it gives you and look in sounds.cfg to see which sound that was. You can put a command in your autoexec to mute that sound always, in the form
mutesound (sound number) 0

If the script mutes all the sounds, but you can still hear the clicking, it could either be an issue with the songs or a sound card/software issue. In this case, see if
/musicvol 0
or
/soundvol 0
or
/sound 0
(in that order)
make the sound stop. Let us know.
Thanks given by: