[question] Animated teleport

  • If you're asking a question make sure to set the thread type to be a question!

martijntje

L8: Fancy Shmancy Member
Aug 2, 2009
539
334
I'm working on a map that has a trigger_teleport brush (touch it and you teleport),

Now to make this obvious to players, I want a teleporter model there. (teleporter as the engineer makes them)

Now I can only get the model to be simply be a non-activated teleporter (non-spinning)

How do I make the teleporter spin (and give light) ?

I'm just beginning with mapping so it miht be very simple.
 

Psy

The Imp Queen
aa
Apr 9, 2008
1,706
1,491
Make it a prop_dynamic and set the animation to the spinning animation. You'll be able to find the animations in the model browser. Once you find the right one, copy and paste the exact name of the animation and paste it into the 'default animation' property of the prop_dynamic.
 

martijntje

L8: Fancy Shmancy Member
Aug 2, 2009
539
334
Make it a prop_dynamic and set the animation to the spinning animation. You'll be able to find the animations in the model browser. Once you find the right one, copy and paste the exact name of the animation and paste it into the 'default animation' property of the prop_dynamic.

thank you
does that also do the lightning effect? (I can't check riht now)