ividyon / WitchyBND

Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats.
Other
113 stars 11 forks source link

BB FXR Support #41

Open dpmalito opened 1 month ago

dpmalito commented 1 month ago

Hi, I have spoken with a few people who use WitchyBND and they are stumped. I extracted the BloodBorne DCX files just fine but every time I try to convert an FXR file inside the DCS file I get the 0 files processed error.

Screenshot below.

Does anyone have any ideas? Thank you for your help. Also if you want to contact me on Discord we can do that too. discord id: 338147331012820994

image

ividyon commented 1 month ago

They're not supported. BB FXR is a format that is closer to DS1 vfx than ER. I don't know anybody who looked into it, so there's no info and no SF class to handle it.

dpmalito commented 1 month ago

Thanks for you quick response. Is there any kind of info I could get you that might help you be able to do it? I don't know a lot about it but I'm a pretty smart guy and I also am surrounded by other people who are working on stuff on bloodborne. I can maybe get some of the required info from them? If can tell me what would that help? Sorry to be such a noob I'm trying to learn all this. 🙂

ividyon commented 1 month ago

Honestly, not really. Somebody just needs to do all the legwork to read out the binary format in SoulsFormatsNEXT, and create documentation for how it works.