Browse Source

Made titles more consistant

pull/597/head
Daniel Gibbs 9 years ago
parent
commit
d0b4d226c4
  1. 1
      functions/fix.sh
  2. 2
      functions/install_dl_ut2k4.sh
  3. 2
      functions/install_dl_ut99.sh
  4. 1
      functions/install_serverdir.sh
  5. 1
      functions/install_steamcmd.sh
  6. 1
      functions/install_ts3db.sh
  7. 1
      functions/install_ut2k4.sh
  8. 1
      functions/install_ut2k4_key.sh
  9. 1
      functions/install_ut99.sh

1
functions/fix.sh

@ -29,6 +29,7 @@ if [ "${function_selfname}" == "command_install.sh" ]; then
echo ""
echo "Applying ${gamename} Server Fixes"
echo "================================="
sleep 1
if [ "${gamename}" == "Killing Floor" ]; then
fix_kf.sh
elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then

2
functions/install_dl_ut2k4.sh

@ -4,8 +4,10 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo ""
echo "Downloading Server Files"
echo "================================="
sleep 1
cd "${filesdir}"
if [ ! -f dedicatedserver3339-bonuspack.zip ]; then
wget http://gameservermanagers.com/files/ut2004/dedicatedserver3339-bonuspack.zip

2
functions/install_dl_ut99.sh

@ -4,8 +4,10 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo ""
echo "Downloading Server Files"
echo "================================="
sleep 1
cd "${filesdir}"
if [ ! -f ut-server-436.tar.gz ]; then
wget http://gameservermanagers.com/files/ut99/ut-server-436.tar.gz

1
functions/install_serverdir.sh

@ -7,6 +7,7 @@ lgsm_version="271215"
echo ""
echo "Server Directory"
echo "================================="
sleep 1
echo ""
pwd
echo ""

1
functions/install_steamcmd.sh

@ -9,6 +9,7 @@ lgsm_version="271215"
echo ""
echo "Installing SteamCMD"
echo "================================="
sleep 1
steamcmddir="${rootdir}/steamcmd"
if [ ! -f "${steamcmddir}/steamcmd.sh" ]; then
if [ ! -d "${steamcmddir}" ]; then

1
functions/install_ts3db.sh

@ -9,6 +9,7 @@ fn_install_ts3db_mariadb(){
echo ""
echo "checking if libmariadb2 is installed"
echo "================================="
sleep 1
ldd ${filesdir}/libts3db_mariadb.so | grep "libmariadb.so.2 => not found"
if [ $? -eq 0 ]; then
echo "libmariadb2 not installed. Please install it first."

1
functions/install_ut2k4.sh

@ -4,6 +4,7 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo ""
echo "Installing ${gamename} Server"
echo "================================="
sleep 1

1
functions/install_ut2k4_key.sh

@ -4,6 +4,7 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo ""
echo "Enter ${gamename} CD Key"
echo "================================="
sleep 1

1
functions/install_ut99.sh

@ -4,6 +4,7 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo ""
echo "Installing ${gamename} Server"
echo "================================="
sleep 1

Loading…
Cancel
Save