Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

vtex_c2tga

Converts Compiled Valve Texture (.vtex_c) files to Targa (.tga) files.

Notes

  • Only handles vtex files encoded in DXT1, DXT5/DXT5_nm, and RGBA as those are the only formats used by Dota2 so far.

Dependencies

Compiling

$g++ -std=c++11 vtex_c2tga.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs` -o vtex_c2tga.exe

Usage

$vtex_c2tga.exe "/path/to/.vtex_c" "/path/to/output/.tga"

License

MIT License. See LICENSE file for further details.

About

Converts Compiled Valve Texture (.vtex_c) files to Targa (.tga) files.

Resources

License

Releases

No releases published

Packages

No packages published

Languages