Page 1 of 1

EA .mus Files

Posted: Tue Nov 02, 2021 11:45 pm
by WolfyBuilder
Hello! I am trying to extract music from the Wii game "Boom Blox Bash Party", but the audio files are in the .mus format. I have looked around for any way to play/extract these files, and even tried playing them in Audacity, but haven't had any luck. From what I've heard, they contain many split .asf files that are stitched together in real-time. I'm assuming this is how the game can dynamically switch songs on the fly, the best example being the main menu's various themed tunes.

Here is a link to one of the files in question: https://drive.google.com/file/d/1tAO7dW ... sp=sharing

Re: EA .mus Files

Posted: Wed Nov 03, 2021 1:01 am
by mono24
WolfyBuilder wrote: Tue Nov 02, 2021 11:45 pm...I have looked around for any way to play/extract these files,... ...but haven't had any luck...
Step 1:
https://sourceforge.net/projects/vgmtoolbox/
test.png
Step 2:
https://www.foobar2000.org/download
Step 3:
https://github.com/vgmstream/vgmstream/releases

have fun

Re: EA .mus Files

Posted: Wed Nov 03, 2021 1:19 am
by WolfyBuilder
Thanks for the info!

Re: EA .mus Files

Posted: Wed Nov 03, 2021 8:25 am
by WolfyBuilder
Is there any way to figure out the proper order of the files? Some of the files seem to have some sort of pattern, but then others are scattered randomly, and there seems to be duplicate files as well

Re: EA .mus Files

Posted: Wed Nov 03, 2021 8:18 pm
by mono24
There are exactly 91 of them based on their header as you see in screenshot.
As you can see after they are exported in the *_CUT folder, they're exported in the the exact order that they are packed, you can see based on their HEX values in the name.
A lot of the times game assets have duplicates.

Re: EA .mus Files

Posted: Thu Apr 28, 2022 5:53 pm
by Nicknine
mono24 wrote: Wed Nov 03, 2021 1:01 am
WolfyBuilder wrote: Tue Nov 02, 2021 11:45 pm...I have looked around for any way to play/extract these files,... ...but haven't had any luck...
Step 1:
https://sourceforge.net/projects/vgmtoolbox/
test.png
Step 2:
https://www.foobar2000.org/download
Step 3:
https://github.com/vgmstream/vgmstream/releases

have fun
Why would you do this barbarism? If it's a .mus file in EA game that means it's actually a part of mpf/mus combo in which case you can just open .mpf with vgmstream and get all audio samples as subsongs.
WolfyBuilder wrote: Wed Nov 03, 2021 8:25 am Is there any way to figure out the proper order of the files? Some of the files seem to have some sort of pattern, but then others are scattered randomly, and there seems to be duplicate files as well
The proper order for the segments as well as various scripting data is stored inside .mpf file but its format is unfortunately rather convoluted.

Re: EA .mus Files

Posted: Thu Apr 28, 2022 9:26 pm
by mono24
Nicknine wrote: Thu Apr 28, 2022 5:53 pm...Why would you do this barbarism? If it's a .mus file in EA game that means it's actually a part of mpf/mus combo in which case you can just open .mpf with vgmstream and get all audio samples as subsongs...
Well aware of that, been specifying that info in the forum before, BUT the samples i had where just .mus, no .mpf to associate with foobar/vgmstream combo in order to load it properly, so that was/is just a work around since there's no other way for non reverse people, like myself ;)