安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Main origin : Remnants
Added origin : Evolutionary predators
I don't know for Bird is Crazy.
Not a bug
That event fires 6 to 18 months in, it's deliberate design
It did add the trait to my species though so I'm not sure what's up. The other ones I used worked.
it should but if the modded origin is too wacky things might go awry
He reads the comments well and responds, so will it be fixed in the next update?
@Ferrous generally I try to keep the code as similar to the vanilla version - I'm not a programmer so if I change too much it tends to break
I think it probably keeps the configuration similar because it uses the contents of the existing mode as written in the body.
just editing the immediate block into
immediate = {
starlit_citadel_start_effect = yes
}
will do
I have to day this is an extremely convoluted way of doing this, is there any reason why you couldn't just call the start effect in the edict itself? @rolfey1328?
id = mulori.7
hide_window = yes
is_triggered_only = yes
immediate = {
every_country = {
limit = {
has_country_flag = decision_starlit_citadel
}
starlit_citadel_start_effect = yes
}
}
}
I changed this as below and solved it.
It looks like a code modification is needed.
event = {
id = mulori.7
hide_window = yes
is_triggered_only = yes
immediate = {
every_country = {
limit = {
has_country_flag = decision_starlit_citadel
}
starlit_citadel_start_effect = yes
}
}
}
capitaldel and wormhole appear in all of the AI.
Therefore, adding this origin leads to shocking consequences, with all empires continuing beyond the wormhole.
This mod is most likely blameless.
Gigastructural is very bloated anyways iono why i even bothered with it.
I can only assume you had a conflicting mod, or one of the edicts i didn't use is firing a bugged event on day 4.
Try to figure out which edict-event caused it