Jump to content

Facial Expressions on Death


ev3rliving

Recommended Posts

This is going to be mostly a silly concept. Can someone make a mod so we can adjust the facial expressions that characters (player and humanoid npcs) have when they die? Right now all characters die expressionless with their eyes closed. I've being playing Overwatch and several of the death facial expressions are hilarious, so I want to know if that could be implemented in Skyrim as well.

 

Here's a video of the faces of dead Overwatch characters for anyone curious

Link to comment
Share on other sites

  • 1 year later...

Well making mod for facial expressions in death makes perfect sence. If someone dies instantly then he/she has no time to close eyes right? Let's say i play archers mostly and then you shoot someone from far away or if you kill him from sneaking there is just no way he can manage to close his eyes. As it was stated: Death is ugly (especially in a war) so let it be. It would also feel more realistic and immersive (mainly for players like me who preffer darker side of skirym). I'm running enchanced blood, BLEED, BLEAK ENB and Dark Fantasy Overhaul. The skyrim looks just perfect now exept the killed NPCs always have the eyes closed, which doesn't make sence. If your head gets pierced with arrow you won't even have time to close your eyes. The shock won't let you. Good idea.

Link to comment
Share on other sites

  • 4 months later...

With some help from HHaleyy, would something like this work?

 

ScriptName DeathExpression extends Actor

Event OnDying(Actor akKiller)
self.SetExpressionPhoneme(1, Utility.RandomInt(50, 100)) ;BigAh
self.SetExpressionModifier(Utility.RandomInt(8, 11), Utility.RandomInt(50, 100)) ;Random Look Modifier
EndEvent

 

or

 

ScriptName DeathExpression extends Actor

Event OnDying(Actor akKiller)
MfgConsoleFunc.SetPhoneme(1, Utility.RandomInt(50, 100)) ;BigAh
MfgConsoleFunc.SetModifier(Utility.RandomInt(8, 11), Utility.RandomInt(50, 100)) ;Random Look Modifier
EndEvent

Link to comment
Share on other sites

  • 3 months later...

Between blood mods and FX mods that would definitely help with the combat by having different facial expressions upon deaths for decapitation, poison, stealth kills and soul trap ( NPC's eyes the demon color on race menu). Might be able to use race menu mods to help

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

I have created the mod for Skyrim.

 

Death Expressions

https://www.nexusmods.com/skyrim/mods/97832

Go around and kill people and see what face they will make.

Faces will reset to default closed eyes and mouth when reloading a cell.

 

Special thanks to "ev3rliving" and "HHaley" for some hints to the code otherwise this wouldn't have happened.

Edited by Fheese
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...