From 93887c8d8bca99c09e6f14e3bc48c59e940e0813 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Fri, 26 Aug 2022 15:32:01 +0000 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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cedda2..fd96c7d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This script install an ready to play github.com/FGWS/xash3d-fgws automatically Just run the script and play :) ``` -Usage: ./install-xash3ds.sh [server|client] +Usage: ./install-xash3ds.sh [server|client] [install|update] Description: Script to install an Xash3D-FWGS client or Xash3D dedicated server with game data from steamcmd. Server tested on Debian 11 ; Client tested on Ubuntu 20.04 @@ -20,12 +20,12 @@ https://github.com/FWGS/xash3d-fwgs To install the server run following command in the directory where you checked this git into ``` -bash install-xash3ds.sh server +bash install-xash3ds.sh server install ``` To install the FULL PLAYABLE client with all game data (steamcmd thx <3) run this ``` -bash install-xash3ds.sh client +bash install-xash3ds.sh client install ``` Your server or gamefiles (you can run server first and then rerun afterwards with client to get the full package) are in @@ -43,6 +43,11 @@ or the game to have a frag ./xash3d ``` +You can easly update both, client and server (example client): +``` +bash install-xash3ds.sh client update +``` + Have a look on my servers at https://HL.LA10CY.NET :) Happy fragging! This script is based on the work of https://github.com/FWGS/xashds-docker/ and https://github.com/FGWS/xash3d-fgws