Marlamin / WoWFormatTest

Several applications that I use to interact with various file formats WoW uses
https://wow.tools
MIT License
69 stars 19 forks source link

Don't automatically load all the assets when loading a format #2

Closed Marlamin closed 9 years ago

Marlamin commented 10 years ago

Example:

We read WDTs to render the minimap preview, but we only need an xy list of tiles. We don't need it to load all ADTs, which then load all WMOs, M2s and BLPs, etc etc.

This makes it terribly slow.