Skyrim

About this mod

Resources for adding a closet system to your mod which allows the user to place and quick equip up to 16 outfits separated into separate drawers. fast store and fast equip with ease.

Requirements
Permissions and credits
Donations
As of V15 of Legacy, this module has been included in Legacy of the Dragonborn and now no longer needs to be downloaded. The mod itself has been re-categorized as a modder resource.

This simple mod adds a scripted closet system to the Legacy of the Dragonborn museum safehouse bedroom. This closet system consists of 16 drawers and two activators. One activator will sort your currently equipped outfit into the chosen drawer on a menu, the other activator will equip the contents of the chosen drawer from a menu list.

The system handles non-weapon equipment (does include shields). This mod will remove all standard and non standard equipable armor items from helms, and jewelry to custom cloaks, packs and attached items (equipable lanterns, bandolier mod, etc).

The drawer categories are broken into 3 main categories each with several drawer options:

Work Attire: Smithing, Enchanting, Alchemy, Merchant, Farm, Mining
Standard Attire: Casual 1, Casual 2, Formal 1, Formal 2, Sleep, Swim
Adventuring Attire: Armor 1, Armor 2, Armor 3, Travel, Hunting, Ceremonial armor

KNOW LIMITATIONS:
Due to how Skyrim's script system functions, any armor item which provides a scripted ability or perk using OnEquipped()/OnUequipped() will not be added and removed from the player automatically when the armor is added or removed. The only way around this is if the armor in question has a OnContainerChanged() event as well which will shut down or turn on the ability when the item is given or taken from the player. This function seems to work more reliably than the OnEquipp/Unequip function.

INSTALATION:
If using Legacy of the Dragonborn currently, make sure to empty the middle wardrobe cabinet in the safe house bedroom prior to installation as this mod will remove that cabinet to make room for the Dovahcloset.

REQUIREMENTS:
This mod requires Legacy of the Dragonborn V14 or greater, all 3 official DLC's and SKSE V1.7.2 or greater.

ASSET USE:
You are free to utilize this system in your mod as you see fit, please just make sure to credit me for it. You also have full permission to re-release this mod as an addon for other player house mods without requiring legacy as a master.

I have included a copy of all needed assets in the cell _DC_ResourceCell for easier dissection of the parts involved.