Add button for the Alerts Configuration gui
Moderator: ickputzdirwech
- jurgy
- Long Handed Inserter

- Posts: 51
- Joined: Wed Feb 27, 2019 5:55 pm
- Contact:
-
worph
- Fast Inserter

- Posts: 171
- Joined: Thu Jun 25, 2026 2:01 pm
- Contact:
Re: Add button for the Alerts Configuration gui
+1
A rightclick option on the alert might also be intuitive for a lot of people. (me)
A rightclick option on the alert might also be intuitive for a lot of people. (me)
-
imoth_f
- Manual Inserter

- Posts: 3
- Joined: Thu Aug 06, 2026 7:40 pm
- Contact:
Re: Add button for the Alerts Configuration gui
+1
Didn't even realise there was a command.
Didn't even realise there was a command.
- Shemp
- Long Handed Inserter

- Posts: 73
- Joined: Mon Jan 19, 2026 6:51 pm
- Contact:
Re: Add button for the Alerts Configuration gui
+1
The side menu (above the minimap with the Factoriopedia button, Trains, Achievements etc.) could also be a nice place for this, since the alert indicator isn't visible at all times.
I'll add that it is not currently possible to open this window via script, you have to run /alerts.
will produce an error if you try to run this.
But you can detect when the window is opened by reading player.opened_gui_type.
The side menu (above the minimap with the Factoriopedia button, Trains, Achievements etc.) could also be a nice place for this, since the alert indicator isn't visible at all times.
I'll add that it is not currently possible to open this window via script, you have to run /alerts.
Code: Select all
player.opened = defines.gui_type.alerts_configBut you can detect when the window is opened by reading player.opened_gui_type.
-
worph
- Fast Inserter

- Posts: 171
- Joined: Thu Jun 25, 2026 2:01 pm
- Contact:
Re: Add button for the Alerts Configuration gui
Something to keep in mind also:
A problem with your suggestions is the following: When all alerts are disabled via this GUI, you will likely not be able to access it via the little button you proposed. Because that would only be visible when there is an active alert. So maybe it can have a button in the options too, or similar.
A problem with your suggestions is the following: When all alerts are disabled via this GUI, you will likely not be able to access it via the little button you proposed. Because that would only be visible when there is an active alert. So maybe it can have a button in the options too, or similar.
-
Rseding91
- Factorio Staff

- Posts: 17364
- Joined: Wed Jun 11, 2014 5:23 am
- Contact:
Re: Add button for the Alerts Configuration gui
I added support to write opened to the alerts_config GUI type for the next release.
If you want to get ahold of me I'm almost always on Discord.