eggs/game_eggs/steamcmd_servers/barotrauma/README.md
LRMtheBoss 2e73bdfe20 fixed heading levels
added blank lines as needed
remove trailing spaces
2021-12-09 12:54:20 -05:00

30 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Barotrauma
## From their [Steam Description](https://store.steampowered.com/app/602960/Barotrauma/)
Barotrauma is a 2D co-op survival horror submarine simulator, inspired by games like FTL: Faster Than Light, Rimworld, Dwarf Fortress and Space Station 13. Its a Sci-Fi game that combines ragdoll physics and alien sea monsters with teamwork and existential fear.
## Server Ports
Ports required to run the server in a table format.
| Port | default |
|------------|---------|
| Game Port | 27015 |
| Query Port | 27016 |
**WARNING
You must edit the port and server settings in serversettings.xml file or your server will not work!**
## No console
Barotrauma server does not currently have server console, it will just spam random messages. You have to add yourself as admin and type commands in-game. Admin file is located at Data/clientpermissions.xml, example config is below.
```<?xml version="1.0" encoding="utf-8"?>
<ClientPermissions>
<Client
name="YOUR INGAME NAME HERE"
steamid="YOUR STEAM64ID here"
preset="Admin" />
</ClientPermissions>