VTFCmd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(Link fix.)
Line 1: Line 1:
VTFCmd is a C command line frontend for [[VTFLib]]] that can create .vtf and .vmt files from various source formats. It is similar in functionality to Valve's [[VTEX]] Source SDK utility, but offers a lot more control.
VTFCmd is a C command line frontend for [[VTFLib]] that can create .vtf and .vmt files from various source formats. It is similar in functionality to Valve's [[VTEX]] Source SDK utility, but offers a lot more control.


It can batch convert from image formats other than TGA, can include sub-folders in the conversion process and even generate VMT files for you.
It can batch convert from image formats other than TGA, can include sub-folders in the conversion process and even generate VMT files for you.

Revision as of 09:16, 11 September 2005

VTFCmd is a C command line frontend for VTFLib that can create .vtf and .vmt files from various source formats. It is similar in functionality to Valve's VTEX Source SDK utility, but offers a lot more control.

It can batch convert from image formats other than TGA, can include sub-folders in the conversion process and even generate VMT files for you.

VTFCmd is part of the VTFLib library.

External links