Hello, I'm trying to get some camera shaking into a map, but I don't want it to be shaking all the time, just a few shakes every few seconds.
I've been following the tutorial here for this (only one i could find), and the way I understand it, I should be changing the value for "repeatDelay" to get what I'm looking for. I've changed it to many different numbers, but there is no difference and the camera just shakes constantly.
Here's what my .efx file looks like right now:
Works fine except for the delay. Any ideas...?
I've been following the tutorial here for this (only one i could find), and the way I understand it, I should be changing the value for "repeatDelay" to get what I'm looking for. I've changed it to many different numbers, but there is no difference and the camera just shakes constantly.
Here's what my .efx file looks like right now:
Code:
repeatDelay 4000 CameraShake { name Shake flags usePhysics life 500 500 bounce 1 1 radius 1000 1000 }
Works fine except for the delay. Any ideas...?
oh no