VTFCmd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (minoro)
mNo edit summary
Line 1: Line 1:
'''VTFCmd''' is a GPL-licensed C command line frontend for [[VTFLib]] that can create [[VTF]] and [[VMT]] files from various source formats, and [[TGA]] files from VTF files. It is similar in functionality to Valve's [[VTEX]] Source SDK utility, but offers a lot more control.
'''VTFCmd''' is a GPL-licensed C command line frontend for [[VTFLib]] that can create [[VTF]] and [[VMT]] files from various source formats, and [[TGA]] files from VTF files. It is similar in functionality to Valve's [[Vtex]] Source SDK utility, but offers a lot more control.


VTFCmd supports drag-and-drop or chaining files, folders and sub-folders using standard Windows wildcards. It can also resize source images, generate normal maps, perform gamma correction and more.
VTFCmd supports drag-and-drop or chaining files, folders and sub-folders using standard Windows wildcards. It can also resize source images, generate normal maps, perform gamma correction and more.

Revision as of 04:23, 15 November 2007

VTFCmd is a GPL-licensed C command line frontend for VTFLib that can create VTF and VMT files from various source formats, and TGA files from VTF files. It is similar in functionality to Valve's Vtex Source SDK utility, but offers a lot more control.

VTFCmd supports drag-and-drop or chaining files, folders and sub-folders using standard Windows wildcards. It can also resize source images, generate normal maps, perform gamma correction and more.

VTFCmd is part of the VTFLib library.

External links