. . . Posted June 11, 2016 Share Posted June 11, 2016 (edited) Hello, I have a question . So, if possible I want to make my character be able to cause a screen shake for all players & himself when he goes insane, would that be possible or no? I checked through camerashake.lua, bearger.lua & deerclops.lua but couldn't understand anything ... I'd really appreciate some pro help !!! Thank you for reading me question, have a great day/night !!!!!! Edited August 20, 2016 by SuperDavid Link to comment https://forums.kleientertainment.com/forums/topic/68085-solved-is-it-possible-to-cause-a-screen-shake-on-certain-event/ Share on other sites More sharing options...
DarkXero Posted June 11, 2016 Share Posted June 11, 2016 -- modes: CAMERASHAKE.FULL, CAMERASHAKE.SIDE, CAMERASHAKE.VERTICAL -- duration, speed, scale; play with those to adjust the shake and how much of it reach farther distances -- source: entity causing the shaking -- maxDist: no part of the shake won't reach people outside that ShakeAllCameras(mode, duration, speed, scale, source, maxDist) -- Deerclops example: ShakeAllCameras(CAMERASHAKE.VERTICAL, 0.5, 0.03, 2, inst, 40) Link to comment https://forums.kleientertainment.com/forums/topic/68085-solved-is-it-possible-to-cause-a-screen-shake-on-certain-event/#findComment-782511 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now