Page 1 of 1

Animated textures?

Posted: April 12th, 2007, 5:41 pm
by Rezil
Is there any way(thru scripting maybe?) to make an animated texture? Also, can I manipulate lights through scripting?

Posted: April 12th, 2007, 6:17 pm
by waywaaaard
i dont think so but you can make an effect

Posted: April 12th, 2007, 8:32 pm
by Nightmare
both of what you said is possible, I do not know much on the animated textures (ask soviet) but I can help with the lights.

Posted: April 12th, 2007, 9:09 pm
by All-Killer
Maby make youre story with lets say 4 pictures, then place them up each other and targetname them with pic1 pic 2 pic3 pic4. Then hide everything except pic one. Then if the trigger is pressed you will need to hide 1, show2, hide 2 , show 3 etc.

Posted: April 12th, 2007, 11:14 pm
by Soviet
you can make textures move like the fastwater one through shader files, check mods online for exact tutorials, heres a shader i made for one of my textures. It took me about 15 hours to figure out

Code: Select all

textures/vortex_test/vortex
{
	qer_editorimage textures/vortex_test/vortex
	qer_trans 1
	surfaceparm water
	sort water
	{
		map textures/vortex_test/vortex.tga
		rgbGen exactVertex
		tcMod Scroll 0 -7
	nextbundle
		map $lightmap
	}
}
i dont have time to explain right now and even if i did im not sure i could