derplayer / ShenmueHDTools

Modding tools for the Shenmue HD release
MIT License
15 stars 1 forks source link

Add Header to Headerless files #18

Closed derplayer closed 5 years ago

derplayer commented 5 years ago

Analyse file and create a valid header (for smoother modding workflow, dds files in common) After 1.2...

derplayer commented 5 years ago

Note: Needs to test it out if it is possible (the game doesn't crash & loads the header file successfully)

-Rebuilding dds header (width, height) -Layers in DDS?

philyeahz commented 5 years ago

DDS files (DXT1, DXT3) sometimes with, and sometimes without mipmaps... Should have the same size and mipmap count as the source texture.

philyeahz commented 5 years ago

Seems useless to implement something that adds headers when importing. (also impossible without knowing source image)