Browse Source

Added pzserver config correctly

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
ef48e0dc50
  1. 0
      ProjectZomboid/cfg/lgsm-default.ini
  2. 2
      ProjectZomboid/pzserver
  3. 8
      lgsm/functions/install_config.sh

0
ProjectZomboid/cfg/servertest.ini → ProjectZomboid/cfg/lgsm-default.ini

2
ProjectZomboid/pzserver

@ -21,7 +21,7 @@ email="[email protected]"
# Steam login
steamuser="anonymous"
steampass="password"
steampass=""
# Start Variables
ip="0.0.0.0"

8
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

Loading…
Cancel
Save