Zombie Panic! Source

Zombie Panic! Source

Not enough ratings
Voice Volume Equalizer (Scripts)
   
Award
Favorite
Favorited
Unfavorite
Custom Sounds: Characters Sounds
File Size
Posted
4.333 MB
17 Nov, 2021 @ 12:04am
1 Change Note ( view )

Subscribe to download
Voice Volume Equalizer (Scripts)

In 2 collections by Trinity
Human Sound Panic!
67 items
Zombie Sound Panic!
67 items
Description
Changes all character's voice 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. These voice scripts are also not 1 to 1 with each other in the way the audio is lowered, some camping voice lines for characters are at "1.0" while others are "0.3" and so on.

An example of this equalization looks like this:

Original:

"Character_Paul.Camp"
{
"channel" "CHAN_VOICE"
"volume" "0.3"
"pitch" "PITCH_NORM"

"soundlevel" "SNDLVL_75dB"

"rndwave"
{
"wave" "humans/paul/camping/camp-01.wav"
"wave" "humans/paul/camping/camp-02.wav"
"wave" "humans/paul/camping/camp-03.wav"
"wave" "humans/paul/camping/camp-04.wav"
"wave" "humans/paul/camping/camp-05.wav"
}}



Normalized Volume:

"Character_Paul.Camp"
{
"channel" "CHAN_VOICE"
"volume" "1.0"
"pitch" "PITCH_NORM"

"soundlevel" "SNDLVL_75dB"

"rndwave"
{
"wave" "humans/paul/camping/camp-01.wav"
"wave" "humans/paul/camping/camp-02.wav"
"wave" "humans/paul/camping/camp-03.wav"
"wave" "humans/paul/camping/camp-04.wav"
"wave" "humans/paul/camping/camp-05.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.