https://i.gyazo.com/0b78f960d6d154690fe ... dac755.png
Bayonetta 2 SFX .bnk
Bayonetta 2 SFX .bnk
I recently got my hands on some Bayo 2 files and I can't seem to convert the .bnk files to anything. I could use some assistance as I think the voices used in the recent game are amazing and would love to create mods with them. I tried using bnkextr and still no luck 
https://i.gyazo.com/0b78f960d6d154690fe ... dac755.png
https://i.gyazo.com/0b78f960d6d154690fe ... dac755.png
-
MisterNatal
- advanced
- Posts: 63
- Joined: Tue Sep 02, 2014 2:53 am
- Has thanked: 6 times
Re: Bayonetta 2 SFX .bnk
I am also trying to extract the sound from the game, I can't seem to get it as every post on xentax has been taken down or not as helpful as I would have hopedfabe1212 wrote:I recently got my hands on some Bayo 2 files and I can't seem to convert the .bnk files to anything. I could use some assistance as I think the voices used in the recent game are amazing and would love to create mods with them. I tried using bnkextr and still no luck
https://i.gyazo.com/0b78f960d6d154690fe ... dac755.png
-
daemon1
- M-M-M-Monster veteran

- Posts: 2343
- Joined: Tue Mar 24, 2015 8:12 pm
- Has thanked: 55 times
- Been thanked: 2022 times
-
MisterNatal
- advanced
- Posts: 63
- Joined: Tue Sep 02, 2014 2:53 am
- Has thanked: 6 times
Re: Bayonetta 2 SFX .bnk
Sorry for late reply, but I just sent one over your waydaemon1 wrote:it would be helpful if you can provide samples. in PM if you like
-
daemon1
- M-M-M-Monster veteran

- Posts: 2343
- Joined: Tue Mar 24, 2015 8:12 pm
- Has thanked: 55 times
- Been thanked: 2022 times
Re: Bayonetta 2 SFX .bnk
well, thats easy. Its standard wwise bank. adpcm codec
1. use viewtopic.php?p=74664#p74664 to extract wav files
2. convert them with new hcs ima decoder https://hcs64.com/files/ima_rejigger5.zip
1. use viewtopic.php?p=74664#p74664 to extract wav files
2. convert them with new hcs ima decoder https://hcs64.com/files/ima_rejigger5.zip
-
MisterNatal
- advanced
- Posts: 63
- Joined: Tue Sep 02, 2014 2:53 am
- Has thanked: 6 times
Re: Bayonetta 2 SFX .bnk
After step 1 I get the .WAV files and can't play them (which is to be expected) but when I use the decoder it just opens and closes instantly and nothing happens. I try dragging the wav file to the exe but nothing and I tried opening the exe as administer but that didn't work either... What am I supposed to do with it?daemon1 wrote:well, thats easy. Its standard wwise bank. adpcm codec
1. use viewtopic.php?p=74664#p74664 to extract wav files
2. convert them with new hcs ima decoder https://hcs64.com/files/ima_rejigger5.zip
-
daemon1
- M-M-M-Monster veteran

- Posts: 2343
- Joined: Tue Mar 24, 2015 8:12 pm
- Has thanked: 55 times
- Been thanked: 2022 times
Re: Bayonetta 2 SFX .bnk
this is command line tool, needs 2 parameters
or you can run batch file like this:
for %%a in (*.wav) do ima_rejigger5 "%%a" "wav\%%a"
and create WAV folder first
or you can run batch file like this:
for %%a in (*.wav) do ima_rejigger5 "%%a" "wav\%%a"
and create WAV folder first
Re: Bayonetta 2 SFX .bnk
Im sorry for the extremely late reply, I am new to sound ripping and this makes 100% no sense to me. Is there a simpler way for people like me?
-
MisterNatal
- advanced
- Posts: 63
- Joined: Tue Sep 02, 2014 2:53 am
- Has thanked: 6 times
Re: Bayonetta 2 SFX .bnk
I'm going to assume you already have the .dat files extracted into .bnk and extracted that into .wav (all this is done by quick bms, yes you need a dat and bnk extractor) and all you need to do is download the file listed above and created a notepad file with this line " ima_rejigger5 "%%a" "wav\%%a" " and save it at a *.bat then put it in the folder you just downloaded and mae new folder called WAV/wavfabe1212 wrote:Im sorry for the extremely late reply, I am new to sound ripping and this makes 100% no sense to me. Is there a simpler way for people like me?
finally just place the wav files into the directory and run the bat.
