[Help] Unknown Developer .ilm image files.

Textures, recreate headers, conversions, algorithms and parsing of image files
luckcolors
Posts: 14
Joined: Fri Mar 20, 2015 2:08 pm

[Help] Unknown Developer .ilm image files.

Post by luckcolors »

For the full details of the Orginal archive files check here https://zenhax.com/viewtopic.php?f=9&t=4201.

So when extracting those dat files we get out some wav audio files, and all of these .ilm files wich seem to contain image data, Example header:

Code: Select all

ILMI˜p..HDR 0...........(...¥...:...............................INDX.......€Pp..FRAMHp..FHDR............BMP 0p......¥.


I've never seen the format and opening it with FSViewer leaves a black screen.

Does anyone has an idea on how to get some vieawable images out of this files? :)
On a related note a software that most likely has been used to make games was Opus Pro. In the help there's a mention of ILM files, no documentation about the ilm structure or format though.

Example extracted files, From "Against the door" game dat file: https://drive.google.com/open?id=0BxHVcrywWokwamhLTGpHVEJwcnM.
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: [Help] Unknown Developer .ilm image files.

Post by Acewell »

here is a Noesis python script to open your ilm image file samples :D
tex_UnknownDeveloper_ilm.zip

supports rgb format
camdenorrb
Posts: 3
Joined: Mon May 15, 2017 1:28 pm

Re: [Help] Unknown Developer .ilm image files.

Post by camdenorrb »

Acewell wrote:here is a Noesis python script to open your ilm image file samples :D
tex_UnknownDeveloper_ilm.zip
supports rgb format

How do we go about running the script?
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: [Help] Unknown Developer .ilm image files.

Post by Acewell »

you download Noesis then drop the python script into noesis\plugins\python folder,
after that just launch Noesis and browse to the ilm file and click it to view :)

http://richwhitehouse.com/noesis/nms/in ... ent=readme
luckcolors
Posts: 14
Joined: Fri Mar 20, 2015 2:08 pm

Re: [Help] Unknown Developer .ilm image files.

Post by luckcolors »

It works! Thanks man! :)