stoneharry / WoW-Map-Asset-Parser

A tool for extracting all the used assets on a map so that only the required data needs to be packaged in a patch.
19 stars 8 forks source link

Find missing assets from secondary client #1

Closed T1ti closed 3 years ago

T1ti commented 3 years ago

Extremly useful feature for downporting :

-Allow to input a secondary source client (my legion client, extracted or not deosn't matter)

-All the missing assets from the 1st source(my WOTLK client) will be taken from my 2nd source instead

Which allows to easily find all the missing assets you need to downport for the map, rather than just running a 50gb legion patch

Probably make a special mode or make a new folder for missing assets, when doing this I don't want to copy existing Wrath assets and mix them with the ones I need, I only want the missing ones

stoneharry commented 3 years ago

(Paraphrased for my own use)

Check if the file being packaged already exists in the WoW client, if it does we can skip it. It doesn't need to be packaged in a custom MPQ.

Useful for downporting, where the data directory will contain all assets in the modern client (including ones already in the WOTLK client).

stoneharry commented 3 years ago

Fixed in 13de2c77e321dfa8f5601e44b58037b04b7c316a, closing.