Spinny things?

HQDefault

...what
aa
Aug 6, 2014
1,056
535
I'm making a map where the skybox rotates around in a circle infinitely. But I can't figure out how to make it spin around.
 

Freyja

aa
Jul 31, 2009
2,994
5,813
func_rotating doesn't work in tf2. You need to use func_door_rotating or momentary_rot_button.
 

HQDefault

...what
aa
Aug 6, 2014
1,056
535
Just a second, will spinning the sky camera spin the skybox around?

Edit: never mind.

But anyway, for some reason, the map refuses to compile the new version when I try to do that. :|
 
Last edited:

Another Bad Pun

In the shadows, he saw four eyes lit by fire
aa
Jan 15, 2011
801
1,845
I've used this method before: might work.
edit: realized that you couldn't rotate the sky camera with this because it requires parenting. You could rotate everything else in the skybox though
 
Last edited by a moderator:

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,694
2,579
I've used this method before: might work.
edit: realized that you couldn't rotate the sky camera with this because it requires parenting. You could rotate everything else in the skybox though
Wait, hang on, I thought they were talking about rotating the camera itself, not the stuff inside the skybox. Why would that require parenting anything?