← Back to progress

Texturas · #006 · 2026-07-21

Textures in color: the game atlas decoded

We found how the game organizes palettes per region and now extract textures in their correct colors.

Textures in color: the game atlas decoded
  • Each texture page is an atlas with dozens of regions — each with its own 16-color palette.
  • We decoded the region table (tReg): rectangle + palette index per sub-texture.
  • Result: the "NASCAR RUMBLE" logo, tires, grass and asphalt appear in color. First working Texture Viewer.