Stellaris

Stellaris

[Deprecated] The Zenith of Fallen Empires 3.0
 此主題已被置頂,因此它可能很重要
Kolyn  [開發人員] 2021 年 5 月 6 日 上午 12:44
How to make ZoFE Country Types compatible with other mods
It's actually relatively simple. With the new scripted triggers introduced in the latest patch, all one needs to do is to go into the specific mod you want to make compatible, use a program like Notepad++ that allows you to find all instances of:

is_country_type = default

and replace all instances with:

is_zofe_compatible = yes

Tada!

As a gesture of goodwill, and to prove this fully armed scripted trigger to be operational, I have nuked most events in the vanilla game the same way, and making overrides or compatibility patches have never been easier. It won't fix 100% of all problems, but it will probably fix 99% of all problems. If you want to fine tune it and search for every instance and judge for yourself which to use where, then feel free.

Those who make compatibility patch will only have to update whenever the other mod updates, since this scripted trigger will stay the same and will never have to worry about ZoFE updates.

Thanks all!
最後修改者:Kolyn; 2021 年 5 月 6 日 上午 6:26
< >
目前顯示第 1-3 則留言,共 3
√8 2021 年 12 月 31 日 上午 8:26 
What about is_regular_empire = yes ? Replace with is_zofe_compatible = yes too?
Kolyn  [開發人員] 2022 年 1 月 1 日 上午 1:07 
What about is_regular_empire = yes ? Replace with is_zofe_compatible = yes too?

is_regular_empire is a completely different scripted trigger. It actually means all countries that are not gestalt. So no, don't replace it.
√8 2022 年 1 月 1 日 上午 2:41 
引用自 Kolyn
What about is_regular_empire = yes ? Replace with is_zofe_compatible = yes too?

is_regular_empire is a completely different scripted trigger. It actually means all countries that are not gestalt. So no, don't replace it.
OK, thx. So dose
OR = { is_regular_empire = yes AND = { is_zofe_compatible = yes is_gestalt = no } } work?
< >
目前顯示第 1-3 則留言,共 3
每頁顯示: 1530 50