Command Simulations ILBM
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(samples) |
||
| Line 20: | Line 20: | ||
== Sample files == | == Sample files == | ||
* {{DiscMasterLink|search?detection=MBLIDHMB|DiscMaster search}} | * {{DiscMasterLink|search?detection=MBLIDHMB|DiscMaster search}} | ||
| + | * {{DexvertSamples|image/commandSimulationsGameGraphic}} | ||
== Links == | == Links == | ||
Latest revision as of 15:06, 26 August 2026
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.