安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I was having the same problem, but this solved it for now.
Big Thanks H11DN-D4NG3R for the help.
(Google translator)
has_global_flag = sofe_activated
is a requirement for both acot_alpha_matter_events.2 and 3. Not sure why it's like this.
E:\SteamLibrary\steamapps\workshop\content\281990\1419304439\events\acot_alpha_matter_events.txt (3 hits)
Line 780: has_global_flag = sofe_activated
Line 894: has_global_flag = sofe_activated
Line 981: has_global_flag = sofe_activated
E:\SteamLibrary\steamapps\workshop\content\281990\1419304439\events\acot_stellarite_events.txt (1 hit)
Line 85: has_global_flag = sofe_activated
E:\SteamLibrary\steamapps\workshop\content\281990\1419304439\events\acot_options_events.txt (12 hits)
Line 11: has_global_flag = sofe_activated
Line 21: has_global_flag = sofe_activated
Line 31: has_global_flag = sofe_activated
Line 38: has_global_flag = sofe_activated
Line 51: has_global_flag = sofe_activated
Line 59: has_global_flag = sofe_activated
Line 69: has_global_flag = sofe_activated
Line 80: has_global_flag = sofe_activated
Line 165: has_global_flag = sofe_activated
Line 191: has_global_flag = sofe_activated
Line 241: has_global_flag = sofe_activated
Line 251: NOT = { has_global_flag = sofe_activated }
I'm playing just ACOT vanilla, so the only other place other than the main menu options where sofe_activated is a requirement seems to be the stellarite event chain, but if you look at the script there:
option = {
name = stellarite_events.1.a
default_hide_option = yes
trigger = {
is_ai = no
}
hidden_effect = {
country_event = { id = stellarite_events.100 }
}
ai_chance = {
factor = 10
}
}
option = {
name = stellarite_events.1.b
trigger = {
NOT = {
has_global_flag = sofe_activated
}
}
ai_chance = {
factor = 0
}
}
It only seems to apply to half of the event, my guess is that this was a mistake leading to this bug. I've manually removed the flag requirements here. I'll report back if it works.
"E:\SteamLibrary\steamapps\workshop\content\281990\1419304439\events\acot_alpha_matter_events.txt"
Btw this is the path in my computer, if you guys want to try this yoruselves.
Yes, but if you use the command that you suggested, if you look in the triggers script file there's two others that are blocked because of this invalid flag. So you need to run those commands manually too.
If you do not have Secrets beyond the gates. a bunch of events dont work. (cuz chiru did a woopsie). You have to add SBTG. and if you want to fix your current game. you could add sbtg(doesnt do anything). and you have to do ''Effect set_global_flag = sofe_activated'' to fix said issue.