Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.