VTEX (Valve Texture Tool): Difference between revisions
Jump to navigation
Jump to search
Bluestrike (talk | contribs) (Warning: falling back to auto detection of vconfig (Windows vista)) |
(Moved away and linked to most of the article.) |
||
Line 1: | Line 1: | ||
= Overview = | == Overview == | ||
'''Vtex''', or Valve Texture Tool, is the standard application used to | '''Vtex''', or Valve Texture Tool, is the standard application used to convert [[TGA|targa (.tga)]] image files into [[VTF|Valve Texture Files (.vtf)]] for use in the Source engine. | ||
It is located in the <code>/Steam/SteamApps/''username''/sourcesdk/bin/</code> folder. | |||
Vtex can be used in two ways: Through the "drag-and-drop" method in Windows (described below), or through the [[Vtex CLI use|command line interface]]. | |||
== The drag-and-drop method == | |||
The drag-and-drop method is an easy way to use Vtex. | |||
{{todo|More detail - the process is apparently currently described in [[Creating Materials]], but should be moved here.}} | |||
==See also== | |||
== | |||
= | |||
* [[Vtex CLI use]] | |||
* [[Vtex troubleshooting]] | |||
* [[Creating Materials]] | * [[Creating Materials]] | ||
* [[Shader Types and Parameters]] | * [[Shader Types and Parameters]] |
Revision as of 07:35, 28 August 2007
Overview
Vtex, or Valve Texture Tool, is the standard application used to convert targa (.tga) image files into Valve Texture Files (.vtf) for use in the Source engine.
It is located in the /Steam/SteamApps/username/sourcesdk/bin/
folder.
Vtex can be used in two ways: Through the "drag-and-drop" method in Windows (described below), or through the command line interface.
The drag-and-drop method
The drag-and-drop method is an easy way to use Vtex.
Todo: More detail - the process is apparently currently described in Creating Materials, but should be moved here.