ModOrganizer2 / modorganizer

Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved
http://www.nexusmods.com/skyrimspecialedition/mods/6194
GNU General Public License v3.0
2.15k stars 160 forks source link

WIP: Archive preview support #2056

Closed Silarn closed 2 months ago

Silarn commented 3 months ago

Implements updates to check for archive preview support, extract files, and pass to the appropriate plugins.

Interface updates: https://github.com/ModOrganizer2/modorganizer-uibase/pull/153 Pull in DDS.h and libbsarch update: https://github.com/ModOrganizer2/mob/pull/139 Implement updated IPluginPreview interfaces and QByteArray conversion: https://github.com/ModOrganizer2/modorganizer-plugin_python/pull/130 Data changes to properly feed back data without destroying data early: https://github.com/ModOrganizer2/libbsarch/pull/3 Implement updated interfaces to parse raw data: https://github.com/ModOrganizer2/modorganizer-preview_dds/pull/14 https://github.com/ModOrganizer2/modorganizer-preview_base/pull/10

DDS Headers: https://github.com/ModOrganizer2/modorganizer-bsapacker/pull/43 https://github.com/ModOrganizer2/modorganizer-bsatk/pull/17 https://github.com/ModOrganizer2/modorganizer-bsa_extractor/pull/17 https://github.com/ModOrganizer2/modorganizer-preview_bsa/pull/9