

Now updated for the latest ATLYSS version.
This BepInEx plugin adds headless dedicated server support to the game ATLYSS, enabling you to run the game in a terminal as a dedicated server โ no graphics or UI needed.
โ ๏ธ This is for hosting servers only. It will disable itself when the game is being launched normally.
As long as the mod loads under BepInEx and applies during host/server initialization, it will work seamlessly with this dedicated server plugin.
Console input does not echo back while typing.
When using the BepInEx console, typed characters may not appear on screen. However, input is still being received and processed correctly โ pressing Enter will submit the full command.
No feedback for partially typed commands.
Since input isn't echoed, it's easy to lose track of what you've typed. To mitigate this, commands should be typed carefully and can be confirmed once submitted.
-batchmode -nographics -server
ATLYSS.exe -batchmode -nographics -server [options...]
You must include -batchmode -nographics before your own custom arguments.
| Argument | Description |
|---|---|
-server |
Enables dedicated server mode |
-hostsave N |
Selects the save slot to use for the host character (0โ104) |
-name "MyServer" |
Sets the server name (max 20 characters) |
-password "1234" |
Sets a join password |
-motd "Message" |
Sets a Message of the Day |
-maxplayers N |
Max number of players (between 2 and 250, default: 16) |
-public |
Makes server public (default if no type is given) |
-private |
Makes server private |
-friends |
Makes server visible only to Steam friends |
-pve |
Lobby focus: PvE (default) |
-pvp |
Lobby focus: PvP |
-social |
Lobby focus: Social |
-rp |
Lobby focus: RP |
โ ๏ธ Only one of
-public,-private, or-friendscan be used.
โ ๏ธ Only one of-pve,-pvp, or-socialcan be used.
โ ๏ธ If-hostsaveis not specified, the server will default to using save slot 0.
You must have a valid character in the selected slot.
ATLYSS.exe -batchmode -nographics -server -name "MyServer" -motd "Welcome!" -maxplayers 16 -public -pve
ATLYSS.exe -batchmode -nographics -server -name "Private Warzone" -password "hunter2" -maxplayers 10 -private -pvp
ATLYSS.exe -batchmode -nographics -server -name "CozyHub" -motd "Grab tea and chill." -friends -social
AudioListener.volume = 0.-hostsave slot when starting.-batchmode -nographics -servercmd.exe or a .bat script