• 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.
Status
Not open for further replies.

ashgray9119

Recruit
May 7, 2025
3
0

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Gameplay – "Restore the Bosporan Kingdom" Decision Does Not Account for New Duchy Splits

Description​

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.1

Platform​

Windows

Additional Information​

Affected Feature​

  • Gameplay

Save Game​

20250507195457_1.jpg20250507195502_1.jpg

Other Attachments​

20250507195457_1.jpg20250507195502_1.jpg20250507200632_1.jpg

 
Last edited:
Status
Not open for further replies.