DEATHSITHE Posted May 29, 2019 Report Posted May 29, 2019 When installing mangos zero on centos 7.0 per the instructions, everything works completely fine up until the very last mmap extraction. I know the instructions say it is optional, but when you do select the mmap it errors out. Unselecting the mmap extraction appears to be working fine just have some questions.... 1) What are the downsides to not have the mmap extraction? 2) Is it possible to get this working or is it just simply no longer needed using the getmangos.sh script? (I looked at the shell scripts and it appears to be calling a movemap-generator that is not located after compiling everything)
jladd45205 Posted May 29, 2019 Report Posted May 29, 2019 Until the Error is fixed in the script by the devs, you can just edit the script to replace movemap-generator to mmap-extractor
Vale the Violet Mote Posted May 29, 2019 Report Posted May 29, 2019 I had the same issue. ./MoveMapGen.sh: line 172: ./movemap-generator: No such file or directory Check in your zero/bin/tools folder. If there's a file there called "mmap-extractor", rename it to "movemap-generator". If there is not an mmap-extractor, you can copy it and the other extractor tools and scripts from zero/src/tools/Extractor_Binaries/ (I initially didn't even have MoveMapGen.sh & any tools and had to copy it from the binaries folder)
DEATHSITHE Posted May 29, 2019 Author Report Posted May 29, 2019 7 minutes ago, jladd45205 said: Until the Error is fixed in the script by the devs, you can just edit the script to replace movemap-generator to mmap-extractor Thank You! I will give that a shot and see if it works.
DEATHSITHE Posted May 29, 2019 Author Report Posted May 29, 2019 7 hours ago, DEATHSITHE said: Thank You! I will give that a shot and see if it works. I did a mix of editing the scripts myself but in the end I had to copy some of the scripts from the binary folder and then copy movemap-generator to mmap-extractor. It appears I missed a reference or two. Thanks for the help.
Tuker Posted June 10, 2019 Report Posted June 10, 2019 Thank you for your feedbacks. This is a known issue and it will be fixed and available on repository as soon as possible.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.