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