Hi I am new to this whole modeling thing and I can’t seem to figure out how to put a texture on my model. I mean I can put it on in 3DS Max but when I put the entity in the game it has purple and black boxes all over it.
I have put the .vtf and .vmt in the folder as well but still nothing. Now I have somehow made my model an effect and it just kinda floats in the air with a green circle at the bottom that i can move around.
This is my .qc
$modelname models\logs.mdl
$cdmaterials “materials”
$staticprop
$scale 0.7
$body studio “logs_reference.smd”
$sequence idle “logs_idle” fps 1
$collisionmodel “logs_phys.smd”
{
$Mass 1
$concave
}
,and this is the .vmt
“VertexlitGeneric”
{
“$basetexture” “wood”
“$surfaceprop” “Wood_Box”
“%keywords” “wood”
}
Any help would be great.