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
ue3 Sound Pack
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: ue3 Sound Pack
Very confusing title.
Extract the files with this script:
Then use the following script on each one of them:
http://aluigi.org/bms/armyoftwo.bms
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
http://aluigi.org/bms/armyoftwo.bms
-
- Posts: 218
- Joined: Wed Jul 19, 2017 5:04 am
Re: ue3 Sound Pack
aluigi wrote:Very confusing title.
Extract the files with this script:Then use the following script on each one of them: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
http://aluigi.org/bms/armyoftwo.bms
Thank You!!