Page 1 of 1
Missing ambient sounds
Posted: Mon Apr 05, 2010 5:10 am
by AQT
So I was following Rends' "how to add missing shipped sounds" tutorial. I'm trying to get the steam sound from Hoth and the fountain sound from Naboo to work. What I cannot figure out is what would go under the "config" section in one of the REQs:
I have tried "global_world" thus far and ended up with a 41 KB file but that didn't work. Any help would be appreciated.
Re: Missing ambient sounds
Posted: Mon Apr 05, 2010 11:56 am
by Maveritchell
You need to make an .snd file that loads the correct sound configs you want. Look through the Hoth .snd files and the Naboo .snd files to find out which sound properties you're loading. (These will have been the same sounds you added to your .sfx file.)
Re: Missing ambient sounds
Posted: Mon Apr 05, 2010 4:31 pm
by AQT
Ok, I made a .snd file called
tesgcw and referenced it in the previous REQ above in place of the question mark. Its contents are:
I couldn't find the sound properties of the steam sound in any of the Hoth .snd files so I copied the lines from a SWBF1 Bespin one. I munged and got a 3 KB small file. In-game the sounds were still not present. Am I missing something else? Here's my
tesgcw.sfx file if there is anything wrong with it:
Re: Missing ambient sounds
Posted: Mon Apr 05, 2010 6:50 pm
by Maveritchell
Just taking a quick look at the actual sound files:
The steam is already set up in global_world.snd as a sound, so you don't need to set it up in the .snd file you load. You will need to add the correct reference in your .sfx file (see Hoth's). Naboo has everything you need in its nab2.snd and .sfx (whichever you like) files respectively.
Re: Missing ambient sounds
Posted: Mon Apr 05, 2010 8:17 pm
by AQT
Alright so these are the files in the
tes folder currently:
tes.req
tesgcw.req
tesgcw.snd
tesgcw.sfx
But still no sounds. Is this setup correct?