Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Due to the "ClickOnce" .NET weirdness you referenced, I managed to get around this issue by creating a 2 line .bat file:
"C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Wizards of the Coast, LLC\Magic The Gathering Online .appref-ms"
pause
Substitute <username> for yours. Of course you'll have to close the terminal emulator window after you're done playing every time. It might be a bit ugly, but it works.
2023 Changes:
- Create the Bat file as above, but with some changes for the new DayBreak Client.
- Replace 'username' with your Windows user.
"C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Daybreak Game Company LLC\Magic The Gathering Online .appref-ms"
pause
- Save the bat, then convert it to .exe using Slimm's tool:
https://download.cnet.com/Slimm-Bat-to-Exe/3000-2069_4-75834541.html?part=dl-&subj=dl&tag=button
- Add to steam as normal via add non-steam game and use custom artwork as desired.
Thanks Tom for your hard work which with a few changes still works in 2023.
I would recommend omitting the 2nd line from the .bat script. Mine loads just fine without it and then I don't have to close a terminal window. If you can't run the script without it, then I recommend adding:
- timeout \t 10
instead of `pause`. This will close the terminal after 10 seconds.
If you don't mind following a convoluted process, you can also create the .exe with built-in IEXPRESS.
- Open start menu and search for iexpress
- Right click and "run as administrator"
- Follow instructions to create .exe file: https://stackoverflow.com/a/54125632
Personally, I'm super paranoid about downloading a program that creates .exe files. The above tool on cnet.com is probably much easier.