From 115b762d42f6ad285b7387cb8e6dea09d455e879 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 29 Apr 2017 14:39:08 +0100 Subject: [PATCH] glibc fix tf2 requirements --- lgsm/functions/fix_glibc.sh | 2 +- lgsm/functions/info_glibc.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index a36b568ac..d7c6a7f0b 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -20,7 +20,7 @@ do done # libm.so.6 -local libm_servers_array=( "Black Mesa: Deathmatch" "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" ) +local libm_servers_array=( "Black Mesa: Deathmatch" "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" "Team Fortress 2" ) 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 c8cf49edb..842801611 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -113,8 +113,8 @@ elif [ "${engine}" == "seriousengine35" ]; then elif [ "${engine}" == "source" ]; then glibcrequired="2.15" glibcfix="no" -elif [ "${engine}" == "goldsource" ] ; then - glibcrequired="2.14" +elif [ "${engine}" == "goldsource" ]; then + glibcrequired="2.3.4" glibcfix="no" elif [ "${engine}" == "spark" ]; then glibcrequired="2.15" @@ -143,6 +143,9 @@ elif [ "${engine}" == "unreal4" ]; then elif [ "${engine}" == "unity3d" ]; then glibcrequired="2.15" glibcfix="no" +elif [ "${engine}" == "Team Fortress 2" ]; then + glibcrequired="2.15" + glibcfix="yes" elif [ "${gamename}" == "TeamSpeak 3" ]; then glibcrequired="NOT REQUIRED" glibcfix="no"