Re: animated texture...
Posted by French Toast on
Thu Jul 7th 2005 at 4:55am
3043 posts
304 snarkmarks
Registered:
Jan 16th 2005
Occupation: Kicking Ass
Location: Canada
Try one of the numerous other threads on this topic.
Hint: Use the search button
Re: animated texture...
Posted by poisonic on
Tue Jul 12th 2005 at 1:11am
78 posts
18 snarkmarks
Registered:
Jun 8th 2005
<div class="abouttext">Message submitted 5 minutes after original post:</b></div>
Search on inet for VTFEdit its a handy tool that makes things easyer cause you import the frames in 1 vtf
the script shoulf be like:
"LightMappedGeneric"
{
"$baseTexture" "youracount/yourvtf"
"Proxies"
{
"AnimatedTexture"
{
"animatedTextureVar" "$basetexture"
"animatedTextureFrameNumVar" "$frame"
"animatedTextureFrameRate" "2"
}
you can change the frame rate with the last command "animatedTextureFrameRate"
good luck