Creating Animated Textures

  • If you're asking a question make sure to set the thread type to be a question!

Baggie

L1: Registered
Mar 25, 2008
13
1
I'm having problems with creating moving textures, I can't seem to find it in hammer.

I have-
extracted the "rockground007" vtf and vmf
placed it in materials\moving\Nature
added
"Proxies"
{
"TextureScroll"
{
"texturescrollvar" "$baseTextureTransform"
"texturescrollrate" .15
"texturescrollangle" 270.00
}
}​
to the vmf
changed the filename in the texture and the vmf

reloaded source sdk

no where to be found. Have I missed something, because I have no idea why they wouldn't be working....

followed the instructions here
http://developer.valvesoftware.com/wiki/Flowing_Water

EDIT: Found the problem, wasn't refencing the full file path in the vmt.
 
Last edited: