Browse Source

glibcfix for pvkii

pull/1433/head
Daniel Gibbs 8 years ago
parent
commit
2fa2de030c
  1. 2
      lgsm/functions/fix_glibc.sh
  2. 3
      lgsm/functions/info_glibc.sh

2
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" "Team Fortress 2" )
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" "Pirates, Vikings, and Knights II" "Team Fortress 2" )
for libm_server in "${libm_servers_array[@]}"
do
if [ "${gamename}" == "${libm_server}" ]; then

3
lgsm/functions/info_glibc.sh

@ -74,6 +74,9 @@ elif [ "${gamename}" == "No More Room in Hell" ]; then
elif [ "${gamename}" == "Project Cars" ]; then
glibcrequired="2.4"
glibcfix="no"
elif [ "${gamename}" == "Pirates, Vikings, and Knights II" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Quake 2" ]; then
glibcrequired="NOT REQUIRED"
glibcfix="no"

Loading…
Cancel
Save