Browse Source

added memory requirements for Stationeers

pull/1849/head
Daniel Gibbs 7 years ago
parent
commit
e920e97c11
  1. 3
      lgsm/functions/check_system_requirements.sh

3
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.

Loading…
Cancel
Save