Jump to content
  • 0

Extract vmaps & mmaps


Guest alexluana_

Question

4 answers to this question

Recommended Posts

MMAPS: (starting from your git dir)

cd contrib
cd mmap
cmake .
make

If it complains about ace/config.h, copy that file from your mangos build

cp build/dep/ACE_wrappers/ace/config.h dep/ACE_wrappers/ace/

You will get a file MoveMapGen which is executed to generate MMAPS

VMAP assembler:

cd contrib
cd vmap_assembler
cmake .
make

You will get a file vmap_assembler which is executed to assemble vmaps

VMAP extractor:

cd contrib
cd vmap_extractor
cmake .
make

You will get a file vmap_extractor which is executed to extract vmaps

These executables can be used as expected to extract and generate vmaps and mmaps

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use