protonhax
protonhax copied to clipboard
Need help automatically running tracker with the game
I'm trying to run untapped tracker when I start MTGA. I'm able to run untapped manually with "protonhax run", but wasn't able to figure out how to make it run by itself
I am not familiar with the game, or how this untapped tracker automatically opens on Windows.
But a few options to do that are:
- create a shortcut that starts the steam game and the untapped tracker.
- create a bash script, and pass as
launch optionto steam. - update
protonhaxto init both at the same time, add an option that mergesinitandrun.
For options 1 and 2, it will be something like
exec steam steam://rungameid/12345 #alternatives: 1- steam -applaunch <appID> / 2- "$@"
exec "execution of untapped" #ie: 1- "protonhax run untapped"
https://developer.valvesoftware.com/wiki/Command_line_options#Steam