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...") |
(samples) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 16: | Line 16: | ||
== Software == | == Software == | ||
* {{Wuimg}} | * {{Wuimg}} | ||
| + | * {{Deark}} (Converts to ILBM) | ||
== Sample files == | == Sample files == | ||
* {{DiscMasterLink|search?detection=MBLIDHMB|DiscMaster search}} | * {{DiscMasterLink|search?detection=MBLIDHMB|DiscMaster search}} | ||
| + | * {{DexvertSamples|image/commandSimulationsGameGraphic}} | ||
== Links == | == Links == | ||
| Line 24: | Line 26: | ||
* [[Wikipedia: White Death (video game)]] | * [[Wikipedia: White Death (video game)]] | ||
* [https://archive.org/details/msdos_Blitzkrieg_-_Battle_At_The_Ardennes_1990 Blitzkrieg..., at Internet Archive] | * [https://archive.org/details/msdos_Blitzkrieg_-_Battle_At_The_Ardennes_1990 Blitzkrieg..., at Internet Archive] | ||
| − | * [https:// | + | * [https://archive.org/details/WHITDETH White Death, at Internet Archive] |
[[Category:IFF based file formats]] | [[Category:IFF based file formats]] | ||
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.