Morilli / bnk-extract-GUI

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

Is there a way to extract the Tree Folder structure with all the file names without a .bin file? #11

Closed cDerv211 closed 1 month ago

cDerv211 commented 1 month ago

Hey! this is not really an issue but I didnt' see any other ways to contact you, once this is solved I can happily delete if it's a problem don't worry. I have these files here image and I selected the .pck and .bnk files but they didn't work. I was wondering if you know a way to extract all the .ogg files and file names as well. Tysm!

Morilli commented 1 month ago

I assume the *.pck files are archive files containing multiple others. You'd need to find a way to extract those for the specific game in question and look for bnk files.

But keep in mind this tool is mainly made for league of legends, so I can't guarantee those files will parse or be modifiable by my program.

cDerv211 commented 1 month ago

I'm trying to extract sounds from Legends of Runeterra. Tbh I already extracted all the .ogg and .wem files, but the file names of these are just random numbers (probable the ID numbers of Wwise encryption). I was just trying to find a way to find the actual names of the assets (something like sfx_Card_Play_Whoosh.ogg or something) and match them with the .wem files. Any ideas?

Morilli commented 1 month ago

You can try with https://github.com/Morilli/lor-vo-extractor, although you'll need to build it yourself. I also can't guarantee anything about its functionality, but it does seem to get some useful names.

cDerv211 commented 1 month ago

Sadly it's outdated, I already contacted the dev. I now tried to use wwiser, the only problem is that I haven't quite understood how to make it work, because I have all the .bnk and the .wem files but I'm missing the part on how to first find the original names of these files. Do you have any ideas?