Page 1 of 1
What About Screen Shaking?
Posted: Thu Jun 18, 2009 4:53 pm
by metal_head
Is there a command that can do a sceen shake? I couldn't find such command in the manual, but because I am the one that's searching, there's 90% chance that there IS a command for that. I looked at the misc and special effects section too and I couldn't find anything

I wanna make the screen to shake when a gun's fired...I know how to do it, but I need a screen shake, not a camera rotation.
Re: What About Screen Shaking?
Posted: Thu Jun 18, 2009 6:56 pm
by Juutis
Each time a weapon is fired you could shoot a projectile with screen shake to the ground below the player.
Re: What About Screen Shaking?
Posted: Thu Jun 18, 2009 10:00 pm
by metal_head
...That means that there is no command for that, right

Well I'll think about it, thanks!

Re: What About Screen Shaking?
Posted: Fri Jun 19, 2009 9:54 am
by QuestOfDreams
There are many ways to do screen shaking via a script.
- trigger a ScreenShake entity
- SetFixedCameraPosition
- attach the camera to a pawn and move the pawn
- ...