When I started working on the converter, I didn't know that the province mapping tool existed, so I mapped the provinces by hand and designed the converter to use a custom province conversion format, with each Imperator:Rome province being on a separate line of text, next to the CK II province that it maps to, like this:
6465,567
6463,567
4342,567
1221,374
Unfortunately, that is completely incompatible with the format output by the province mapping tool, which does the opposite by putting every CK II province on it's own line, followed on that line by every Imperator province that is mapped to it. Changing over to the new format would require a substantial rewrite of the entire converter, but because the province mapping tool is much easier and quicker to use then doing it by hand, I've created a format converter method within the Processing class that will read the mappings made with the tool, convert them to the format used by the converter, and print them out to a new file. Then the method will read the original province mappings made without the tool, and copy them into the new file, creating a single combined province mapping file that the converter will be able to read.
provinceConversionCore.txt are the original mappings, provinceConversion2.txt are the mappings in the format made with the province mapping tool, and provinceConversion.txt is the combined file that is read by the converter.
The province mapping tool has significantly sped up province mapping, doing in 1 hour what would take 6 in doing by hand. I've been able to map out all of Germania, Scandinavia, Belgia, Iberia, and North Africa within 2 days of my spare time. If the rest of the province mappings go this smoothly, everything should be able to be mapped out in a week. Here are glorious screenshots of the newly mapped areas:
Countries in 450 AUC:
Religions in 450 AUC:
Cultures in 450 AUC:
6465,567
6463,567
4342,567
1221,374
Unfortunately, that is completely incompatible with the format output by the province mapping tool, which does the opposite by putting every CK II province on it's own line, followed on that line by every Imperator province that is mapped to it. Changing over to the new format would require a substantial rewrite of the entire converter, but because the province mapping tool is much easier and quicker to use then doing it by hand, I've created a format converter method within the Processing class that will read the mappings made with the tool, convert them to the format used by the converter, and print them out to a new file. Then the method will read the original province mappings made without the tool, and copy them into the new file, creating a single combined province mapping file that the converter will be able to read.
provinceConversionCore.txt are the original mappings, provinceConversion2.txt are the mappings in the format made with the province mapping tool, and provinceConversion.txt is the combined file that is read by the converter.
The province mapping tool has significantly sped up province mapping, doing in 1 hour what would take 6 in doing by hand. I've been able to map out all of Germania, Scandinavia, Belgia, Iberia, and North Africa within 2 days of my spare time. If the rest of the province mappings go this smoothly, everything should be able to be mapped out in a week. Here are glorious screenshots of the newly mapped areas:
Countries in 450 AUC:

Religions in 450 AUC:

Cultures in 450 AUC:

Attachments
Last edited:
- 2
- 1
- 1