mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 09:39:19 +02:00
feat: implement flatpak support and add --steam
This commit is contained in:
parent
a3e35251ab
commit
a1c4643d60
2 changed files with 99 additions and 18 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue