XMage allows you to play Magic against one or more online players or computer opponents. It includes full rules enforcement for over 28 000 unique cards and more than 73 000 reprints from different editions. You can also find custom sets like Star Wars. All regular sets have nearly all implemented cards.
It supports single matches and tournaments with dozens of game modes like duel, multiplayer, standard, modern, commander, pauper, oathbreaker, historic, freeform, richman and much more.
Local server supports a special test mode for testing combos and other game situations with pre-defined conditions.
There are public servers where you can play XMage against other players. You can also host your own server to play against the AI and/or your friends.
XMage community and resources:
Servers status:
Beta server with un-released or under development features:
The best way to report bug or feature request is github's issues page.
D:\games\xmage
;Wiki page contains detail information about private or public server setup.
The XMage server locates by default the configuration file from the current working directory to the relative path config/config.xml
(config\config.xml
in Windows). To change this location, start the server with the property xmage.config.path
set
to the desired location, for example -Dxmage.config.path=config/otherconfig.xml
. The option can be set from the
XMageLauncher in Settings > Java > Server java options
.
Github issues page contain popular problems and fixes:
If you have a good GPU, it's very likely you'll be able to increase performance by a lot through extra Java flags.
XMage runs on JRE 8, so this link should give you the available flags.
More info about OpenGL:
-Dsun.java2d.opengl=true
Possible problems:
More info about XRender:
-Dsun.java2d.xrender=true
This is not guaranteed to yield improvements, but it depends on your use-case. If you have a lot of RAM to spare, you can increase the initial heap size for good measure. More details about memory settings:
-Xmx2G
Full project documentation and instructions for developers can be found in wiki pages.
First steps for Xmage's developers: