font.hip files are used in some areas of BBCF and they seem to be an unaccounted-for variant of the hip image format. From a glance at the files it looks as though they're raw images, but using run-length-encoded 16-bit luma instead of run-length-encoded 32-bit RGBA.
The header doesn't seem to indicate when that image type is used. I believe the single "unknown" field in the hip header must have something to do with it. possibly a set of 4 variants? Bitfield? I'm currently unsure.
font.hipfiles are used in some areas of BBCF and they seem to be an unaccounted-for variant of the hip image format. From a glance at the files it looks as though they're raw images, but using run-length-encoded 16-bit luma instead of run-length-encoded 32-bit RGBA.The header doesn't seem to indicate when that image type is used. I believe the single "unknown" field in the hip header must have something to do with it. possibly a set of 4 variants? Bitfield? I'm currently unsure.