ividyon / WitchyBND

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

Added MQB support, updated SoulsFormats MQB #2

Closed WarpZephyr closed 1 year ago

WarpZephyr commented 1 year ago

I added MQB support from YabberExtended
I also updated the MQB class of SoulsFormats to include some missing things

WarpZephyr commented 1 year ago

Forgot to change namespace to WitchyBND's on WMQB.cs

ividyon commented 1 year ago

Thanks for the contribution.

As discussed on ?SN?, please move the changes to SF MQB into a separate class in the WitchyFormats lib, to avoid modifying the SF lib from its original state. You can use the existing ones as reference. You'll see that I denoted the source of the changes in those classes, such as the MATBIN stuff coming from YabberAvocado.