Page 1 of 2
This damn clicking sound.
Posted: Thu Dec 17, 2015 7:35 pm
by Drunkgrunt11b
Can anyone tell me what the option is to turn off the click sound whenever you hit a hot key or click on a menu item?
Re: This damn clicking sound.
Posted: Thu Dec 17, 2015 7:49 pm
by Elven
It's probably under sound effects audio slider. Just means you'll lose all the global sound effects.
Re: This damn clicking sound.
Posted: Thu Dec 17, 2015 9:08 pm
by Drunkgrunt11b
yeah if i click off environment it turns it off but i lose all combat sound also. That's the only way to get rid of the click sound ?
Re: This damn clicking sound.
Posted: Mon Mar 28, 2016 8:50 pm
by Uvirith
Please tell me anyone knows the way around this.
In the original game there was a mod to remove the clicking sound.
It makes me crazy, I can`t even stomach to log in...
Re: This damn clicking sound.
Posted: Tue Mar 29, 2016 3:54 am
by sullemunk
open the chat window and type:
Code: Select all
/script Sound.BUTTON_CLICK = 0 ; Sound.ICON_PICKUP = 0
and you'll have a clicking sound free session
Re: This damn clicking sound.
Posted: Tue Mar 29, 2016 8:05 pm
by Uvirith
sullemunk wrote:open the chat window and type:
Code: Select all
/script Sound.BUTTON_CLICK = 0 ; Sound.ICON_PICKUP = 0
and you'll have a clicking sound free session
Sullemunk, do you wanna marry me? I would even pay for the ceremony
Seriously, thanks. You saved the game for me

Re: This damn clicking sound.
Posted: Mon Apr 06, 2020 6:36 am
by eveisle
Sadly this is the issue I am having. The insufferable pointer click sound.
Unfortunately, this code didn't help me.

Re: This damn clicking sound.
Posted: Mon Apr 06, 2020 8:32 pm
by Kaelang
eveisle wrote: Mon Apr 06, 2020 6:36 am
Sadly this is the issue I am having. The insufferable pointer click sound.
Unfortunately, this code didn't help me.
Replace your audio.myp file with this:
https://drive.google.com/file/d/1allES5 ... AL2aA/view
PS: This thread is 4 years old

Probably better looking at the more recent fixes rather than these ones.

Re: This damn clicking sound.
Posted: Tue Apr 07, 2020 10:46 am
by balshv
Is there a way to remove the woosh sound of Harbinger of Doom on Zealot as well?
Re: This damn clicking sound.
Posted: Thu Dec 31, 2020 8:38 pm
by Spellbound
Is there a permanent way to remove the key click sounds in game rather than use the script "/script Sound.BUTTON_CLICK = 0 ; Sound.ICON_PICKUP = 0" each time?