AtariThief 0 Posted June 17, 2005 Report Share Posted June 17, 2005 (edited) With help I figured out how to make a wall texture that animates like a gif file animates. //Metal- textures/Thief_Mech/Gears_1_1 { metal qer_editorimage textures/Thief_Mech/Gear1 { if ( ( time * 6 ) % 6 == 0 ) blend diffusemap map textures/Thief_Mech/Gear1 } { if ( ( time * 6 ) % 6 == 1 ) blend diffusemap map textures/Thief_Mech/Gear1_1 } { if ( ( time * 6 ) % 6 == 2 ) blend diffusemap map textures/Thief_Mech/Gear1_2 } { if ( ( time * 6 ) % 6 == 3 ) blend diffusemap map textures/Thief_Mech/Gear1_3 } { if ( ( time * 6 ) % 6 == 4 ) blend diffusemap map textures/Thief_Mech/Gear1_4 } { if ( ( time * 6 ) % 6 == 5 ) blend diffusemap map textures/Thief_Mech/Gear1_5 } } This will make a wall texture that animates. Special thanks to Brian Harris!So any FM modders take a note because this is cool. Most of you already knew this of course. Edited June 17, 2005 by AtariThief Quote Link to post Share on other sites
Dram 123 Posted June 22, 2005 Report Share Posted June 22, 2005 LOL, I did'nt know that. I was actually gonna have a look for something like this too. Thanks Quote Link to post Share on other sites
Guest KoHaN69 Posted July 24, 2005 Report Share Posted July 24, 2005 ooo! I wanna make a TV in thief! Quote Link to post Share on other sites
Renzatic 12 Posted July 24, 2005 Report Share Posted July 24, 2005 For that I'd use a .roq movie texture. It'd come off alot smoother. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.