mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-10 23:48:14 -07:00
Factorio: Add connection change filtering functionality (#4997)
This commit is contained in:
@@ -179,6 +179,18 @@ factorio_options:
|
||||
filter_item_sends: true
|
||||
```
|
||||
|
||||
### filter_connection_changes
|
||||
|
||||
By default, all player joined and player stopped tracking notifications are displayed in-game. In larger async seeds this may become overly spammy.
|
||||
To hide all connection changes, do one of the following:
|
||||
- Type `/toggle-ap-connection-change-filter` in-game
|
||||
- Type `/toggle_connection_change_filter` in the Achipelago Client
|
||||
- In your `host.yaml` set
|
||||
```
|
||||
factorio_options:
|
||||
filter_connection_changes: true
|
||||
```
|
||||
|
||||
### bridge_chat_out
|
||||
By default, in-game chat is bridged to Archipelago. If you prefer to be able to speak privately, you can disable this
|
||||
feature by doing one of the following:
|
||||
|
||||
Reference in New Issue
Block a user