Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: FUBAR-BDHR on October 05, 2008, 04:38:52 pm
-
Didn't see it listed in the Wiki but thought I'd make sure. Is a .tbm for additional sounds supported?
-
I think I saw a "-snd.tbm" file somewhere but I might have dreamed it. I know there's the "-mus.tbm" for soundtracks, though.
Strange because if it existed it should have really been in the Wiki among the others...
-
Had another thought. If the sound entry is already in the table and I put a file with the same name in the sound directory can I use play-sound-from-table to access the one in the directory?
So basically if the table has an entry 123 abc.wav and I put abc.wav in the sound directory and do a play-sound-from table 0,0,0,123 will it play the sound from the sound directory or the original one?