Skip to content
New issue

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

Need help automatically running tracker with the game #20

Open
aShabat opened this issue Nov 14, 2024 · 1 comment
Open

Need help automatically running tracker with the game #20

aShabat opened this issue Nov 14, 2024 · 1 comment

Comments

@aShabat
Copy link

aShabat commented Nov 14, 2024

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

@jcnils
Copy link
Owner

jcnils commented Nov 28, 2024

I am not familiar with the game, or how this untapped tracker automatically opens on Windows.

But a few options to do that are:

  1. create a shortcut that starts the steam game and the untapped tracker.
  2. create a bash script, and pass as launch option to steam.
  3. update protonhax to init both at the same time, add an option that merges init and run.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants