Factorio: Add connection change filtering functionality (#4997)

This commit is contained in:
Andres
2025-11-20 20:30:11 -05:00
committed by GitHub
parent 3c819ec781
commit 32a021096b
5 changed files with 45 additions and 2 deletions

View File

@@ -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: