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

Extracting .bdt from DS2 #54

Open
MikamiBrothers opened this issue Apr 18, 2022 · 10 comments
Open

Extracting .bdt from DS2 #54

MikamiBrothers opened this issue Apr 18, 2022 · 10 comments

Comments

@MikamiBrothers
Copy link

Hello
I've been trying to extract DS2 model files for 3 months without success. I tried your bindertools extractor without success too. I have this message every time "Missing decryption key for file 'LqChrEbl.bhd''. I tried with this command also without success. "BinderTool LqChrEbl.bdt "J:\Dark Souls Trilogy\DarkSouls2\LqChrEbl" - -game DarkSouls2 --extract-bhd true" . I got this error messange. " Option 'extract-bhd' is unknown. Could it be possible that I am using it wrong? could you help me ?
Cordially

@Atvaark
Copy link
Owner

Atvaark commented Apr 18, 2022

BinderTool "LqChrEbl.bdt" should pick up the DS II format and key automatically.
BinderTool "LqChrEbl.bdt" --game DarkSouls2 --type EncryptedBdt should be the manual way.

@MikamiBrothers
Copy link
Author

I succeeded!! great thanks a lot !
would you also be where to find the 3D model files of the characters? there are close to 130 files. I mainly look for bumps.
Cordially

@MikamiBrothers
Copy link
Author

Hello
is it possible to compress several files in .dcx? I can't extract the bosses?
Cordially

@Atvaark
Copy link
Owner

Atvaark commented Apr 25, 2022

DCX files are mostly just wrappers around other archives (basically directories) or single large files.
You can try running a script to recursively extract all DCX files in your working directory.
The newest version of this tool has some command line flags that should also automatically unpack and decompress all archives. I haven't tested it yet with anything but Elden Ring.

@MikamiBrothers
Copy link
Author

Good morning and thank you for your answers. I will try to be more specific. I am looking to recover 3D models of characters and bosses in DS2. I extracted the .BDT and .BHD files. I end up with .BND files that are unfortunately unreadable on Blender or other software. I searched for several weeks with no results. Do you have a solution?
cordially

@Atvaark
Copy link
Owner

Atvaark commented Apr 26, 2022

I can't support you with that. You'll perhaps find some answers in forums such as Xentax or Zenhax.
Model files use the .flver extension and someone might have created a tool to convert them to obj or some other format supported by Blender.

@MikamiBrothers
Copy link
Author

Thank you very much but I have already searched these forums for a solution without result. To believe that no one has succeeded. In Ds2 there is no .Flver. Everything is in .bnd

@MikamiBrothers
Copy link
Author

Hello, just to tell you that I modified a script found on the net and I managed to recover the files. Thanks again

@googleben
Copy link

For reference, on the Elden Ring branch there's an option to automatically extract .bnd files which are basically .tar-style files (multiple files concatenated) or like a .zip file minus the compression.

@MikamiBrothers
Copy link
Author

For reference, on the Elden Ring branch there's an option to automatically extract .bnd files which are basically .tar-style files (multiple files concatenated) or like a .zip file minus the compression.

Hello,
I am not looking to extract Elden Ring but DS2. I got there.

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

3 participants