Thealexbarney / XbTool

Tools to read, process and export data from Xenoblade games
42 stars 23 forks source link

Add R8G8B8A8_UNORM textures for XB1 DE #24

Closed BlockBuilder57 closed 3 years ago

BlockBuilder57 commented 3 years ago

Didn't realize this actually made a difference when I tested this at the end of last year. This gets a lot more images out of DE's wilay files.

This also adds a small change to the deswizzle function, as R8G8B8A8_UNORM is essentially just swizzled integers, so the swizzle size of this format is 1, compared to everything else's 4.