Ekey wrote:
Ok, fixed problem with WEM files. For convert to playable Ogg format you need two additional tools >
ww2ogg and
revorb:
How toDecryptCode:
LAUTool -d 395891.wem 395891.wem.dec
Convert decrypted Wem file to raw OggCode:
ww2ogg --pcb packed_codebooks_aoTuV_603.bin 395891.wem.dec
Fix raw Ogg to playable formatCode:
revorb 395891.wem.ogg 395891.ogg
I'm sorry but could someone kindly explain how you batch extract multiple files at once?
Maybe give an example command?
I tried putting ; , or + between the file names but nothing works there.
I only manage to extract single files.
Update: Okay I've figured that out

but I can only follow through with the .wem files.
When I decrypt the .bnk like this:
Code:
ww2ogg --pcb packed_codebooks_aoTuV_603.bin CCMKUNU12Y7R92L06GK6V5UFMG7U.bnk.dec
I get "Parse error: missing RIFF".
I try opening them with VGMStream I get:
Quote:
Could not convert file: failed opening CCMKUNU12Y7R92L06GK6V5UFMG7U.bnk.dec
Any suggestions?
