View Single Post
Old 06-28-11, 09:04 AM   #9
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Zedi View Post
Q: If a sdl have included Stormy sound files but the player is not using that mod, what happens? Will the sdl file keep looking for those sound files and eventually crash the game if it fails to localize them?
It shouldn't. The sdl file is the game's master sound mixer and it just tells the game how to use the sound files and what sounds are associated with what names. If the defined names are never used then there shouldn't be a problem. If a defined name is used and a sound file isn't found then there could be a problem.
TheDarkWraith is offline   Reply With Quote