In response to post #57227931. #57228261, #57231896, #57231991, #57232121, #57237146, #57239481, #57239706, #57240016, #57242146 are all replies on the same post. Fully automated package manager could work, but it won't without enforcing some rules to modders. - No incremental mod updates or a system to do it automatically. Different main files should only be used to handle different standalone branches of the mod (like lite and full). Every mod should be downloaded in one click and updated in the background. - Fully automated compatibility patch handling. Patches should be deployed by Vortex, not by the scripted installer (it can only handle specific install order) and not manually (it's a mess). Optional files should not exist at all. The current implementation of Vortex is terrible in handling this, and it is a very common case. That's a bare minimum since there would also be a lot of cases where you still have to change things manually. Handling conflicts, making own patches, etc.