
Flees ServerPrioritizer
A mod for the game ATLYSS that prioritizes a server in the server list.
Last updated | 2 weeks ago |
Total downloads | 203 |
Total rating | 1 |
Categories | Mods |
Dependency string | FleeTime-Flees_ServerPrioritizer-0.0.1 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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.