From 89db68f33c359c7314529bed11094639116470f8 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 21 Aug 2022 22:22:26 +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 | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db5f25a..5e8f14a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ # xash3ds-installscript -There is the great work from https://github.com/FWGS/xashds-docker/ +This script install github.com/FGWS/xash3d-fgws automatically under Ubuntu 20.04 and Debian 11 (those i tested so far). -but for my case I need to run xash3d on the host system directly, so i stripped out the commands needed for building xash3ds from scratch. \ No newline at end of file +To install the server run following command in the directory where you checked this git into +``` +bash install-xash3ds.sh +``` + +To install the FULL PLAYABLE client with all game data (steamcmd thx <3) run this +``` +bash install-xash3ds.sh client +``` + +Your server or gamefiles (you can run server first and then rerun afterwards with client to get the full package) are in +``` +/path/to/repo/xash3ds-installscript/build/result +``` + +from there you can run the server +``` +./start.sh +``` + +or the game to have a frag +``` +./xash3d +``` + +This script is based on the work of https://github.com/FWGS/xashds-docker/ and https://github.com/FGWS/xash3d-fgws