Model not finding the texture

Sadwaffles

L1: Registered
Dec 27, 2013
3
0
Hello, I've been trying to fix this for hours, I need a fresh pair of eyes. My model can't find its texture and everytime its loaded in hammer its missing. Help? :cursing:


Here is my qc file :
$modelname BlenderSoda.mdl
$cdmaterials "models"
$scale 2
$surfaceprop metal
$staticprop
$body mybody "BlenderSoda.smd"
$sequence idle "BlenderSoda" fps 1


My .vmt file:

VertexLitGeneric
{
$basetexture "models/BlenderSoda"
}


My game directory also is
D:\Program Files\Steam\steamapps\common\Team Fortress 2\tf\models
D:\Program Files\Steam\steamapps\common\Team Fortress 2\tf\materials\models
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
You can quickly check what Snark said by opening the .smd in notepad - each section should begin with a material name then list a bunch of coordinates; this is most likely your problem.