Quote from: Foxpup on Yesterday at 03:44:28 AMQuote from: HerrNove on September 03, 2026, 08:36:48 PM(some minor glitches in the speedometer of Jaguar and Corvette: maybe a bug when processing the .PVS files? Sorry for raising an issue now, but I cannot keep myselfYeah, I've seen that issue too when converting car files, though I never bothered to investigate the cause.)
I think the error is in the treatment of the `ins2` bitmap of the `STDA` file. For Jaguar and Vette, the bitmap is stored in a special format, as shown by the fact that the high nibble of the third byte of the "Channel bitmasks" has some bits set. Probably the bytes are transposed (i.e. the pixels are stored in column-major order).
The screenshot is taken with my fork of stressed, but the regular stressed is also able to process the data just fine. One just need to integrate its handling of special cases: see bitmapresource.cpp#L183 and following lines.
)