From 5977657495d34c939d07f70788b2f6850efe766d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 12 Jun 2015 19:54:45 +0100 Subject: [PATCH] Added Black Mesa Deathmatch config --- functions/fn_install_config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_install_config b/functions/fn_install_config index 0d7fa063c..54cd79ed8 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -2,7 +2,7 @@ # LGSM fn_server function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 240515 +# Version: 120615 fn_arma3config(){ mkdir -pv "${servercfgdir}" @@ -160,6 +160,11 @@ elif [ "${gamename}" == "ARMA 3" ]; then wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.network.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_arma3config +elif [ "${gamename}" == "Black Mesa: Deathmatch" ]; then + echo -e "downloading lgsm-default.cfg...\c" + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BlackMesa/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + sleep 1 + fn_sourceconfig elif [ "${gamename}" == "Blade Symphony" ]; then echo -e "downloading lgsm-default.cfg...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BladeSymphony/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq