A user spotted an "orphaned GameData" folder containing some of this mod's settings (and PatchManager's settings, see linuxgurugamer/PatchManager#10) after running the game:
This happens because Constants.ConfigurationFilePath is a relative path, and a few of the places that use it do not prepend the game path (though some other spots do).
Now all places that use this variable prepend the game path, so these files and folders should save to the right folder.
Hi @Theysen and @NathanKell,
A user spotted an "orphaned GameData" folder containing some of this mod's settings (and PatchManager's settings, see linuxgurugamer/PatchManager#10) after running the game:
This happens because
Constants.ConfigurationFilePath
is a relative path, and a few of the places that use it do not prepend the game path (though some other spots do).Now all places that use this variable prepend the game path, so these files and folders should save to the right folder.