Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: Valkryst on June 24, 2015, 10:41:54 pm

Title: [QUESTION] Error Extracting Maps
Post by: Valkryst on June 24, 2015, 10:41:54 pm
Hey,

I've been trying to fix this issue for the past two hours now, but I'm having no luck figuring out the cause or the solution to it. I'm using the latest version of Eluna with modified extractors following the advice from here (http://modcraft.io/viewtopic.php?p=37674#p37674).

The error I'm receiving when running the mapextractor is as follows.

Code: [Select]
Error loading WorldMapsAzerothAzeroth.wdt
-----------------------------------

I've tried the following "solutions" along with a few I can't recall.

Any ideas for what to try or solutions would help at this point, thanks in advance.
Title: Re: [QUESTION] Error Extracting Maps
Post by: Amaroth on June 25, 2015, 04:24:03 pm
I had similiar problems. Try to extract all (and by all I mean really ALL - WDT, WDL and all ADTs) files of that map and put them together in patches. It seems that extractors have problem with maps which have files divided in more MPQs. So if the whole Azeroth map is in patch-2.mpq and you have one stupid Azeroth ADT in patch.mpq, you might get into trouble. Well, this is just a theory, not really confirmed, but when I put all files together (or directly rewrote blizzlike ones in correct patch), extractions went well.

Btw, I have "client" for extractions separated from game clients and I don't use it for playing. Before someone starts to chase me out of this topic :D.
Title: Re: [QUESTION] Error Extracting Maps
Post by: Valkryst on June 25, 2015, 09:24:59 pm
Quote from: "Amaroth"
I had similiar problems. Try to extract all (and by all I mean really ALL - WDT, WDL and all ADTs) files of that map and put them together in patches. It seems that extractors have problem with maps which have files divided in more MPQs. So if the whole Azeroth map is in patch-2.mpq and you have one stupid Azeroth ADT in patch.mpq, you might get into trouble. Well, this is just a theory, not really confirmed, but when I put all files together (or directly rewrote blizzlike ones in correct patch), extractions went well.

Btw, I have "client" for extractions separated from game clients and I don't use it for playing. Before someone starts to chase me out of this topic :D.

I just gave that a shot, but it still seems to be giving the same error message as before. I removed all files from the maps patch, moved them into the correct folder in patch-2, then ran the mapextractor.

Would having the DBC files separate affect it at all?
Title: Re: [QUESTION] Error Extracting Maps
Post by: Amaroth on June 26, 2015, 09:54:37 pm
DBC files should be always placed into locale folder into patch-[locale]-3.mpq
Title: Re: [QUESTION] Error Extracting Maps
Post by: Valkryst on July 24, 2015, 03:23:04 am
I finally discovered the solution. After deleting Azeroth.wdt the extractor started working as intended.