Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

ehh help??

Page: 1 of 1
 JkRaVeN
10-06-2004, 9:54 PM
#1
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
 Nokill
10-07-2004, 7:44 AM
#2
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 :)
 JkRaVeN
10-07-2004, 11:37 AM
#3
yeah actually it did thx =D
 MeowTown
10-07-2004, 4:47 PM
#4
you the raven i knew from jk2?
 JkRaVeN
10-07-2004, 6:17 PM
#5
not sure =/ i was -TNT-Raven in jk2
 Nokill
10-07-2004, 8:38 PM
#6
glad to help :)
Page: 1 of 1