WojciechKrysiak / SCModManager

Stellaris mod manager - a simple mod reader/checker to find out which files are conflicting.
60 stars 6 forks source link

[Feature Request] Patch Merge #32

Open Midaychi opened 5 years ago

Midaychi commented 5 years ago

Simply, an option to only export the files that are changed in a merge, so you are essentially creating a patch instead of copying all the files from each respective mod.

IE: If you had mod a and mod b, right now it will create mod a+b with the changes/overrides you select in addition.

With patch merging, you'd merge mod a+b and the resulting merge would only contain the conflict winner files and wouldn't import anything else from mod a or b.

Gorehuchi commented 5 years ago

I agree, this would drastically increase the usefulness of the manager. At least to me anyway, as I prefer fixing one problem at a time.

WojciechKrysiak commented 5 years ago

There's work underway on making the manager multi-platform, and the feature you request is included there - the newest releases can be found at https://ci.appveyor.com/project/WojciechKrysiak/scmodmanager/build/artifacts and the code is at https://github.com/WojciechKrysiak/SCModManager/tree/feature/PortToAvalonia