From 35be2c4a5e785588e5b961154b5bdb995be6167a Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 23 Aug 2022 10:17:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall-xash3ds.sh=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-xash3ds.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index f0adf1e..6a3b13e 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -104,6 +104,7 @@ then echo "= Creating start.sh script for dedicated server in build/result =" echo "./xash +ip 0.0.0.0 -port $XASHDS_PORT -pingboost 1 -timeout 3 +map boot_camp +exec server.cfg" > $XASH3D_BASEDIR/result/start.sh chmod +x $XASH3D_BASEDIR/result/start.sh + echo "= If you need an example config for a public server, have a look into https://github.com/FWGS/xashds-docker/tree/master/valve =" fi echo "= DONE! If everything went well an no errors occured you can just run your game/server from $XASH3D_BASEDIR/result/ ="