VTF2TGA: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: Added navbox)
(Link is dead, needs a mirror)
Line 1: Line 1:
'''VTF2TGA''' is a primitive [[command-line]] tool used to convert files from [[VTF]] to [[TGA]] format.
'''VTF2TGA''' is a primitive [[command-line]] tool used to convert files from [[VTF]] to [[TGA]] format.
{{warning|As of December 29th 2004 update, VTF2TGA is no longer compatible with format changes.}}
{{warning|As of December 29th 2004 update, VTF2TGA is no longer compatible with format changes.}}
{{todo|Find another mirror as the link below is dead.}}


An older but functional version of this program is still available [http://halflife2.filefront.com/file/VTF2TGA_Converter_Utility;35355#Download here]. To use this version directly, place the VTF file to convert in the same directory with <code>vtf2tga.exe</code> application, and in the command prompt type:
An older but functional version of this program was available [http://halflife2.filefront.com/file/VTF2TGA_Converter_Utility;35355#Download here]. To use this version directly, place the VTF file to convert in the same directory with <code>vtf2tga.exe</code> application, and in the command prompt type:


  vtf2tga <Your VTF file to convert> <The resulting TGA file name>
  vtf2tga <Your VTF file to convert> <The resulting TGA file name>

Revision as of 11:29, 25 January 2018

VTF2TGA is a primitive command-line tool used to convert files from VTF to TGA format.

Warning.pngWarning:As of December 29th 2004 update, VTF2TGA is no longer compatible with format changes.
Todo: Find another mirror as the link below is dead.

An older but functional version of this program was available here. To use this version directly, place the VTF file to convert in the same directory with vtf2tga.exe application, and in the command prompt type:

vtf2tga <Your VTF file to convert> <The resulting TGA file name>

See also

  • VTFEdit - a more flexible third-party alternative to VTF2TGA.