Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

MLBB Sounds

Featured Replies

  • Author
  • Localization

aihara, posted Tue Aug 29, 2017 11:11 am (26018)


Hi Aluigi and others

Can someone help me with this type of file? Like what script or program that I can use to view or extract the file

I Already use quickbms unity3d_webplayer.bms, and after that, the output is this file
http://www65.zippyshare.com/v/7L7ISrH8/file.html

and here the unity3d file
http://www65.zippyshare.com/v/xjyYIZga/file.html

Thanks
  • Author
  • Localization

aluigi, posted Tue Aug 29, 2017 10:35 pm (26034)


The file obtained with unity3d_webplayer.bms is an Unity archive.
It seems compatible with my unity.bms script that will be able to extract the 2 files archived in it.
You can ignore CAB-vo_1034~CAB-vo_1034_1.142 while CAB-vo_1034~vo_1034.49 contains audio data "Audiokinetic Wwise bank files".

Do the following:
open CAB-vo_1034~vo_1034.49 with a hex editor, delete the first 4 bytes and save it.
Now use this script to extract its content: http://aluigi.org/bms/armyoftwo.bms
The obtained 16 files are not playable wav, you need a converter, usually people say to use ww2ogg but I had no success when I tried in another topic.
Try :)
  • Author
  • Localization

aihara, posted Wed Aug 30, 2017 7:34 pm (26070)


thanks for the guide aluigi

I'll try it

UPDATE:
I've tried the instructions from you, and do you know what? Its work!!

Thank you Aluigi

One question, in CAB-vo_1034~CAB-vo_1034_1.142, is there any information about file name? or perhaps you know where I can find it?
  • Author
  • Localization

aihara, posted Fri Sep 01, 2017 2:43 pm (26147)


Sorry to bother you with my stupid question again,

I already tried your suggestion and it's works, but I realise the sound is not right.

Here is the example :
This file from CAB-vo_1034~vo_1034.49 and can't be played
http://www67.zippyshare.com/v/6CH3Z7DZ/file.html

So I used Ravioli to open and save that file to ogg, and here is the result :
http://www67.zippyshare.com/v/qlwXVQpM/file.html

But, The right sound is like this (I got it from the wiki) :
http://www67.zippyshare.com/v/dDUuRj35/file.html

is there something wrong? Can somebody help me?
  • Author
  • Localization

aluigi, posted Fri Sep 01, 2017 8:22 pm (26154)


The only thing I can do is moving the topic in the Audio section hoping that someone has some tips for you.
Let me know if that's ok for you
  • Author
  • Localization

aihara, posted Sat Sep 02, 2017 7:54 am (26163)


yes, please.

Thanks aluigi
  • Author
  • Localization

Acewell, posted Sat Sep 02, 2017 11:58 am (26166)


1. use "Unity Studio" or "Unity Assets Bundle Extractor" to easily export the bnk file as text
2. use "bnkextr.exe" to extract the audio files as *.wav
Code:
bnkextr.exe vo_1034.bnk

3. rename all *.wav files extension to *.wem, you can use the "rename_wav2wem.bat" file
Code:
ren *.wav *.wem

4. run the "convert.bat" file contained to run "ww2ogg.exe", "packed_codebooks_aoTuV_603.bin" and "revorb.exe" to convert the *.wem files to playable *.ogg files

all the tools you need are in here :D

audio_tools.zip

  • Author
  • Localization

aihara, posted Sat Sep 02, 2017 2:01 pm (26171)


Acewell wrote:
1. use "Unity Studio" or "Unity Assets Bundle Extractor" to easily export the bnk file as text
2. use "bnkextr.exe" to extract the audio files as *.wav
Code:
bnkextr.exe vo_1034.bnk

3. rename all *.wav files extension to *.wem, you can use the "rename_wav2wem.bat" file
Code:
ren *.wav *.wem

4. run the "convert.bat" file contained to run "ww2ogg.exe", "packed_codebooks_aoTuV_603.bin" and "revorb.exe" to convert the *.wem files to playable *.ogg files

all the tools you need are in here :D
audio_tools.zip

Thanks for the reply, but still confused from what you say about bnk file.

because I can't see bnk file extensions, even after I tried to rename it manually, I can't open it.

Can you please explain it more?

Thanks in advance

UPDATE 1 :
Never mind, I try it again and now all .wem files appears :D

UPDATE 2 :
The result from converted sound still not right
supposed to be like this :
http://www67.zippyshare.com/v/dDUuRj35/file.html

but the result like this :
http://www67.zippyshare.com/v/nIcFQKdy/file.html
  • Author
  • Localization

Acewell, posted Sat Sep 02, 2017 10:05 pm (26188)


aihara wrote:
UPDATE 2 :
The result from converted sound still not right
supposed to be like this :
http://www67.zippyshare.com/v/dDUuRj35/file.html

but the result like this :
http://www67.zippyshare.com/v/nIcFQKdy/file.html

i don't know man, i'm not an audio *SPAM* and i have no idea what "MLBB" is anyway, just thought i'd
chime in, at least you at a point where you can tweak the steps from here to get what you want. :)
  • Author
  • Localization

aihara, posted Sun Sep 03, 2017 6:11 am (26194)


Acewell wrote:
aihara wrote:
UPDATE 2 :
The result from converted sound still not right
supposed to be like this :
http://www67.zippyshare.com/v/dDUuRj35/file.html

but the result like this :
http://www67.zippyshare.com/v/nIcFQKdy/file.html

i don't know man, i'm not an audio *SPAM* and i have no idea what "MLBB" is anyway, just thought i'd
chime in, at least you at a point where you can tweak the steps from here to get what you want. :)


MLBB is moba game on android (BB stand for bang bang :lol: )

btw, thank you. I'm new to this "thing", so good person like you and aluigi is help me a lot.

is there any other good person like them who can help me ? :D
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.