Browse Source

Increased the glibc requirements of ARK

pull/1310/head
Daniel Gibbs 8 years ago
parent
commit
abcdfe985b
  1. 8
      lgsm/functions/info_glibc.sh

8
lgsm/functions/info_glibc.sh

@ -6,7 +6,10 @@
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ "${gamename}" == "Black Mesa: Deathmatch" ]; then
if [ "${gamename}" == "ARK: Survival Evolved" ]; then
glibcrequired="2.15"
glibcfix="no"
elif [ "${gamename}" == "Black Mesa: Deathmatch" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Blade Symphony" ]; then
@ -74,9 +77,6 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
elif [ "${gamename}" == "Teeworlds" ]; then
glibcrequired="2.3"
glibcfix="no"
elif [ "${gamename}" == "Tower Unite" ]; then
glibcrequired="2.14"
glibcfix="no"
elif [ "${engine}" == "avalanche" ]; then
glibcrequired="2.13"
glibcfix="yes"

Loading…
Cancel
Save