VTFX (VALVe Xbox 360 VTF File)
Posted: Tue Feb 28, 2012 2:35 am
I've been exploring the Xbox 360 VALVe games, and have found the VTF files to be a special version only used in the console versions (The first 4 bytes of the file are VTFX). I would appreciate any help that can be given to help decompress it, and possibly even convert it to the standard VTF format! The file appears to use LZMA compression, too.
This is the format spec:
https://developer.valvesoftware.com/wik ... ile_format
This is the regular VTF spec: https://developer.valvesoftware.com/wiki/VTF#VTF_header
Here is a sample file (VTFX): http://dl.dropbox.com/u/1228269/vtf/v_minigun.360.vtf
Here is a standard VTF: http://dl.dropbox.com/u/1228269/vtf/v_minigun.vtf
Thanks!
EDIT:
This is also in the Source SDK: http://dl.dropbox.com/u/1228269/vtf/lzmaDecoder.h
This is the format spec:
https://developer.valvesoftware.com/wik ... ile_format
This is the regular VTF spec: https://developer.valvesoftware.com/wiki/VTF#VTF_header
Here is a sample file (VTFX): http://dl.dropbox.com/u/1228269/vtf/v_minigun.360.vtf
Here is a standard VTF: http://dl.dropbox.com/u/1228269/vtf/v_minigun.vtf
Thanks!
EDIT:
This is also in the Source SDK: http://dl.dropbox.com/u/1228269/vtf/lzmaDecoder.h