浏览代码

added memory requirements for Stationeers

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

+ 3 - 0
lgsm/functions/check_system_requirements.sh

@@ -27,6 +27,9 @@ elif [ "${gamename}" == "Minecraft" ]; then
 elif [ "${gamename}" == "Natural Selection 2" ]||[ "${gamename}" == "NS2: Combat" ]; then
 	ramrequirementmb="1000"
 	ramrequirementgb="1"
+elif [ "${shortname}" == "st" ]; then
+	ramrequirementmb="1000"
+	ramrequirementgb="1"
 fi
 
 # If the game or engine has a minimum RAM Requirement, compare it to system's available RAM.