Stellaris

Stellaris

Morbid Origin 3.0.2
The Fix for V2.8
Good evening!

Your Mod has a significant error causing every AI nation to receive the "FALLEN_EMPIRE_AWAKENING.2" Event. At once.

Every. Single. One.

This is caused by your Event, titled "CO_CRISIS_INCOMING.0", where you broke all of the Triggers.

Here is your fix. Replace THE ENTIRE EVENT with this code.

event = {
id = co_crisis_incoming.0
hide_window = yes
is_triggered_only = yes

trigger = {
has_origin = origin_crisis_incoming
is_ai = no
NOT = {
has_country_flag = origin_crisis_incoming_setup
}
}

immediate = {
set_country_flag = starting_event
set_country_flag = origin_crisis_incoming_setup
country_event = { id = co_crisis_incoming.1 }
}}


If that doesn't work, remove "CO_CRISIS_INCOMING.0" from your "ON_ACTIONS" folder.

You have a few other errors.

One of your Static Modifiers does not have a closing curly bracket.

It is your "DESPARATE_FUTURE_LIGHT" Modifier.

Here is your fix.

Replace THE ENTIRE MODIFIER with this code.

desperate_future_light = {
icon = "gfx/interface/icons/modifiers/desperate_future.dds"
pop_cat_ruler_happiness = -0.1
pop_cat_specialist_happiness = -0.05}



Doing this will repair your Mod and enable compatibility for V2.8 .

I hope this helps you as much as it helps me.



Thank you.
-TURTLESHROOM
< >
Showing 1-1 of 1 comments
Ketrai 4 Mar, 2021 @ 2:19am 
The guy stated he wouldn't be updating his mod anymore though, I believe. Which is sad :c
< >
Showing 1-1 of 1 comments
Per page: 1530 50