eXpl0it3r / bnkextr

Wwise *.BNK File Extractor
Other
227 stars 32 forks source link

is there any way to repack it for replacing the sound resources? #3

Closed AlseinX closed 6 years ago

AlseinX commented 6 years ago

I am trying to replace the champion sound effect in League Of Legends and I found many ways to unpack the wwise bnk files but still no way to repack them with replacement sound files. So, is there any way to repack? Thank you very much.

eXpl0it3r commented 6 years ago

I have no experience with League Of Legends, but for some other game it was possible to replace the audio, as long as you used the same amount of bytes. Longer audio tracks won't work and for shorter ones you just have to fill it up with 0x00.

However, I don't think there's a tool that actually supports this, so if you want to achieve it, you'll have to edit files manually or write your own tool for it.

AlseinX commented 6 years ago

thank you very much anyway