Page 1 of 1

[Twinsen][1.1.27] Alerts is not showing

Posted: Wed Mar 17, 2021 11:18 am
by WildBraas
I play Krastorio2 + Space Exploration.
And in some moment I lost alerts (righty from quickbar)
In map I saw them, but not in gui.
Restart, another machine, reinstall, disabling all mods in current save not helping - alerts is gone and do not want return back.

/c game.player.print(game.player.is_alert_muted(defines.alert_type.not_enough_construction_robots)) says False
/c game.player.print(game.player.is_alert_enabled(defines.alert_type.not_enough_construction_robots)) says True
and so on for another alert types.

So weird, so sad

Save file which surface.clear and wo any mods in attachments

Re: [1.1.27] Alerts is not showing

Posted: Wed Mar 17, 2021 11:45 am
by WildBraas
Here is save which I already setup electricity with drones for visualize problem instantly

Re: [Twinsen][1.1.27] Alerts is not showing

Posted: Wed Mar 17, 2021 12:24 pm
by Twinsen
It looks like the alerts gui was disabled by some command or mod.

Running this will fix it

Code: Select all

/c game.player.game_view_settings.show_alert_gui = true
So it looks like it's not a bug with the game.

Re: [Twinsen][1.1.27] Alerts is not showing

Posted: Wed Mar 17, 2021 12:34 pm
by WildBraas
Work for me, thank you so much

Re: [Twinsen][1.1.27] Alerts is not showing

Posted: Wed Mar 17, 2021 1:50 pm
by ptx0
it's the more minimap autohide mod.