NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
98 stars 4 forks source link

include compression to disabled files #40

Closed feiercrack closed 3 years ago

feiercrack commented 3 years ago

dunno where to put this request in, so i put it in here. if wrong, please put it in the right place. thanks!

could we please have the disabled mods as an compressed zip file to save diskspace? (7zip,rar) to install from zip file we already have :-) i´ve edited the config.ini with my desired "disabled" folder. works great. thanks!

and please can u add the modsize to the tab? 1cc0d91d57de45f8a4beef3a65983e63

NathanVaughn commented 3 years ago

I'm going to add this to the backlog, since this would require a huge restructuring on how the program handles mods. It's looking for the manifest.json file in every mod, and obviously, it can't find them in a .zip file. That would require a side-database to remember what has disabled and zipped.

NathanVaughn commented 3 years ago

Going to close this issue as this would be extremely difficult to implement with symlinks (#48) and completely remove the performance benefit of symlinks.