VTFTool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎top: Unicodifying, replaced: [[Image: → [[File:)
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
VTFTool by wunderboy, currently in ongoing development, is a windows replacement for several command line tools for handling the new Valve Texture format. Like VTF2TGA, it can take a VFT file or folder of files, and convert them back into TGA format for editing. You can also export all the MIP images for a texutre, plus export a TXT file which contains the config settings for re-compiling the TGA back into VTF format. It can also convert TGA files into VTF format and create a basic VMT shader file for your texture.
{{instead|VTFEdit}}
[[File:Vtftool.jpg|framed|VTFTool in action]]
'''VTFTool''' by [[User:Wunderboy|Jed (aka Wunderboy)]] is a GUI-based replacement for several SDK command line tools for handling VTF texture files. Like VTF2TGA, it can take a VTF file or folder of files, and convert them back into TGA format for editing. You can also export all the MIP images for a texture, plus export a TXT file which contains the config settings for re-compiling the TGA back into VTF format. It can also convert TGA files into VTF format and create a basic VMT shader file for your texture.


----
It is not a fully integrated creation tool, but designed more as a simple GUI replacement for the default SDK tools.
''See Also''
 
[http://www.wunderboy.org/3d_games/utils/sourcetools.php#vtftool VTFTool Homepage]


== External links ==
* [http://www.wunderboy.org/sourceapps.php#vtftool VTFTool] - the official website.
{{sdktools|0}}
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Material System]]
[[Category:Material System]]

Latest revision as of 02:12, 9 January 2024

Icon-ambox-instead.png
VTFTool is outdated. Consider using a newer alternative.
VTFTool in action

VTFTool by Jed (aka Wunderboy) is a GUI-based replacement for several SDK command line tools for handling VTF texture files. Like VTF2TGA, it can take a VTF file or folder of files, and convert them back into TGA format for editing. You can also export all the MIP images for a texture, plus export a TXT file which contains the config settings for re-compiling the TGA back into VTF format. It can also convert TGA files into VTF format and create a basic VMT shader file for your texture.

It is not a fully integrated creation tool, but designed more as a simple GUI replacement for the default SDK tools.

External links