ue3 Sound Pack

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
GHOST DEAD
Posts: 218
Joined: Wed Jul 19, 2017 5:04 am

ue3 Sound Pack

Post by GHOST DEAD »

This is a Package for voice and Sound effect
i need to export and reimport

This package called Wwise APK Packager

game: Devil May Cry 5
format: APK (Wwise studio)
Link: http://www.mediafire.com/file/1xwjczg1d ... e.zip/file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: ue3 Sound Pack

Post by aluigi »

Very confusing title.
Extract the files with this script:

Code: Select all

get FILES long
get ZERO long
for i = 0 < FILES
    get DUMMY long
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
Then use the following script on each one of them:
http://aluigi.org/bms/armyoftwo.bms
GHOST DEAD
Posts: 218
Joined: Wed Jul 19, 2017 5:04 am

Re: ue3 Sound Pack

Post by GHOST DEAD »

aluigi wrote:Very confusing title.
Extract the files with this script:

Code: Select all

get FILES long
get ZERO long
for i = 0 < FILES
    get DUMMY long
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
Then use the following script on each one of them:
http://aluigi.org/bms/armyoftwo.bms


Thank You!!