bnnm/wwiser

Not working with Luigi's Mansion 3

mariopossamato opened this issue · 3 comments

So, trying to extract the TXTP files from Luigi's Mansion 3's 1355168291.bnk file with wwiser.pyz -g 1355168291.bnk gives me the following error:

generator: WARNING! no .txtp were created (find+load banks with events?)

I'm not sure if I'm using it incorrectly. If more information is required, please let me know! :)

I also want to mention that there's another file, streamedfiles.pck, which contains 637 *.wem files. I replaced it with a blank *.pck file, and only some of the audio was missing in-game (most sound effects were still present, but the background music was not).

bnnm commented

The warning is what it says, can't make .txtp from the loaded bnk (1355168291.bnk would be a default bnk that every wwise game has with no music inside). Take a look here for an explanation: https://github.com/bnnm/wwiser/blob/master/doc/WWISER.md#log-and-warnings

You need to find other .bnk that have music, that may be in .pck (see here) or more likely compressed in the game's files (IIRC that engine uses dict/data files). If it's the latter I recommend looking for some .bms script in xentax/zenhax that decompresses them.

Ah, okay, I'll take a look. Thank you! :)