Pārlūkot izejas kodu

added memory requirements for Stationeers

Daniel Gibbs 8 gadi atpakaļ
vecāks
revīzija
e920e97c11
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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
 elif [ "${gamename}" == "Natural Selection 2" ]||[ "${gamename}" == "NS2: Combat" ]; then
 	ramrequirementmb="1000"
 	ramrequirementmb="1000"
 	ramrequirementgb="1"
 	ramrequirementgb="1"
+elif [ "${shortname}" == "st" ]; then
+	ramrequirementmb="1000"
+	ramrequirementgb="1"
 fi
 fi
 
 
 # If the game or engine has a minimum RAM Requirement, compare it to system's available RAM.
 # If the game or engine has a minimum RAM Requirement, compare it to system's available RAM.