|
|
@ -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 |
|
|
|