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

[Request] I am looking for a program for DeadByDaylight to extract and classify the audios. #59

Open
Neinndall opened this issue Aug 15, 2022 · 3 comments

Comments

@Neinndall
Copy link

I have been looking at the tool and it seems to have problems with Dead by daylight, I was interested in a similar program to extract the audios, DBD is Unreal Engine 4.27 currently.

I don't know if there is a tool that can extract the audio from the .bnk files and later classify them according to the .xml file where it saves the names of the audios.

regards,

@panzi
Copy link
Owner

panzi commented Aug 15, 2022

There are lots of variations on the Unreal Engine 4 archive Format, it seems. Sometimes the metadata that I would need to read the file is completely zeroed out (I guess it's then somehow included in the game binary or something so that the game can read it), so I don't know how to handle that game.

But if all you need is to extract the file and not update it, then maybe another tool of mine can help: media extract
As long as the archive doesn't use encryption or compression this should be able to dump the BINK files. It won't know the filenames, though.

@Neinndall
Copy link
Author

Thank you very much for the reply! I could attach the file where it stores all the information of the names of the audio files, in case you could advise me or something, but I will take a look at your tool to extract them.
I could probably make a script which will open the file and look for the line and replace its name, I don't know if it will be possible.

attached file, in case you want to take a look!
https://anonfiles.com/icB4W330yb/SoundbanksInfo_json

@Neinndall
Copy link
Author

Edit: I've been looking at the show and it doesn't seem to go well with Dead by daylight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants