Linux command
barotrauma 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
[path/to]/DedicatedServer
Run on a custom port
[path/to]/DedicatedServer -port [27015]
Install or update
steamcmd +login anonymous +app_update [1026340] validate +quit
说明
DedicatedServer is the headless game server distributed by Undertow Games for Barotrauma, a 2D co-op submarine survival game set on Jupiter's moon Europa. The binary listens for incoming player connections, runs the simulation, and acts as the authoritative host for round state. Server behaviour is driven almost entirely by serversettings.xml in the game directory: player slot count, password, allowed mods, game mode (campaign, sandbox, mission, PvP), and karma settings. Workshop content downloaded by the server lives under WorkshopMods/. The server can also be controlled at runtime through the in-game console (commands prefixed with /).
FAQ
What is the barotrauma command used for?
DedicatedServer is the headless game server distributed by Undertow Games for Barotrauma, a 2D co-op submarine survival game set on Jupiter's moon Europa. The binary listens for incoming player connections, runs the simulation, and acts as the authoritative host for round state. Server behaviour is driven almost entirely by serversettings.xml in the game directory: player slot count, password, allowed mods, game mode (campaign, sandbox, mission, PvP), and karma settings. Workshop content downloaded by the server lives under WorkshopMods/. The server can also be controlled at runtime through the in-game console (commands prefixed with /).
How do I run a basic barotrauma example?
Run `[path/to]/DedicatedServer` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more barotrauma examples?
This page includes 3 examples for barotrauma, plus related commands for nearby Linux tasks.