Left 4 Dead 2

Left 4 Dead 2

90 ratings
SoundScript Manifest Base [SSMB]
   
Award
Favorite
Favorited
Unfavorite
Game Content: Scripts
File Size
Posted
Updated
426.618 KB
2 Oct, 2021 @ 4:21pm
18 Sep, 2023 @ 5:18am
7 Change Notes ( view )

Subscribe to download
SoundScript Manifest Base [SSMB]

In 1 collection by мяFunreal
мяFunreal's Miscellaneous Mods
35 items
Description
- - - READ THIS DESCRIPTION! - - -




Are you tired of the limitations imposed on soundmods?
What if I told you that those can rather easily be removed.
It requires manual installations of all sounds, so its not as easy as just clicking the "Subscribe" button. But it's worth it.

With this mod, every weapon, infected, item, and music has its own sound script.
This allows multiple people to edit soundscripts without any conflicts.
It also allows you to effortlessly add new sounds, should a weapon or item need it.
Furthermore, simply because the sounds are installed as loose files, you can make longer sounds without worrying about soundglitches that would occur normally, because you are free to make new soundcaches.

Watch the first video for more explanations and install instructions in video form!
How to make mods using SSMB can be learned in the second linked video!
Here's Install instructions in text form, if you prefer those.


Tip:
If you want to quickly rebuild soundcaches without typing out the entire command every time: Launch a cfg through the launch settings. Inside this CFG file that launches with L4D2, add the following lines:
echo echo "snd_buildsoundcachefordirectory ../!custom_sounds/MODNAME" echo
This allows you to just copy.paste this line into the command box to execute it.


This item is not authorized for posting on Steam, except under the Steam account named мяFunreal; Steam id "funreal"
Modifications or Redistribution of this addon without explicit permission is prohibited.
I have my own Discord server[discord.gg] where i post WIP screenshots. We can also just chat.
I also got Paypal[paypal.me] for don't-ations.
Popular Discussions View All (3)
3
12 Feb @ 4:55pm
Questions about making mods for SSMB
specty
2
18 Sep, 2023 @ 6:05am
PINNED: Request Standalone Sound Scripts
мяFunreal
0
18 Sep, 2023 @ 5:43am
PINNED: Install Instructions
мяFunreal
17 Comments
Mortis™ 5 Oct @ 2:15pm 
Can I ask how I might go about doing so?
мяFunreal  [author] 3 Oct @ 11:23am 
i haven't thought about it, but i don't see why it wouldn't work.
Mortis™ 3 Oct @ 7:42am 
Something I've been trying to do is have each L4D1 campaign play their own different zombat music, specifically the horde drums, my method works on local servers but not online. Would it be possible to add custom zombat and have it work online with this mod?
мяFunreal  [author] 15 Mar @ 10:40am 
yeah. that's possible.
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.
____ 15 Mar @ 10:18am 
I wonder if this possible to make all map play only 1 zombat music file? So that i don't have to replace all zombat music to custom music or something
мяFunreal  [author] 13 Feb @ 4:39am 
Good luck, have fun 👌
мяFunreal  [author] 12 Feb @ 4:58pm 
No, sadly not.
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"
}
}
мяFunreal  [author] 21 Apr, 2022 @ 5:55pm 
that might work. but if you're gonna unpack the mod anyways, might as well get the cache there
Kio- 21 Apr, 2022 @ 6:24am 
I'm talking about having a sound.cache packed inside the mod .vpk, the soundcache was generated beforehand with snd_buildsoundcachefordirectory referencing only the files used by the mod. That way the sounds and cache is neatly packed away and would never have to be touched by the end user, only the script would require manual installing.
мяFunreal  [author] 21 Apr, 2022 @ 4:10am 
you can only have one soundcache per "content folder"
so either you remake the soundache all the time, or you keep making new folders over and over again just to have more soundcaches