VTEX (Valve Texture Tool)
vinicio de moraes come into my world il lupo dei mari altec lansing 251 camera rovereto wesseling crave un senso vasco gps navigatore satellitare per auto nissan micra 1 2 ram 256 pc133 sodimm tre milioni di gamecube in europa amd 939 processore eminem e film dvd valeria gioielli lumix lz2 studiare in canada cherubini musical easy town palermo pescara biglietti aerei anastasia gq galatea la usb 2 pcmcia controller adaptec obiettivi 300 usm la storia di wanda los tres reyes scheda pcmcia usb amplificatori roma maglie calcio nike this is football luci per dj redditi sportivi dilettanti la stella di betlemme sony playstation2 pstwo gold pack sigma 70300 canon semprini c3000 nero hd porsche design audiokey 1gb p4n sli ampli home teatre de la soul hotel 4 stelle sorrento barriera architettonica patrice sunshine creative muvo n200 1 gb ati radeon sapphire x300se carnevale costumi giocare per prova ial sound tigri federica torti windvd free mini televisori wo nanguo toner hp scanjet 4850 panasonic fotocamere digitali lumix bistecchiera barbecue umtali ragazza play boy del mese www onelove com cambridge audio hifi olympus c 370 notebook battery meteo 5 foto sui neonati minigonne colorate foto suore porche gratis caccia in italia calzaturificio fratelli rossetti fuori disney midi l uomo nel mirino perdizione eurovillage the dance maglie mezza manica fantasma de ricetta sacher torte klipschhorn francesco venditti lettore memory card hd abbazia del terrore notifiche i giorni della droga sintoamplificatori cd windos passo dopo passo www ic torino ibiza biglietti aerei testo di 66 dei linea 77 e dei subsonica la porcea culi nudi di ragazze brasiliane goku tromba tutte come rubare un milione di dollari e vivere felici balasevic la terra esplode panasonic bluetooth per cellulari video al quaeda simpsons wrestling
Overview
Vtex, or Valve Texture Tool, is the standard application used to convert targa (.tga) image files into Valve Texture Files (.vtf) for use in the Source engine. It takes a targa (.tga) image and an optional list of compile parameters, and creates a Valve Texture File (.vtf) from them.
Basic usage
- Make sure that Steam is running.
- If necessary, start Source SDK and set/verify the game that you are converting the texture for in the Current Game drop-down list (located at the bottom of the Source SDK menu).
- Place the targa image to be converted inside the
SteamApps/username/sourcesdk_content/gamefolder/materialsrc/
folder, where gamefolder is the game folder of the current game (cstrike
/dod
/hl2
/hl2mp
). You can also place the image within a subfolder of this folder, to make Vtex compile the texture to the correspondingmaterials/
subfolder. (For instance, placing the image in amaterialsrc/metal/
subfolder, will make Vtex compile the texture to thematerials/metal/
subfolder.) - If necessary, write a text (.txt) file containing a set of Vtex compile parameters. Give it the same name as the targa image (with the exception of the .txt extension) and put it in the same folder. If you choose to omit this list, Vtex will create an empty one for you during compilation.
- The Vtex executable (Vtex.exe) is located in the
/Steam/SteamApps/username/sourcesdk/bin/
folder. It can be executed in one of two ways: Through the easy "drag-and-drop" method (described below), or the more advanced command prompt method, described here. Steam must run while it is executed. - The resulting Valve Texture File (.vtf) will be compiled to the
materials/
folder of the current game by default. For instance, if your username would be GordonFreeman, and the current game would be Half-Life 2, the texture file would be compiled to theSteamApps/GordonFreeman/half-life 2/hl2/materials/
folder. If the targa image resided within a subfolder, Vtex will compile the texture file to the correspondingmaterials/
subfolder. If that subfolder doesn't exist, Vtex will create it automatically.
The drag-and-drop method
The drag-and-drop method is the easy way to use Vtex. Just drag the icon of either the targa image to be converted, or its list of compile parameters (from its materialsrc/
folder) on top of the icon of the Vtex executable (Vtex.exe) and let go, and Vtex will compile the texture file automatically.