Skip to content

Commit 459e7c0

Browse files
committed
Added Ark system requirements
1 parent 8384cd6 commit 459e7c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lgsm/functions/check_system_requirements.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
1111
info_distro.sh
1212

1313
# RAM requirements in megabytes for each game or engine.
14-
if [ "${gamename}" == "Rust" ]; then
14+
15+
if [ "${gamename}" == "ARK: Survival Evolved" ]; then
1516
ramrequirementmb="4000"
16-
ramrequirementgb="4"
17+
ramrequirementgb="1"
1718
elif [ "${gamename}" == "ARMA 3" ]; then
1819
ramrequirementmb="1000"
1920
ramrequirementgb="1"
21+
elif [ "${gamename}" == "Rust" ]; then
22+
ramrequirementmb="4000"
23+
ramrequirementgb="4"
2024
elif [ "${gamename}" == "Minecraft" ]; then
2125
ramrequirementmb="1000"
2226
ramrequirementgb="1"

0 commit comments

Comments
 (0)