Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] (Audio, possibly others) - Output folder matches BNK resource name #15

Open
Draxxx opened this issue Jan 5, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Draxxx
Copy link

Draxxx commented Jan 5, 2025

Extraction audio results in a 10K+ files. These have no names or grouping.

It'd be great if for example the audio files could be grouped into folders, based on their .bnk filename;
E.G.: "bugs_shrieker.bnk" > \bugs_shrieker\ *.ogg

I'can't see any options in the -h to achieve this output directory structure.

Also;
(I presume the audio files don't have names, as the output is "980632624.ogg", however I have seen some other games that have an
index or manifest that can be used to rename files to more meaningful names. Was curious if you knew such a operation was possible)

@Draxxx Draxxx added the enhancement New feature or request label Jan 5, 2025
@xypwn
Copy link
Owner

xypwn commented Jan 9, 2025

Hi, yeah, it extracts audio files with exactly the names they're present with in the stingray assets (if the hashes are known). The numbers do seem to be the actual file names.

However, it's definitely possible that the files are also referenced somewhere in the bnk files.

I'm quite busy at the moment, so I can't promise much, but I'll definitely look into this at some point.

Of course, you're also always welcome to do some research yourself, if you can/want to do that :)

@xypwn xypwn self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants