Trouble with Sound Speakers [Solved]
Posted: Tue Jan 05, 2016 4:32 pm
I am having trouble to get a second "static sound speaker" to work in-game. I successfully managed to add a static sound into this game using speakers (com_amb_snd_speaker). Sound munge worked fine and it also sounds good in-game. But the second sound effect (I am using effects instead of streams) doesn't appear. I hear nothing when I go nearby. Just the first sound works. I still will play around with some values but I cannot explain myself why this does keep happening. By the way I never tried this before. Note: I want to save up as many regions I need so I don't want to use soundregions instead of static sound speakers.
I used the exact steps like for my first speaker and it worked. But the second one doesn't. Althrough the files have been munged correctly.
Thank you very much for your help.
EDIT
I fixed it myself. Everything was fine except of this parameter I wrote wrong:
Never set Gain to 0.0.
Now:
and it fixed it.
I used the exact steps like for my first speaker and it worked. But the second one doesn't. Althrough the files have been munged correctly.
Thank you very much for your help.
EDIT
I fixed it myself. Everything was fine except of this parameter I wrote wrong:
Code: Select all
Gain(0.0);Now:
Hidden/Spoiler: