tdauth / wowr-website

The website of the Warcraft III: Reforged funmap World of Warcraft Reforged.
https://wowreforged.org
0 stars 0 forks source link

Add program to extract all icons, models and textures from MPQ archives for the website and convert the icons into jpeg or something #5

Closed tdauth closed 1 year ago

tdauth commented 1 year ago

https://github.com/inwc3/JMPQ3 use this and this for image conversion: https://github.com/inwc3/wc3libs Extract war3.mpq, war3x.mpq and wowr3.4.w3x into the same folder. Extract only files in ReplacableTextures/CommandButtons and PassiveButtons for the start. This will massively simplify updating all necessary icons.

tdauth commented 1 year ago

Rather use mpq and wc3converter to do this. Just compile wc3lib and check in the binaries.

Use the listfiles for war3.mpq and warx.mpq but use the one dir the map file dieectly from the map file.

tdauth commented 1 year ago

We have a program now for icons and it worked.