Morilli / bnk-extract-GUI

Gui for my bnk-extract program.
MIT License
16 stars 6 forks source link

.wem file names not ordered by event name? #5

Closed MLXProjects closed 1 year ago

MLXProjects commented 1 year ago

After opening skin0.bin, base_vo_audio.wpk and base_voevents.bnk and parsing the files, all sounds are shown as their number/ID names instead of being separated into events. Here is how it should look like: image and here is how it looks to me: image Any advice/am I doing something wrong? Sound files were taken from .wad.client (e.g. localised champion data) and skin0.bin comes from .wad.client (e.g. the base champion data)

MLXProjects commented 1 year ago

Sorry, I was doing things wrong :) Needed to select correct skin0.bin (.wad.client/data/characters//skins/skin0.bin), after that it loaded event names just fine. I'll leave this here in case anybody faces the same issue. imagen

Morilli commented 1 year ago

Which champion/skin does that happen with? Also, do you recall whether that specific combination has ever worked in the past?

The most likely explanation is that the bin file contains no event names, which does happen in very rare cases.

edit: welp :)

MLXProjects commented 1 year ago

Which champion/skin does that happen with? Also, do you recall whether that specific combination has ever worked in the past?

The most likely explanation is that the bin file contains no event names, which does happen in very rare cases.

dont worry it was an error on my side, I was opening wrong bin :P sorry for wasting your time btw are there big differences between this GUI app and the base bnk-extract in compat terms? seeing it's further updated than this

Morilli commented 1 year ago

btw are there big differences between this GUI app and the base bnk-extract in compat terms? seeing it's further updated than this

I've done some commits but there should be no relevant differences in terms of behavior.