Skip to content

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

License

Notifications You must be signed in to change notification settings

tranek/vtex_c2tga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages