VTFCmd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (revert)
m (minoro)
Line 1: Line 1:
VTFCmd is a GPL 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 n' 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.


VTFCmd is part of the [[VTFLib]] library.
VTFCmd is part of the VTFLib library.


== External links ==
== External links ==
 
* [http://nemesis.thewavelength.net/index.php?p=40 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]
 


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Material System]]
[[Category:Material System]]

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