func_physbox_multiplayer

Freyja

aa
Jul 31, 2009
2,994
5,813
I got this nice little water wheel set up today, an arch as func_physbox_multiplayer with some brush-offshoots.
Works great, rotates, looks really nice.
Problem is, it doesn't have any collisions with the player. Bullets, rockets, etc hit it fine, but the player runs right through. I was kinda hoping that the paddles could push the player for fun, but I'll have to do the design some other way.

kothcordillera0004.jpg


I managed to get the general shape have a collison by putting a player clip in there. However, when I made the paddles covered in player clip, to make it move with the paddles, it has to be a physbox, and then doesnt collide.
 

Nutomic

L11: Posh Member
Feb 7, 2009
888
177
Why dont you just use a func_door_rotating? Would be much easier and probably better for performance.
 

Freyja

aa
Jul 31, 2009
2,994
5,813
Well I'd like it to, otherwise it would be easy solved.

@Nutomic How would I make so many brushes move at once?
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,669
A brush entity can be made out of more than one brush. Just select them all before turning them into an entity. (you can also select more brushes afterward and do to entity to merge them into the existing one)