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