Loot Skyrim
About Loot Skyrim
Install forty mods and the order they load in decides whether the game runs. Two mods editing the same thing, the later one wins, and getting that sequence wrong produces crashes, missing textures and quests that refuse to start. Loot Skyrim works out the order for you, and the interesting part is how it decides.
It does not look your mods up on a list. It opens each plugin, reads what records it contains, and works out from the contents which ones conflict and which depend on which. Those relationships become a graph of must-load-before connections, and sorting that graph produces the order.
The consequence matters more than the mechanism. A mod released this morning that nobody has catalogued sorts correctly anyway, because the tool is reading the actual file rather than consulting a directory of known names.
Hard rules and soft rules
Not every relationship carries the same weight in Loot Skyrim, and the distinction explains results that otherwise look arbitrary.
Some rules are absolute. A plugin that depends on another must load after it. A plugin stating a requirement must load after what it requires. And the games themselves hardcode positions for certain files, which no sorting can override.
Other relationships are advisory, applied where possible and abandoned where they would contradict something already fixed. That layered approach is why the result is usually sensible rather than merely valid.
It also means more than one correct order can exist. Two mods that never touch the same records have no required relationship, so their relative position simply does not matter, and a different tool producing a different sequence is not evidence that either is wrong.
The community metadata, and what it deliberately omits
Reading contents resolves most cases for Loot Skyrim and not all. Some conflicts only appear at runtime, some mods misdeclare what they need, and some relationships are matters of intent rather than data.
A community-maintained list fills those gaps, downloaded and kept current automatically. The design decision inside it is the clever part. That list records relationships, saying this loads after that, rather than assigning fixed positions in a numbered sequence.
Fixed positions were how the previous generation of tools worked and they aged badly, because every new mod meant renumbering and any unusual combination broke. Relationships compose. Whatever set of mods you happen to have, the same statements still apply and still produce a working order.
Your own rules, in two shapes
Where Loot Skyrim gets it wrong for your particular setup, you correct it, and the correction persists across every future sort rather than being undone the next time you press the button.
Two forms cover the cases. A load-after entry handles a specific pair, saying this one plugin must come after that one. Groups handle the broader situation where a plugin needs to sit after everything of a certain kind, which is how large collections stay manageable without writing hundreds of individual rules.
Getting into the habit of adding a rule rather than dragging entries by hand is the difference between a load order that survives your next installation and one you rebuild every time.
What it checks while it sorts
Sorting is only half of what Loot Skyrim does. The same pass reports problems, and these are the ones that actually break games.
Missing masters, where a mod depends on a file you do not have installed. Incompatibilities, where two mods are known not to work together. Cyclic dependencies, where the rules contradict each other and no valid order exists. Unmet requirements of any other kind.
Alongside those come thousands of plugin-specific notes contributed over the years, covering known bugs, usage warnings and instructions particular to individual mods. Reading them is often more valuable than the sorting.
Loot Skyrim also backs up quietly, which deserves a mention. The load order is saved automatically before a sort is applied, before an ambiguous order is corrected, and before a backup is restored. The ten most recent automatic backups are kept, and backups you make deliberately are never removed on your behalf.
What it will not do for you
Three Loot Skyrim boundaries need stating clearly, because assuming otherwise causes real frustration.
It does not install anything. Downloading, extracting, placing mods is a separate job, and Vortex Mod Manager handles that side, including running this same sorting internally.
Anyone managing mods by hand still needs an archiver for the packages they arrive in.
It does not resolve conflicts, only orders them. When two mods change the same record, sorting decides which one wins, and that is not the same as making them work together. Genuine compatibility needs a patch that merges both changes, which is a manual job.
And it cannot tell that a plugin is out of date. It has no way of knowing what version you have or what exists, so a warning about an obsolete mod only appears if somebody contributed that information. For editing the models and meshes those mods contain, NifSkope is the tool at that end of the pipeline.
Conclusion
Loot Skyrim removes the part of modding that nobody enjoys and most people get wrong. Reading the plugins rather than consulting a list means it copes with mods nobody has catalogued, the checks it performs during sorting catch the specific faults that produce crashes, and the automatic backups mean an experiment costs you nothing.
Understand the boundary and it will serve you for years. It orders, it warns, and it does not install, resolve or patch anything. Learn to write a rule when the result disagrees with your setup, read the messages it attaches to individual mods rather than skipping past them, and treat the sorted order as a working foundation rather than a guarantee that forty mods will get along.
Pros & Cons
- Reads plugin contents, so unknown and brand new mods sort correctly straight away
- Distinguishes absolute rules from advisory ones, producing sensible rather than merely valid orders
- Community metadata records relationships rather than fixed positions, so it adapts to any combination
- Your own load-after rules and groups persist across every future sort
- Reports missing masters, incompatibilities, circular rules during the same pass
- Carries thousands of contributed notes and bug warnings for individual mods
- Backs up the load order automatically before applying any change
- Does not install, extract or manage mods in any way
- Orders conflicts rather than resolving them, so patches are still your job
- Cannot detect that a plugin is outdated unless somebody recorded it
- Correcting a wrong result means learning the rule syntax rather than dragging entries
- Different tools can produce different valid orders, which looks like disagreement
Frequently asked questions
No. It reads plugins that are already installed and works out the order they should load in. Downloading, extracting and installing are handled by a mod manager, some of which run this same sorting internally.
Because more than one correct order usually exists. Plugins that do not touch the same records have no required relationship, so their relative position is arbitrary and two tools can both be right.
No, and this is the most common misunderstanding. Ordering decides which mod's version of a shared record wins. Making two mods actually work together needs a patch combining both sets of changes.
Add your own rule rather than rearranging by hand. A load-after entry covers a specific pair, and a group covers a plugin that must sit after many others. Either persists through every future sort.
Because your current order already matches what it calculated. Nothing is wrong and nothing needs applying, which is a normal result once a load order has settled.


(3 votes, average: 3.67 out of 5)