VTF Explorer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
VTF Explorer is a tool for viewing, converting and extracting from [[GCF]] files Source textures. It is also capable of viewing, modifying and creating [[VMT]] files in GUI. VMT editor is really extensible and itself reminds in some way editing entities properties in [[Hammer]] editor.
'''VTF Explorer''' is a tool for viewing, converting and extracting from [[GCF]] files [[Source]] materials. It is also capable of viewing, modifying, and creating [[VMT]] files in GUI. The [[VMT]] editor is really extensive, and it is similar to editing entity properties in [[:Category:Hammer|Valve Hammer Editor]].


VTF Explorer itself was written by Vyacheslav "Hoaxer" Dzhura entirely in Borland Delphi 7 except for srcwrapper.dll which manages VTF files through Valve's ImageLoader class to do all the work.
The program was written by [[User:Hoaxer|Vyacheslav "Hoaxer" Dzhura]] entirely in [[Wikipedia:Borland Delphi|Borland Delphi 7]] except for <code>srcwrapper.dll</code> which manages VTF files through [[Valve|Valve's]] [[ImageLoader]] class to do all the work.
 
== External links ==
* [http://files.filefront.com/VTF+Explorer+v13/;4333494;/fileinfo.html FileFront.com - VTF Explorer v1.3] - the latest version download.
{{sdktools|0}}
[[Category:Third Party Tools]]

Latest revision as of 11:29, 23 September 2023

VTF Explorer is a tool for viewing, converting and extracting from GCF files Source materials. It is also capable of viewing, modifying, and creating VMT files in GUI. The VMT editor is really extensive, and it is similar to editing entity properties in Valve Hammer Editor.

The program was written by Vyacheslav "Hoaxer" Dzhura entirely in Borland Delphi 7 except for srcwrapper.dll which manages VTF files through Valve's ImageLoader class to do all the work.

External links