[2.3 BTOF] County of Laigin 769 history file broken
In the 769 bookmark, it lists Aed Ua Cheinnselaig (83171) as the ruler of Laigin on the Character Select screen, yet when the game is started it changes the ruler to Diarmait Ua Cheinnselaig (83186).
If I Ruler Design a ruler for that county at start, it will ignore it, and install Diarmait Ua Cheinnselaig (83186) anyways.
Upon further inspection in the Dynasty Window, Aed Ua Cheinnselaig (83171) is apparently DEAD as of 1 July, 738, and Diarmait is the only living character in the Dynasty.
A fix?
By adding the following lines in CK2/History/Titles/c_leinster.txt
the problem is fixed. However, this changes the checksum and I am not sure if this is historically accurate. He is the only living option and it matches the entry after so I assume it is.
It also leaves a noticeable gap in the history of the title of C_Leinster, since Diarmait dies in 795, and Coirpre doesn't assume the title until 850. It looks like a few history entries are missing.
In the 769 bookmark, it lists Aed Ua Cheinnselaig (83171) as the ruler of Laigin on the Character Select screen, yet when the game is started it changes the ruler to Diarmait Ua Cheinnselaig (83186).
If I Ruler Design a ruler for that county at start, it will ignore it, and install Diarmait Ua Cheinnselaig (83186) anyways.
Upon further inspection in the Dynasty Window, Aed Ua Cheinnselaig (83171) is apparently DEAD as of 1 July, 738, and Diarmait is the only living character in the Dynasty.
A fix?
By adding the following lines in CK2/History/Titles/c_leinster.txt
Code:
728.7.1={
holder=83171 #Áed Ua Cheinnselaig son of Colcú
}
[COLOR="#00FF00"]738.7.1={
holder=83186 #Diarmait son of Rudgal
}[/COLOR]
850.7.1={
holder=83187 #Coirpre son of Diarmait
}
the problem is fixed. However, this changes the checksum and I am not sure if this is historically accurate. He is the only living option and it matches the entry after so I assume it is.
It also leaves a noticeable gap in the history of the title of C_Leinster, since Diarmait dies in 795, and Coirpre doesn't assume the title until 850. It looks like a few history entries are missing.
Last edited:
Upvote
0