Special Effects

Post » Fri Apr 17, 2015 6:21 am

I'm trying to apply visual and audio effects when a boss reaches a certain threshold of damage. How would you create these? Do you create a spell/power and set its effects to just visual and audio effects? What if I just want to have some visual effect occur at some point in a cell? I've looked around but I can't find any information on how modders have done this before.

thanks,

Nathan

User avatar
Chris Duncan
 
Posts: 3471
Joined: Sun Jun 24, 2007 2:31 am

Post » Fri Apr 17, 2015 9:16 pm

You could create a spell to go off, attach the desired explosion and sound effect to it. Add a script to the actor for the effect to go of if the health reaches a certain threshold. Make sure it can only go off once if the boss regenerates health.

As for the cell, I guess a collision box + a timer of some sort would give you the effect you're looking for.

User avatar
Juan Cerda
 
Posts: 3426
Joined: Thu Jul 12, 2007 8:49 pm


Return to V - Skyrim