1. A new character in 1.07, Goda of England (161262), is missing her second husband, Eustace II of Boulogne:
Goda is correctly married to Dreux de Valois (40416) until he dies. She then married Eustace until she died, and he then married for a second time (to Ida of Lorraine) in about 1049. I assume the date has been pushed back to 1054 for age reasons? Either way, I think this setup should be correct.
2. Charles the Simple (90111) ought to be married to Eadgifu of Wessex (90124) as she was his queen and the mother of their son, Louis d'Outremer. Even though they're both long dead, it is accurate and it also means Eadgifu will get a crown and correctly be considered a queen.
Charles did actually have a first wife named Frédérune, but I can't imagine she's in the game.
EDIT: Please read this before you add point 3 below!!!
3. Speaking of Saxon queens, I think it's probably worth adding Eadgyth of Wessex, Otto the Great's empress and mother of two characters in the game, Luitgarde (1284) and Liudolf (7964).
40421 is the first free Saxon ID.
And for german.txt:
These two have the wrong mother, so this is actually a bug. Certainly doesn't hurt to add her anyway, as she was an empress.
Incidentally, I can find no mention of this character, Otto's daughter:
Is this supposed to be someone else? You could replace her with Matilda.
There are still a couple of Alan characters in georgian.txt by the way. It's not a problem, but you should move them to alan.txt
Code:
20142 = {
name="Eustache"
# AKA: Eustatius 'Gernobadatus'
dynasty=308
martial=7
diplomacy=2
intrigue=4
stewardship=6
religion="catholic"
culture="frankish"
add_trait="arbitrary"
add_trait="tough_soldier"
father=10065
mother=10066
1025.1.1 = {
birth="1025.1.1"
}
[COLOR="#FF8C00"]1035.1.2 = {
add_spouse=161262 # Dreux de Valois dies on 1035.1.1 (so there's no overlap)
}[/COLOR]
1054.1.1 = {
add_spouse=10070
}
1087.1.1 = {
death="1087.1.1"
}
}
Goda is correctly married to Dreux de Valois (40416) until he dies. She then married Eustace until she died, and he then married for a second time (to Ida of Lorraine) in about 1049. I assume the date has been pushed back to 1054 for age reasons? Either way, I think this setup should be correct.
2. Charles the Simple (90111) ought to be married to Eadgifu of Wessex (90124) as she was his queen and the mother of their son, Louis d'Outremer. Even though they're both long dead, it is accurate and it also means Eadgifu will get a crown and correctly be considered a queen.
Code:
90111 = {
name="Charles"
# AKA: Charles 'le Simple'
dynasty=25061
martial=6
diplomacy=5
intrigue=7
stewardship=5
religion="catholic"
culture="frankish"
add_trait="slothful"
father=90123
879.1.18 = {
birth="879.1.18"
}
[COLOR="#FF8C00"]919.10.7 = {
add_spouse=90124
}[/COLOR]
929.1.8 = {
death="929.1.8"
}
}
Charles did actually have a first wife named Frédérune, but I can't imagine she's in the game.
EDIT: Please read this before you add point 3 below!!!
3. Speaking of Saxon queens, I think it's probably worth adding Eadgyth of Wessex, Otto the Great's empress and mother of two characters in the game, Luitgarde (1284) and Liudolf (7964).
Code:
40421 = {
name="Eadgyth"
female=yes
dynasty=100072
religion="catholic"
culture="saxon"
father=100
910.1.1={
birth="910.1.1"
}
946.1.26={
death="946.1.26"
}
}
40421 is the first free Saxon ID.
And for german.txt:
Code:
1282 = {
name="Otto"
# AKA: Otto 'der Grosse'
dynasty=669
martial=7
diplomacy=7
intrigue=8
stewardship=6
religion="catholic"
culture="german"
add_trait="greedy"
add_trait="diligent"
add_trait="envious"
add_trait="skilled_tactician"
father=1280
mother=1281
912.1.2 = {
birth="912.1.2"
}
[COLOR="#FF8C00"]929.1.1 = {
add_spouse=40421
}[/COLOR]
955.1.1 = {
add_spouse=1159
}
973.1.1 = {
give_nickname=nick_the_great
}
973.1.2 = {
death="973.1.2"
}
}
Code:
1284 = {
name="Luitgarde"
female=yes
dynasty=669
martial=5
diplomacy=4
intrigue=8
stewardship=7
religion="catholic"
culture="german"
add_trait="honest"
add_trait="proud"
add_trait="brave"
add_trait="amateurish_plotter"
father=1282
[COLOR="#FF8C00"]mother=40421[/COLOR]
940.1.2 = {
birth="940.1.2"
}
983.1.2 = {
death="983.1.2"
}
}
Code:
7964 = {
name="Liudolf"
dynasty=669
martial=5
diplomacy=4
intrigue=8
stewardship=7
religion="catholic"
culture="german"
add_trait="honest"
add_trait="proud"
add_trait="brave"
add_trait="amateurish_plotter"
father=1282
[COLOR="#FF8C00"]mother=40421[/COLOR]
930.1.1 = {
birth="930.1.1"
}
948.1.1 = {
add_spouse=7963
}
957.9.6 = {
death="957.9.6"
}
}
These two have the wrong mother, so this is actually a bug. Certainly doesn't hurt to add her anyway, as she was an empress.
Incidentally, I can find no mention of this character, Otto's daughter:
Code:
11063 = {
name="Richilde"
female=yes
dynasty=669
martial=4
diplomacy=6
intrigue=7
stewardship=4
religion="catholic"
culture="german"
father=1282
945.1.1 = {
birth="945.1.1"
}
986.1.1 = {
death="986.1.1"
}
}
Is this supposed to be someone else? You could replace her with Matilda.
There are still a couple of Alan characters in georgian.txt by the way. It's not a problem, but you should move them to alan.txt
Last edited:
Upvote
0