Sfoglia il codice sorgente

Added Black Mesa Deathmatch config

Daniel Gibbs 11 anni fa
parent
commit
5977657495
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      functions/fn_install_config

+ 6 - 1
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