|
@@ -7,65 +7,65 @@ lgsm_version="260216"
|
|
|
# Description: stores details on servers Glibc requirements.
|
|
# Description: stores details on servers Glibc requirements.
|
|
|
|
|
|
|
|
if [ "${gamename}" == "Blade Symphony" ]; then
|
|
if [ "${gamename}" == "Blade Symphony" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "BrainBread 2" ]; then
|
|
elif [ "${gamename}" == "BrainBread 2" ]; then
|
|
|
- glibc_required="2.17"
|
|
|
|
|
|
|
+ glibcrequired="2.17"
|
|
|
elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
|
|
elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "Fistful of Frags" ]; then
|
|
elif [ "${gamename}" == "Fistful of Frags" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "Garry's Mod" ]; then
|
|
elif [ "${gamename}" == "Garry's Mod" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "Insurgency" ]; then
|
|
elif [ "${gamename}" == "Insurgency" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "No More Room in Hell" ]; then
|
|
elif [ "${gamename}" == "No More Room in Hell" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${gamename}" == "Quake Live" ]; then
|
|
elif [ "${gamename}" == "Quake Live" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "avalanche" ]; then
|
|
elif [ "${engine}" == "avalanche" ]; then
|
|
|
- glibc_required="2.13"
|
|
|
|
|
|
|
+ glibcrequired="2.13"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${engine}" == "dontstarve" ]; then
|
|
elif [ "${engine}" == "dontstarve" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "projectzomboid" ]; then
|
|
elif [ "${engine}" == "projectzomboid" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yesno"
|
|
glibcfix="yesno"
|
|
|
elif [ "${engine}" == "realvirtuality" ]; then
|
|
elif [ "${engine}" == "realvirtuality" ]; then
|
|
|
- glibc_required="2.13"
|
|
|
|
|
|
|
+ glibcrequired="2.13"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${engine}" == "seriousengine35" ]; then
|
|
elif [ "${engine}" == "seriousengine35" ]; then
|
|
|
- glibc_required="2.13"
|
|
|
|
|
|
|
+ glibcrequired="2.13"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
|
|
elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
|
|
|
- glibc_required="2.3.6"
|
|
|
|
|
|
|
+ glibcrequired="2.3.6"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "spark" ]; then
|
|
elif [ "${engine}" == "spark" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="yes"
|
|
glibcfix="yes"
|
|
|
elif [ "${engine}" == "starbound" ]; then
|
|
elif [ "${engine}" == "starbound" ]; then
|
|
|
- glibc_required="2.12"
|
|
|
|
|
|
|
+ glibcrequired="2.12"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "unreal" ]; then
|
|
elif [ "${engine}" == "unreal" ]; then
|
|
|
- glibc_required="2.1"
|
|
|
|
|
|
|
+ glibcrequired="2.1"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "unreal2" ]; then
|
|
elif [ "${engine}" == "unreal2" ]; then
|
|
|
- glibc_required="2.4"
|
|
|
|
|
|
|
+ glibcrequired="2.4"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "unreal4" ]; then
|
|
elif [ "${engine}" == "unreal4" ]; then
|
|
|
- glibc_required="2.14"
|
|
|
|
|
|
|
+ glibcrequired="2.14"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
elif [ "${engine}" == "unity3d" ]; then
|
|
elif [ "${engine}" == "unity3d" ]; then
|
|
|
- glibc_required="2.15"
|
|
|
|
|
|
|
+ glibcrequired="2.15"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
else
|
|
else
|
|
|
- glibc_required="UNKNOWN"
|
|
|
|
|
|
|
+ glibcrequired="UNKNOWN"
|
|
|
glibcfix="no"
|
|
glibcfix="no"
|
|
|
fi
|
|
fi
|