I'm having a couple of problems modding the EU4 converter.
First, this is my .mod file:
As you can see, I have a couple of replace_paths, but they aren't working. Vanilla files which I've removed from the relevant folders still end up in the converter output. For culture this isn't a big deal, since I can just add blank copies of those files to overwrite them, but doing so with Sunset Invasion will interfere with plans I have to use native American tags. Is this a problem I can fix or is it something deeper?
The second problem is with government_table.csv. It seems to work fine with the government flavors used in the vanilla converter, and with specific titles, but when I add new flavors (even those which are in Vanilla) they get ignored. For example, I added this line:
gov_republic;merchant_republic;1;
yet inland republics still convert as Feudal Monarchies.
First, this is my .mod file:
Code:
name = "After the End - EU4 Converter"
path = "mod/After the End - EU4 Converter"
replace_path = "eu4_converter/sunset_invasion/"
replace_path = "eu4_converter/common/cultures/"
The second problem is with government_table.csv. It seems to work fine with the government flavors used in the vanilla converter, and with specific titles, but when I add new flavors (even those which are in Vanilla) they get ignored. For example, I added this line:
gov_republic;merchant_republic;1;
yet inland republics still convert as Feudal Monarchies.