VTFCmd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
== External links ==
== External links ==


*[http://nemesis.thewavelength.net/index.php?c=149#p149 VTFLib Homepage]
*[http://nemesis.thewavelength.net/index.php?p=40 VTFLib Homepage]
*[http://www.wunderboy.org/docs/vtflib_docs/ VTFLib Documentation]
*[http://www.wunderboy.org/docs/vtflib_docs/ VTFLib Documentation]



Revision as of 10:57, 26 March 2006

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