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
Regarding the marriage issue for adventurers, adventurers don't have access to the "find a wife" interaction, so it's normal that there's no alert.
go to Steam\steamapps\workshop\content\1158310\2996519353\common\important_actions and open 99_alertmanager_guardian.
Every piece of code that starts with every_courtier should look like this:
every_courtier = {
limit = {
dynasty = root.dynasty
exists = liege
liege = root
is_adult = no
age >= 6
num_of_relation_guardian = 0
has_education_focus_trigger = yes
root = {
is_character_interaction_valid = {
recipient = prev
interaction = educate_child_interaction
}
}
}
try_create_important_action = {
important_action_type = action_can_assign_guardian_to_dynasty_kid
actor = root
recipient = this
secondary_recipient = this
}
}