Heyo, so when modding the game I've run into a minor issue that hopefully should be an easy fix (HOPEFULLY).
When I mod config files (.ini), I've run into issues when trying to make multiple mods that touch the same file. Because the game doesn't automatically merge files with the same name, I'm having to create multiple versions of mods that work with another mod that touches the same file, or make a tool that merges the changes in an old no mans sky modding style. It would be amazing if instead of just overwriting the config files entirely, it just adds the line by line changes. OR allows us to load custom configs, either works.
TLDR: Please make it so that when making two mods that touch the same config file, I don't have to create a separate mod that does both things <3