Forum breadcrumbs - You are here:ForumCommunity Boards: Hammer and ModdingCrushers
Please or Register to create posts and topics.

Crushers

Page 1 of 2Next

I'm putting a couple crushers in my map. I have a button to activate them. What output should I use to make them continue crushing? It will crush once, pull back, and just sit there. I've tried using the output "SetAnimation" and "SetAnimationNoReset" I have a button that deactivates them later in the map. Also, what should I use for the sound? Right now I have a trigger_multiple with the following output and only the "physics objects" flag checked:

MyOutput: OnStartTouch
TargetEntity: up_crusher_sound_1 (the name of the ambient_generic)
TargetInput: PlaySound
Parameter: <none>

The ambient_generic has the sound, "World.MpCoopTbeamMazeCrusherImpact."

Hey, set the button, so when it activates, it enables a logic_timer. And the timer should trigger the crushers every <WhateverNumberhere> seconds. Sorry, I dont really know how to explain in depth, so I might as well kill myself :notwant: :money:

Edit by Djinndrache:
Nice, you can spam thousand smilies in one post. Don't do that again.

Code: Select all<msleeper>: i'm a fat male who gets bored at sporting events

Oh no not this again

I think this has already been discussed, go google it again, search "logic_timer crushers", that should give you some results.

Code: Select all<msleeper>: i'm a fat male who gets bored at sporting events

Use this instance Crusher Instances (many custom options) and you will have everything you ever could need (of course if you use it the right way).

Skotty wrote:
Use this instance Crusher Instances (many custom options) and you will have everything you ever could need (of course if you use it the right way).

Lol, I didnt know about that, Im stupid.

Code: Select all<msleeper>: i'm a fat male who gets bored at sporting events
Skotty wrote:
Use this instance Crusher Instances (many custom options) and you will have everything you ever could need (of course if you use it the right way).

I'm a little confused about this. I downloaded the instance and I have it in my map. When I run it, it doesn't start. What's supposed to start it?

you need to be able to trigger one of the logic_relays/logic_autos/etc with a trigger or something else of the sort.

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
CamBen wrote:
you need to be able to trigger one of the logic_relays/logic_autos/etc with a trigger or something else of the sort.

Which one should I activate if I want it to repeatedly crush without stopping until the de-activate button is pressed? There's like twenty things in there you could activate. Which one is it?

dunno i never downloaded it. just choose the most relevant one and try some out

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!
Page 1 of 2Next