05-31-2015, 08:54 PM
@Carpaccio: Yep, thanks!
It looks like the image format itself is straightforward enough. Everything's just flat WFLZ-compressed without chunks (I'm presuming because there's no real need, as the images are so small). Looks to just be raw pixel data after it's decompressed, in RGBA format. The texture headers are slightly larger, not totally sure what all the new fields are.
It also looks like the piece data is somewhere totally different or in a completely different format, so piecing them together might not be the easiest thing ever.
It looks like the image format itself is straightforward enough. Everything's just flat WFLZ-compressed without chunks (I'm presuming because there's no real need, as the images are so small). Looks to just be raw pixel data after it's decompressed, in RGBA format. The texture headers are slightly larger, not totally sure what all the new fields are.
It also looks like the piece data is somewhere totally different or in a completely different format, so piecing them together might not be the easiest thing ever.