Does anyone know of a tool that can check a TEXTURES lump to make sure that all the entries are valid and correct?
What I'm looking for is something like DeePsea can do with the old TEXTURE1 format. It can run two useful checks:
1) Check to see if all patches in the PNAMES list have actually been used in a texture
2) Check that all textures are fully covered by patches (e.g. if a texture was defined as 128x128 but only had a 64x128 patch on it, or if a 128x128 single patch was offset and not covering the texture fully, these would both flag as errors).
I'm not that bothered about check 1 (though, it could still be useful and in a modern PK3 setup, it would have to check the Patches folder instead/too I guess).
Check 2, however, can be very useful. I can almost guarantee that I have made a typo *somewhere" in one of the TEXTURES lumps I've been using and accidentally left a bit of texture not covered by a patch. However, I don't seem to have any way of checking it. I thought Slade might do it, but I don't see an option anywhere.
So, does such a tool exist?