Absorb Dragon Soul: Which animation it is?

Post » Sat Nov 17, 2012 1:16 am

Does anyone know where is found the animation for the Dragon Soul absorption?

And...there's any way to change what's written (Dragon Soul Absorbed)?

...and which sound is associated with that?

...there is anywhere any master list of animations and sounds?


Thanks,
Jashkar
User avatar
City Swagga
 
Posts: 3498
Joined: Sat May 12, 2007 1:04 am

Post » Sat Nov 17, 2012 9:20 am

If you open up the MQKillDragon quest and look at the Script panel, you'll see a script called MQKillDragonScript. That script contains all the code behind the entire dragon soul absorption sequence. anolyze it and learn how it works. To find out exactly which animations, effects, and sounds are used, check the script's Properties :)
User avatar
Chrissie Pillinger
 
Posts: 3464
Joined: Fri Jun 16, 2006 3:26 am

Post » Sat Nov 17, 2012 1:39 am

If you open up the MQKillDragon quest and look at the Script panel, you'll see a script called MQKillDragonScript. That script contains all the code behind the entire dragon soul absorption sequence. anolyze it and learn how it works. To find out exactly which animations, effects, and sounds are used, check the script's Properties :smile:

Yes...I found out, thanks...

However...it's not an animation (as I thought), but a very complex script-driven scene... :(

I'll probably look at it for inspiration, but I'll need to find the proper Highlander-like combo...

Jashkar
User avatar
ANaIs GRelot
 
Posts: 3401
Joined: Tue Dec 12, 2006 6:19 pm

Post » Sat Nov 17, 2012 9:25 am

Actually the vast majority of that script IS just playing animations, one after the other, with appropriate wait times. It shouldn't be difficult to apply that to other NPCs, except for the bits that place the skeleton (as there's no humanoid skeleton model that works like the dragon skeleton model).
User avatar
Lily Evans
 
Posts: 3401
Joined: Thu Aug 31, 2006 11:10 am


Return to V - Skyrim