mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rewrite it as reStructuredText so that it can be hosted alongside the API documentation on Read The Docs, which allows linking to WIP syntax documentation.
16 lines
738 B
ReStructuredText
16 lines
738 B
ReStructuredText
************
|
|
Introduction
|
|
************
|
|
|
|
LOOT is a utility that helps users avoid serious conflicts between their mods by
|
|
setting their plugins in an optimal load order. It also provides tens of
|
|
thousands of plugin-specific messages, including usage notes, requirements,
|
|
incompatibilities, bug warnings and installation mistake notifications, and
|
|
thousands of Bash Tag suggestions.
|
|
|
|
This metadata that LOOT supplies is stored in its masterlist, which is
|
|
maintained by the LOOT team using information provided by mod authors and users.
|
|
Users can also add to and modify the metadata used by LOOT through the use of
|
|
userlist files. The LOOT API provides a way for third-party developers to access
|
|
this metadata for use in their own programs.
|