Changes
From Final Fantasy Inside
Created page with "by MaKi This file is a mapping file for atlas textures like icons.tex === STRUCTURE === {| class="wikitable" ! Offset ! SizeOf ! Name ! Description |- | 0 | uint | pointerC..."
by MaKi
This file is a mapping file for atlas textures like icons.tex
=== STRUCTURE ===
{| class="wikitable"
! Offset
! SizeOf
! Name
! Description
|-
| 0
| uint
| pointerCount
| count of entry pointers
|-
| 4
| uint
| entryPointer
| absolute pointer to entry
|-
| 8 + pointerCount
| 16 bytes
| Entry
| Entry Data
|}
=== ENTRY ===
{| class="wikitable"
! Offset
! SizeOf
! Name
! Description
|-
| 0
| uint
| CLUT index (probably)
| Index to clut palette
|-
| 4
| ushort
| xPos (probably)
| Pixel X coordinate in image atlas
|-
| 6
| ushort
| YPos (probably)
| Pixel Y coordinate in image atlas
|-
| 8
| ushort
| Width
| Width of image data in atlas
|-
| 10
| ushort
| Height
| Height of image data in atlas
|-
| 12
| ushort
| UNK
| UNKNOWN
|-
| 14
| ushort
| UNK2
| UNKNOWN
|}
This file is a mapping file for atlas textures like icons.tex
=== STRUCTURE ===
{| class="wikitable"
! Offset
! SizeOf
! Name
! Description
|-
| 0
| uint
| pointerCount
| count of entry pointers
|-
| 4
| uint
| entryPointer
| absolute pointer to entry
|-
| 8 + pointerCount
| 16 bytes
| Entry
| Entry Data
|}
=== ENTRY ===
{| class="wikitable"
! Offset
! SizeOf
! Name
! Description
|-
| 0
| uint
| CLUT index (probably)
| Index to clut palette
|-
| 4
| ushort
| xPos (probably)
| Pixel X coordinate in image atlas
|-
| 6
| ushort
| YPos (probably)
| Pixel Y coordinate in image atlas
|-
| 8
| ushort
| Width
| Width of image data in atlas
|-
| 10
| ushort
| Height
| Height of image data in atlas
|-
| 12
| ushort
| UNK
| UNKNOWN
|-
| 14
| ushort
| UNK2
| UNKNOWN
|}