Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Gameplay – "Restore the Bosporan Kingdom" Decision Does Not Account for New Duchy SplitsDescription
The "Restore the Bosporan Kingdom" decision requires complete control of the duchies of Crimea and Azov, with additional adjustments for Bugeac, Yedisan, Levedia, and Don Valley. However, in the latest version of the game:The duchy of Yedisan has been split into two (in-game id):
yedisan and kizilyedisan
The duchy of Levedia has been split into three:
levedia, red_levedia, and tana
The decision script has not been updated to reflect these changes, resulting in the newly formed duchies not being included in the de jure adjustments for the Bosporan Kingdom. This oversight leads to an unintended "doughnut-shaped" de jure map, where the Bosporan Kingdom surrounds but does not include the Zaporizhzhia Kingdom.
Refer to attached the screenshots - my realm (of course the Bosporan Kingdom) and its de jure.
Upon fulfilling the decision's requirements, all relevant duchies, including Kizil-Yedisan and Red Levedia, should be incorporated into the Bosporan Kingdom's de jure territory.
Steps to reproduce
1. Start a game and fulfill the requirements to unlock the "Restore the Bosporan Kingdom" decision.2. Ensure complete control over the duchies of Crimea, Azov, Bugeac, Yedisan, Levedia, and Don Valley.
3. Observe that the newly split duchies (Kizil-Yedisan, Tana, and Red Levedia) are not incorporated into the Bosporan Kingdom's de jure territory.
I think the fix is straightforward: update the decision script in 00_bp3_other_decision.txt to include the following adjustments after line 661:
adjust_de_jure_effect = {
TITLE = title:d_kizilyedisan
DE_JURE = title:k_bosporan_kingdom
}
adjust_de_jure_effect = {
TITLE = title:d_red_levedia
DE_JURE = title:k_bosporan_kingdom
}
adjust_de_jure_effect = {
TITLE = title:d_tana
DE_JURE = title:k_bosporan_kingdom
}
I also attached the corresponding screen shot for the fixed de jure.
Game Version
1.16.1Platform
WindowsAdditional Information
Affected Feature
- Gameplay
Save Game


Other Attachments



Last edited: