Europa Universalis IV

Europa Universalis IV

Europa Expanded
Casimir 15. juni 2023 kl. 20:47
Unable to Swap to Anglois culture as England --> Angevin Kingdom
Title.

After you win the 100 years war, you swap to a new mission tree that involves integrating your new French lands, and conquering Brittany, Provence, Burgundy, and the Lowlands. However one mission on the right side of the tree involves "Mixing the English and French Cultures". This unlocks a decision called "Evolution of the English Culture".

I have now completed the entire tree and moved on to forming the Angevin Empire about 20 years ago, but still that same decision just gives me a text pop-up about people "Speaking English with a french-accent and vice-versa.", yet there has been no visible change.

I'm correct that the culture is supposed to change to "Anglois" in France and England, right?

To assist the author, when using debug_mode, the pop-up is referred to as event ID ME_United_Kingdoms_Events.3


Thanks :alyx:
< >
Viser 1-3 af 3 kommentarer
Casimir 15. juni 2023 kl. 20:57 
Ah, I should have said so.

The mission in question is "French Civilization" under the debug name "UKS_cultures_of_France"
Casimir 16. juni 2023 kl. 1:07 
Alright, found a workaround until devs fix it.

I imported code from the Vanilla British mission tree to do this.
You wanna type this into ME_England_Decisions.txt under EU4/decisions folder:

eng_change_anglois = {
effect = {
custom_tooltip = ave_promote_angevin_culture_bt
hidden_effect = {
change_primary_culture = anglois
set_ruler_culture = anglois
if = {
limit = { has_heir = yes }
set_heir_culture = anglois
}
if = {
limit = { has_consort = yes }
set_consort_culture = anglois
}
every_subject_country = {
limit = {
culture_group = british
NOT = { primary_culture = american }
}
change_primary_culture = anglois
}
every_province = {
limit = {
culture_group = british
owner = {
OR = {
tag = ROOT
is_subject_of = ROOT
}
}
}
change_culture = anglois
}
}
}
ai_weight = {
factor = 0
}

I didnt put a lot of effort into it, make sure to delete it if you arent playing England.
Stiopa866  [udvikler] 16. juni 2023 kl. 13:23 
20 years ago doesn't seem to be enough time. I cannot reasonably conclude that it doesn't work from this alone
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50