Textures

Mapster

Newbie
Joined
Feb 16, 2005
Messages
357
Reaction score
0
Does anyone know were to put normal textures for hl2?
Half-Life2\hl2\materials\textures ???
 
it isn't finding my textures... i am saving them as firstaid.vtf in adobe... i downlaoded this programe so that i could normal textures as .vtf's... but no matter were i save it... it just doesn't get picked up in the editor :bonce:
 
A VTF is a raw image. Hammer and HL2 cannot use it.

Your VTF needs an information file called a VMT to go with it. Create a text file, name it myimage.vmt, and fill it with this content:

Code:
"LightmappedGeneric"
{
   "$basetexture" "texture/firstaid"
}
 
Back
Top