scroll textures hl2

  • Thread starter Thread starter PREVERT-MAXIMUS
  • Start date Start date
P

PREVERT-MAXIMUS

Guest
Does anybody know how to have scroll textures in hl2, or how to write the .vmt file so the texture is a scroll texture.I converted lots of my .wad files to the new texture format they say scroll_xxx but do not do so in map even when set to conveyor. any help would be great . thanks P-M
:stare:
 
Here is a rough example of a scrolling texture.

"LightmappedGeneric"
{
"$basetexture" "your_texture_path\your_texture_name"
"Proxies"
{
"TextureScroll"
{
"texturescrollvar" "$baseTextureTransform"
"texturescrollrate" 0.015
"texturescrollangle" 30.00
}
}
}
 
Back
Top