View Single Post
Newspaz

JCF Member

Joined: Jan 2001

Posts: 2,678

Newspaz has disabled reputation

May 5, 2003, 03:38 PM
Newspaz is offline
Reply With Quote
I am researching this, and I can tell you that I am 99,99% sure that's not the case

My guess is the following:
The file starts with some header information I haven't been able to figure out what it is. Then there's a palette. Then after

Code:
▫0ok▫
HEX: 00 30 6F 6B 14 00
The actual image starts. For example, in BLOCKS.001 (tube electric) the image starts at byte 2864. I'm not completely sure if I did this right, because this does not apply on all tilesets.

So we get to the following
-Header (if any)
--Palette
--Image

I think the tiles are 32x32 pixels. And Monolith has suggested to me that the tilesets are probably stored one row wide (32x?). Haven't got much further yet.

Last edited by Newspaz; May 5, 2003 at 05:50 PM.