triggering

Firkat54

Newbie
Joined
Mar 19, 2005
Messages
236
Reaction score
0
i dont know exactly how to do this, but i want an object, to go into a goal..and all of the people on the opposite team to die..

so CT's score, Terrorists die. and the other way around too. I know that i need to make outputs to kill the players, but i dont know how to configure that

and i dont know how to configure the, puck going into the net means goal, start killing
 
Goal == trigger_multiple; set its Flags and a Filter Entity if necessary so that only the puck can trigger it.

To kill all players on a certain team, make two trigger_multiples that encompass the entire map, and have each one filtered by a filter_activator_team, one for CTs and one for Ts. Activate one of these trigger_hurts and everyone on the filtered team will die.
 
ok..i have the trigger multiples set up, and a puck with the name "puck" how do i set up the nets output to hurt the players when it goes in?...i just need a little bit more detail.

---------------------------
[EDIT]

all i need to know is which "output named", "target entities named" etc.
 
Goal 1 - output OnTrigger target killts input Enable
Goal 2 - output OnTrigger target killcts input Enable

Where killts is the targetname of a T-filtered trigger_hurt, and killcts a CT-filtered one.
 
Raeven0 said:
Goal 1 - output OnTrigger target killts input Enable
Goal 2 - output OnTrigger target killcts input Enable

Where killts is the targetname of a T-filtered trigger_hurt, and killcts a CT-filtered one.

seems simple enough..but what i meant was how to make the filter the puck

(i dont know how to set up filters at all..lol)
 
ok....how do i make the puck (func_physbox) more reactive to the knife? it barely moves even with the desert eagle.
 
i set it to 1 and it only moves when shot..or stepped on..but when stepped on it barely moves

can i set it to 0.01?

-----------------------
[EDIT]
Or is there a model i could use as a props physics instead, but still looks like a puck?
 
ok..i tried 0.001 and it works!..everything works..thanks for the help :)
 
This is just offtopic but are you making kinda' CS:S hockey game? :D
 
Dodo said:
i think he's on that modding teams of source ball

http://www.sourceball.com/

;)

nah...but i want that mod when it comes out...if you want my hockey map (which isn't very good because im a beginner) you can Download it, along with my other maps here The Black X Operation Please dont comment too harshly as im just starting mapping, and as Raeven knows, I'm not too good with triggers and such that I've never used before. :P
 
Back
Top