Deli-Collective / DeliCounter

Deli Counter mod manager
MIT License
1 stars 2 forks source link

Ability to disable mods without uninstalling them #21

Open LiefAmai opened 3 years ago

LiefAmai commented 3 years ago

It would be nice if you could disable and reenable mods without having to uninstall them. Especially helpful for things like the modular weapons packs which don't really work well with characters that aren't designed for them.

TrainDoctor commented 3 years ago

Some mod loaders use pure binaries with no set file extension so this method would need to relocate all files or treat different mods differently which would be a big hassle. Important when considering a feature like this.

LiefAmai commented 3 years ago

The mod installer which I used previously had the capability to disable/enable mods, and I believe all it did was move the files of disabled mods into a separate folder.

Frityet commented 3 years ago

The mod installer which I used previously had the capability to disable/enable mods, and I believe all it did was move the files of disabled mods into a separate folder.

As the developer of ModInstaller, i can confirm this is true