Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Creating Animated Textures [Archive] - TF2Maps.net Forums

PDA

View Full Version : Creating Animated Textures


Baggie
08-19-2008, 01:28 AM
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.

FaTony
08-19-2008, 02:35 PM
placed it in materials\moving\Nature


That is ur problem. Check all paths in vmt or place in where Valve placed it.