I rebased a little bit: https://github.com/Schmoozerd/mangos/commits/mmaps_rebase
(author information and commit messages are crap, but these are temporary commits)
I reextracted them on an older quad-core with 3 CPUs used for mmap-Gen, and it took about 2.5hours
So this is not too bad at all
For some tests you might go and just extract a few smaller maps in the beginning
In case anybody wants to do some last-minute tests ...
Edit: Maybe not so last minute:
On *nix I (and at least another person) cannot compile contrib/mmap. Fails with:
[ 5%] Built target Detour
[ 12%] Built target Recast
[ 24%] Built target zlib
[ 91%] Built target g3dlite
[ 92%] Building CXX object CMakeFiles/vmap.dir/some/mangos/src/game/vmap/BIH.cpp.o
In file included from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/config-lite.h:24,
from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/Basic_Types.h:46,
from /some/mangos/contrib/mmap/../../src/framework/Platform/Define.h:24,
from /some/mangos/src/game/vmap/BIH.h:26,
from /some/mangos/src/game/vmap/BIH.cpp:19:
/some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/config-macros.h:28:26: error: ace/config.h: File or Directory not found
In file included from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/os_include/os_signal.h:217,
from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/os_include/sys/os_wait.h:27,
from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/os_include/os_stdlib.h:28,
from /some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/Basic_Types.h:60,
from /some/mangos/contrib/mmap/../../src/framework/Platform/Define.h:24,
from /some/mangos/src/game/vmap/BIH.h:26,
from /some/mangos/src/game/vmap/BIH.cpp:19:
/some/mangos/contrib/mmap/../../dep/ACE_wrappers/ace/os_include/os_ucontext.h:40: error: conflicting declaration 'typedef int ucontext_t'
/usr/include/sys/ucontext.h:244: error: 'ucontext_t' has a previous declaration as 'typedef struct ucontext ucontext_t'
make[2]: *** [CMakeFiles/vmap.dir/some/mangos/src/game/vmap/BIH.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/vmap.dir/all] Error 2
make: *** [all] Error 2