Skip to content

A C#/WPF wrapper around Valve Corporation's vtex.exe VTF Converter

Notifications You must be signed in to change notification settings

cooolbros/vtf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTF Converter

A C#/WPF wrapper around Valve Corporation's vtex.exe VTF Converter

Installation:

git clone https://github.com/cooolbros/vtf-converter.git

Usage (GUI):

dotnet run --project vtf-converter

Usage (C#)

Include vtf-converter/vtf.cs and vtf-converter/TGASharpLib.cs in your project

string TeamFortress2Folder = "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Team Fortress 2";
VTF VTFConverter = new VTF(TeamFortress2Folder);
VTFConverter.Convert("path/to/image.png", "path/to/texture.vtf");

About

A C#/WPF wrapper around Valve Corporation's vtex.exe VTF Converter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published