Request: Shared Mod Files Naming conventions
Posted: Sat May 10, 2014 7:01 pm
I've noticed that in ../Core/Languages/Lang/ lies Factions.xml . This file holds the combined descriptors for all factions, making adding new Factions tedious. In addition it precludes combining faction mods without manually combining this file between mods. The same issue can bee seen with Cities.xml in the same directory.
I was wondering if it would be possible to allow the parsing of file names along the lines of:
Factions.xml
Factions_CustomFaction1.xml
...
and
Cities.xml
Cities_CustomFaction1.xml
...
and so on with each further .xml file only needing to contain the information for the new faction leaving the original file unmolested.
I was wondering if it would be possible to allow the parsing of file names along the lines of:
Factions.xml
Factions_CustomFaction1.xml
...
and
Cities.xml
Cities_CustomFaction1.xml
...
and so on with each further .xml file only needing to contain the information for the new faction leaving the original file unmolested.