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 }