WojciechKrysiak / SCModManager

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

Thumbnail considered a conflict #45

Open Alamandir opened 4 years ago

Alamandir commented 4 years ago

Would it be possible to somehow have the conflict checker skip over any instance of "thumbnail.jpg/png"? Would make the conflict checking massively more useful.

matshou commented 4 years ago

I agree, having the ability to filter or whitelist certain files would be really useful.

matshou commented 4 years ago

After poking around the application I've found it actually has a whitelist feature which can be accessed from "PreferencesWindow" that is opened by clicking on the 'cog' icon in the upper right corner. Just add filenames that should be ignored from conflict assessment and they will be ignored. Note that regex unfortunately does not work, but that's fine.