Posts: 124
Threads: 24
Joined: Mar 2011
Lately I have thought about it but I cant find a good solution myself.My grenade explode sound is same loud as the guns if im playing them with my windows media player.In game,I have to be at low distance to hear the grenade explode sound.Is there some kind of way to turn the grenade explode sound volume up in the game.Maybe theres a script to do it??
Posts: 582
Threads: 11
Joined: Aug 2011
edit your sounds.cfg
should be those lines
registersound "weapon/grenade_exp" // 34 - S_FEXPLODE
registersound "weapon/grenade_pull" // 41 - S_GRENADEPULL
registersound "weapon/grenade_throw" // 42 - S_GRENADETHROW
registersound "weapon/grenade_bounce1" // 43 - S_GRENADEBOUNCE1
registersound "weapon/grenade_bounce2" // 44 - S_GRENADEBOUNCE2
Posts: 124
Threads: 24
Joined: Mar 2011
What do I edit there?How can i manipulate the sound voleme there??