How to add a custom soundscape?

dipp doop

L1: Registered
Nov 7, 2016
30
0
Hey guys, I wanted to add a night time sound effect to my map. I want to use an env_soundscape to get it to play through the whole map. So how do I put a custom sound into the game? Or is there a better way?

Thanks :)
 

henke37

aa
Sep 23, 2011
2,075
515
Well, you will need to write the soundscape script if you want to use env_soundscape. Then it is just a matter of packing the script and the sounds it uses.
 

dipp doop

L1: Registered
Nov 7, 2016
30
0
Well, you will need to write the soundscape script if you want to use env_soundscape. Then it is just a matter of packing the script and the sounds it uses.
Thanks for the reply. I can't find a soundscapes_manifest.txt in my scripts folder and I can't find a template online. Any good tutorials out there?