Flees ServerPrioritizer
A mod for the game ATLYSS that prioritizes a server in the server list.
| Last updated | a week ago |
| Total downloads | 1321 |
| Total rating | 3 |
| Categories | Mods |
| Dependency string | FleeTime-Flees_ServerPrioritizer-0.0.4 |
| Dependants | 2 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.2100Nessie-EasySettings
A mod API for easily adding options to the settings menu.
Preferred version: 1.2.0README
ServerPrioritizer
A BepInEx plugin for ATLYSS that automatically moves your favorite server to the top of the in-game server browser.
⚠️ Dependency
This mod requires EasySettings to function.
Make sure you have it installed, or the plugin will not load.
📦 Features
- Prioritizes a specific server in the lobby list based on its name
- Automatically uses your last visited server if no ServerName is set
- 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/pluginsfolder. - 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.
- If ServerName is left blank, the plugin automatically detects and prioritizes your last visited server.
- 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. Leave blank to use your last visited server. |
🆘 Troubleshooting
- Server not moving to the top? Double-check that the ServerName in
BepInEx/config/com.fleetime.serverprioritizer.cfgmatches exactly as 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 (
- If ServerName is blank, ensure you’ve joined a server at least once so it can record your last visited server.
- 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 these, the name isn’t matching or no previous server is stored.