I can't figure out how to make the effect "shaking room".
You pass a scrip and then a room starts shaking and some monster sound starts playing. I have no clue what my script should contain O_O
Dubstep <3
(This post was last modified: 06-11-2011, 02:54 PM by xtron.)
StartScreenShake(How much it should shake... just test some, How long it should shake, how much time till shaking on full power, How much time till from full power shaking to 0);
the first thing "How much it should shake... just test some" for cave in I prefer 2.
For some room shaking make it just 0.5f to 1.0f max.
Got a nice sofa
Please come and have a seat for a while
(This post was last modified: 06-11-2011, 02:55 PM by ferryadams10.)
And I get this error "FATAL ERROR: Could no tload script file 'custom_stories/.../maps/nms1.hps'!. Main (203, 1): ERR : No matching signatures to 'StartScreenShake(string@&, string@&, string@&, string@&)'"
And I get this error "FATAL ERROR: Could no tload script file 'custom_stories/.../maps/nms1.hps'!. Main (203, 1): ERR : No matching signatures to 'StartScreenShake(string@&, string@&, string@&, string@&)'"
Btw, thanks for helping me
Don't put the numbers in quotation marks, as that is passing in a string of the digits, as opposed to numbers which the function expects.
Anything past 0.5f makes my head explode. It means the camera shakes 0.5 meters sideways/up & down. And if you're at 10...Yeah that's one heck of a headache you'll get.