sound troubles. (unsolveable)
Posted: Sun Mar 01, 2009 2:33 pm
Well, I wsas including space ships in MAD, so I wanted to get their sounds. I followed Rends' tut on how to make your own sound file, but I couldn't get it to work, probably for the same reason using stock ones won't work for me. I looked at Manderek's tut, and set up the LUA like so:
but the space sounds didn't show up. so I did this:
but now the geo sounds won't show up. Is it possible to fix this without making a new sound .lvl file for everything?
EDIT: I guess not, this can be locked or deleted.
Code: Select all
ReadDataFile("sound\\geo.lvl;geo1cw")
ReadDataFile("dc:sound\\spa.lvl;spa2cw")
Code: Select all
ReadDataFile("dc:sound\\spa.lvl;spa2cw")
ReadDataFile("sound\\geo.lvl;geo1cw")
EDIT: I guess not, this can be locked or deleted.