Skip to content

Eclipse06/loot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOOT

Introduction

LOOT is a plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas. It is designed to assist mod users in avoiding detrimental conflicts, by automatically calculating a load order that satisfies all plugin dependencies and maximises each plugin's impact on the user's game.

LOOT also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug wawrnings and Bash Tag suggestions.

Although LOOT is able to calculate the correct load order positions for the vast majority of mods without any user input, some plugins are designed to load at certain positions in a load order, and LOOT may be unable to determine this from the plugins themselves. As such, LOOT provides a mechanism for supplying additional plugin metadata so that it may sort them correctly.

LOOT is intended to make using mods easier, and mod users should still possess a working knowledge of mod load ordering. See the "Introduction To Load Orders" section of the LOOT readme for an overview.

Downloading LOOT

At the moment, LOOT is in beta testing, and so is not recommended for use unless for testing purposes. The load orders it produces should not be used in-game unless found to be valid by manual checking beforehand. Any releases can be found by clicking on the releases button above the coloured bar on the repository homepage.

Building LOOT

LOOT uses CMake v2.8.9 or later for cross-platform building support, as though it is a Windows application, development has taken place on Windows and Linux.

LOOT requires the following libraries (version numbers used in latest development revision given):

LOOT expects all libraries' folders to be present alongside the LOOT repository folder that contains this readme, or otherwise installed such that the compiler and linker used can find them without suppling additional paths. All paths below are relative to the folder(s) containing the libraries and LOOT.

Alphanum, Libespm and PugiXML do not require any additional setup. The rest of the libraries must be built separately. Instructions for building them and LOOT itself using MSVC or MinGW are given in docs/BUILD.MSVC.md and docs/BUILD.MinGW.md respectively.

Packaging Releases

Installer and zip archive releases for the main LOOT application can be handled by running the scripts installer.nsi and archive.py in the src folder respectively. The installer script requires Unicode NSIS, while the archive script requires Python.

The installer and Python script both require the built LOOT.exe to be at build\LOOT.exe.

Adding Translations

If a translation for a new language is provided, here's what needs changing to make LOOT use that translation.

  • In helpers.h, add a constant for the language to the Language class, and update Language::Names().
  • In helpers.cpp, update Language::Language(const std::string& nameOrCode) and Language::Construct(const unsigned int code).
  • Add constants for the language in api.h and api.cpp.
  • In main.cpp, update LOOT::OnInit to set the correct wxLANGUAGE_.
  • In archive.py, add the language folder to the inline list on line 68.
  • In installer.nsi, add entries for the language folder to the install and uninstall sections. If there's an installer translation, also add its string definitions beside all the other language string definitions, and insert its macro beside all the other language macros.
  • The readmes should be updated with a link to the translation in the repository in the main readme, and the language's code in the metadata syntax readme.

About

The source code and documentation.

Resources

Stars

Watchers

Forks

Packages

No packages published