Sloppy Rotating Door


(denizsi) #1

I’ve searched the forums if it was asked before but couldn’t find anything. Sorry if it’s there and I’Ve missed it.

I wanted to make a rotating door with a slope but func_door_rotating allows only one axis to be selected for rotation, but I need whole 3 axises to get it work. It needs to be rotated 31,-31,90 degrees but I can’t find anywhere telling something like that. I’ve taken screens of the door while in closed and open stances, here;

http://beyincik.host.sk/exiled/srd.jpg

help please :slight_smile:


(Ozzie) #2

I get not aurthorized to view the .jpg


(chavo_one) #3

To do something that funky, I think you’re going to have to make your door a script_mover, trigger it with a trigger_multiple, and move it with ‘faceangles’.

But it looks like you may want this door to be a team door, and in that case you’re probably going to have to rethink what you’re trying to accomplish.

EDIT: You can set which class/team triggers trigger_multiples so this might still be possible.


(denizsi) #4

thanks Chavo, I’ll try what you said now.

If anyone else gets not authorized for the image, just retry, it happens to me as well

EDIT: Isn’t it possible to use 3 seperate func_door_rotating for the same brush, one for each axis? I’m working on it but doesn’t seem like going anywhere


(chavo_one) #5

Any given brush can not be part of more than one entity.


(wudan) #6

It’s a complex mathematical problem. Short answer: not possible, unless Splash Damage made the engine modifications to make it possible.