View Single Post
Old 01-08-2006, 07:55 AM   #6 (permalink)
CodeCat
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

Actually, the sound extension is probably only there so the game knows what the files are called. In SoundEffects.ini you only list the file names, not the extensions. So the game has to somehow know what the full name is, and that's what SoundsExtension is for.

But, if you just rename an mp3 to .wav it could work. You should try it.
What might also work is to simply add mp3 to the SoundsExtension list, after wav. No guarantee here but it's worth a try.
CodeCat is offline   Reply With Quote