Skip to content
Kaspar edited this page Oct 31, 2025 · 32 revisions

If you're having the trouble the first thing to try is upgrading MMapper to the latest version.

Commands

You can type _help to see more MMapper features when connected.

Windows

Ensure you have the latest runtime installed: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

Install the OpenGL Compatibility Pack: https://apps.microsoft.com/detail/9nqpsl29bfff?hl=en-US&gl=US

Mac

If you're on an older Mac that is not able to upgrade to macOS Sierra 10.12 you should try using MMapper 2.3.6: https://github.com/MUME/MMapper/releases/tag/v2.3.6

Linux

Dark Mode

If you're having trouble with dark mode on Gnome try: https://forum.qubes-os.org/t/dark-theme-for-qt-apps-in-debian/34979

Raspberry Pi

Make sure you have run raspi-config > Advanced Options > GL Driver and select the GL (Fake KMS) driver.

Remote Editing with VS Code in MMapper

To enable remote editing with VS Code, use a similar command(use which code to find out the path):

/usr/local/bin/code -w
image

Notes:

  • The -w flag makes MMapper wait until you close VS Code.
  • You must save and exit VS Code completely for the changes to be applied in MUME.
  • For VSCode syntax highlighting uncompress the .zip to /Users/XXX/.vscode/extensions/mume.mudlle-1.0.0 mume.mudlle-1.0.0.zip

Clone this wiki locally