Extracting audio files from Gears of War 4

Codecs, formats, encoding/decoding of game audio, video and music
Simo311
Posts: 8
Joined: Sat Nov 21, 2020 10:22 pm

Extracting audio files from Gears of War 4

Post by Simo311 »

Hello, i wanted to extract audio files from Gears of War 4, so after getting rid of the Microsoft Store Encryptionm i've tried using QuickBMS tool as well as Unreal Engine 4 script, however as soon as i try, no matter which file i choose as the input one, the tool displays an error message saying:

Code: Select all

Can't read 5 bytes from offset 0c50cb85.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0     0%   840754     206621573  . offset 0c50cb85

Last script line before the error or that produced the error:
  154 get CHUNK_OFFSET longlong TOC_FILE


I've never used QuickBMS tool before so please, be patient with me.
I'll attach here 2 screens showing the pak files i've tried to do the extraction with.
As far as i know, the audio files are within those .pak files. Where did i go wrong?
Thanks!