Need help!
Quote from Skinnycap on June 14, 2008, 12:14 pmHi, i need help, i dont know how to make that the masking "combine_ball_launcher.mdl" shot a lighting ball, and the ather masking "combine_ball_catcher.mdl" catching the ball, and make a door open, how to do that?? please help me
Hi, i need help, i dont know how to make that the masking "combine_ball_launcher.mdl" shot a lighting ball, and the ather masking "combine_ball_catcher.mdl" catching the ball, and make a door open, how to do that?? please help me
Quote from Remmiz on June 14, 2008, 1:17 pm
http://developer.valvesoftware.com/wiki ... l_Creation
Quote from Skinnycap on June 14, 2008, 5:47 pmRemmiz wrote:http://developer.valvesoftware.com/wiki/Portal_Level_CreationGreat! thanks alot!:)
btw, now i need help to make a door open when a lightingbolt hits the "Combine_ball_catcher" there is just a tutoral to make the door open by a button, but i want it open when it has been hitted by the lighitngbolt.
how to make that?
Great! thanks alot!:)
btw, now i need help to make a door open when a lightingbolt hits the "Combine_ball_catcher" there is just a tutoral to make the door open by a button, but i want it open when it has been hitted by the lighitngbolt.
how to make that?
Quote from Megadude on June 14, 2008, 6:35 pmFollow this tutorial, then at the end, add this output to the "trigger_ball_trap":
- Code: Select all
OnStartTouch ==> [name of your door] ==> Open
Follow this tutorial, then at the end, add this output to the "trigger_ball_trap":
- Code: Select all
OnStartTouch ==> [name of your door] ==> Open
gepy wrote:"The companion toilet cannot speak, however it can take your crap."Journey - no idea on length = don't know the % done
Quote from Skinnycap on June 14, 2008, 7:05 pmMegadude wrote:Follow this tutorial, then at the end, add this output to the "trigger_ball_trap":
- Code: Select all
OnStartTouch ==> [name of your door] ==> Open
It's not really working.. can you tell me more want i have to do?
- Code: Select all
OnStartTouch ==> [name of your door] ==> Open
It's not really working.. can you tell me more want i have to do?
Quote from appunxintator on June 17, 2008, 9:59 pmIt's basically the same as opening a door with a button. The only difference is that it has to be OnStartTouch instead of OnOpen, and there is no output to close the door.
off topic: how do you make it so it says who your quoting?
It's basically the same as opening a door with a button. The only difference is that it has to be OnStartTouch instead of OnOpen, and there is no output to close the door.
off topic: how do you make it so it says who your quoting?
Quote from Doomsday192 on June 17, 2008, 10:24 pmappunxintator wrote:off topic: how do you make it so it says who your quoting?just put
- Code: Select all
[quote="a person"]
with the "s
edit: yes i could read that
just put
- Code: Select all
[quote="a person"]
with the "s
edit: yes i could read that
Quote from bizob on June 17, 2008, 10:41 pmDoomsday192 wrote:Or simply press the "Quote" button in the upper right corner of the post you wish to quote.
Back on topic:
http://wiki.thinkingwithportals.com/wik ... r_Tutorial
http://wiki.thinkingwithportals.com/wik ... r_TutorialIn your catch_trigger just put the following output: OnTrigger-->DoorName-->Open
Not to get on your case or anything but spend some time looking through the Wiki and Tutorials sections, especially the Mapping tutorials. You will find almost all your answers in these sections. If you're still stumped Search the forums, odds are someone has already asked and answer your question.
Or simply press the "Quote" button in the upper right corner of the post you wish to quote.
Back on topic:
http://wiki.thinkingwithportals.com/wik ... r_Tutorial
http://wiki.thinkingwithportals.com/wik ... r_Tutorial
In your catch_trigger just put the following output: OnTrigger-->DoorName-->Open
Not to get on your case or anything but spend some time looking through the Wiki and Tutorials sections, especially the Mapping tutorials. You will find almost all your answers in these sections. If you're still stumped Search the forums, odds are someone has already asked and answer your question.
Quote from rellikpd on June 17, 2008, 10:43 pmor you can click the "quote" button above said persons quote and it will automatically do it for you
or you can click the "quote" button above said persons quote and it will automatically do it for you
Quote from appunxintator on June 18, 2008, 10:29 pmdidn't see that...
I tried using the = sign, but without quotation marks around the name.
didn't see that...
I tried using the = sign, but without quotation marks around the name.