Table of Contents
- Contents
- Questions
- General Information
- What happened to BOSS v3?
- Do I have to switch from BOSS to LOOT?
- Is there anything I should bear in mind when switching to LOOT?
- I have a SkyProc patcher that runs BOSS. How do I get it to run LOOT instead?
- How can LOOT not have unrecognised plugins?
- Does LOOT sort based only on plugin content?
- How can the load order LOOT gives be right if BOSS gives a very different load order?
- I'm still suspicious that LOOT is ordering plugin X after plugin Y. How do I double-check the ordering?
- Using LOOT
- OK, but I still have specific reasons to have in my game a different load order than the one LOOT proposes. What do I do?
- I've run LOOT with obsolete versions of some plugins and LOOT didn't tell me to update them! How come?
- Common Issues
- I'm getting Git errors when LOOT tries to update its masterlist. How do I fix this?
- LOOT's window is blank when I'm starting it through Mod Organizer. What's up?
- LOOT shows the wrong or no version number for some plugins. Why?
- A game is installed, but LOOT cannot detect it. How do I fix this?
- When LOOT updates the load order, it removes line breaks from plugins.txt and loadorder.txt. Won't this break something?
- I'm using a proxy to connect to the Internet. How do I configure LOOT's masterlist updater to use it?
Contents
General Information
- What happened to BOSS v3?
- Do I have to switch from BOSS to LOOT?
- Is there anything I should bear in mind when switching to LOOT?
- I have a SkyProc patcher that runs BOSS. How do I get it to run LOOT instead?
- How can LOOT not have unrecognised plugins?
- Does LOOT sort based only on plugin content?
- How can the load order LOOT gives be right if BOSS gives a very different load order?
- I'm still suspicious that LOOT is ordering plugin X after plugin Y. How do I double-check the ordering?
Using LOOT
- OK, but I still have specific reasons to have in my game a different load order than the one LOOT proposes. What do I do?
- I've run LOOT with obsolete versions of some plugins and LOOT didn't tell me to update them! How come?
Common Issues
- I'm getting Git errors when LOOT tries to update its masterlist. How do I fix this?
- LOOT's window is blank when I'm starting it through Mod Organizer. What's up?
- LOOT shows the wrong or no version number for some plugins. Why?
- A game is installed, but LOOT cannot detect it. How do I fix this?
- When LOOT updates the load order, it removes line breaks from
plugins.txtandloadorder.txt. Won't this break something? - I'm using a proxy to connect to the Internet. How do I configure LOOT's masterlist updater to use it?
Questions
General Information
What happened to BOSS v3?
LOOT is BOSS v3. It got turned into a separate utility because concerns were raised about the major changes in expected functionality between v2 and v3.
Do I have to switch from BOSS to LOOT?
No. However, most of BOSS's current contributors are now more interested in contributing to LOOT, so BOSS will likely lag further behind in getting unrecognised plugins recognised as time goes on. One of the many improvements in LOOT is that it has no unrecognised plugins.
Is there anything I should bear in mind when switching to LOOT?
It's worth double-checking the load order LOOT gives you, in case it's gotten something wrong. Also, if you're not starting a new game, changing your load order may cause in-game issues. To avoid disaster, you can backup your load order as follows:
- Make a backup of your current
.esssave file, and its accompanying.sksefile (if you have SKSE installed). These are found in the%USERPROFILE%\Documents\My Games\Skyrim\Savesfolder. - Make a backup of your load order files,
plugins.txtandloadorder.txt, which are found in the%LOCALAPPDATA%\Skyrimfolder.
That way, if something does go wrong, you have backups to roll back to. If you don't overwrite or delete save files, you don't need to back them up, so long as you can remember which save was made before you made the changes that caused problems.
I have a SkyProc patcher that runs BOSS. How do I get it to run LOOT instead?
LOOT support may be added to SkyProc patchers in time. Until then, you can do the following:
- Run LOOT.
- Run your SkyProc patcher(s) with the
-NOBOSSargument. - Have fun.
How can LOOT not have unrecognised plugins?
To sort a plugin, BOSS needs it to be added to its masterlist, which is hand-ordered by its maintainers. LOOT instead reads the contents of each plugin to see which plugins conflict, etc. and uses that information to decide on the best ordering. This means that it can sort all plugins without needing them to become recognised first.
Does LOOT sort based only on plugin content?
No. While it can sort most plugins correctly, sometimes it gets things wrong, and LOOT's masterlist is used to provide metadata so that it can sort such plugins correctly. Unlike in BOSS, LOOT's masterlist doesn't give specific load order positions, which makes it more adaptable and easier to maintain.
How can the load order LOOT gives be right if BOSS gives a very different load order?
There can be more than one correct load order for a given set of plugins. For example, some plugins may not conflict or depend on each other, so their relative orders wouldn't matter. The load order BOSS gives is hand-made to look 'neat' as well as work, so plugins from the same mod will usually get grouped together, but LOOT doesn't know which plugins belong to which mod, so it just puts them where it thinks they work.
I'm still suspicious that LOOT is ordering plugin X after plugin Y. How do I double-check the ordering?
The most thorough method is to look for conflicts in TES5Edit and decide for yourself if the load order LOOT gives resolves them to your liking. Alternatively, selecting a plugin in LOOT before applying a sorted load order and ticking the "Show only conflicting plugins" checkbox will let you see if the two plugins conflict at all (though it will also show plugins with BSAs if the selected plugin loads a BSA).
Using LOOT
OK, but I still have specific reasons to have in my game a different load order than the one LOOT proposes. What do I do?
Users can supply metadata themselves to alter the order LOOT gives. It's not as precise as the user rules feature offered by BOSS, due to the nature of LOOT's ordering system, but there are two types of metadata that can be supplied to change load order:
- 'Load After' entries can be used for pairs of specific plugins.
- Priority values can be used when the plugin needs to load before or after many other plugins.
Be sure to read LOOT's readme for more information on these.
I've run LOOT with obsolete versions of some plugins and LOOT didn't tell me to update them! How come?
LOOT isn't omniscient. It may provide warnings for outdated plugins through the masterlist, but this depends on user feedback. LOOT has no way of being able to tell by itself if a plugin is outdated or not.
Common Issues
I'm getting Git errors when LOOT tries to update its masterlist. How do I fix this?
Try deleting the .git folder in %LOCALAPPDATA%\LOOT\<game folder>\. If that doesn't work, make sure any firewalls or security software you have installed aren't stopping LOOT from reaching the online masterlist.
Alternatively, your WinSock configuration may be corrupt: this can be fixed using the instructions here and here, or there's a fix-it utility here.
If LOOT still can't update its masterlist, you can update manually by downloading this file and placing it in the %LOCALAPPDATA%\LOOT\Skyrim folder. Replace Skyrim with oblivion, fallout3 or falloutnv as necessary, in the URL and the folder path.
LOOT's window is blank when I'm starting it through Mod Organizer. What's up?
Mod Organizer 1.2.10 has a bug preventing LOOT 0.7.0 from working properly. This has been fixed in Mod Organizer 1.2.11, and later versions.
There is also another issue that occasionally causes LOOT's window to be blank when started through Mod Organiser: this can be avoided by adding the --single-process argument to Mod Organiser's LOOT launching settings, though doing so also reduces the quality of text displayed in LOOT.
LOOT shows the wrong or no version number for some plugins. Why?
As version numbers are supplied by mod authors in a wide range of formats and LOOT has to detect as many as possible, it occasionally identifies parts of some descriptions as version numbers incorrectly. Authors can also forget to update their plugins' version numbers. When in doubt, check the version number given in a mod's readme.
A game is installed, but LOOT cannot detect it. How do I fix this?
Steam likes to remove the game's Registry entry when the game is updated or its cache is verified. Run the game's launcher to add the Registry entry back again. LOOT will then be able to detect the game.
Another cause may be that the game is installed in a location where you does not have read permissions, in which case LOOT cannot read your plugins, and so treats the game as undetected. Try checking the game path's permissions, and ensuring you have read access.
When LOOT updates the load order, it removes line breaks from plugins.txt and loadorder.txt. Won't this break something?
LOOT has probably just replaced the CR LF line breaks with LF line breaks. It doesn't make any difference to the game.
I'm using a proxy to connect to the Internet. How do I configure LOOT's masterlist updater to use it?
First of all, LOOT only supports unauthenticated proxies, so if your proxy requires some form of authentication, LOOT won't be able to use it directly.
If your proxy is unauthenticated, LOOT will use the https_proxy environmental variable. If your proxy configuration doesn't already set it, you can do so in Windows by:
- Opening the System item in the Control Panel.
- Open the System Properties dialog by clicking the "Advanced system settings" item in the sidebar.
- Open the Environmental Variables dialog by clicking the "Environmental Variables..." button in the "Advanced" tab.
- In the User variables section, click the "New..." button.
- Put https_proxy as the variable name, and the proxy URL as the variable value in the New User Variable dialog.
- Click "OK", then "OK" in the Environmental Variables dialog.
- Relaunch LOOT.
General
- FAQs
- How To Report Issues Helpfully
- Introduction To Load Orders
- Dirty Edits, Mod Cleaning & CRCs
- Setting Windows' File Permissions