Suggestion: Game Sounds

I find that eventhough I use !stopsound to remove other players weapon sounds, 2 other sounds often make so I can’t hear people in the mics.

One is the sound of zombies getting hit. The other is the sound of my own weapon. I would love it if there were a way to mute these two sounds as well, or if that is not possible, then maybe lower their volume in general, compared to the mic volume of other players.

I don’t know if there already is a solution to this problem, using some commands in console that I do not know of. If there is I would love to hear it.

Please comment if u know any way to fix this. Or maybe if Morell would one day add a feature to accommodate this problem, that would be so awesome.

// DRS

You can try using these 2 commands in console:

voice_scale //changes the mic volume of other players to the ratio of master volume
1 = default
Example: voice_scale 0.5
Sets mic volume of other players to half of in game volume.

volume //changes in game volume
1 = default
0 = min; 1 = max

You can use volume 0.05 and voice_scale 10 for example to lower all in game sounds including own gun noises/zombie getting hit but raises mic volume of other players.
Try changing the numbers to find which ones suits you the best.

1 Like

Well I guess that solves it. Thought voice_scale only went up to 1. xD
Thx :slight_smile: