From eb05a4a3d1c5dd52234481e5c2a548708790c346 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 21 Jun 2015 11:26:35 +0100 Subject: [PATCH] Added arkserver currently does nothing for now --- functions/fn_install_config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/functions/fn_install_config b/functions/fn_install_config index 54cd79ed8..3a92db7f1 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -1,8 +1,12 @@ #!/bin/bash -# LGSM fn_server function +# LGSM fn_install_config function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 120615 +# Version: 210615 + +fn_arkconfig(){ +echo "" +} fn_arma3config(){ mkdir -pv "${servercfgdir}" @@ -154,6 +158,8 @@ fi #statements if [ "${gamename}" == "7 Days To Die" ]; then fn_unity3dconfig +elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then + fn_arkconfig elif [ "${gamename}" == "ARMA 3" ]; then echo -e "downloading lgsm-default.server.cfg & lgsm-default.network.cfg...\c" wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.server.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq