


All WoW Classic world and zone illustrated map graphics in .PNG
by teebling • 21st March 2019


Unexplored tiles that can be stitched together to create completely unexplored maps:

The individual explorable sections themselves which have a transparent background and can be superimposed on the base map:

Made by extracting the sprites from the .MPQ files and then converting to PNG.
The original artwork is by Blizzard Entertainment, from the game World of Warcraft, which I do not claim rights to.
Also worth checking out Turda's TBC maps pack in which he has used a py script to pre-stitch the lot.
If you would like to use these graphics they are free for non-commercial use providing that proper credit and attribution is made to this page in the form of a link to https://barrens.chat on your website or publication.
Enjoy!



How'd you stitch these together? I'm interested in doing something similar but with the TBC maps (I want to create a full world map of Azeroth and I think it looks a little silly without Quel'Thalas). It seems the coordinates involved are stored in WorldMapOverlay.dbc, and while I could probably write a script to stitch everything together myself, I was hoping maybe you'd happen to already have one handy :-)
Thanks.

Hey Turdas,turdas wrote: ↑6 years agoHow'd you stitch these together? I'm interested in doing something similar but with the TBC maps (I want to create a full world map of Azeroth and I think it looks a little silly without Quel'Thalas). It seems the coordinates involved are stored in WorldMapOverlay.dbc, and while I could probably write a script to stitch everything together myself, I was hoping maybe you'd happen to already have one handy :-)
Thanks.
Well the filenames are numbered 1, 2, 3 etc. so uts just a matter of stitching them from the top left to bottom right in the order of the numbers.
This fella also has a script for stitching but its for minimap sprites specifically so I can’t guarantee it’ll work perfectly for these ‘world map’ files:
https://github.com/WyriMaps
Check out his awesome fully stitched, explorable world map made with leaflet.js (yes, vanilla option exists too!):
https://www.wyrimaps.net/wow#s:wow_comp ... 2500000002


Certainly you don't mean to say you stitched all of them by hand? :-)teebling wrote: ↑6 years agoHey Turdas,turdas wrote: ↑6 years agoHow'd you stitch these together? I'm interested in doing something similar but with the TBC maps (I want to create a full world map of Azeroth and I think it looks a little silly without Quel'Thalas). It seems the coordinates involved are stored in WorldMapOverlay.dbc, and while I could probably write a script to stitch everything together myself, I was hoping maybe you'd happen to already have one handy :-)
Thanks.
Well the filenames are numbered 1, 2, 3 etc. so uts just a matter of stitching them from the top left to bottom right in the order of the numbers.
This fella also has a script for stitching but its for minimap sprites specifically so I can’t guarantee it’ll work perfectly for these ‘world map’ files:
https://github.com/WyriMaps
Check out his awesome fully stitched, explorable world map made with leaflet.js (yes, vanilla option exists too!):
https://www.wyrimaps.net/wow#s:wow_comp ... 2500000002
Anyway, it took some doing but I wound up writing a quick and dirty Python script to stitch the maps together myself. While the script is too janky to distribute, I can at least share the maps I extracted. This thread is after all the #1 Google result for "wow vanilla zone maps extract"!
So again, these are the maps from the TBC client, patch 2.4.3. They're structured quite similarly to your archive, though I couldn't be bothered to clean the filenames up as nicely as you did (so they largely remain whatever the game calls them internally), and I probably didn't compress the files as much as I could have because the archive is more than twice as large as yours. Feel free to mirror the archive and put it in the opening post if you want to (and feel free to not do that as well!).
Download link: https://mega.nz/#!GJVCXSab!QCvR-V13SV9_ ... Dmz5AzJ-dQ
Here's a few sample images if you want to take a looksie without downloading the whole thing: https://i.imgur.com/xzEfqC2.png https://i.imgur.com/dCAoUNh.png https://i.imgur.com/SAf2GHE.png

Great job man, I've added a link to your post at the bottom of the topic.


I noticed the "1.12" maps are actually the maps from the launch version of the game, or perhaps even earlier. This is because they're extracted from interface.mpq, which is what's on the game discs, and don't include the patches from patch.mpq.
In practice this means that eg. Ahn'Qiraj is spelled as Ahn'Quiraj in the maps. I've extracted the patched 1.12 maps with these mistakes corrected and stitched them together like I did with the TBC maps. They're available here: https://mega.nz/#!rZU0GIqC!sZoe7F038XAY ... N0PHWyVImo
Feel free to mirror the file on your own server and put it in the opening post if you want to, though the directory structure in it doesn't exactly match what's currently in your archive. You can use the Mega link as well, but I wouldn't trust that being eternally available (these file upload services are transient... Mega has been around for a good while now but who knows how long it will last).