bcssov / IronyModManager

Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
https://bcssov.github.io/IronyModManager/
MIT License
343 stars 41 forks source link

Add New uncompressed mods to compressed Collection will zip it automaticlly. #462

Closed MADxingjin closed 11 months ago

MADxingjin commented 11 months ago

Is your feature request related to a problem? Please describe. Merged a collection. found modsth missing, appended to collection. all mods but modsth are merged and there is no button to compress single mod only. had to compress the entire collection again, the name of compressed mods becomes messy and unhumanreadable.

Describe the solution you'd like A button for compressing single selected mod.

Describe alternatives you've considered Detection of sparse file mods added to merged collection and merge all of them again.

foreach(var mod in collection){ if(!mod.compressed) { CompressSingle(mod);} }

bcssov commented 11 months ago

Duplicate of: https://github.com/bcssov/IronyModManager/issues/435

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.