Fragjacker / DoW-Mod-Manager

The original repository for the DoW Mod Manager application, which was made for the Dawn of War:tm: series.
MIT License
32 stars 7 forks source link

Merge button screws up mod load order #38

Open corncobman opened 1 year ago

corncobman commented 1 year ago

Merge button reverses the order of the mods in the merged module they should go.

The merge button needs to be removed from the menu by default and an option to add it in or just removed completely.

IgorTheLight commented 1 year ago

Merge button reverses the order of the mods in the merged module they should go.

The merge button needs to be removed from the menu by default and an option to add it in or just removed completely.

This feature is still experimental - as it is stated here, on GitHub page. The smarter move would be to fix it's behavior - not to disable it completely ;-)

corncobman commented 1 year ago

Even so, experimental features shouldn't have a big button on the main window of the exe right underneath START MOD.

IgorTheLight commented 1 year ago

Even so, experimental features shouldn't have a big button on the main window of the exe right underneath START MOD.

Fair point!

Fragjacker commented 1 year ago

What is exactly reversed? I have just checked a test merge and there indeed the DXP2 and W40k entries were reversed.

Pre merge

RequiredMod.1 = DXP2  
RequiredMod.2 = W40k

Post merge

RequiredMod.1 = W40k
RequiredMod.2 = DXP2

However everything else from the Merge list was applied properly from top to bottom.

IgorTheLight commented 1 year ago

You may fix that for now, I think - it still may cause some troubles ;-)