VTFX file format

From Valve Developer Community
Revision as of 11:26, 12 August 2009 by Omnicoder (talk | contribs) (Created page with '{{stub}} VTFx is a file format used by Valve to store textures on the Xbox 360. It has a different header from normal VTF files and stores raw image data in an LZMA compressed Di…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

VTFx is a file format used by Valve to store textures on the Xbox 360. It has a different header from normal VTF files and stores raw image data in an LZMA compressed DirectDraw Surface. The start of the DDS section of the VTFx File can be found easily by searching for the text LZMA at the beginning of the DDS file. Easily converting VTFx to VTF files is not possible at this time, and requires lengthy hand-editing.