mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 06:59:20 +02:00
docs: add example for the STEAM_ROOT env var
This commit is contained in:
parent
ae9c90b490
commit
8fd3d6a3c7
2 changed files with 10 additions and 0 deletions
|
@ -67,6 +67,11 @@ Environment variables:
|
||||||
|
|
||||||
If the game is stored in a different Steam library directory, then this
|
If the game is stored in a different Steam library directory, then this
|
||||||
environment variable needs to be set/changed.
|
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
|
## TODO
|
||||||
|
|
|
@ -94,6 +94,11 @@ Environment variables:
|
||||||
|
|
||||||
If the game is stored in a different Steam library directory, then this
|
If the game is stored in a different Steam library directory, then this
|
||||||
environment variable needs to be set/changed.
|
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
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue