Zombie Panic! Source

Zombie Panic! Source

Ei tarpeeksi arvosteluja
Weapon Volume Equalizer (Scrips)
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tunnisteet: Weapon Sounds
Tiedostokoko
Julkaistu
4.238 MB
17.11.2021 klo 0.34
1 muutos ( näytä )

Tilaa ladataksesi
Weapon Volume Equalizer (Scrips)

1 kokoelmassa, tekijä Trinity
Weapon Sound Panic!
152 luomusta
Kuvaus
Changes all weapon's sound scripts into versions with 1.0 volume for everything.

Within the vanilla files...
Every single sound script has at least one sound effect que that is lowered than the actual max of the raw sound effect. Some of these lowered volumes can range all the way down to "0.3", which, in my opinion, is incredibly too low and gives perfect explanation to why you cannot hear the sound effects in the video game, especially when standing directly next to another player or the source of the sound effect.

An example of this equalization looks like this:

Original:

"Weapon_AK47.NPC_Reload"
{
"channel" "CHAN_AUTO"
"volume" "0.7"
"soundlevel" "SNDLVL_NORM"

"wave" ")weapons/firearms/ak-47/reload.wav"}



Normalized Volume:

"Weapon_AK47.NPC_Reload"
{
"channel" "CHAN_AUTO"
"volume" "1.0"
"soundlevel" "SNDLVL_NORM"

"wave" ")weapons/firearms/ak-47/reload.wav"}


-

This is not compatible with other mods that include custom scripts.

If you need to check if a mod you are using has a sound script, then go to this folder:
"Steam\steamapps\workshop\content\17500"
Look for the mod ID number that is located in the url of the mod, then search for that number within this game's workshop content folder.