
Flees ServerPrioritizer
A mod for the game ATLYSS that prioritizes a server in the server list.Details
ServerPrioritizer
A BepInEx plugin for ATLYSS that automatically moves your favorite server to the top of the in-game server browser.
š¦ Features
- Prioritizes a specific server in the lobby list based on its name
- Makes it easier to find and join your preferred server
- Removes Steamās 60-result limit on lobby queries
š„ Installation
- Download the compiled
ServerPrioritizer.dll
. - Place it in your
BepInEx/plugins
folder. - Launch the game once to generate a config file.
- Edit the generated config at:
BepInEx/config/com.fleetime.serverprioritizer.cfg
āļø How It Works
- Scans the server list for a lobby matching your configured ServerName.
- If found, it reorders the list so your server appears first.
- Patches out Steamās result count filter (AddRequestLobbyListResultCountFilter(60)) to show more than 60 lobbies.
š Config Options
Key | Default | Description |
---|---|---|
ServerName | Eu 24/7 SFW |
The exact name of the server to prioritize. |
š Troubleshooting
- Server not moving to the top? Double-check that the server name in ServerPrioritizer.cfg matches exactly with how it appears in-game.
- Itās case-sensitive (
Eu 24/7 SFW
āeu 24/7 sfw
). - Check for trailing spaces or special characters.
- Itās case-sensitive (
- Make sure youāve launched the game once after installing the plugin to generate the config file.
- Watch the BepInEx console/log for messages like:
Moved 'Eu 24/7 SFW' to the top of the server list.
If you donāt see this, the name isnāt matching.