Spinning Siren Lights? Created 17 years ago2007-01-27 00:25:38 UTC by Rory Rory

Created 17 years ago2007-01-27 00:25:38 UTC by Rory Rory

Posted 17 years ago2007-01-27 00:25:38 UTC Post #210695
One of the last effects to my base is like the siren lights when you encounter blast doors in HL1...

How do you get the lights to rotating and spin like (police) siren lights?
Posted 17 years ago2007-01-27 00:40:00 UTC Post #210696
All you'd need for the rotating light beam is a func_rotating with a red texture on it and some degree of transparency. You could then use env_renders to turn it on or off (by setting render mode to "Texture" and FX amount to "255"). For the actual light source, you would just use a red colored light entity that you could turn on or off.
Posted 17 years ago2007-01-27 00:41:57 UTC Post #210697
How do I do the transparency?
Posted 17 years ago2007-01-27 01:02:02 UTC Post #210699
In the properties of the entity, set the render mode to "Texture" and the FX amount to something like 60. I'm not sure exactly what the best number is for this, but 255 will make it fully opaque, so you just go down from there. 90 is usually a good bet for windows, so I figured 60 might be good for this.
Posted 17 years ago2007-01-27 10:15:36 UTC Post #210721
Archie ArchieGoodbye Moonmen
Posted 17 years ago2007-01-27 13:33:04 UTC Post #210764
Thanks guys, I was just asleep over night - that did it :)
You must be logged in to post a response.