Skip to content

Instantly share code, notes, and snippets.

@iemcd
Last active December 6, 2021 14:33
Show Gist options
  • Save iemcd/d9b17447c483e7a92822f01b96d8cc1d to your computer and use it in GitHub Desktop.
Save iemcd/d9b17447c483e7a92822f01b96d8cc1d to your computer and use it in GitHub Desktop.
MSE breadcrumbs
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=wine64 $HOME/.MSE/magicseteditor.exe
Name=Magic Set Editor
Comment=Magic: The Gathering Design Tool
Icon=MagicSetEditor
Categories=Development
1. install wine64 from package manager
2. Download MSE from github (https://github.com/twanvl/MagicSetEditor2/releases)
3. Extract to ~/.MSE now
4. Copy icon to ~/.local/share/icons/ (from: https://www.dropbox.com/s/c78ngu3dnh3z298/MagicSetEditor.png?dl=0)
5. Copy desktop file to ~/.local/share/applications/ (included in gist)
6. Download fonts from: https://www.dropbox.com/s/1hw9xmtmjx2pjj0/Magic%20Fonts.zip?dl=0
7. Copy fonts to ~/.wine/drive_c/Windows/fonts to avoid cluttering system fonts. (Alternatively, install fonts by double-clicking. Local user install is fine.)
8. Download and install mainframe templates (https://github.com/CajunAvenger/Cajun-Style-Templates)
9. Copy mainframe folders (e.g. "*.mse-game") into ~/.MSE/data
10. Install any remaining templates with:
$ wine64 ~/.MSE/magicseteditor.exe ~/path/to/*.mse-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment