Command Simulations ILBM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |released=~1989 }} '''Command Simulations ILBM''' refers to an image file format used in at least two DOS video games by C...") |
Latest revision as of 12:26, 1 October 2025
Command Simulations ILBM refers to an image file format used in at least two DOS video games by Command Simulations: Blitzkrieg at the Ardennes, and White Death.
Contents |
[edit] Format details
The format is a little-endian variant of ILBM. Not just the numbers, but also the FourCCs are reversed.
While this format, or something like it, could potentially have been independently invented multiple times, no other use of it has been found.
[edit] Identification
File start with ASCII "MROF
", and have "MBLI
" at offset 8. All known files also have "DHMB
" at offset 12.