Help with Prey .wem files?

Get help on any and all audio formats, or chip in and help others!
Post Reply
jflieger
n00b
Posts: 12
Joined: Sun Jun 11, 2017 3:59 am

Help with Prey .wem files?

Post by jflieger » Thu Jun 29, 2017 10:13 pm

I'm trying to use revorb and ww2ogg to convert the voice files inside of the Localization folder into a usable format, but no matter what I try, nothing seems to work. I always get an error inside of the command window for all of the files I try to convert that reads "Parse error: expected 0x42 fmt if vorb missing." I can't seem to find any solutions online.

brendan19
ultra-veteran
ultra-veteran
Posts: 384
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 88 times

Re: Help with Prey .wem files?

Post by brendan19 » Thu Jun 29, 2017 11:12 pm

The error you are getting is stating that the .wem files aren't encoded in vorbis.

It will be either PCM or ADPCM since it is not vorbis as long as the .wem files are from the PC version.


PCM you can just try and raw importing the file into audacity as PCM RAW and if it doesn't play static, then you're all good.

ADPCM you can try the tool I have attached to this post to decode it into .wav

If that doesn't work, upload a sample.
You do not have the required permissions to view the files attached to this post.

jflieger
n00b
Posts: 12
Joined: Sun Jun 11, 2017 3:59 am

Re: Help with Prey .wem files?

Post by jflieger » Fri Jun 30, 2017 4:35 am

brendan19 wrote:The error you are getting is stating that the .wem files aren't encoded in vorbis.

It will be either PCM or ADPCM since it is not vorbis as long as the .wem files are from the PC version.


PCM you can just try and raw importing the file into audacity as PCM RAW and if it doesn't play static, then you're all good.

ADPCM you can try the tool I have attached to this post to decode it into .wav

If that doesn't work, upload a sample.
Alright, tried the PCM raw import and got static like you said. Downloaded the tool you attached, and I tried running it in the same directory as one of the .wem files and just got a short command window popup and close, also tried clicking and dragging the file onto the .exe and got the same. I might be doing something wrong though. Here's a sample if that helps:
You do not have the required permissions to view the files attached to this post.

brendan19
ultra-veteran
ultra-veteran
Posts: 384
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 88 times

Re: Help with Prey .wem files?

Post by brendan19 » Fri Jun 30, 2017 8:25 am

1. Open up the folder containing the Wwise Sound Tool
2. Hold down shift and right-click inside the folder and choose "Open command window here"

Type the following

Code: Select all

"Wwise Sound Tool.exe" decode_all *.wem
Then press enter two times.

Done :)

Post Reply