Browse Source

Updated DST name

pull/605/head
Daniel Gibbs 9 years ago
parent
commit
7eec562dea
  1. 2
      DontStarveTogether/dstserver
  2. 2
      functions/fix_glibc.sh
  3. 2
      functions/install_complete.sh
  4. 2
      functions/install_config.sh

2
DontStarveTogether/dstserver

@ -44,7 +44,7 @@ appid="343050"
# Server Details
servicename="dst-server"
gamename="Dont Starve Together"
gamename="Don't Starve Together"
engine="dontstarve"
# Directories

2
functions/fix_glibc.sh

@ -55,7 +55,7 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd '[:digit:]' | tail -c 3)" -lt 21
fn_glibcfixmsg
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6"
# Dont Starve Together
elif [ "${gamename}" == "Dont Starve Together" ]; then
elif [ "${gamename}" == "Don't Starve Together" ]; then
glibcversion="2.15"
fn_glibcfixmsg
cd "${filesdir}/bin/lib32/"

2
functions/install_complete.sh

@ -4,7 +4,7 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
if [ "${gamename}" == "Dont Starve Together" ]; then
if [ "${gamename}" == "Don't Starve Together" ]; then
echo ""
echo "An Authentication Token is required to run this server!"
echo "Follow the instructions in this link to obtain this key"

2
functions/install_config.sh

@ -205,7 +205,7 @@ elif [ "${gamename}" == "Day of Defeat: Source" ]; then
wget -N /dev/null ${githuburl}/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig
elif [ "${gamename}" == "Dont Starve Together" ]; then
elif [ "${gamename}" == "Don't Starve Together" ]; then
echo -e "downloading lgsm-default.ini...\c"
wget -N /dev/null ${githuburl}/DontStarveTogether/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1

Loading…
Cancel
Save