From f18a3b463e56b1f54e3d481beec3c45150f5ad6c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:15:51 +0100 Subject: [PATCH 1/4] #115 added MSR and community Discord link --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8e55b18..b36c74b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ ![Docker Stars](https://img.shields.io/docker/stars/jammsen/palworld-dedicated-server) ![Image Size](https://img.shields.io/docker/image-size/jammsen/palworld-dedicated-server/latest) +> [!TIP] +> Do you want to chat with the community? [Join us on Discord](https://discord.gg/7tacb9Q6tj) + This Docker image includes a Palworld Dedicated Server based on Linux and Docker. ___ @@ -16,6 +19,7 @@ ___ - [Table of Contents](#table-of-contents) - [How to ask for support for this Docker image](#how-to-ask-for-support-for-this-docker-image) - [Requirements](#requirements) + - [Minimum system requirements](#minimum-system-requirements) - [Getting started](#getting-started) - [Environment-Variables](#environment-variables) - [Container-Settings](#container-settings) @@ -53,6 +57,14 @@ Please avoid: To run this Docker image, you need a basic understanding of Docker, Docker-Compose, Linux, and Networking (Port-Forwarding/NAT). +## Minimum system requirements + +| Resource | 1-8 players | 8-12+ players | +| -------- | ----------------------------- | ------------------------------ | +| CPU | 4 CPU-Cores @ High GHz | 6-8 CPU Cores @ High GHz | +| RAM | 8GB RAM Base + 2GB per player | 12GB RAM Base + 2GB per player | +| Storage | 30GB | 30GB+ | + ## Getting Started 1. Create a `game` sub-directory on your Docker node in your game-server-directory (Example: `/srv/palworld`). Give it full permissions with `chmod 777 game` or use `chown -R 1000:1000 game/`. From 83efbc520e02dd9864204c31655efd899d3ef787 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:23:42 +0100 Subject: [PATCH 2/4] fixed table of contents and dead documentation --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b36c74b..dd447fd 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,19 @@ ___ - [How to ask for support for this Docker image](#how-to-ask-for-support-for-this-docker-image) - [Requirements](#requirements) - [Minimum system requirements](#minimum-system-requirements) - - [Getting started](#getting-started) - - [Environment-Variables](#environment-variables) - - [Container-Settings](#container-settings) - - [TZ identifiers](#tz-identifiers) - - [Cron expression](#cron-expression) - - [Gameserver-Settings](#gameserver-settings) + - [Getting Started](#getting-started) + - [Environment Variables](#environment-variables) + - [Container-Settings](#container-settings) + - [TZ identifiers](#tz-identifiers) + - [Cron expression](#cron-expression) + - [Gameserver-Settings](#gameserver-settings) - [Docker-Compose examples](#docker-compose-examples) - [Gameserver with RCON-CLI-Tool](#gameserver-with-rcon-cli-tool) - - [What do the parameters in the entrypoint for RCON mean](#what-do-the-parameters-in-the-entrypoint-for-rcon-mean) - [Run RCON commands](#run-rcon-commands) - [FAQ](#faq) - [How can I use the interactive console in Portainer with this image?](#how-can-i-use-the-interactive-console-in-portainer-with-this-image) - - [How can i look into the config of my Palworld container?](#how-can-i-look-into-the-config-of-my-palworld-container) - - [Im seeing S\_API errors in my logs when i start the container?](#im-seeing-s_api-errors-in-my-logs-when-i-start-the-container) + - [How can I look into the config of my Palworld container?](#how-can-i-look-into-the-config-of-my-palworld-container) + - [Im seeing S\_API errors in my logs when I start the container?](#im-seeing-s_api-errors-in-my-logs-when-i-start-the-container) - [Im using Apple silicon type of hardware, can I run this?](#im-using-apple-silicon-type-of-hardware-can-i-run-this) - [Planned features in the future](#planned-features-in-the-future) - [Software used](#software-used) @@ -303,7 +302,7 @@ You can run this `docker exec -ti palworld-dedicated-server bash' or you could n ### How can I look into the config of my Palworld container? You can run this `docker exec -ti palworld-dedicated-server cat /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` and it will show you the config inside the container. -### Im seeing S_API errors in my logs when I start the container +### Im seeing S_API errors in my logs when I start the container? Errors like `[S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.` are safe to ignore. ### Im using Apple silicon type of hardware, can I run this? From 05bd0693a61c77c6f419b5ff1d4123226ba461fd Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:26:59 +0100 Subject: [PATCH 3/4] nicer Discord link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd447fd..412557d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ![Image Size](https://img.shields.io/docker/image-size/jammsen/palworld-dedicated-server/latest) > [!TIP] -> Do you want to chat with the community? [Join us on Discord](https://discord.gg/7tacb9Q6tj) +> Do you want to chat with the community? +> +> **[Join us on Discord](https://discord.gg/7tacb9Q6tj)** This Docker image includes a Palworld Dedicated Server based on Linux and Docker. From 2f164d2b1ba8f3e783106e660e510853a2acd79e Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:37:34 +0100 Subject: [PATCH 4/4] added discord shield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 412557d..fc3ee60 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![Docker Pulls](https://img.shields.io/docker/pulls/jammsen/palworld-dedicated-server) ![Docker Stars](https://img.shields.io/docker/stars/jammsen/palworld-dedicated-server) ![Image Size](https://img.shields.io/docker/image-size/jammsen/palworld-dedicated-server/latest) +[![Discord](https://img.shields.io/discord/532141442731212810?logo=discord&label=Discord&link=https%3A%2F%2Fdiscord.gg%2F7tacb9Q6tj)](https://discord.gg/7tacb9Q6tj) > [!TIP] > Do you want to chat with the community?