From 8fd3d6a3c706bc5c576a29f6c4821fac2f9d85c1 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Fri, 17 Dec 2021 05:46:39 +0100 Subject: [PATCH] docs: add example for the STEAM_ROOT env var --- README.md | 5 +++++ dayz-launcher.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b216dd..d485fd2 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ Environment variables: If the game is stored in a different Steam library directory, then this environment variable needs to be set/changed. + + For example, if the game has been installed in the game library located in + /media/games/SteamLibrary/steamapps/common/DayZ + then the STEAM_ROOT env var needs to be set like this: + STEAM_ROOT=/media/games/SteamLibrary ``` ## TODO diff --git a/dayz-launcher.sh b/dayz-launcher.sh index 54ae65b..5b8f883 100755 --- a/dayz-launcher.sh +++ b/dayz-launcher.sh @@ -94,6 +94,11 @@ Environment variables: If the game is stored in a different Steam library directory, then this environment variable needs to be set/changed. + + For example, if the game has been installed in the game library located in + /media/games/SteamLibrary/steamapps/common/DayZ + then the STEAM_ROOT env var needs to be set like this: + STEAM_ROOT=/media/games/SteamLibrary EOF }