alright, after hours of reading up on these WEM audio files, I think i'm close to extracting audio in a format that is playable in a media player, but I have hit a brick wall. First thing that I did was to extract the WEM files from rome 2 music pack files, think there are four in total, using pack manager and there's lots of WEM files let me tell you, but they are all numbered so you don't really know what they are. So then I tried to find a converter to no luck, then I found this forum thanks to @tho http://forum.xentax.com/viewtopic.ph...=7792&start=15 and found two programmes, the first is ww2ogg and the second revorb. You have to copy these two programmes in to the folder with the WEM files and write a .bat file
Code:
for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
pause
for %%f in (*.ogg) do revorb.exe %%f
pause
this should convert the WEM files to .ogg format but I keep getting the error missing RIFF in the cmd.exe can anyone help? Can someone with experience with these programmes point in the right direction. my plan is to convert the WEM files, see what they are and then hopefully convert whatever music or audio that you want in to WEM and replace the original file, hope its that simple anyway!