Help with Prey .wem files?
Help with Prey .wem files?
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

- Posts: 384
- Joined: Thu Aug 12, 2010 8:15 am
- Has thanked: 54 times
- Been thanked: 88 times
Re: Help with Prey .wem files?
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.
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.
Re: Help with Prey .wem files?
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: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.
You do not have the required permissions to view the files attached to this post.
-
brendan19
- 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?
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
Then press enter two times.
Done
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 *.wemDone
