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.19k stars 163 forks source link

[Feature Request] Archive (BSA) content Preview plugin #821

Closed Al12rs closed 4 years ago

Al12rs commented 5 years ago

Problem People would like to be able to see what is inside bethesda archves, the list of files contained within and their structure if they were to be unpacked.

Solution Add a new Preview plugin to handle BSA types that will show a tree view of the folder structure contained in the archive, possibly with some additional information like whether the archive is compressed or not and what options or flags it has set.

Additional context The plugin could be written in python, but I'm not sure how accessible the already existing BSA parsing features are from a python plugin. As an alternative to using the Mo2 code to get the archive contents libarch could be used instead, like the BSA Packer plugin currently in development by Epic#5259 .

Al12rs commented 4 years ago

Implemented