The following instructions are heavily inspired by @pauleve. I modified his instructions and then added details about how to make a shortcut and support Retina/HiDPI displays.
The Wine Mono package installs its files in c:windowsmonomono-2.0. In modern Wine (= 1.5.6), without Wine Mono installed it will appear to Windows applications that.NET is not installed, so the only real option is to use that package. On macOS, depending on your configuration, the Docker image for MTGO (Magic Online) may not work properly. We would like to show you a description here but the site won’t allow us.
Installing MTGO (and Wine and Homebrew and Xquartz and ...)
- Install Homebrew by opening Terminal and executing the following command:
- In Terminal, execute the following command:
- Download and run the Installer for 'Wine Development'.
- Open the 'Wine Devel' application, which creates a Terminal window.
- In the new Terminal window, execute:
You may be asked to install Mono and Gecko. Install both.
- Again, in Terminal, execute these three commands:
Follow the instructions. The installation of .Net can take some time and may require you to install multiple versions of .Net (e.g. 4.0, 4.5, and 4.6).
- Once complete, execute these two commands in Terminal:
Adding Retina/HiDPI Support
Install Mtgo Wine Free
- In Terminal, execute the following command:
- A registry editor window will appear. In the tree structure to the left, navigate to
HKEY_CURRENT_USER -> Software -> Wine
and then selectEdit -> New -> Key
from the menu. This creates a new folder/key, which you should name 'Mac Driver'. - Open
Mac Driver
in the tree structure and then selectEdit -> New -> String Value
from the menu. This creates a new value, which you should name 'RetinaMode'. - Double click
RetinaMode
, set its value to 'y', and then click 'OK'. - Close the registry editor and restart wine by typing
wineboot
into Terminal. - Open Wine's configuration dialog by typing
winecfg
into Terminal. - Click on the Graphics tab, enter the correct dpi under 'Screen resolution', and click 'OK'. You can find your screen's dpi on Apple Support or via DPI Love.
- Restart Wine again by typing
wineboot
in Terminal.
Playing MTGO
Option 1: Launching through Wine Devel (the gross way)
Install Mtgo Wine Bar
- Open the 'Wine Devel' application
- In the new Terminal window, execute:
Option 2: Creating a shortcut (the sexy way)
- Open TextEdit and make sure it is in plain text mode (Shift + Command + T).
- Assuming you followed the directions above, paste the following into TextEdit:
If you installed mtgo.exe elsewhere, replace ~
with the path to the mtgo.exe file.
Install Mtgo Wine Box
- Save this file as 'MTGO' (or anything, really). The important part is ensuring that you save the file without an extention (uncheck 'If no extension is provided, use '.txt'.' in the save window).
- Open Terminal and execute the following:
Replacing path/to/file
with the path to wherever you saved the file and MTGO
with the name of the file.
- From now on, all you have to do is double click the file to launch MTGO!
- Optional: You can replace the icon for the MTGO file with something nicer.