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.

Question #2 ;)

Page: 1 of 1
 Cooly
06-05-2004, 3:04 AM
#1
I have a problem.I want do elevator with button using func_train
but i dont know how...may someone help me?Or give me another way to do elevator on button:-)
 Jedi_Vogel
06-05-2004, 3:50 AM
#2
Normal func_plat and a normal button. If you know how to do func_plats (EVILEVILEVILEVIL) *cough*, and buttons, then you're ok.

And you don't need func_train...
 Cooly
06-05-2004, 5:08 AM
#3
Hmm...ok it works...but when i press button,the plat moves up only to one grid.How can i change this?
 Jedi_Vogel
06-05-2004, 7:01 AM
#4
Check the "height" of the func_plat, and don't forget to take into account the starting height and the height of the floor ;)
 Cooly
06-05-2004, 9:09 AM
#5
Ok,it work.Thx;)
 Jedi_Vogel
06-05-2004, 11:13 AM
#6
Out of idle curiosity, as you managed to get it to work :p were you using func_button or func_usable and were you mapping for MP or SP? :)
 Cooly
06-05-2004, 12:15 PM
#7
I used trigger_multiple:) And that is map for MP:)
 Jedi_Vogel
06-05-2004, 12:20 PM
#8
Just checking as I keep having wars with func_plats and trigger_multiples. But knowing someone else has achieved it with relative ease'll keep my rebuilding and retrying :)
 Cooly
06-05-2004, 12:47 PM
#9
Ok.:-)
 Cooly
06-08-2004, 7:53 AM
#10
How about elevator moving down?can i still use func_plat or something new?:)
 Jedi_Vogel
06-08-2004, 8:03 AM
#11
I hate this question lol. every time I've tried this its failed.

Put a button at the time trigger_multiple as you know how to do and link it to the func_plat.

Oh and Good Luck :D lol

Though I did hear someone say something about changing the "direction" (ie. clicking up or down on the entity window) but I haven't had a chance to test this theory yet.

Alternatively, you can use a func_door, apparently.
 Cooly
06-08-2004, 8:16 AM
#12
Ok i try that :)
 wedge2211
06-08-2004, 12:08 PM
#13
If you use a func_door to make your elevator, you can switch the angle from up to down in the entity window. If you're using a func_plat, the best bet is to give the plat a negative height.
 Jedi_Vogel
06-09-2004, 5:24 AM
#14
*lightbulb appears above Vogel's head*
negative height....

but then you have to position the func_plat at the BOTTOM right?
 wedge2211
06-09-2004, 8:35 AM
#15
Yep, exactly. Changes it's direction of operation!
 Jedi_Vogel
06-09-2004, 8:36 AM
#16
Right On! :D

If my func_plat fails one more time I'm changing to func_door lol

Thanks :)
 zag
06-09-2004, 1:32 PM
#17
yes a func_door is much worth it just the lip value is a bitch to get right
 Jedi_Vogel
06-10-2004, 4:24 AM
#18
I assume it's not as simple as setting the height for a func_plat then?
 zag
06-10-2004, 7:33 AM
#19
no its not based on the grid units if i remember rightly you just have to keep compiling and changing it intill you get it right..
although i havent useda func_door for that purpose since JK2 so it might be different now
 wedge2211
06-10-2004, 9:29 AM
#20
Naw, lips are fairly simple. A func_door has a default lip value of, I believe, 32...a lip of 0 means that the door moves exactly its own length when triggered. So just enter a lip value exactly as you would the height on a func_plat, and keep in mind that you can use large negative lip values, that may help. Another trick: include, in the func_door, a brush textured with system/nodraw that extends the full length you want the door to open, then you can jsut use "lip 0."
 Jedi_Vogel
06-10-2004, 9:33 AM
#21
When you say "in the func_door"... say I had a platform (but func_door) I could just have a no_draw brush smack bang in the middle...extending to the top of the run?

And as it's func_door, does it automatically work in both directions. I.e. when you're at the top, it comes to get you?
 wedge2211
06-10-2004, 1:05 PM
#22
By "in the func_door," I meant "as part of the func_door." The great thing about putting a nodraw brush there is that it's invisible and nonsolid, but lets you save effort on figuring out complicated lip values. Or, on the other hand, you could build a huge piston to hold up the elevator instead of using a nodraw brush...

Whether it will come to get you on both ends depends on if you checked START_OPEN and CRUSHER. It's safest just to build triggers.
 Jedi_Vogel
06-11-2004, 3:49 AM
#23
That's perfect, thanks :) *wonders how he didn't think of that before*
Page: 1 of 1