ww2ogg / wem file to ogg file

Codecs, formats, encoding/decoding of game audio, video and music
DellC
Posts: 5
Joined: Thu Apr 19, 2018 4:00 am

ww2ogg / wem file to ogg file

Post by DellC »

I'm trying to change a wem file to an ogg file.
I'm trying with ww2ogg022 , revorb.exe , bnkextr.exe , convert.bat files.

Code: Select all

convert.bat 

for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
pause
for %%f in (*.ogg) do revorb.exe %%f
pause       



When I try to convert
1.PNG


How can I fix it?
Pepsee
Posts: 17
Joined: Fri Feb 16, 2018 11:26 am

Re: ww2ogg / wem file to ogg file

Post by Pepsee »

Hello! I found this https://www.reddit.com/r/NoMansSkyMods/ ... dio_files/
Hopefully it helps... otherwise I'd go on a limb and say Ravioli Game Tools might work? Not really sure...
brendan19
Posts: 144
Joined: Fri Aug 08, 2014 11:25 am

Re: ww2ogg / wem file to ogg file

Post by brendan19 »

Upload some samples of the .wem file you're trying to convert :)
DellC
Posts: 5
Joined: Thu Apr 19, 2018 4:00 am

Re: ww2ogg / wem file to ogg file

Post by DellC »

Pepsee wrote:Hello! I found this https://www.reddit.com/r/NoMansSkyMods/ ... dio_files/
Hopefully it helps... otherwise I'd go on a limb and say Ravioli Game Tools might work? Not really sure...


I tried it but it does not work with the same symptoms.
Last edited by DellC on Thu Jun 21, 2018 8:06 am, edited 1 time in total.
DellC
Posts: 5
Joined: Thu Apr 19, 2018 4:00 am

Re: ww2ogg / wem file to ogg file

Post by DellC »

brendan19 wrote:Upload some samples of the .wem file you're trying to convert :)


Here's a sample file.
brendan19
Posts: 144
Joined: Fri Aug 08, 2014 11:25 am

Re: ww2ogg / wem file to ogg file

Post by brendan19 »

How was this file extracted?
DellC
Posts: 5
Joined: Thu Apr 19, 2018 4:00 am

Re: ww2ogg / wem file to ogg file

Post by DellC »

brendan19 wrote:How was this file extracted?


It was just in the game client folder.