• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Bread_L62102

Recruit
3 Badges
Jul 2, 2018
3
0
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Crusader Kings II
One line summary of your issue
De jure duchies in Egypt have changed greatly and are messy

Game Version
3.2.1

What expansions do you have installed?

Monks & Mystics,
The Reapers Due,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
In my current Ck2 game, the de jure duchies in Egypt have changed greatly. This is shown in the screenshot i included

Steps to reproduce the issue.
My start date is 867, i have formed the Roman empire, i have controlled Egypt since the year 980 with my current year being 1092. The new de jure borders are very similar to the de facto land the dukes in Egypt hold.

Upload Attachment
 

Attachments

  • 20190621115448_1.jpg
    20190621115448_1.jpg
    665,2 KB · Views: 21
  • Bug report file.ck2
    100 MB · Views: 1
Upvote 0
Im not sure what update i started on. I do know that I started on the 19th of may and the de jure borders are fine in a new game.

That's before 3.2 was released, which altered Egypt's de jure duchies and added more counties. That's likely the explanation.
 
Run this script with the `run` command to fix the map in an old save to match the new de jure setup:

Code:
c_kharga = {
    de_jure_liege = d_asyut
}
c_esna = {
    de_jure_liege = d_asyut
}
c_asyut = {
    de_jure_liege = d_asyut
}
c_gizeh = {
    de_jure_liege = d_alexandria
}
c_paraetonium = {
    de_jure_liege = d_paraetonium
}
c_al_alamayn = {
    de_jure_liege = d_paraetonium
}
c_quattara = {
    de_jure_liege = d_paraetonium
}
c_buhairya = {
    de_jure_liege = d_faiyum
}