VTF2TGA: Difference between revisions
Jump to navigation
Jump to search

SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) m (output name is optional) |
||
Line 5: | Line 5: | ||
==Usage== | ==Usage== | ||
{{syntax|vtf2tga -i <input vtf> -o <output tga> [-mip]}} | {{syntax|vtf2tga -i <input vtf> [-o <output tga>] [-mip]}} | ||
===Options=== | ===Options=== |
Revision as of 18:38, 5 June 2023


VTF2TGA is a primitive command-line tool used to convert files from the VTF format to the TGA format. The tool can also decompile uncompressed HDR VTFs into PFM files, despite the name.
Usage
Syntax: vtf2tga -i <input vtf> [-o <output tga>] [-mip]
Options
- -i <input vtf>
- The input VTF. Doesn't need the filename extension.
- -o <output tga>
- Name of the output file. Doesn't need the filename extension; outputs .tga for standard textures and .pfm for HDR textures.
- -mip
- Optional, dumps all mipmaps from the input VTF.
See also
- VTFEdit - a more flexible third-party alternative to VTF2TGA that uses a GUI.
- no_vtf - a superior third-party alternative to VTF2TGA that keeps the console interface.
|