ThibautSF / ParadoxosModManagerRework

Software to manage mods for recent Paradox games, work in progress, Java 11
MIT License
64 stars 7 forks source link

Import from current fails if custom order is enabled #7

Open Pixelz opened 4 years ago

Pixelz commented 4 years ago

"Import from current" fails if you try to import a set of mods previously launched with "Use custom order" enabled. The mod manager looks for files with "pmm_" prefix and can't find any.

image

ThibautSF commented 4 years ago

It's not really a bug, it's a result due to the fact that pmm_ files are temp files.

First, I need to solve #5 and thus try to enhance that.