安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
AND = {
OR = {
culture = roman
culture = greek
}
NOT = { is_year = 476 }
NOT = { is_subject = yes }
ai = yes
}
}
this NOT = { is_subject = yes } make only subjects recive this modifier, why? you put it inside a NOT, so NOT NOT = YES,
The first "NOT" just makes sure that if everything is true (culture is either roman or greek, year is before 476, country is not a subject, and country is AI controlled) that it is exempt from that particular triggered modifier.
This query is to allow an AI controlled Rome in Extended Timeline to be exempt from the two largest expansion modifiers before the year 476 because it would otherwise collapse instantly.
Did that make sense?
AND = {
area = east_prussia_area
NOT = { has_province_modifier = entspannung_modifier_local_triggered_prussia }
}
} , u need a AND not a OR, or its apperls on the scren when reload a savegame
3- on adm trigger ->
"trigger = {
AND = {
NOT = {",
you need a NOT for each modifier, for example ->
NOT = { has_province_modifier = entspannung_modifier_local_triggered_rebellion_low }
NOT = { has_province_modifier = entspannung_modifier_local_triggered_unhappiness_low }
NOT = { has_province_modifier = entspannung_modifier_local_triggered_disease_low }
why? idk exact, but when i putted a not for each not for all, it stoped to apperl and spawn atomatic
4- sometime dip and mil reforms apperls when i reload my savegame, idk why, i changed somethings but doesnt worked
5- you need namespace = entspannung before events, or will apels a LOT of it in log file, bcs the game request it (idk why)
6- i hope u can fix it xD i only have EU4 to play for 1 more week xDDD