mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
fixed heading levels
added blank lines as needed remove trailing spaces
This commit is contained in:
parent
eb297ff91a
commit
2e73bdfe20
@ -1,9 +1,11 @@
|
||||
# Barotrauma
|
||||
### From their [Steam Description](https://store.steampowered.com/app/602960/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. It’s a Sci-Fi game that combines ragdoll physics and alien sea monsters with teamwork and existential fear.
|
||||
|
||||
## Server Ports
|
||||
|
||||
### Server Ports
|
||||
Ports required to run the server in a table format.
|
||||
|
||||
| Port | default |
|
||||
@ -14,7 +16,8 @@ Ports required to run the server in a table format.
|
||||
**WARNING
|
||||
You must edit the port and server settings in serversettings.xml file or your server will not work!**
|
||||
|
||||
### No console
|
||||
## 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"?>
|
||||
@ -22,5 +25,5 @@ Barotrauma server does not currently have server console, it will just spam rand
|
||||
<Client
|
||||
name="YOUR INGAME NAME HERE"
|
||||
steamid="YOUR STEAM64ID here"
|
||||
preset="Admin" />
|
||||
preset="Admin" />
|
||||
</ClientPermissions>
|
||||
|
Loading…
Reference in New Issue
Block a user