Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: The_Tauren on April 17, 2015, 09:12:49 pm

Title: Stormwind Tilesets
Post by: The_Tauren on April 17, 2015, 09:12:49 pm
I feel silly asking for this, but I can't seem to find the correct tilesets that match up with the Stormwind map. (The separate one). I'm looking to replace them with another texture. Basically I can't find the folder they're located in in any of the MPQs. (Both wotlk mpq and mop) If anyone knows them or know which mpq I should look in, I'd appreciate any help thank you.
Title: Re: Stormwind Tilesets
Post by: PhilipTNG on April 17, 2015, 10:16:41 pm
you doing pre cata or post cata stormwind? since you mentioned wotlk and mop. can you possibly show a screenshot of what tileset you are referring to as well?
Title: Re: Stormwind Tilesets
Post by: spik96 on April 17, 2015, 10:47:08 pm
If you're working with precata Stormwind :
They are in Dungeons/Textures/Floor and you're probably looking for MM_Street_02.blp, MM_MStreet_01.blp, and more in this folder.

EDIT : Sorry I thought you were speaking of the city itself, misread.
Title: Re: Stormwind Tilesets
Post by: The_Tauren on April 17, 2015, 10:48:18 pm
Here are the ADTs (in noggit) that the tileset they use I'm looking to swap are located.
http://imgur.com/ajUZIOq,27DsTHp#1 (http://imgur.com/ajUZIOq,27DsTHp#1" onclick="window.open(this.href);return false;)

Here is the actual tileset / textures I'm looking to swap.
http://imgur.com/ajUZIOq,27DsTHp#0 (http://imgur.com/ajUZIOq,27DsTHp#0" onclick="window.open(this.href);return false;)

The stormwind is on an entire different map, I believe.
Title: Re: Stormwind Tilesets
Post by: PhilipTNG on April 17, 2015, 11:29:02 pm
Quote from: "The_Tauren"
Here are the ADTs (in noggit) that the tileset they use I'm looking to swap are located.
http://imgur.com/ajUZIOq,27DsTHp#1 (http://imgur.com/ajUZIOq,27DsTHp#1" onclick="window.open(this.href);return false;)
So pre-cataclysm.. why were you looking in MoP then? XD  :lol:

Your screenshot on the editor says tile 30 46 , so if one were to simply drag and drop the ADT into a hex editor, or text editor and do a search for .blp , they'd get this list:

TilesetWetlandsWetlandsdirtmoss01.blp
TilesetWetlandsWetlandsGrassDark02.blp
TilesetWetlandsWetlandsGrassDark01.blp

The other screenshot, you had highlighted 36 49, dragged that into a text editor as well and here's that list:

TilesetWestwoodAlphaWestFallLeaf.blp
TilesetRedRidgeRedridgeGrassDirtBase.blp
TilesetRedRidgeRedridgeDirtBase.blp
TilesetRedRidgeRedridgeRockBase.blp
TilesetRedRidgeRedridgeRockRoadBase.blp
TilesetSwamp of SorrowsSwampSorrowsMuckdark02.blp

(http://puu.sh/hhvT9.png)

^ see how that works?  I'm sure there's a way to do it through Noggit, but I'm not a World Builder so naturally I'm doing it through tinkerer methods XD.
Title: Re: Stormwind Tilesets
Post by: The_Tauren on April 18, 2015, 04:06:45 pm
Thank you so much!
Title: Re: Stormwind Tilesets
Post by: PhilipTNG on April 18, 2015, 06:03:02 pm
Quote from: "The_Tauren"
Thank you so much!
np :D, Cheers!