STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
373
游戏中
2,303
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Delta_135 2014 年 11 月 1 日 上午 7:35
Texture problems
ok so i have spent the last 3 hours trying to solve a missing texture problem and i have no idea what im doing wrong. This is not my first model i've made in blender but it is the first one to give me this many problems.

my problem is: no texture on the model, aka missing texture.

i have no compile errors

no console errors

if i open the .smd file in notepad++ i can see it's got the correct texturename

the .qc file also have the correct texture path

and the .vmt also seems to be working

recompiling some of my old models works fine

but the texture on the new one is still not showing up all i get the black and purple "missing texture"
Any ideas? I can post the .qc and .vmf if you wanna see it.
Thanks.
< >
正在显示第 1 - 5 条,共 5 条留言
Artfunkel 2014 年 11 月 1 日 上午 8:00 
QC and VMT please.
Delta_135 2014 年 11 月 1 日 上午 8:09 
.qc
$modelname "props\ramp.mdl" $cdmaterials "models\props\ramp" $scale 50 $surfaceprop Wood $staticprop $body mybody "ramp.smd" $sequence idle "eggplant_idle" fps 1 $collisionmodel "ramp_phys.smd" { $mass 100 $concave }

.vmt
"VertexlitGeneric" { "$baseTexture" "models\props\ramp" "$surfaceprop" "Wood" "$model" 1 }
Delta_135 2014 年 11 月 1 日 上午 8:44 
if you need it can send the .blend file too.
the model is nothing special, just a ramp i need for a map.
Artfunkel 2014 年 11 月 1 日 上午 9:46 
Your $cdmaterials command points to models\props\ramp, which should be a folder ("cd" means "change directory"). Your $basetexture parameter also points to models\props\ramp, which should be a VTF file.

One of those is wrong. :)
Delta_135 2014 年 11 月 1 日 下午 2:49 
thanks alot for the explanation i never did master texture paths :P
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情
发帖日期: 2014 年 11 月 1 日 上午 7:35
回复数: 5