Jump to content

Home

"triggering" a trigger_hurt?


Mr. Chopper

Recommended Posts

Posted

On what type of object are you trying to trigger it on? If it's a floor or wall, you could use a little workaround Wedge came up with.

 

He made an invisible brush and turned it into a func_door, placing the edge of it just above the brush for the trigger he wanted to fire (in his case, a push), then just triggered the door to go down, exposing the push.

Posted

No, that's not what I'm looking for. Like in the ffa deathstar, when you fire the laser if you go out there while it's on you die........... I want to "Trigger"........... a trigger_hurt brush........ :(

Posted

Well first make a trigger_hurt, a trigger_multiple, a target_relay, and a target_delay.

 

 

Select the trigger_hurt and go into the entity properties window and select the start_off spawn flag. now link the trigger multiple to the target_relay. Next link the target relay to both the trigger_hurt and the target_delay entities. Now add a key- wait and a value- of how many seconds the hurt will be turned on. Now link the target_delay to the trigger_hurt.

 

That should work. I ussed this feature in my verssion of "The longest Yard" I did a few monthes ago:D

Posted

If that doesn't work, try what El said, that WILL work. That's like The Official Wedge Solution for Everything. Invisible door one unit above the trigger. Yep. You can do anything. The infinite is possible with The Official Wedge Solution for Everything.

Posted
Originally posted by wedge2211

If that doesn't work, try what El said, that WILL work. That's like The Official Wedge Solution for Everything. Invisible door one unit above the trigger. Yep. You can do anything. The infinite is possible with The Official Wedge Solution for Everything.

 

 

I like my complicated solution better:D Plus he wanted to know how to do the one in the deathstar and my explanation explaines it:D

 

P.S. yours is a little bit easier though:p

Posted

Yeah, but if yours works, it'd be more versatile. You could have trigger_hurts that span whole rooms. I think I remember trying something like that once and it didn't work, but then I also don't remember any start_off flag, so maybe I just didn't get it right.

Posted

I set up a trigger that points that points to a target_relay. The target relay points to an fx_runner and a target_delay. The target delay has a wait value of 10 and points to the fx_runner.

 

It works fine but I also get the - Warning: entity used itself - error every time.

 

Any suggestions?

 

Thanks

Monsoontide

Posted

Doesn't really do anything bad. i had the same problem in the Q3DM17 I did and it works fine with that error. I think I got rid of it though.....

 

But, I would try what Wedge said:D

Posted

I tell you why. :D

 

See, this is what Lil Killa described:

 

trigger_multiple -> target_relay

target_relay -> target_delay and trigger_hurt => they will have the same targetname

target_delay -> trigger_hurt but also to itself because of the same targetname.

 

So what I say is:

 

trigger_multiple -> target_relay and target_delay

target_relay -> trigger_hurt

target_delay -> trigger_hurt

 

This way, only the target_delay and target_relay will have the same targetname, but that is OK, and there will be no error message.

Posted

Excellent,

 

Thanks Leslie Judge!! Thanks works just fine. I really haven't been getting enough sleep to not to notice that (I actually tried that setup earlier, but only after trying the first setup, by which time everything had the same target name!!!).

 

BTW does anyone happen to know if there is a entity flag for items/weapons that will only allow one team to pick them up?

(In Quake3:TA it was wf_team 1(Red) or 2(Blue)

 

Monsoontide

Posted

I don't know such a possibility in JK2, but because it is based on the Q3TA engine... I would try those if I were you.

 

 

[edit] OK, I saw your other thread where you say they don't work in JK2. [/edit]

Archived

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

×
×
  • Create New...