COD 2 BRO PS2 WBK Files

Codecs, formats, encoding/decoding of game audio, video and music
kwangster
Posts: 1
Joined: Wed May 26, 2021 1:00 am

COD 2 BRO PS2 WBK Files

Post by kwangster »

I'm new to game ripping and I'm not sure how to properly extract the music files from the PS2 iso for Call of Duty 2 Big Red One.

I've checked an older thread (viewtopic.php?t=1492) and it had scripts by aluigi to extract the information using quickbms.exe which I did.
Basically followed through the stuff until I got to the WBK files. I tried the WBK script (though it was for XBOX) and thought it worked but I can't get the .wav files to play.

Do I have to change a few lines in the script or is it something more complex?

Mega to original .cod file, .wbk file from kapf script, & output of wbk script: https://mega.nz/folder/d5YjlaiZ#GKP1IrcjljHFrk46d67rzw
z4ruz
Posts: 75
Joined: Sun Jan 10, 2021 2:23 pm

Re: COD 2 BRO PS2 WBK Files

Post by z4ruz »

Method 1. Raw to Wav.
1. Edit wavebk_wbk.bms:
math ADD_RIFF_HEADER = 0
2. Extract
3. Download MFAudio, extract anywhere.
4. cmd:
set mf=D:\your\path\MFAudio.exe
for /r %i in ("*.raw") do set f=%~ni & set g=%f:~-6% & %mf% /IC1 /IF%g% "%i" /OTWAVU /OC1 /OF%g% "%i.wav"

Method 2. Craft SS2.
wavebk_wbk_2.bms
then you can play it with vgmstream (plugin), MFAudio or Cube Media Player.
or convert to wav or any other format.