Stellaris
Multiple Crises - Cepheus Edition (3.4.5)
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Ryuichiro  [개발자] 2017년 9월 28일 오후 4시 24분
How to force all crises in one playthrough
DISCLAIMER:
The following modifications will allow multiple crises at the same time which can lead to gamebreaking bugs, as there are no features for them to interact with, e.g. the other crises may not be able to "clean" Prethoryn planets.



All the modifications are done in the following files:
events/crisis_trigger_events.txt

1. Enable multiple crises by commenting line 29:
#NOT = { has_global_flag = galactic_crisis_happened }


2. Remove all 0 factor modifiers:
Line 50:
modifier = { factor = 0 has_country_flag = only_unbidden_this_time }
Line 58:
modifier = { factor = 0 OR = { allowed_crisis_type = contingency allowed_crisis_type = unbidden } }
Line 113:
modifier = { factor = 0 OR = { allowed_crisis_type = contingency allowed_crisis_type = prethoryn } }
Line 160:
modifier = { factor = 0 has_country_flag = only_unbidden_this_time }
Line 168:
modifier = { factor = 0 OR = { allowed_crisis_type = prethoryn allowed_crisis_type = unbidden } }

3.a If you want that each crisis triggers as early as possible you can comment line 214:
### Nothing #120 = {}

3.b If you want the crises to happen no later than a specific year, you have to add a timer in the #Nothing block at the bottom of the file (line 214+).
### Nothing 120 = { modifier = { factor = 0 years_passed >= 300 #from this year on the crises will happen with minimum requirements } }

Be aware that you still have to fulfill the minimum requirements for the events like a jump drive for the Unbidden.
Ryuichiro 님이 마지막으로 수정; 2021년 4월 21일 오후 2시 46분
< >
전체 댓글 8개 중 1~8개 표시 중
Dr.Salt 2017년 9월 29일 오전 10시 21분 
Good stuff thank you Ryuichiro. What if I don't want to change any mechanics with the crisis in terms of "forcing them" early or by a specific time, but rather just make sure they inevitably occur naturally.
Ryuichiro  [개발자] 2017년 9월 30일 오전 9시 08분 
This will not change the mechanics, that's why the crises won't all happen when the added timer is reached. It will only make sure they will happen the moment there requirements/mechanics are fulfilled from this time onwards.

The #Nothing block normally adds a chance, that a crisis won't happen even when its triggers are true. This cahnge will just remove that chance.
Ryuichiro 님이 마지막으로 수정; 2017년 9월 30일 오전 9시 11분
plutonianempire 2020년 4월 12일 오후 6시 48분 
Are these changes save game compatible?
Ryuichiro  [개발자] 2020년 4월 13일 오전 10시 57분 
Yes, but some triggers are delayed, so even when you disable the mod you may encounter a second crisis. If you enable it for a game you started without it it "should" take effect but again it may take some time until the delayed triggers actually start a crisis.
Ryuichiro 님이 마지막으로 수정; 2020년 4월 14일 오전 7시 00분
plutonianempire 2020년 4월 13일 오후 8시 25분 
Ja thank you!
slightly bad 2021년 4월 18일 오후 8시 30분 
As of 3.0, this no longer works.
Dath 2021년 4월 21일 오전 11시 32분 
Doesn't the "only_unbidden_this_time" flag disable the other two crises from happening? Or am I reading it wrong here?

As well as the factor = 0 on allowed_crisis_type = contingency and allowed_crisis_type = unbidden in the trigger for Prethoryn for example?
Dath 님이 마지막으로 수정; 2021년 4월 21일 오전 11시 34분
Ryuichiro  [개발자] 2021년 4월 21일 오후 2시 32분 
True, the current crisis_trigger_events.txt is a bit weird with multiple 0 factor checks, which look like they try to catch the same cases. I updated the mod and simply removed them, lets hope it will not go up in flames. ^^

I updated the Head post with the info from your comment, @Dath.
< >
전체 댓글 8개 중 1~8개 표시 중
페이지당 표시 개수: 1530 50