We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine the launch command in steam to dayz-ctl %command% and catch the launch state, exclude self-retraction
dayz-ctl %command%
if [ "${2:-}" = SteamLaunch ] && [ "${3:-}" = "AppId=$DAYZ_GAME_ID" ]; then # xterm or https://github.com/i3/i3/blob/next/i3-sensible-terminal exec xterm -e dayz-ctl -T 'DayZ CTL Launcher' fi
The text was updated successfully, but these errors were encountered:
WoozyMasta
No branches or pull requests
Redefine the launch command in steam to
dayz-ctl %command%
and catch the launch state, exclude self-retractionThe text was updated successfully, but these errors were encountered: