|
@@ -23,12 +23,21 @@ elif [ "${gamename}" == "Garry's Mod" ]; then
|
|
|
elif [ "${gamename}" == "Insurgency" ]; then
|
|
elif [ "${gamename}" == "Insurgency" ]; then
|
|
|
glibcrequired="2.15"
|
|
glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
|
|
+elif [ "${gamename}" == "Minecraft" ]; then
|
|
|
|
|
+ glibcrequired="NOT REQUIRED"
|
|
|
|
|
+ glibcfix="no"
|
|
|
|
|
+elif [ "${gamename}" == "Mumble" ]; then
|
|
|
|
|
+ glibcrequired="NOT REQUIRED"
|
|
|
|
|
+ glibcfix="no"
|
|
|
elif [ "${gamename}" == "No More Room in Hell" ]; then
|
|
elif [ "${gamename}" == "No More Room in Hell" ]; then
|
|
|
glibcrequired="2.15"
|
|
glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "Quake Live" ]; then
|
|
elif [ "${gamename}" == "Quake Live" ]; then
|
|
|
glibcrequired="2.15"
|
|
glibcrequired="2.15"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
|
|
+elif [ "${gamename}" == "TeamSpeak 3" ]; then
|
|
|
|
|
+ glibcrequired="NOT REQUIRED"
|
|
|
|
|
+ glibcfix="no"
|
|
|
elif [ "${engine}" == "avalanche" ]; then
|
|
elif [ "${engine}" == "avalanche" ]; then
|
|
|
glibcrequired="2.13"
|
|
glibcrequired="2.13"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
@@ -68,12 +77,6 @@ elif [ "${engine}" == "unreal4" ]; then
|
|
|
elif [ "${engine}" == "unity3d" ]; then
|
|
elif [ "${engine}" == "unity3d" ]; then
|
|
|
glibcrequired="2.15"
|
|
glibcrequired="2.15"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
-elif [ "${gamename}" == "TeamSpeak 3" ]; then
|
|
|
|
|
- glibcrequired="NOT REQUIRED"
|
|
|
|
|
- glibcfix="no"
|
|
|
|
|
-elif [ "${gamename}" == "Mumble" ]; then
|
|
|
|
|
- glibcrequired="NOT REQUIRED"
|
|
|
|
|
- glibcfix="no"
|
|
|
|
|
else
|
|
else
|
|
|
glibcrequired="UNKNOWN"
|
|
glibcrequired="UNKNOWN"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|