Is anyone able to help me with this? So far, I've tried a few different things, but here's my standard VMT;
"LightmappedGeneric"
{
"$basetexture" "academy/concretefloor01"
"$bumpmap" "academy/rainy/Rainy_normal1"
"$envmap" "env_cubemap"
"$envmapmask" "academy/concretefloor01_mask"
"$surfaceprop" "concrete"
"$envmapsaturation" 1
"$envmapcontrast" 1
"$envmaptint" "[ .75 .75 .75]"
"Proxies"
{
"AnimatedTexture"
{
"animatedtexturevar" "$bumpmap"
"animatedtextureframenumvar" "$bumpframe"
"animatedtextureframerate" 30.00
}
"TextureScroll"
{
"texturescrollvar" "$bumptransform"
"texturescrollrate" .57
"texturescrollangle" -90
}
}
}
The problem I'm getting is that source reports that it is unable to initialize any of the proxies as follows;
Error: Material "maps/testmap_rainypavement/academy/concretefloor01_rainy" : proxy "TextureScroll" unable to initialize!
I guess it's a limitation of LightmappedGeneric, any help would be mega appreciated!













