mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 00:09:19 +02:00
chore: add log message when launching the game
This commit is contained in:
parent
bc5bef480d
commit
b68790f2f0
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ main() {
|
|||
[[ -n "${mods}" ]] && cmdline+=("-mod=${mods}")
|
||||
[[ -n "${SERVER}" ]] && cmdline+=("-connect=${SERVER}" -nolauncher -world=empty)
|
||||
[[ -n "${NAME}" ]] && cmdline+=("-name=${NAME}")
|
||||
msg "Launching DayZ"
|
||||
( set -x; steam -applaunch "${DAYZ_ID}" "${cmdline[@]}"; )
|
||||
elif [[ -n "${mods}" ]]; then
|
||||
msg "Add this to your game's launch options, including the quotes:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue