Textures problem!

B

Bajs0r

Guest
Hi! I created my own model in 3D Studio Max and made a MDL file. Everything works fine, except I can't see the textures on my model? It's just pink/black squares :/ I putted VMF and VTF files in same map as MDL (C:\Program Files\Steam\steamapps\martinec1\counter-strike source\cstrike\models\mymodels).

My .QC file was:
$modelname "mymodels\box.mdl"
$cdmaterials "mymodels\"

$scale 1
$surfaceprop "metal_box"

$staticprop


$body studio "box_reference"

$sequence idle "box_idle" loop fps 30

VMF:
"VertexlitGeneric"
{
"$basetexture" "models/mymodels/skin"
}

I added texture .TGA in Milkshape 3D (name of it was skin.TGA) and names of VMF and VTF are skin.vmf , skin.vtf :)

HELP!!!!!!!!!!!!!!!!!!!!!
 
Back
Top