- Automatic room creation during mapping
- Automatic connection of new rooms
- Terrain detection (forest, road, mountain, etc)
- Exits detections
- Fast OpenGL rendering
- Pseudo 3D layers and drag and drop mouse operations
- Multi platform support
- Group manager support to see other people on your map
-
You can get latest version of MMapper at https://github.com/MUME/MMapper/releases
-
Uncompress the archive you downloaded into any directory, e.g. C:\mmapper\ or ~/mmapper
Set up your client according to the wiki instructions at: http://mume.org/wiki/index.php/Guide_to_install_mmapper2_on_Windows
Mapping advice: https://github.com/MUME/MMapper/blob/master/doc/mapping_advice.txt
You need to have a C++ compiler, CMake, and Qt and zlib development packages installed.
Change the directory to the unpackage source tree, and run:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
sudo make install
Alternatively, you can use one of the wrappers:
winbuild.bat
./build.sh