Tremulous Forum

Media => Mapping Center => Topic started by: Fun-Owner on May 02, 2009, 08:02:32 pm

Title: Door
Post by: Fun-Owner on May 02, 2009, 08:02:32 pm
Hello

I have 1 question:

How to make a doors that one of them go at right and the other one go at left?

Thank you!
Title: Re: Door
Post by: WaxyChicken on May 02, 2009, 08:13:50 pm
make 2 doors.
set the angle on one door to be the reverse of the other door.
(like one has angle 90 and the other has angle -90)

give both doors this:
Key: targetname
value: MyFirstDoors

draw a brush using the trigger texture.
right click on it and make it a trigger_multiple.

select the trigger multiple and both doors.
press CTRL K

now when you touch that invisible trigger, both doors will open.

i left out some details but with some experimentation you will learn alot and it will become easy for you to get it right the first time when making double doors.


Title: Re: Door
Post by: UniqPhoeniX on May 02, 2009, 08:34:19 pm
Or just give both doors 'team' key with the same value.
Title: Re: Door
Post by: Fun-Owner on May 02, 2009, 09:17:17 pm
Thank you very much WaxyChicken and UniqPhoeniX
Thank you!