X2CommunityCore / xcom2-launcher

The Alternative Mod Launcher (AML) is a replacement for the default game launchers from XCOM 2 and XCOM Chimera Squad.
GNU General Public License v3.0
347 stars 51 forks source link

MCO conflicts are not detected if XComEngine.ini is in a subfolder #249

Open Iridar opened 3 years ago

Iridar commented 3 years ago

For example, Config\Base\XComEngine.ini.

My XSkin mod has conflicting mod class overrides with Remove Weapon Upgrades, but AML doesn't highlight them.

RevZero commented 3 years ago

Currently, AML only looks for Config\XComEngine.ini. Should AML scan all sub-folders as well? Does X2 care if the file is not in Config\?

robojumper commented 3 years ago

The game parses all config files in Config and its recursive subdirectories, so AML should probably do that as well.