Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The mission in question is "French Civilization" under the debug name "UKS_cultures_of_France"
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.