One line summary of your issue
[3.3.4] history.cpp: liege_before_war is not correctly restored after a war ended
Game Version
3.3.4 [SOHY]
What expansions do you have installed?
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
History civil war modding having problem in many aspect. This one shows the liege_before_war of a title is not properly restored after a war ended.
Steps to reproduce the issue.
1. Create a history war, for example
While all attacker are landed vassals of defender before rebel.
2. Start a game, in character selection screen, scroll the date beyond 1185.3.24, the war has ended. But those vassal become independent. They did not vassalize by original liege title, which held by claimant they supported then.
QA staff have died out I guess, anyway this is for you Paradox and an elegy for your old, legacy code.
Upload Attachment
File(s) attached
[3.3.4] history.cpp: liege_before_war is not correctly restored after a war ended
Game Version
3.3.4 [SOHY]
What expansions do you have installed?
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
History civil war modding having problem in many aspect. This one shows the liege_before_war of a title is not properly restored after a war ended.
Steps to reproduce the issue.
1. Create a history war, for example
Code:
name = "Rebel war"
casus_belli = {
casus_belli = claim_on_liege_plot
actor = 141212
recipient = 141232
landed_title = e_nippon
date = 1183.9.24
}
# In civil wars defender MUST be added before attacker!
1183.9.24 = {
add_defender = 141232
add_attacker = 141212
start_war = yes
add_attacker = 141431
add_attacker = 141432
vassal_liege = {
vassal = 141212
liege = 141232
}
vassal_liege = {
vassal = 141431
liege = 141232
}
vassal_liege = {
vassal = 141432
liege = 141232
}
}
1185.3.24 = {
end_war = yes
rem_attacker = 141212
rem_attacker = 141431
rem_attacker = 141432
rem_defender = 141232
}
2. Start a game, in character selection screen, scroll the date beyond 1185.3.24, the war has ended. But those vassal become independent. They did not vassalize by original liege title, which held by claimant they supported then.
QA staff have died out I guess, anyway this is for you Paradox and an elegy for your old, legacy code.
Upload Attachment
File(s) attached
Last edited:
Upvote
0