@Nisto: Hello Nisto. I have a question about extracting from a bin file. Do you know how to extract samp files etc from bin files? I am searching for samp files etc. from some bin files but I can only find dsp files such as sound effects and voices. I would appreciate it if you could answer my questions.
Here is bin file. https://www.dropbox.com/s/h8ak2h468rtjwd5/add01dat.bin?dl=0
@rins: What game is this from? There was another "add01dat.bin" posted on the previous page in this thread, but that only contained 464 DSP files and 16 MusyX files. This one contains 1600 files in total. The format is the same.
There could be more data hiding on the game disc with more information about the files contained. With only the bare BIN file, it's hard to automate the extraction as the formats are not easily recognizable. You have to look at the individual files in a hex editor to determine the formats/extensions, especially for the MusyX (.sdir, .samp, .pool, .proj, and maybe .song) files. Once you've figured out the latter though, you can pass the files to musyx-extract.
Nevertheless, I re-wrote a script to extract the individual sub-files in the BIN file. You'll need Python 3. Download the script to the same folder as add01dat.bin and simply run it.
I think files 0-1565 are all DSP while the rest are MusyX files.
@Nisto: Thank you very much for your answers! This game is "Duel Masters Nettou! Battle Arena". I do not know why the file name is the same, but it seems that the development company is probably the same.
I'm sorry for the bother. I uploaded the data I extracted from the iso file, so please check it if you like. https://www.dropbox.com/sh/k2yzv8ca9hg0k0x/AACtLowZ-omuQPo3gT6KvO9Ha?dl=0
Thank you very much for creating py file. I ran that py file and was able to extract the bin file. I will try to find the MusyX file with a hex editor. If I have any problems/difficulties, I might have to contact you again.