Conversation
Uses plugin file name as 'modName' for 'ReadINI' function instead of use INI file name.
|
Seems like your AppVeyor don't support C++17. |
|
I've changed search location from However, there are some mods that breaks the rule "folder name (in |
|
Changed You may need to manually add |
Fix for
SettingStore::LoadUserSettings. Uses plugin file name asmodNameforReadINIfunction instead of use INI file name.Some user reported that MCM doesn't read used config file when name of the config file doesn't exactly
match to name of plugin file. That is, when file names differ only in character case, MCM will not read user config. Proposed change searches for all plugin files and if there is user config file for this plugin, calls
SettingStore::ReadINIwith plugin file name asmodNameargument toReadINIand not with user INI file.New loader code is written using some C++17 features, but can be easily rewritten to compile with older versions.
Sorry, seems like GitHub converted line endings in .cpp file.