Skip to content

MMapper2 is a mud mapper especially written for the mud MUME (mume.org), combining the UI, network and storage modules from caligor's mmapper1 (mmapper.czechian.net) with the auto-mapping engine of alve's expandora (sf.net/projects/expandora).

License

GPUWorks/MMapper

 
 

Repository files navigation

MMapper

Features

  1. Automatic room creation during mapping
  2. Automatic connection of new rooms
  3. Terrain detection (forest, road, mountain, etc)
  4. Exits detections
  5. Fast OpenGL rendering
  6. Pseudo 3D layers and drag and drop mouse operations
  7. Multi platform support
  8. Group manager support to see other people on your map

Setup

  1. You can get latest version of MMapper at https://github.com/MUME/MMapper/releases

  2. Uncompress the archive you downloaded into any directory, e.g. C:\mmapper\ or ~/mmapper

Usage

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

Building

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

About

MMapper2 is a mud mapper especially written for the mud MUME (mume.org), combining the UI, network and storage modules from caligor's mmapper1 (mmapper.czechian.net) with the auto-mapping engine of alve's expandora (sf.net/projects/expandora).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 1.8%
  • Other 1.0%