feat: implement flatpak support and add --steam

This commit is contained in:
bastimeyer 2021-12-06 22:34:00 +01:00
parent a3e35251ab
commit a1c4643d60
2 changed files with 99 additions and 18 deletions

View file

@ -29,6 +29,11 @@ Command line options:
--debug
Print debug messages to output.
--steam <"" | flatpak | /path/to/steam/executable>
If set to flatpak, use the flatpak version of Steam (com.valvesoftware.Steam).
Steam needs to already be running in the flatpak container.
Default is: "" (automatic detection - prefers flatpak if available)
-l
--launch
Launch DayZ after resolving and setting up mods instead of
@ -57,6 +62,9 @@ Environment variables:
${XDG_DATA_HOME:-${HOME}/.local/share}/Steam
which defaults to ~/.local/share/Steam
If the flatpak package is being used, then the default is:
~/.var/app/com.valvesoftware.Steam/data/Steam
If the game is stored in a different Steam library directory, then this
environment variable needs to be set/changed.
```
@ -86,7 +94,7 @@ chmod +x dayz-launcher.sh
./dayz-launcher.sh ...
```
This repository currently does not submit to any versioning scheme, so please be aware of any breaking changes that may be applied in the future.
This repository currently does not commit to any versioning scheme, so please be aware of any breaking changes that may be applied in the future.
## Install DayZ