Please or Register to create posts and topics.

Need help!

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

http://developer.valvesoftware.com/wiki ... l_Creation

Remmiz wrote:

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?

Follow this tutorial, then at the end, add this output to the "trigger_ball_trap":

Code: Select all
OnStartTouch ==> [name of your door] ==> Open
Image
gepy wrote:"The companion toilet cannot speak, however it can take your crap."Journey - no idea on length = don't know the % done
Megadude 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?

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?

I don't lag, I own so much it takes a few seconds for the server to figure out what the hell I just did.
appunxintator 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

Image
http://thespaceturkey.wordpress.com/
The following statement is false
The preceding statement is true
Doomsday192 wrote:
just put

Code: Select all
[quote="a person"]

with the "s

edit: yes i could read that

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.

Image

or you can click the "quote" button above said persons quote and it will automatically do it for you

do NOT click this

didn't see that... :oops:

I tried using the = sign, but without quotation marks around the name.

I don't lag, I own so much it takes a few seconds for the server to figure out what the hell I just did.