Help with making rotating water wheel players can stand on

F4NGS

L2: Junior Member
Sep 26, 2015
85
10
I'm making a map that has a rotating water wheel and I need help to try to figure out how to make it so players can stand on the wheel without it stopping. The wheel is made from brushes and I used this tutorial to make it. https://tf2maps.net/threads/tutorial-func_rotating-replacement.4107/

Is there any water wheel props out there? It might make It easier to implement.

Also is it possible to make it so stickies will stick on it?
 

F4NGS

L2: Junior Member
Sep 26, 2015
85
10
Try making the wheel a func_brush and parent it to a rotating entity. The rotating entity now can only be a single small brush that is just there to rotate the func_brush

I did this and it's helping a lot! I don't get stuck to the wheel as often. The only time I am getting stuck is when I get wedged between the wheel and another brush, I'm adding clipping to help that. Thank you for the suggestion!