diff --git a/FistfulOfFrags/dependencies/libm.so.6 b/FistfulOfFrags/dependencies/libm.so.6 deleted file mode 100644 index 39034023b..000000000 Binary files a/FistfulOfFrags/dependencies/libm.so.6 and /dev/null differ diff --git a/GarrysMod/dependencies/libc.so.6 b/GarrysMod/dependencies/libc.so.6 deleted file mode 100644 index ee77b1740..000000000 Binary files a/GarrysMod/dependencies/libc.so.6 and /dev/null differ diff --git a/GarrysMod/dependencies/libm.so.6 b/GarrysMod/dependencies/libm.so.6 deleted file mode 100644 index 2f0eb4672..000000000 Binary files a/GarrysMod/dependencies/libm.so.6 and /dev/null differ diff --git a/GarrysMod/dependencies/libpthread.so.0 b/GarrysMod/dependencies/libpthread.so.0 deleted file mode 100644 index a4bfc2282..000000000 Binary files a/GarrysMod/dependencies/libpthread.so.0 and /dev/null differ diff --git a/GarrysMod/dependencies/libstdc++.so.6 b/GarrysMod/dependencies/libstdc++.so.6 deleted file mode 100644 index fa1204704..000000000 Binary files a/GarrysMod/dependencies/libstdc++.so.6 and /dev/null differ diff --git a/NS2Combat/dependencies/libc.so.6 b/NS2Combat/dependencies/libc.so.6 deleted file mode 100644 index ee77b1740..000000000 Binary files a/NS2Combat/dependencies/libc.so.6 and /dev/null differ diff --git a/NS2Combat/dependencies/libm.so.6 b/NS2Combat/dependencies/libm.so.6 deleted file mode 100644 index 39034023b..000000000 Binary files a/NS2Combat/dependencies/libm.so.6 and /dev/null differ diff --git a/NS2Combat/dependencies/libstdc++.so.6 b/NS2Combat/dependencies/libstdc++.so.6 deleted file mode 100644 index fa1204704..000000000 Binary files a/NS2Combat/dependencies/libstdc++.so.6 and /dev/null differ diff --git a/NaturalSelection2/dependencies/libc.so.6 b/NaturalSelection2/dependencies/libc.so.6 deleted file mode 100644 index ee77b1740..000000000 Binary files a/NaturalSelection2/dependencies/libc.so.6 and /dev/null differ diff --git a/NaturalSelection2/dependencies/libm.so.6 b/NaturalSelection2/dependencies/libm.so.6 deleted file mode 100644 index 39034023b..000000000 Binary files a/NaturalSelection2/dependencies/libm.so.6 and /dev/null differ diff --git a/NaturalSelection2/dependencies/libstdc++.so.6 b/NaturalSelection2/dependencies/libstdc++.so.6 deleted file mode 100644 index fa1204704..000000000 Binary files a/NaturalSelection2/dependencies/libstdc++.so.6 and /dev/null differ diff --git a/NoMoreRoomInHell/dependencies/libm.so.6 b/NoMoreRoomInHell/dependencies/libm.so.6 deleted file mode 100644 index 39034023b..000000000 Binary files a/NoMoreRoomInHell/dependencies/libm.so.6 and /dev/null differ diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index 76856f648..6408e3339 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" "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" ) for libm_server in "${libm_servers_array[@]}" do if [ "${gamename}" == "${libm_server}" ]; then @@ -24,7 +24,7 @@ do fi done -local libc_servers_array=( "Garry's Mod" "GoldenEye: Source" ) +local libc_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" ) for libc_server in "${libc_servers_array[@]}" do if [ "${gamename}" == "${libc_server}" ]; then @@ -32,7 +32,7 @@ do fi done -local libpthread_servers_array=( "Garry's Mod" ) +local libpthread_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" ) for libpthread_server in "${libpthread_servers_array[@]}" do if [ "${gamename}" == "${libpthread_server}" ]; then diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 9bc71172d..9ec7878e2 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -6,7 +6,10 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" -if [ "${gamename}" == "Blade Symphony" ]; then +if [ "${gamename}" == "Black Mesa: Deathmatch" ]; then + glibcrequired="2.15" + glibcfix="yes" +elif [ "${gamename}" == "Blade Symphony" ]; then glibcrequired="2.15" glibcfix="yes" elif [ "${gamename}" == "BrainBread 2" ]; then