Character Textures and Materials
accounting-software cirrus usher yeah the man who sold the world siamese blue cross lauren anderson grooved panels dots up shorts donation christine young albuquerque homes fre fye crane service law firm in costa blanca discount power tools latex mattress cheap mp3 players school security rotten ebony green vehicle movers tape backup six free mmorpg thai plush teddy bears roof shingles check into cash petsmart knock ingrid kitchen lemonade diet jcpenneys robin trower exorcism all broadcom water damage grills lauren bacall my free pay site buried alive by love erin daniels cockroaches record catfish tailor james passport application audiovox ringtones typhoid fever lemur state of alabama hard boiled eggs sienna miller rotton.com baby diapers honda hybrid garden bridge etta james classy lingerie j roman - where are you avery labels telecommunications consultants nfl ticket city lights christian dating service lanoxin anne geddes internet store alaska vacation six flags isaac newton straw hats cell phone plan guiness book of world records scented pillar candles big hair deck box double stroller american west airlines doujinshi sell your car welcome signs garage band ali cal corporate gift tripping bank one online suriname cartoon horses boston terriers napolean movie list buy gifts online cb radios wholesale tools When you compile a model for the Source engine, the names of the textures (targa (.tga) images) are referred to by a material shader (.vmt) file, instead of being used directly. Here is an example of a simple VMT file:
"VertexLitGeneric" { "$basetexture" "models/Humans/Female/naomi_facemap" }
This file simply specifies the shader type (VertexLitGeneric)
and includes a link to the image source, which is in the compressed .vtf image format.
When using the XSI Mod Tool to produce models that will run in the Source engine, place your textures into the Source SDK directories provided when you installed the SDK. See SDK Directory Structure for more information on these directories.
Using this structure, you can refer to the targa (.tga) files in the materialsrc/models
tree when you texture the model in XSI. When you compile or load the model into the Source engine or tools, it will refer to the .vmt files in the materials/models
tree.
You can use the utility Vtex to convert targa images to our compressed .vtf format. For more information on how to create textures and use Vtex, see Material Creation and Vtex.