Ground Shaking Stagger

Post » Sat Nov 17, 2012 7:21 am

Hi everyone! I'm making a mod and trying to script it so that when a giant throws an object near the player the earth shakes. I'm not sure if it is possible. If not then I guess I want to make the player stagger once the object hits the ground. Any suggestions?
User avatar
Nadia Nad
 
Posts: 3391
Joined: Thu Aug 31, 2006 3:17 pm

Post » Sat Nov 17, 2012 3:20 pm

KnockAreaEffect is probably the function you're looking for. Setting it to (1, 1500) shakes about a 70' radius or so. You just have to figure out the timing, like when the object hits the ground.. I'm not familiar enough with magic effects to know about that. But an onHit event may do the trick it it's a projectile or other actual object.
User avatar
Red Bevinz
 
Posts: 3318
Joined: Thu Sep 20, 2007 7:25 am

Post » Sat Nov 17, 2012 11:33 am

http://www.creationkit.com/ShakeCamera_-_Game might come in handy.
User avatar
Manuel rivera
 
Posts: 3395
Joined: Mon Sep 10, 2007 4:12 pm

Post » Sat Nov 17, 2012 9:17 am

you can also use an explosion when the object comes in contact with the player/ground near the player.

there is already a explosion that is exactly what you would need for the effect
User avatar
Avril Churchill
 
Posts: 3455
Joined: Wed Aug 09, 2006 10:00 am


Return to V - Skyrim