ShinyHobo/BG3-Modders-Multitool

[Feature Request] Addition of LSLib Toolkit Style Compression on Packing

SoggyBurritoVR opened this issue · 5 comments

Hello,

I was wondering if it would be possible to add the Compression methods/selectors that exist in LSLib Toolkit to the Multitool.

Currently, I have been forced to unpack my mods and use LSLib to repack them with higher compression values to save on filespace.

I mostly use Zlib Optimal, the others such as Zstd don't seem to function well at this time.

Could possibly be added as part of the main UI next to the Use Compression checkbox (if that does the same thing).

Including image of the specific feature inside LSLib Toolkit 1.19.4:

image

The multitool uses a branch of 1.18.7 to provide functionality, so not all of those options will be available until the 1.19 branch is stable. I can provide the other options; you currently have the options of using LZ4 or no compression.

Would the release version's (1.18.7) Zlib Optimal be a possible option?

image

Yes, all options available in 1.18.7

That would be perfect!

This will be included in 0.12.27. The feature is complete, but I have another feature that needs to be complete before I can release it.