PDA

View Full Version : So, upgrading sfx.dat (How do I do it!?)



Nicholas Steel
09-03-2013, 11:05 PM
http://armageddongames.net/showthread.php?95037-How-to-upgrade-old-custom-sfx-dat-files

Kinda still wanting to have custom sfx.dat files updated to the latest format for use with 2.50 and/or 2.50.1

Zim
09-06-2013, 04:04 PM
I believe the .dat file is updated by using the .dat file as a parent directory and using the actual sound bits' name to point to them using the dat file...
What I don't know, because I still haven't done this yet, is how or if those files would automatically show up in the ZQ menus just from putting their names in the .dat.
I think that takes some more C coding to get that part done, however, I know that once a file is within the .dat file there are other ways to use them without having them listed in the menus in ZQ.
Perhaps using a function like Game->PlaySound(customsoundbitnumhere) with if(Link->Action==Doings) after having the sound bits buried in the parent directory that the other bits are in.

Nicholas Steel
10-13-2013, 12:18 PM
I believe the .dat file is updated by using the .dat file as a parent directory and using the actual sound bits' name to point to them using the dat file...
What I don't know, because I still haven't done this yet, is how or if those files would automatically show up in the ZQ menus just from putting their names in the .dat.
I think that takes some more C coding to get that part done, however, I know that once a file is within the .dat file there are other ways to use them without having them listed in the menus in ZQ.
Perhaps using a function like Game->PlaySound(customsoundbitnumhere) with if(Link->Action==Doings) after having the sound bits buried in the parent directory that the other bits are in.

What.. the HELL are you babbling about? :P

More seriously though, I want to play the Castle Haunt quests with the proper sound fx using the latest and most stable version of Zelda Classic. As noted in the other thread, ZC 2.10 randomly crashes on my computer, the display palette is easily corruptible under modern operating systems and it also has that midi bug where instruments get hung (Various people reported the midi bug when 2.10 came out). I forget what was wrong with 1.92 beta and older, but there were a few lesser issues with them and modern operating systems.

Zim
10-14-2013, 06:55 PM
I wasn't even aware you were talking about a sfx file that already existed, I was talking about making a new one from scratch by using the .dat file to bury .wav files in to make a new set of sound files.

SUCCESSOR
10-15-2013, 12:33 AM
Using SFX.dat may be a relic of the past. Your only hope may be to find another PC to run 2.10 or another version or try to figure out how new sfx.dat files differ from yours and see if you can make em match.

Nicholas Steel
10-15-2013, 02:12 AM
I wasn't even aware you were talking about a sfx file that already existed, I was talking about making a new one from scratch by using the .dat file to bury .wav files in to make a new set of sound files.
Yeah nah, the Castle Haunt quests made by Freedom include a custom sfx.dat file that is made by Freedom and really helps the quests immersion. Older Zelda Classic versions included (bundled with) a tool that lets you make sfx.dat files but all files output by those programs appear to be similarly incompatible with new versions of ZC and so I was kinda hoping a newer version of said program would be made :/