Intelligent storage management for Skyrim SE/AE. Create storage networks that automatically route items from a master container to designated destinations based on customizable filters.
- Intelligent sorting - Items automatically route to the right containers based on customizable filters
- 52 filters in 12 families - Weapons, Armor, Valuables, Consumables, Books, Crafting Materials, Enchanted Items, Unique Items, and more
- Whoosh - Quick-deposit inventory items to your master chest with configurable categories
- Sell automation - Items in your sell container are automatically sold for gold on sleep/wait
- Vendor wholesale - Register merchants for scheduled visits with better rates (requires Investor perk)
- Summoned chest - Access your master container from anywhere with a 2-minute conjured chest
- LOTD integration - Museum-needed items filter to a dedicated container (requires TCC)
- SCIE integration - Link containers work as crafting sources, SCIE containers can join Links
- Follower storage - NFF and KWF follower containers appear in the picker (auto-detected)
- Link Presets - Import ready-made Links from INI files. Ships with Eli's Breezehome preset. Mod authors can create presets for any player home
- Container Lists - Access containers from other cells in the picker. Ships with LOTD Safehouse (23 containers) and General Stores (27 containers). Enable/disable per list in MCM
- Custom config menu - Scaleform UI with drag-to-reorder filter priority
- SkyUI MCM - 7 configuration pages for settings, sales, compatibility, and maintenance
- 13 languages - English plus 12 translations in optional Babel package
- Find a container you want as your master chest
- Cast Create Link while looking at it
- Name your Link (defaults to the cell name)
- A config menu opens - assign filters to nearby containers
- Sort reshuffles all items across the network based on your filter configuration
- Sort - Reshuffle the entire network based on current filters
- Sweep - Reverse: pull everything from linked containers back to master
- Whoosh - Quick-deposit inventory items to master (configurable category selection)
- Cast Set Sell Container on a container
- Drop items you want to sell into it
- Sleep or wait - SLID automatically sells items and deposits gold
Vendor Wholesale: Register merchants for better rates. Requires the Investor perk and 5,000 gold. Vendors visit your sell container on their own schedule.
Cast Conjure Link Chest to summon your master container anywhere for 2 minutes with full access to Sort, Sweep, and Whoosh.
| Family | Children |
|---|---|
| Weapons | Ranged, 1-Handed, 2-Handed, Staves |
| Armor | Light Armor, Heavy Armor, Shields, Clothing |
| Valuables | Rings, Amulets & Circlets, Gemstones, Soul Gems |
| Consumables | Potions, Poisons, Food Cooked, Food Raw |
| Books | Spell Tomes, Skill Books, Notes & Letters, Scrolls, Books Unread, Spell Tomes Unlearned |
| Crafting Materials | Ingots, Ores, Pelts & Hides, Leathers, Creature Parts, Ingredients, Building Materials |
| Enchanted Items | Unknown Enchantments, Enchanted Weapons, Enchanted Armor, Enchanted Valuables |
| Unique Items | Daedric Artifacts, Dragon Claws, Dragon Priest Masks, Guild Equipment, Unique Weapons, Unique Armors, Unique Valuables |
| Ammo | Arrows and bolts |
| Keys | All keys |
| Misc | Miscellaneous items |
| Museum Needed | LOTD museum items (requires TCC) |
SLID adds 6 lesser powers (auto-granted on game load):
- Create Link - Designate a container as Link master and open config menu
- Add Container to Link - Give a container a custom name for easy identification
- Remove Container from Link - Remove a container from your Link
- Detect Linked Containers - Highlight Link containers (white=master, blue=linked, orange=sell)
- Set Sell Container - Designate a container for automatic selling
- Conjure Link Chest - Summon your master container anywhere for 2 minutes
- Skyrim SE/AE (1.5.97+)
- SKSE64 (matching your game version)
- SkyUI (for MCM)
- Address Library for SKSE Plugins
See docs/Build.md for prerequisites and setup.
cmake --preset release
cmake --build build/release --config ReleaseOutput: build/release/Release/SLID.dll
SLID supports custom filters, presets, container lists, and vendor whitelists via INI files. See docs/ModAuthorGuide.md for:
- Trait reference for filter definitions
- Preset and container list authoring
- INI file format and naming conventions
- Plugin API for SKSE messaging integration
Example filter:
[Filter:your_items]
DisplayName = Your Mod Items
Description = Items added by Your Mod
RequireTrait = formlist:YourMod.esp|0x123ABC
Parent = misc
WhooshDefault = trueExample container list:
[ContainerList:My Storage]
RequirePlugin = MyMod.esp
Description = Storage containers from My Mod
[ContainerList:My Storage:Containers]
MyMod.esp|0xABC = Weapon Chest
MyMod.esp|0xDEF = Armor Chest- Build Guide - Prerequisites, compilation, deployment
- Mod Author Guide - Custom filters and API
- Changelog - Version history
MIT