libloot icon indicating copy to clipboard operation
libloot copied to clipboard

A C++ library for accessing LOOT's metadata and sorting functionality.

Results 8 libloot issues
Sort by recently updated
recently updated
newest added

I found it when using libloot v.0.15.1 with Skyrim Special Edition. The following load order is used: [...] HearthFires.esm [...] AyleidCitadel.esp [...] Both files, of course, exist with the name...

linux

Discussed in loot/skyrim#190 and loot/skyrim#245, the idea is to have something like ``` - name: B.esp directly_after: A.esp ``` which has the effect that LOOT will sort B.esp after A.esp...

(This is a separate issue from #47 despite the similar title, hence the rename.) This was requested by @Psymon-Prime in a PM. Plugins have a list of masters in the...

enhancement

Proposal: Any mod that has a non-ESM master should be placed as close to it's master as possible. Reasoning: There are several advantages to this. When it comes to patches,...

I've been making a lot of changes to how sorting works in order to speed it up, and so far sorting using the latest `abi-changes` branch build is about 290x...

enhancement

At the moment incorrect usage of % will display the following error. > ERROR: boost::bad_format_string: format-string is ill-formed Working version: ```yaml - &alreadyInX type: error content: - lang: en text:...

That's probably not very clear as to what I mean so i'll give an example. Say that I decided to convert SkyUI.esp to .esl using SSEEDIT. Loading up LOOT understandably...

enhancement

Plugin hoisting occurs when a master plugin has a non-master plugin as a master. In this case, the game will load the non-master immediately before the earliest master that depends...

bug