Please or Register to create posts and topics.

angry cores taking anger management

PreviousPage 2 of 3Next

i was using trigger_push before and it was like bowling and minigolf combined. I managed to get the desired effect with lots and lots of catapults and targets

Just when I think I understand the system, it changes on me.

Bowling and minigolf combined? Sounds fun. 'thinks about rolling bowling balls into holes'

Signatures are overrated.

To turn off them exploding on touch, do the following:
- put a trigger_multiple (flags set to physics only) in your vac tube entrance
- give this trigger_multiple the following output:

Code: Select all
OnTrigger
!activator
Addoutput
ExplodeOnTouch 0

- put another trigger at the exit point
- give this trigger_multiple the following output:

Code: Select all
OnTrigger
!activator
Addoutput
ExplodeOnTouch 1

See, these are the things that are not documented I can't find that drives me nuts. Thank you

Just when I think I understand the system, it changes on me.

One other little trick with AddOutput:

Using it to change a KV isn't well-documented, but if you want to experiment with it from ent_fire, you have to wrap the "ExplodeOnTouch 1" or whatever in quotes. Otherwise it says you should be using it to add outputs, not change KVs.

Skotty: Isn't the "Explode on Touch" feature a spawnflag, not a KV? Can you change those?

Falsi sumus crusto!

It's no spawnflag. And if it would be, just replace the spawnflags value including >something< with the number that excludes >something<.
It works for everything.

okay hammer is acting up and it is really pissing me off. after making this one little change, the compiler freaks out over nodes with no volumes and invalid brushes and textures. I try to use a cordon to find this thing and hammer crashes. I attempt to reload the map and now it crashes every single time it attempts to load it

Just when I think I understand the system, it changes on me.

Never put ANYTHING in "" in any Hammer window!!!

The addoutput parameters may be seperated by a space, but they still are saved together. So do NEVER put "ExplodeOnTouch 0" in there, NEVER ""

I wish you had posted that sooner -_-

EDIT: i removed the quotes in notepad. It works now, thanks

Just when I think I understand the system, it changes on me.

That's why I didn't wrote it in "" in the other post :P

PreviousPage 2 of 3Next