Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: ninja159 on February 05, 2017, 07:22:03 pm

Title: [QUESTION] Way to adts
Post by: ninja159 on February 05, 2017, 07:22:03 pm
hi, how i can find map adts for specific maps/dungeons (wod/legion) i find map on wowhead but dont know way to adts
Title: Re: [QUESTION] Way to adts
Post by: Mr. DK on February 06, 2017, 01:23:48 am
viewforum.php?f=78 (http://modcraft.io/viewforum.php?f=78" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] Way to adts
Post by: Amaroth on February 06, 2017, 11:23:59 am
Assuming that system has not changed since WotLK, there are 2 types of maps. First has only WDT file which reffers to some WMO (so whole map is made of just one WMO file, no ADTs are present at all). The second one had WDT file which reffers to ADTs, and those ADTs (and WDL as well). Either way, WDTs, WDLs and ADTs are all stored in world/maps/(internal map name)/ folder.

If you map is that 2nd type, you need to find it in map.db2 (or map.dbc in older expansions) and take a look at #2 field, next to map ID. That says what is an internal name of your map.

https://wowdev.wiki/DB/Map (https://wowdev.wiki/DB/Map" onclick="window.open(this.href);return false;)


I talk more about maps here.:
https://www.youtube.com/watch?v=l9LYi3cDBU4 (https://www.youtube.com/watch?v=l9LYi3cDBU4" onclick="window.open(this.href);return false;)
https://www.youtube.com/watch?v=aNUnNqz-mYI (https://www.youtube.com/watch?v=aNUnNqz-mYI" onclick="window.open(this.href);return false;)

Or you can follow section Mr.DK has linked. Most of these things are pretty basic and shouldn't be too different (or at all different) on TBC.
Title: Re: [QUESTION] Way to adts
Post by: ninja159 on February 06, 2017, 12:24:25 pm
Thanks :)