Alerts: Difference between revisions
(added alert duration) |
(0.17) |
||
Line 8: | Line 8: | ||
/alerts <enable/disable/mute/unmute> <alert type> | /alerts <enable/disable/mute/unmute> <alert type> | ||
Available alert types are: entity_destroyed, entity_under_attack, not_enough_construction_robots, no_material_for_construction, not_enough_repair_packs, turret_fire, no_storage and custom. | Available alert types are: entity_destroyed, entity_under_attack, not_enough_construction_robots, no_material_for_construction, not_enough_repair_packs, turret_fire, no_storage, train_out_of_fuel, fluid_mixing and custom. | ||
Custom alerts are alerts that are displayed using the [[programmable speaker]]. | Custom alerts are alerts that are displayed using the [[programmable speaker]]. | ||
Line 22: | Line 22: | ||
| [[File:Destroyed-icon.png|64px]] || entity_destroyed || X objects were destroyed. | | [[File:Destroyed-icon.png|64px]] || entity_destroyed || X objects were destroyed. | ||
|- | |- | ||
| [[File:No-building-material-icon.png|64px]] || no_material_for_construction || X objects are missing the material for construction. | | [[File:No-building-material-icon.png|64px]] || no_material_for_construction<br>fluid_mixing || X objects are missing the material for construction.<br>X objects can't be constructed due to fluid mixing. | ||
|- | |- | ||
| [[File:No-storage-space-icon.png|64px]] || no_storage || Not enough logistic network storage space available. | | [[File:No-storage-space-icon.png|64px]] || no_storage || Not enough logistic network storage space available. | ||
Line 31: | Line 31: | ||
|- | |- | ||
| [[File:Warning-icon.png|64px]] || turret_fire || X turrets are engaged with the enemy. | | [[File:Warning-icon.png|64px]] || turret_fire || X turrets are engaged with the enemy. | ||
|- | |||
| [[File:Fuel-icon-red.png|64px]] || train_out_of_fuel || Train out of fuel. | |||
|- | |||
|} | |} | ||
Revision as of 11:23, 16 June 2019
Alerts show small triangle icons on the right of the toolbelt and play a sound unless muted. Warning icons are shown directly on a given entity. Alerts globally inform the player of the status of the factory, including missing construction material or entities being destroyed, warning icons show the status of a given entity, such as low power or ammunition.
Alerts last 10 seconds and can be clicked to show the position of the entity which caused the alert on the map.
Configuration of alerts
Alerts can be turned on and off, and muted/unmuted using the /alerts command in the console. This command does not disable achievements. The syntax is
/alerts <enable/disable/mute/unmute> <alert type>
Available alert types are: entity_destroyed, entity_under_attack, not_enough_construction_robots, no_material_for_construction, not_enough_repair_packs, turret_fire, no_storage, train_out_of_fuel, fluid_mixing and custom.
Custom alerts are alerts that are displayed using the programmable speaker.