Open RusJJ opened 1 year ago
UPD: No, looks like the problem is not related to a missing VTF texture. VMT:
// envmaptint_fix
"VertexLitGeneric"
{
"$basetexture" "wood/woodstair002b"
"$surfaceprop" "wood"
"%keywords" "c17skyscraper"
"$bumpmap" "wood/woodstair002b_normal"
"$envmap" "env_cubemap"
"$normalmapalphaenvmapmask" 1
"$envmapcontrast" 1
"$envmapsaturation" .2
"$envmaptint" "[ .56 .56 .56 ]"
}
// envmaptint_fix
Seems like this string confuses the parser. Will take a look later
// envmaptint_fix
Seems like this string confuses the parser. Will take a look later
Probably. Compared other materials that are passed now. They dont have comments. Yes, that's the reason