From 3559aa451d282ab8c1caa57bf687bc7af21d28c9 Mon Sep 17 00:00:00 2001 From: TuEye Date: Thu, 11 Mar 2021 23:57:30 +0100 Subject: [PATCH] * Added game README.md * Changed existing Readme --- README.md | 1 + steamcmd_servers/README.md | 3 +++ steamcmd_servers/space_engineers/README.md | 27 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 steamcmd_servers/space_engineers/README.md diff --git a/README.md b/README.md index 9fde8aa7..a47ab387 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ If you are reading this it looks like you are looking to add an egg to your serv * [dedicated](/steamcmd_servers/scpsl/dedicated) * [multiadmin](/steamcmd_servers/scpsl/multiadmin) * [Soldat](/steamcmd_servers/soldat) +* [Space Engineers](/steamcmd_servers/space_engineers) * [Squad](/steamcmd_servers/squad) * [Starbound](/steamcmd_servers/starbound) * [Stationeers](/steamcmd_servers/stationeers) diff --git a/steamcmd_servers/README.md b/steamcmd_servers/README.md index fc6d6a9e..dbf6d395 100644 --- a/steamcmd_servers/README.md +++ b/steamcmd_servers/README.md @@ -87,6 +87,9 @@ This is a collection of servers that use SteamCMD to install. ## Soldat [Soldat](soldat) +## Space Engineers +[Space Engineers](space_engineers) + ## Squad [Squad](squad) diff --git a/steamcmd_servers/space_engineers/README.md b/steamcmd_servers/space_engineers/README.md new file mode 100644 index 00000000..6214b901 --- /dev/null +++ b/steamcmd_servers/space_engineers/README.md @@ -0,0 +1,27 @@ +# Space Engineers +Space Engineers is a voxel-based sandbox game set in space and on planets. + +Many parts of this egg are based on the work of [mmmaxwwwell](https://github.com/mmmaxwwwell/space-engineers-dedicated-docker-linux). A thank you therefore goes to him. + +**NOTE** +Because of the winetricks installation, the install process could take some time. Likewise, the first start of the server takes its time. + +When installed, the Server loads a base World and config from this repo. New world must be generated with the Windows Dedicated Server and then uploaded to the /config/Saves folder. +Everything which is not defined in a variable could be edited directy in the config file /config/SpaceEngineers-Dedicated.cfg. + +## Minumum server settings +### RAM +This server requires about 6GB. + +Based on the information provided by the developer: [See here](https://www.spaceengineersgame.com/dedicated-servers/): + +### Disk +This server uses about 7GB of diskspace. + +## Server Ports + +| Port | default | +|-------|---------| +| Game | 27016 | +| Steam | 8766 | +| API | 8080 | \ No newline at end of file