Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Kreiste - Mura - lainV01

Uploaded by

lainV01

Virus scan

Safe to use

Tags for this mod

About this mod

A Dynamic Armor Variants config to automatically swap to the lowered version of the Elmlock hood when entering a safe interior.

Requirements
Permissions and credits
Changelogs
This mod uses Dynamic Armor Variants to swap the Elmlock Armor hood with the lowered version when in a safe interior.

  • Also includes the Khajiit, Argonian, and Elf hood variants
  • Works for the player and NPCs
  • No plugin, just a JSON config file
  • Optional file for Elmlock Armor - Color Variants


These are the conditions used to determine a "safe interior":


"IsInInterior == 1 AND",
"LocationHasKeyword LocTypeCemetery == 0 AND",
"LocationHasKeyword LocTypeCastle == 1 OR",
"LocationHasKeyword LocTypeDwelling == 1 OR",
"LocationHasKeyword LocTypeGuild == 1 OR",
"LocationHasKeyword LocTypeHabitation == 1 OR",
"LocationHasKeyword LocTypeInn == 1 OR",
"LocationHasKeyword LocTypeStore == 1 OR",
"LocationHasKeyword LocTypeTemple == 1 OR"


This roughly translates to:

is inside AND not a cemetery AND in a castle, dwelling, guild, habitation, inn, store, or temple


If you want the hood to be lowered in towns/cities, you can add these lines before "IsInInterior == 1 AND":

"LocationHasKeyword LocTypeCity == 1 OR",
"LocationHasKeyword LocTypeTown == 1 OR",


I only tested this on my human character and Inigo, so let me know if there's any issues :)