Skip to content

Instantly share code, notes, and snippets.

@The-Meth0d
Created June 30, 2020 00:24
Show Gist options
  • Save The-Meth0d/7986f3d67837ea92b7b1ad30d857ff1b to your computer and use it in GitHub Desktop.
Save The-Meth0d/7986f3d67837ea92b7b1ad30d857ff1b to your computer and use it in GitHub Desktop.
// DEVELOPER: Sega AM3
// GAMES:
- Crazy Taxi 3
// HEADER
4 bytes - Total of Images
// FILE OFFSETS DIRECTORY (for each file)
4 bytes - Image Offset in Directory
// FILES DIRECTORY (for each file)
4 bytes - Magic (gxtx)
2 bytes - Width
2 bytes - Height
4 bytes - Size
2 bytes - Unknown
2 bytes - Compression Type (10 = DXT1 | 11 = DXT3)
X bytes - Image Data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment