ParadoxGameConverters / CK3ToEU4

Converts Crusader Kings 3 saves into Europa Universalis 4 mods
MIT License
49 stars 24 forks source link

tag_mappings.txt doesn't work. #551

Closed yu-zhengzheng closed 2 months ago

yu-zhengzheng commented 2 months ago

I wanted to switch Armenia and Georgia, and also orthodox and catholic, so I made these changes to tag_mappings.txt

link = { ck3 = e_armenia eu4 = GEO } link = { ck3 = k_armenia eu4 = GEO } link = { ck3 = k_armenian_principality eu4 = GEO } link = { ck3 = k_old_armenia eu4 = GEO } link = { ck3 = d_greater_armenia eu4 = GEO } link = { ck3 = k_georgia eu4 = ARM } link = { ck3 = d_georgia eu4 = ARM }

and these changes to religion_map.txt

link = { eu4 = orthodox religious_head = k_papal_state } link = { eu4 = orthodox ck3 = conversos ck3 = catholic ck3 = insular_celtic ck3 = dynamic_faith_109} # Fallback for old saves (pre 1.6.1.2) link = { eu4 = catholic religious_head = k_orthodox }

The converted save switched orthodox and catholic with no problem, but the kingdom of Armenia in CK3 was still converted to Armenia in EU4 instead of Georgia. It is worth noting that I was using Byzantium as the HRE and k_armenia is a vassal of e_byzantium. Could this be the cause of this issue?

yu-zhengzheng commented 2 months ago

Edit: I was wrong, k_armenia was indeed converted to GEO, it's just that GEO is still named "Armenia" in the converted game.