From 1cb7ab5f8bd0ed8aad6bcd61022a0a589cbb3474 Mon Sep 17 00:00:00 2001 From: ich777 Date: Mon, 18 Apr 2022 13:07:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1b8eff4..f3ee46c 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,10 @@ This Docker will download and install SteamCMD and the according game that is pu | UID | User Identifier | 99 | | GID | Group Identifier | 100 | | GAME_PORT | Port the server will be running on | 27015 | -| VALIDATE | Validates the game data | true | +| VALIDATE | Validates the game data | blank | | USERNAME | Leave blank for anonymous login | blank | | PASSWRD | Leave blank for anonymous login | blank | -**ATTENTION: You have to disable Steam Guard for games that require authentication, but not all games need Steam credentials, Steam recommends to create a seperate account for dedicated servers ** - ->**NOTE** GAME_ID values can be found [here](https://developer.valvesoftware.com/wiki/Dedicated_Servers_List) - -> And for GAME_NAME there is no list, so a quick search should give you the result - ## Run example for CS:Source ``` docker run --name CSSource -d \ @@ -34,17 +28,13 @@ docker run --name CSSource -d \ --env 'GAME_PARAMS=-secure +maxplayers 32 +map de_dust2' \ --env 'UID=99' \ --env 'GID=100' \ - --volume /mnt/user/appdata/steamcmd:/serverdata/steamcmd \ - --volume /mnt/user/appdata/cstrikesource:/serverdata/serverfiles \ + --volume /path/to/steamcmd:/serverdata/steamcmd \ + --volume /path/to/cstrikesource:/serverdata/serverfiles \ ich777/steamcmd:latest ``` ->**NOTE** port 26900 is the port for vac, in case of multiple servers make sure these are not the same - This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it! - This Docker is forked from mattieserver, thank you for this wonderfull Docker. - #### Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/ \ No newline at end of file