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:
Code: Select all
ReadDataFile("sound\\geo.lvl;geo1cw")
ReadDataFile("dc:sound\\spa.lvl;spa2cw")
but the space sounds didn't show up. so I did this:
Code: Select all
ReadDataFile("dc:sound\\spa.lvl;spa2cw")
ReadDataFile("sound\\geo.lvl;geo1cw")
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.