About this mod
An alternative to Death Expressions. Uses po3's Papyrus Extender's OnActorKilled event to avoid cloak and constantly running spells.
Applies random expressions on NPCs when they die.
Allows setting the facial expressions of corpses too.
Expressions are editable. ESPFE.
- Requirements
- Permissions and credits
- Changelogs
- Donations
SKSE
Mfg Fix
powerofthree's Papyrus Extender
PapyrusUtil SE - Modders Scripting Utility Functions
Description:
This plugin hooks into po3's Papyrus Extender's OnActorKilled event to apply expressions on killed NPCs.
The expression is randomly selected from a list of files.
The expression files can be edited from the SKSE/Plugins/DeathExpressionsDX directory.
Crouching, holding L-Shift (configurable), and activating a dead NPC will give an option of setting the facial expression of the corpse.
The applied expressions should be persistent on persistent corpses too.
This is an alternative to Fheese's Death Expressions.
Settings:
You can configure the plugin by editing the SKSE/Plugins/DeathExpressionsDX/Settings.json file.
List of settings:
modenabled:
Whether to have the mod active or not. (Default: 1)
expressionoptionenabled:
Whether to show the "Expression" option when crouch activating a dead NPC. (Default: 1)
requiremodkey:
Whether to require holding down the mod key to have the "Expression" option when crouch activating a dead NPC. (Default: 1)
modkey:
The DXScanCode of the mod key. (Default: 42 or L-Shift)
reapplyongivetake:
Whether to reapply the expression when giving or taking items to/from a dead NPC. (Default: 0)
separatesexes:
Whether to check the sex of the killed NPC when applying an expression. If disabled, defaults both sexes to use the EnabledExpressionsMale list. (Default: 1)
allowplayer:
Whether to apply a death expression on the Player upon death. (Default: 0)
cellscanfrequency:
The frequency in seconds to check if the player has changed cells.
This is used to reapply the expressions on dead NPCs since the game keeps resetting them. (Default: 3.0)
enabledexpressionsmale:
The list of expressions to randomly choose from for male NPCs.
(Default: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35])
enabledexpressionsfemale:
The list of expressions to randomly choose from for female NPCs.
(Default: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35])
enabledexpressionsplayer:
The list of expressions to randomly choose from for the Player.
(Default: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35])
My Other Mods: