Hi,

I'm trying to make a video play in hl2. I made an animated texture by extracting all the frames and compiling those in a vtf. I've made multiple vmt-files by now trying to get it to work. I have one for toggling, one animated. I also had one which both the toggle and animationsettings in it, but only the first one was read so I had once again a toggletexture or a animationtexture.

Then I tried using a logic_timer to toggle the toggletexture, but then it always reseted after 300-500 frames and the total amount of frames is 1100.

The next thing I tried was making a func_brush with the animationtexture applied to it. Then I used a trigger to enable and disable that brush. But it didn't start with the first frame.

I also tried using a material_modify_control to set the frame back to 0 for the animated texture, I used as 'material variable to control' frame and $frame but both didn't work.

If anyone has an idea on how to make it work after all, it would be greatly appreciated