Explorar o código

added memory requirements for Stationeers

Daniel Gibbs %!s(int64=8) %!d(string=hai) anos
pai
achega
e920e97c11
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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.