Browse Source

Natural Selection 2 requires 1GB ram minimum

pull/1156/head
Daniel Gibbs 9 years ago
parent
commit
3ed59a5dfa
  1. 11
      lgsm/functions/check_system_requirements.sh

11
lgsm/functions/check_system_requirements.sh

@ -14,14 +14,13 @@ info_distro.sh
if [ "${gamename}" == "Rust" ]; then
ramrequirementmb="4000"
ramrequirementgb="4"
fi
if [ "${gamename}" == "ARMA 3" ]; then
elif [ "${gamename}" == "ARMA 3" ]; then
ramrequirementmb="1000"
ramrequirementgb="1"
fi
if [ "${gamename}" == "Minecraft" ]; then
elif [ "${gamename}" == "Minecraft" ]; then
ramrequirementmb="1000"
ramrequirementgb="1"
elif [ "${gamename}" == "Natural Selection 2" ]||[ "${gamename}" == "NS2: Combat" ]; then
ramrequirementmb="1000"
ramrequirementgb="1"
fi

Loading…
Cancel
Save