Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: Lawes on April 09, 2014, 02:35:31 pm

Title: Mmaps problem
Post by: Lawes on April 09, 2014, 02:35:31 pm
Hi I succed to extract maps and vmaps of my custom MPQ, but the Mmaps exctrator doesn't create new Mmaps tiles/tree for my custom MPQ.

Someone can help me please?
Title: Re: Mmaps problem
Post by: Ascathos on April 09, 2014, 02:54:27 pm
Because they are not implemented by default ?! Add custom patch support to the extractors and re-compile.
Title: Re: Mmaps problem
Post by: Lawes on April 09, 2014, 03:22:28 pm
VMAP and MAP enabled and work on custom map because i modifify the system.cpp but.. i don't know what i need modify for mmaps_extractor, built from maps and vmaps :x
Title: Re: Mmaps problem
Post by: Ascathos on April 09, 2014, 03:49:04 pm
Quote from: "Lawes"
VMAP and MAP enabled and work on custom map because i modifify the system.cpp but.. i don't know what i need modify for mmaps_extractor, built from maps and vmaps :x
Possibly didn't add those properly ? Else, mmaps is extracting based on maps and vmaps. Successful maps and vmaps build allows mmaps building.
Title: Re: Mmaps problem
Post by: Lawes on April 09, 2014, 03:50:27 pm
Resolved