Forum Thread
Search
by member
  Posts  
Creating a jolt/shaking effect in the source engine (Forums : Coding & Scripting : Creating a jolt/shaking effect in the source engine) Post Reply
Thread Options
Jul 22 2008, 5:28pm Anchor

Hey guys,

A couple of my designers and I are trying to figure out how to add a jolt or shakiness to a certain part of the level for Grayshot in the source engine. We're still working on perfecting this capability, but does anyone have any ideas on how this jolt or shakiness can be executed? I'm thinking that its a matter of a trigger radius causing a jolt near a certain object to give the illusion of like a tremor happening. Am I wrong or does anyone know a better way of how we can simulate this jolt/shake?

The situation is, you are in a sewer and the grayshot monster is walking overhead. We want to give the illusion that the top of the sewer would jolt or shake, perhaps a loose pipe would fall or a loose overhead light. Thoughts are appreciated.

Tks,
Brad.

Edited by: grayshot

deathrainer
O
N
L
I
N
E
deathrainer Commander GIggles
Jul 22 2008, 5:46pm Anchor

In hammer add a trigger to where you want the player to make the shake happen and name it somelike like omfg run earthquake or idk trigger 1, then make a env_shake and make the radius w/e you want then adjust the shit to what you want, name it like shake1 or something, use the flags gloabl shake and and I havnt used "physics before but you could try that and see how it comes out.  For a falling pipe, make a prop_phys_overide or just plane prop_phys, use the flag start motion disabled, name it like pipe1, then go back to your trigger brush make an ouput of:

OnStartTouch
"physprop name"
Enable Motion
and a delay time of w/e you want experiment with shit :D

Hope this helps a bit and gl with mod!

Jul 22 2008, 5:56pm Anchor

Thank you very much deathrainer. We'll give that a shot!

:D

Brad

--


Grayshotgame.com
Can You Survive?
Reply to Thread

Only registered members can share their thoughts. So come on! Join the Mod DB community today (totally free) and join in the conversation.