Okay, here are a few observations after loading up the 1337 scenario. I normally only play 1066, which is why I've never spotted these until now.
Marie is the daughter of Emperor Henry VII -- she's alive and unmarried in 1337, though actually she died in 1324 and had been the second wife of Charles IV, the last Capetian king of France. They had one stillborn child, so it needn't be added.
Charles' death date has been reported, but I'll highlight it again here because it's important. He died on February 1st 1328, not 1330. EDIT: His death date has been fixed in 1.08.
Charles married three times, but his first marriage was to the daughter of this guy,who I can't find in the history database. He isn't the same person as Eudes IV, duke of Burgundy. It was only for a few months anyway, so may not be that important, but they did have two children who survived into childhood. They're in the game (IDs 455416 & 455417, frankish.txt) but have no mother and are of a random, unconnected dynasty:
If Blanche and her father Otto don't exist, then it may be a good idea to add them. Otto (Eudes) was count of Burgundy, so I'd be surprised if he's not in the files somewhere. There's no reason for Charles IV's eldest children to be unconnected members of a random dynasty -- this also means that if you play as him earlier on in the game then little Philippe may become king, leading to problems. Please fix this; at the very least they should be made of his dynasty and given a mother:
EDIT: Voy says Blanche's parents do exist, so I've added them to her character sheet below (ID 95000).
NEW (the ID is free):
This is only if the character doesn't already exist, which she may well do.
Anyway, his second marriage was to:
I've fixed her death date, but the rest should be okay. I'm not an expert so I'm just using Wikipedia for dates, but it says she died in 1371.
The third and final marriage was to Marie of Luxembourg, who I mentioned above.
EDIT: Removed Carloman I of France as he's already been added in 1.08.
Hopefully I haven't made any mistakes here. Please let me know if I have.
Code:
462622 = {
name="Mari[COLOR="#FF8C00"]a[/COLOR]"
female=yes
dynasty=61
martial=6
diplomacy=7
intrigue=4
stewardship=7
religion="catholic"
culture="german"
add_trait="fortune_builder"
father=462611
mother=462620
1304.1.2 = {
birth="1304.1.2"
}
[COLOR="#FF8C00"]1324.3.26[/COLOR] = {
death="[COLOR="#FF8C00"]1324.3.26[/COLOR]"
}
}
Marie is the daughter of Emperor Henry VII -- she's alive and unmarried in 1337, though actually she died in 1324 and had been the second wife of Charles IV, the last Capetian king of France. They had one stillborn child, so it needn't be added.
Code:
455414 = {
name="Charles"
dynasty=743
martial=5
diplomacy=7
intrigue=4
stewardship=5
religion="catholic"
culture="frankish"
add_trait="tough_soldier"
father=455526
mother=455531
1294.6.18 = {
birth="1294.6.18"
}
[COLOR="#FF8C00"]1308.5.20 = {
add_spouse=95000 # Blanche of Burgundy
}[/COLOR]
[COLOR="#FF8C00"]1322.9.21 = {
remove_spouse=95000 # Blanche of Burgundy
add_spouse=462622 # Marie of Luxembourg
}[/COLOR]
[COLOR="#FF8C00"]1325.7.5 = {
add_spouse=455418 # Jeanne d'Évreux
}[/COLOR]
1328.2.1 = {
death="1328.2.1"
}
}
Charles married three times, but his first marriage was to the daughter of this guy,
Code:
730 = {
name="Bontemps"
culture = frankish
}
Code:
455416 = {
name="Philippe"
dynasty=[COLOR="#FF8C00"]743[/COLOR]
martial=6
diplomacy=7
intrigue=4
stewardship=5
religion="catholic"
culture="frankish"
add_trait="martial_cleric"
father=455414
[COLOR="#FF8C00"]mother=95000[/COLOR]
1314.1.2 = {
birth="1314.1.2"
}
1322.[COLOR="#FF8C00"]3[/COLOR].2 = {
death="1322.[COLOR="#FF8C00"]3[/COLOR].2"
}
}
Code:
455417 = {
name="Jeanne"
female=yes
dynasty=[COLOR="#FF8C00"]743[/COLOR]
martial=7
diplomacy=7
intrigue=4
stewardship=7
religion="catholic"
culture="frankish"
add_trait="scholarly_theologian"
father=455414
[COLOR="#FF8C00"]mother=95000[/COLOR]
1315.1.2 = {
birth="1315.1.2"
}
1321.[COLOR="#FF8C00"]5.17[/COLOR] = {
death="1321.[COLOR="#FF8C00"]5.17[/COLOR]"
}
}
EDIT: Voy says Blanche's parents do exist, so I've added them to her character sheet below (ID 95000).
NEW (the ID is free):
Code:
[COLOR="#FF8C00"]95000 = {
name="Blanche"
female=yes
dynasty=681
religion="catholic"
culture="frankish"
add_trait="scholarly_theologian"
father=455739
mother=91147
1296.1.2 = {
birth="1296.1.2"
}
1326.4.29 = {
death="1326.4.29"
}
}[/COLOR]
Anyway, his second marriage was to:
Code:
455418 = {
name="Jeanne"
female=yes
dynasty=353
martial=5
diplomacy=5
intrigue=4
stewardship=5
religion="catholic"
culture="frankish"
add_trait="humble"
add_trait="lustful"
add_trait="naive_appeaser"
father=455811
mother=455825
1310.1.2 = {
birth="1310.1.2"
}
[COLOR="#FF8C00"]1371.3.4[/COLOR] = {
death="[COLOR="#FF8C00"]1371.3.4[/COLOR]"
}
}
I've fixed her death date, but the rest should be okay. I'm not an expert so I'm just using Wikipedia for dates, but it says she died in 1371.
The third and final marriage was to Marie of Luxembourg, who I mentioned above.
EDIT: Removed Carloman I of France as he's already been added in 1.08.
Hopefully I haven't made any mistakes here. Please let me know if I have.
Last edited:
Upvote
0