Thank you so much for this tool !! I’ve been trying to use this tool to extract textures from a mobile game, this tool really is very powerful.
But I’ve encountered a problem. After loading an archive file from the game, I can see there were texture (.tex) files, I can se that the file types are (Texture2D id: 33 — PVRTC_RGBA4) and (Texture2D id: 4 — RGBA32). After using the “export with convert” command, the texture file were converted into .dds and .pvr file, but so far I only managed to open the .dds files with ImageMagick Display, but not the .pvr files (I’ve tried using PVRTexTool, but it cannot load any of the .pvr files).
I was wondering if you have any suggestions? Did I use the wrong Tool to open the .pvr files, or is there something I have done wrong?