From 5b8d16b2faaf0c53bde1c43281ee2b48e54e6aae Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:14:28 +0100 Subject: [PATCH 1/8] added GE:S fix --- GoldenEyeSource/gesserver | 1 - lgsm/functions/fix.sh | 8 +++++--- lgsm/functions/fix_ges.sh | 11 +++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 lgsm/functions/fix_ges.sh diff --git a/GoldenEyeSource/gesserver b/GoldenEyeSource/gesserver index b5de665da..af53e6bdf 100644 --- a/GoldenEyeSource/gesserver +++ b/GoldenEyeSource/gesserver @@ -12,7 +12,6 @@ fi version="210516" #### Variables #### -export MALLOC_CHECK_=0 # Notification Alerts # (on|off) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 0178b363c..4374027eb 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -35,14 +35,16 @@ if [ "${function_selfname}" != "command_install.sh" ]; then fix_steamcmd.sh fi - if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then + if [ "${gamename}" == "ARMA 3" ]; then + fix_arma3.sh + elif [ "${gamename}" == "Counter Strike: Global Offensive" ]; then fix_csgo.sh elif [ "${gamename}" == "Don't Starve Together" ]; then fix_dst.sh + elif [ "${gamename}" == "GoldenEye: Source" ]; then + fix_ges.sh elif [ "${gamename}" == "Insurgency" ]; then fix_ins.sh - elif [ "${gamename}" == "ARMA 3" ]; then - fix_arma3.sh fi fi diff --git a/lgsm/functions/fix_ges.sh b/lgsm/functions/fix_ges.sh new file mode 100644 index 000000000..c8ee7ad5d --- /dev/null +++ b/lgsm/functions/fix_ges.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# LGSM fix_ges.sh function +# Author: Daniel Gibbs +# Website: https://gameservermanagers.com +# Description: Resolves various issues with GoldenEye: Source. + +local commandname="FIX" +local commandaction="Fix" + +# Fixes: MALLOC_CHECK_ needing to be set to 0. +export MALLOC_CHECK_=0 \ No newline at end of file From 55b1a3e665f7993b1ce6196fc8bc4dab270b9d0e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:16:08 +0100 Subject: [PATCH 2/8] added fix_ges.sh --- lgsm/functions/core_functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 73f8bd44d..bef65153e 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -292,6 +292,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +fix_ges.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fix_ins.sh(){ functionfile="${FUNCNAME}" fn_fetch_function From bd1b58893d9e225076d618975f0e72000c9b703a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:22:31 +0100 Subject: [PATCH 3/8] zlib.i686 --- lgsm/functions/check_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index e0af51ae1..46513f328 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -245,7 +245,7 @@ elif [ -n "$(command -v yum)" ]; then array_deps_required+=( java-1.8.0-openjdk ) # GoldenEye: Source elif [ "${gamename}" == "GoldenEye: Source" ]; then - array_deps_required+=( zlib ) + array_deps_required+=( zlib.i686 ) # Unreal Engine elif [ "${executable}" == "./ucc-bin" ]; then #UT2K4 From 24a6670d6af73cc7744785dbf318cc86923508b2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:24:34 +0100 Subject: [PATCH 4/8] Adding glibc fix for ge:s --- lgsm/functions/fix_glibc.sh | 2 +- lgsm/functions/info_glibc.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index 5abe1ea28..d51d82402 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -16,7 +16,7 @@ do fi done -local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" ) +local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "GoldenEye: Source" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" ) for libm_server in "${libm_servers_array[@]}" do if [ "${gamename}" == "${libm_server}" ]; then diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index dea585ce9..40ed32cde 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -26,6 +26,9 @@ elif [ "${gamename}" == "Fistful of Frags" ]; then elif [ "${gamename}" == "Garry's Mod" ]; then glibcrequired="2.15" glibcfix="yes" +elif [ "${gamename}" == "GoldenEye: Source" ]; then + glibcrequired="2.15" + glibcfix="yes" elif [ "${gamename}" == "Insurgency" ]; then glibcrequired="2.15" glibcfix="yes" From c0ae13543a5fad9a899a19a225e25a5f789c7606 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:25:52 +0100 Subject: [PATCH 5/8] glibc fix ge:s --- lgsm/functions/fix_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index d51d82402..92d9dbba7 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -24,7 +24,7 @@ do fi done -local libc_servers_array=( "Garry's Mod" ) +local libc_servers_array=( "Garry's Mod" "GoldenEye: Source" ) for libc_server in "${libc_servers_array[@]}" do if [ "${gamename}" == "${libc_server}" ]; then From 78a846a5d0e36748d91290d7d463b0939aae46de Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:27:31 +0100 Subject: [PATCH 6/8] glibc fix ge:s --- lgsm/functions/fix_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index 92d9dbba7..76856f648 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -8,7 +8,7 @@ local commandname="FIX" local commandaction="Fix" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" -local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Garry's Mod" "Just Cause 2" ) +local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" "Just Cause 2" ) for libstdc_server in "${libstdc_servers_array[@]}" do if [ "${gamename}" == "${libstdc_server}" ]; then From cd284706f7cba7d0aa98be95544d9793d31865e3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:31:07 +0100 Subject: [PATCH 7/8] reduced to 2 seconds --- lgsm/functions/check_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_glibc.sh b/lgsm/functions/check_glibc.sh index 85caf6d01..a5e5c95a0 100644 --- a/lgsm/functions/check_glibc.sh +++ b/lgsm/functions/check_glibc.sh @@ -36,6 +36,6 @@ elif [ "$(printf '%s\n'${glibcrequired}'\n' ${glibcversion} | sort -V | head -n echo -e " * glibc installed: ${red}${glibcversion}${default}" echo -en "\n" fn_print_information "The game server will probably not work. A distro upgrade is required!" - sleep 5 + sleep 2 fi fi \ No newline at end of file From 681f1bbe1a0a492512201882e91a7bfebaa56dbf Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 29 Aug 2016 23:56:47 +0100 Subject: [PATCH 8/8] will install steamcmd files first --- lgsm/functions/install_server_files.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh index f8f28ab69..4c5f33f0d 100644 --- a/lgsm/functions/install_server_files.sh +++ b/lgsm/functions/install_server_files.sh @@ -101,6 +101,10 @@ echo "Installing ${gamename} Server" echo "=================================" sleep 1 +if [ -n "${appid}" ]; then + fn_install_server_files_steamcmd +fi + if [ "${gamename}" == "TeamSpeak 3" ]; then update_ts3.sh elif [ "${gamename}" == "Minecraft" ]; then @@ -112,10 +116,6 @@ elif [ -z "${appid}" ]||[ "${gamename}" == "GoldenEye: Source" ]; then fn_install_server_files fi -if [ -n "${appid}" ]; then - fn_install_server_files_steamcmd -fi - if [ -z "${autoinstall}" ]; then echo "" echo "================================="