Screen shake effects

betterbold

Active member
Sure, I already know "quakeframe" but it shake up and down only. (may be)
Is there any way to shake left and right ?

I really enjoy modding everyday. ;D
Thanks for Openbor stuffs and members !!
 
betterbold said:
Sure, I already know "quakeframe" but it shake up and down only. (may be)
Is there any way to shake left and right ?

I really enjoy modding everyday. ;D
Thanks for Openbor stuffs and members !!

Sure - you can control the whole screen offset using gfx_y_offset, gfx_y_offset_adj, and gfx_x_offset. All you need to do from there is create a dummy entity to control them, or kill two birds with one stone and run the screen shaking script through whatever visual effect entity you have on play.

For example, I always put my quakeframes and landing sound effects into dust entities. You could do the same with the script that activates these offsets controls to make side to side shaking.

https://www.youtube.com/watch?v=mmZCfgIo_hY
 
Back
Top Bottom