Hi there
I'm trying to extract audio from these sound banks and it does not work, I think there is some zlib compression on the files which is making is unable to extract, could someone point me in the right direction?
Here is the zip and VirusTotal links:
Download link: https://drive.google.com/open?id=1vHWBm ... BndNSevdi7
VirusTotal link: https://www.virustotal.com/gui/file/7d7 ... /detection
Extracting Audio from Just Survive (H1Z1) Wwise Sound Banks
-
- Posts: 1
- Joined: Tue Dec 27, 2022 12:52 am
-
- Posts: 136
- Joined: Mon Nov 23, 2020 6:01 pm
Re: Extracting Audio from Just Survive (H1Z1) Wwise Sound Banks
They are compressed with zlib, so you can use offzip to decompress. The resulting file is a WWise bank with a 16-byte header, so delete the first 16 bytes and rename as .bnk and it'll play in Foobar with vgmstream. And then you can also use this tool on the bnk files: https://github.com/bnnm/wwisergilroes wrote:Hi there
I'm trying to extract audio from these sound banks and it does not work, I think there is some zlib compression on the files which is making is unable to extract, could someone point me in the right direction?
Here is the zip and VirusTotal links:
Download link: https://drive.google.com/open?id=1vHWBm ... BndNSevdi7
VirusTotal link: https://www.virustotal.com/gui/file/7d7 ... /detection