浏览代码

Added empires mod to glibcfix

Daniel Gibbs 9 年之前
父节点
当前提交
8f930328de
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 1 1
      lgsm/functions/fix_glibc.sh
  2. 3 0
      lgsm/functions/info_glibc.sh

+ 1 - 1
lgsm/functions/fix_glibc.sh

@@ -16,7 +16,7 @@ do
 	fi
 	fi
 done
 done
 
 
-local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
+local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
 for libm_server in "${libm_servers_array[@]}"
 for libm_server in "${libm_servers_array[@]}"
 do
 do
 	if [ "${gamename}" == "${libm_server}" ]; then
 	if [ "${gamename}" == "${libm_server}" ]; then

+ 3 - 0
lgsm/functions/info_glibc.sh

@@ -17,6 +17,9 @@ elif [ "${gamename}" == "Day of Infamy" ]; then
 elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
 elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
 	glibcrequired="2.15"
 	glibcrequired="2.15"
 	glibcfix="yes"
 	glibcfix="yes"
+elif [ "${gamename}" == "Empires Mod" ]; then
+	glibcrequired="2.15"
+	glibcfix="yes"
 elif [ "${gamename}" == "Fistful of Frags" ]; then
 elif [ "${gamename}" == "Fistful of Frags" ]; then
 	glibcrequired="2.15"
 	glibcrequired="2.15"
 	glibcfix="yes"
 	glibcfix="yes"