Jump to content

Home

ehh help??


WP RaVeN

Recommended Posts

Hi I need help making a room in my map. What im trying to make is a room with 2 doors at opposite ends with water in the middle separating them and with a gate in front of one of the doors and what I want is for people to have to get from one end to the other by jumping on moving platforms without falling into the water and if they fall I want it to make the gate close blocking off the door…anyway I want to know how I can make the gate close if they fall into the water and then open again when they come out =)

 

Thx

Link to comment
Share on other sites

Originally posted by Pahricida Alright wrote a quick Tutorial:

 

STEP I:

 

First off construct your door. Doesn't matter wether you make it out of one or multiple func_door groups you'll just have to include a target_relay when you use more groups for more complex door structures.

 

Assign these parameters to it:

 

http://home.arcor.de/pahricida/Tutorials/func_door.gif

 

the target and targetname may vary since it's assigned randomly when you link the two entities via STRG+k

 

STEP II

 

Now construct your button. Now instead of turning it into a func_button as you may have thought make it into a func_breakable with these parameters:

 

http://home.arcor.de/pahricida/Tutorials/func_breakable.gif

 

STEP III

 

Construct a brush infront of your fake button. keep it's dimensions somewhere in between 48x48x88 to 96x96x88, depending on wether you want people to have to be next to the button to activate it or just roughly in the range of the button (may be helpful to smoothen gameplay).

Now assign the trigger texture to the brush and turn it into a trigger_multiple. Link this to the func_door and assign it following parameters:

 

http://home.arcor.de/pahricida/Tutorials/trigger_multiple.gif

 

STEP IV

 

Create a target_deactivate and link the func_breakable button to it. Now link the target_deactivate to the trigger_multiple. Now as soon as the breakable is destroyed the trigger multiple won't work anymore and *tadaa* you've got your deactivated door. :D

 

here's a top-view scheme to make it clear:

 

http://home.arcor.de/pahricida/Tutorials/tut1.jpg

 

aaaaaaaaaaaaand finnaly a radiant view:

 

http://home.arcor.de/pahricida/Tutorials/radiantview.gif

 

actually pretty easy once you've found out. I've fiddled with masses of triggers and target entities for about two hours until I got it working. :D

 

maby this can help you :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...