Page 1 of 1

Far Cry 5 .wem

Posted: Tue Apr 03, 2018 6:07 pm
by invasion101
how do i decode these .wem music files so they play normally?

Re: Far Cry 5 .wem

Posted: Sat Apr 14, 2018 5:56 am
by GHOST DEAD
Give me A sample please...

Re: Far Cry 5 .wem

Posted: Fri Apr 20, 2018 11:06 am
by MacBlox
that easy, just use the ww2ogg tool, look on youtubes, you have tutorials :) (I can't upload the tool now)

Re: Far Cry 5 .wem

Posted: Sun Apr 22, 2018 10:45 pm
by Cassilias
I've used FC5DatUnpacker to extract .wem and .bnk files from farcry5.dat but cannot convert any.
ww2ogg gives an error (missing RIFF or something like that) and bnkextr exports unplayable .wav.

Re: Far Cry 5 .wem

Posted: Sun Apr 29, 2018 7:37 am
by jfwfreo
Its possible the files are encrypted or compressed or something like that.

Re: Far Cry 5 .wem

Posted: Mon Apr 30, 2018 3:52 am
by GHOST DEAD
Cassilias wrote:I've used FC5DatUnpacker to extract .wem and .bnk files from farcry5.dat but cannot convert any.
ww2ogg gives an error (missing RIFF or something like that) and bnkextr exports unplayable .wav.

I've attached a .wem and .bnk file from soundbinary folder from farcry5.dat.
files Broken... can you send me more files... (about 20 file)?

Re: Far Cry 5 .wem

Posted: Fri May 04, 2018 11:48 am
by Cassilias
I managed to extract sounds. It was the FC5 Unpacker fault. I used the old one, which extracted broken files, not the new updated command line FC5 Unpacker.
Used bnkextr v1.1 for bnk. and ww2ogg+revorb for wem.

Thanks GHOST DEAD and everyone else for trying to help.

Re: Far Cry 5 .wem

Posted: Mon May 14, 2018 6:47 pm
by classlion
Cassilias wrote:I managed to extract sounds. It was the FC5 Unpacker fault. I used the old one, which extracted broken files, not the new updated command line FC5 Unpacker.
Used bnkextr v1.1 for bnk. and ww2ogg+revorb for wem.

Thanks GHOST DEAD and everyone else for trying to help.
Sorry, but i cant run this program. How you do that. Maybe you can halp me.

Re: Far Cry 5 .wem

Posted: Tue May 15, 2018 11:22 am
by Cassilias
FC5 Unpacker by Ekey:
https://www.sendspace.com/file/t6urwd

Batch code to unpack:
@echo off
FC5.Unpacker.exe "D:\FC5\data_final\pc\common.fat" "D:\Unpacked\common"
pause

Re: Far Cry 5 .wem

Posted: Tue May 15, 2018 5:46 pm
by classlion
Cassilias wrote:FC5 Unpacker by Ekey:
https://www.sendspace.com/file/t6urwd

Batch code to unpack:
@echo off
FC5.Unpacker.exe "D:\FC5\data_final\pc\common.fat" "D:\Unpacked\common"
pause
Thank you so much!