@ -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
@ -4,8 +4,10 @@
# Website: http://gameservermanagers.com
lgsm_version="271215"
echo "Downloading Server Files"
cd "${filesdir}"
if [ ! -f dedicatedserver3339-bonuspack.zip ]; then
wget http://gameservermanagers.com/files/ut2004/dedicatedserver3339-bonuspack.zip
if [ ! -f ut-server-436.tar.gz ]; then
wget http://gameservermanagers.com/files/ut99/ut-server-436.tar.gz
@ -7,6 +7,7 @@ lgsm_version="271215"
echo "Server Directory"
pwd
@ -9,6 +9,7 @@ lgsm_version="271215"
echo "Installing SteamCMD"
steamcmddir="${rootdir}/steamcmd"
if [ ! -f "${steamcmddir}/steamcmd.sh" ]; then
if [ ! -d "${steamcmddir}" ]; then
@ -9,6 +9,7 @@ fn_install_ts3db_mariadb(){
echo "checking if libmariadb2 is installed"
ldd ${filesdir}/libts3db_mariadb.so | grep "libmariadb.so.2 => not found"
if [ $? -eq 0 ]; then
echo "libmariadb2 not installed. Please install it first."
@ -4,6 +4,7 @@
echo "Installing ${gamename} Server"
echo "Enter ${gamename} CD Key"