Short summary of your issue
Non-primary titles of primary title tier aren't destroyed on a victorious Realm Dissolution faction.
Game Version
1.6
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court, Northern Lords, Fate of Iberia
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
8
Please explain the issue you experienced in the most condensed way possible
The realm dissolution faction CB contains erroneous script, failing to do what it should do: destroy all held titles of equal tier to the primary title tier, if the war is won by the faction.
Please explain how to reproduce the issue
This script has one too many
Is there anything else you think could help us identify/replicate the issue?
Replace
I have attached a save game
No
Upload Attachment
File(s) attached
Screenshot courtesy of Tiax.
Non-primary titles of primary title tier aren't destroyed on a victorious Realm Dissolution faction.
Game Version
1.6
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court, Northern Lords, Fate of Iberia
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
8
Please explain the issue you experienced in the most condensed way possible
The realm dissolution faction CB contains erroneous script, failing to do what it should do: destroy all held titles of equal tier to the primary title tier, if the war is won by the faction.
Please explain how to reproduce the issue
This script has one too many
prev
in it, specifically in this line: prev = { destroy_title = this }
:
Code:
scope:defender = {
every_held_title = {
limit = {
NOT = { this = prev.primary_title }
tier = prev.primary_title.tier
}
prev = { destroy_title = this }
}
destroy_title = primary_title
}
Is there anything else you think could help us identify/replicate the issue?
Replace
prev = { destroy_title = this }
with destroy_title = this
.I have attached a save game
No
Upload Attachment
File(s) attached
Screenshot courtesy of Tiax.
Attachments
Last edited:
- 10