December 31, 20232 yr While digging into the game files, i came across this file called "hog_music_stream.mus", Does anyone how to extract the audio of it? Any help would be appreciated. Here's the file sample if you want to take a look at it: https://www.mediafire.com/file/1t7wnfyq4jy7i2f/hog_music_stream.mus/file
January 1, 20242 yr Supporter Solution Try this script: https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/EA Games/EA_Games_MUS_Extractor.bms And then load all ASF files in foobar2000 with vgmstream plugin.
January 1, 20242 yr Author 1 hour ago, ikskoks said: Try this script: https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/EA Games/EA_Games_MUS_Extractor.bms And then load all ASF files in foobar2000 with vgmstream plugin. Thanks!!
August 16, 20241 yr with this bms script i also managed to extract the speech voices from the order of the phoenix and the half-blood prince, so thank you too. Unfortunately, the original folder structure was not preserved, so it is difficult to search between different spoken languages. Could someone possibly create a script that extracts the .big file into usable files (sounds, images and everything else) while preserving the original folder structure?
August 25, 20241 yr As a matter of fact, the script you wrote extracts the .big file itself, but it doesn't have access to all the data. I can see the speech, music, and the audio tracks of the transition scenes, but not the sound effects and the images, even though the size of the .big file clearly shows that it contains them as well. Thanks anyway.
September 6, 20241 yr On 8/25/2024 at 2:54 AM, Strilin said: As a matter of fact, the script you wrote extracts the .big file itself, but it doesn't have access to all the data. I can see the speech, music, and the audio tracks of the transition scenes, but not the sound effects and the images, even though the size of the .big file clearly shows that it contains them as well. Thanks anyway. Can you show me an example of the extracted dialogue files?
September 13, 20241 yr Yes. The dialogue speech link is here, but you must install wgm stream plugin in winamp that you can play .asf file: https://cloud.tdani.hu/files/hp5dialogues.zip It's too bad that I can't find speech files related to a specific language, I'd like Hungarian, for example, but it takes a lot of time between 25,000 files. I'm trying to figure out how to make it extract the files while keeping the original folder structure. By the way, the .asf file can be converted to .wav, if you have installed the gwmstream plugin on your computer, you can convert it with the following command, just issue the cmd from the hp5dialogues folder: for %f in (*.asf) do vgmstream-cli.exe -o "%~nf.wav" "%f"
Create an account or sign in to comment