安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
As for the VMT code, is there anything in there that looks wrong? I've looked over it quite a few times now and it seems okay. The only thing I can think of to change would be the "models/" portion taken out of the $basetexture command.
In addition to that, please also hold Shift and right-click the VMT file in File Explorer, choose "Copy as path", and paste that here for me to see as well.
It's very basic (most materials specify a little variety of options, such as $phong and $bumpmap), but not wrong at all (the many different options are not required or anything, just optional; a simple $basetexture-only material is perfectly valid).
The model path is this:
The consolesays this:
From the looks of it, it mostly seems like a model error.
Do I need 5 materials as it keeps showing "unknown material" even though this model only requires 4, and now it's missing the Shirt.vtf altogether somehow.
The console log shows that it can't find "materials/streetbackguy/carlito/shirt.vtf". Seeing as there's no "models" in that, my guess is that you forgot to specify "models/" at the start of $BaseTexture.
Ah thank you, turns out that was the issue! Problem all fixed now, I appreciate the help.