Maps/Texture

From Final Fantasy Hacktics Wiki
Revision as of 20:41, 12 December 2010 by 72.12.102.3 (talk) (Created page with "A map texture is simply a 256x1024 bitmap with 4 bits per pixel. Each byte stores two pixels, with the left-hand pixel being stored in the lower 4 bits. There is no other data in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A map texture is simply a 256x1024 bitmap with 4 bits per pixel. Each byte stores two pixels, with the left-hand pixel being stored in the lower 4 bits. There is no other data in map texture files.

Texture files can be identified by their size, which is always 131072 bytes (256 * 1024 * 4 / 8). They can also be identified by scanning the GNS files in the MAP directory: any file with 0x1701 in field D is a texture.

Palettes for map textures are stored in Mesh files.