Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Realm maintenace event doesn't fire proper toast on liege losing title due to conquestDescription
If you're a vassal and your liege loses their title, you're supposed to get a toast saying why your new liege is your new liege, except the message that's supposed to fire when liege loses due to conquest is set toalways = no
.game\events\realm_maintenance_events.txt
:
Code:
realm_maintenance.1001 = {
hidden = yes
immediate = {
if = {
limit = { always = no }
send_new_liege_toast_effect = { TRANSFER_TYPE = conquest }
}
#...
}
}
Steps to reproduce
Have liege lose conquest war, and you will get a message saying "new_liege has become your new liege, but you don't know why!" instead of "new_liege has become your new liege through right of conquest!"EDIT: I just played another game, and it worked fine, but for some reason when Harald loses his war at the 1066 start, it never fires as "through right of conquest"
Game Version
1.11.5Platform
WindowsAdditional Information
Affected Feature
- Events
Save Game
Other Attachments
Last edited:
Upvote
0