From ef48e0dc505c303c541633be1cc8f30aa45b5573 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 13 May 2016 22:03:14 +0100 Subject: [PATCH] Added pzserver config correctly --- ProjectZomboid/cfg/{servertest.ini => lgsm-default.ini} | 0 ProjectZomboid/pzserver | 2 +- lgsm/functions/install_config.sh | 8 ++++++-- 3 files changed, 7 insertions(+), 3 deletions(-) rename ProjectZomboid/cfg/{servertest.ini => lgsm-default.ini} (100%) diff --git a/ProjectZomboid/cfg/servertest.ini b/ProjectZomboid/cfg/lgsm-default.ini similarity index 100% rename from ProjectZomboid/cfg/servertest.ini rename to ProjectZomboid/cfg/lgsm-default.ini diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index fb966d7e0..03117309b 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -21,7 +21,7 @@ email="email@example.com" # Steam login steamuser="anonymous" -steampass="password" +steampass="" # Start Variables ip="0.0.0.0" diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 6b89f1a8e..ba00a1fa8 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -187,7 +187,6 @@ elif [ "${gamename}" == "Codename CURE" ]; then wget -N /dev/null ${githuburl}/CodenameCURE/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig - elif [ "${gamename}" == "Counter Strike 1.6" ]; then echo -e "downloading lgsm-default.cfg...\c" wget -N /dev/null ${githuburl}/CounterStrike/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq @@ -285,7 +284,12 @@ elif [ "${gamename}" == "Pirates, Vikings, and Knights II" ]; then echo -e "downloading lgsm-default.cfg...\c" wget -N /dev/null ${githuburl}/PiratesVikingandKnightsII/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 - fn_sourceconfig + fn_sourceconfig +elif [ "${gamename}" == "Project Zomboid" ]; then + echo -e "downloading lgsm-default.ini...\c" + wget -N /dev/null ${githuburl}/ProjectZomboid/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq + sleep 1 + fn_sourceconfig elif [ "${gamename}" == "Quake Live" ]; then echo -e "downloading lgsm-default.cfg...\c" wget -N /dev/null ${githuburl}/QuakeLive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq