+==========================================================================================+ |TED5 GFXINFOE format: | +==========================================================================================+ The GFXINFOE.xxx file is used by TED5 to load TED projects (Levels), notably those of Keen 4-6. It is always 46 bytes long. ------------------------------------------------------------------------------- FILE STRUCTURE: VALUES ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- 0 2 Number of 8x8 background tiles 2 2 Number of 8x8 foreground tile 4 2 Number of 16x16 background tiles 6 2 Number of 16x16 foreground tiles 8 2 Number of 32x32 background tiles 10 2 Number of 32x32 foreground tiles 12 2 8x8 back tile start 14 2 8x8 fore tile start 16 2 16x16 back start 18 2 16x16 fore start 20 2 32x32 back start 22 2 32x32 fore start 26 20 ??? Usually blank, probably has some function ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Tedinfo This file is used by TED5 to store various details of the level format. Important here is the number of planes in each level, and the number of icons. Icons (Used for sprites) are taken from the foreground tiles. The known values are: 2 2 Number of info (Sprite) planes in levels (Usually 1) 8 2 Number of tile planes in levels (Usually 2, fore and back) 35 2 Number of icons -------------------------------------------------------------------------------