Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You could replace the content of all the various zombat sound definitions with the same thing, so that all of them essentially play the same sounds.
You can only have one script active that edits a specific sound.
But you can make one sound entry load multiple soundfiles using "Rndwave" instead of "wave".
Example:
"Bat.Miss"
{
"channel" "CHAN_WEAPON"
"soundlevel" "SNDLVL_NORM"
"rndwave"
{
"wave" ")weapons/bat/bat_swing_miss1.wav"
"wave" ")weapons/bat/bat_swing_miss2.wav"
}
}
so either you remake the soundache all the time, or you keep making new folders over and over again just to have more soundcaches
Unless I'm missing something I feel like the process could be simplified a bit by having mods include a soundcache for any .wav sound they use, instead of unpacking and making one big centralized cache.