Left 4 Dead 2

Left 4 Dead 2

91 betyg
SoundScript Manifest Base [SSMB]
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Game Content: Scripts
Filstorlek
Lades upp
Uppdaterades
426.618 KB
2 okt, 2021 @ 16:21
18 sep, 2023 @ 5:18
7 ändringsnotiser ( visa )

Abonnera för att ladda ner
SoundScript Manifest Base [SSMB]

I 1 samling av мяFunreal
мяFunreal's Miscellaneous Mods
35 artiklar
Beskrivning
- - - 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.
Populära diskussioner Visa alla (3)
3
12 feb, 2024 @ 16:55
Questions about making mods for SSMB
specty
2
18 sep, 2023 @ 6:05
KLISTRAD: Request Standalone Sound Scripts
мяFunreal
0
18 sep, 2023 @ 5:43
KLISTRAD: Install Instructions
мяFunreal
17 kommentarer
Mortis™ 5 okt, 2024 @ 14:15 
Can I ask how I might go about doing so?
мяFunreal  [skapare] 3 okt, 2024 @ 11:23 
i haven't thought about it, but i don't see why it wouldn't work.
Mortis™ 3 okt, 2024 @ 7:42 
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  [skapare] 15 mar, 2024 @ 10:40 
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, 2024 @ 10:18 
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  [skapare] 13 feb, 2024 @ 4:39 
Good luck, have fun 👌
мяFunreal  [skapare] 12 feb, 2024 @ 16:58 
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  [skapare] 21 apr, 2022 @ 17:55 
that might work. but if you're gonna unpack the mod anyways, might as well get the cache there
Kio- 21 apr, 2022 @ 6:24 
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  [skapare] 21 apr, 2022 @ 4:10 
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