mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Update Global Priorities page content
This commit is contained in:
@@ -3,11 +3,11 @@ layout: page
|
||||
title: Global Priorities
|
||||
---
|
||||
|
||||
<p>Global priorities are used to sort plugins on a "global" scale. LOOT will normally only sort plugins that conflict with each other, but setting a global priority will allow some plugins to load earlier or later than others, even if they don't conflict. This can be useful to make sure that e.g. unofficial patch plugins are loaded earlier than all other non-official plugins. Details about how they work in practice can be seen in <a href="https://loot.github.io/docs/dev/LOOT%20Metadata%20Syntax.html#structs-plugin">the Metadata Syntax document</a>: see the description for the "priority" field under "Plugin Data Structure".</p>
|
||||
<p>Global priorities are used to sort plugins on a "global" scale. LOOT will normally only sort plugins that conflict with each other, but setting a global priority will allow some plugins to load earlier or later than others, even if they don't conflict. This can be useful to make sure that e.g. unofficial patch plugins are loaded earlier than all other non-official plugins. Details about how they work in practice can be seen in <a href="https://loot.github.io/docs/0.8.1/LOOT%20Metadata%20Syntax.html#structs-plugin">the Metadata Syntax document</a>: see the description for the "priority" field under "Plugin Data Structure".</p>
|
||||
|
||||
<p>Below are the global priorities as they are grouped for the games currently supported by LOOT: - <a href="#skyrim">Skyrim</a> - <a href="#oblivion">Oblivion</a> - <a href="#fallout-new-vegas">Fallout: New Vegas</a> - <a href="#fallout-3">Fallout 3</a></p>
|
||||
<p>Below are the global priorities as they are grouped for the games currently supported by LOOT.</p>
|
||||
|
||||
<h1 id="skyrim">Skyrim</h1>
|
||||
<h3>Skyrim</h3>
|
||||
|
||||
<pre><code>-1999999 = -999999 Update.esm
|
||||
-1999000 = -999000 DLC, Unofficial Patches, SPO
|
||||
@@ -34,7 +34,7 @@ title: Global Priorities
|
||||
|
||||
<p>See <a href="https://github.com/loot/skyrim/issues/26">loot/skyrim#26</a> for details.</p>
|
||||
|
||||
<h1 id="oblivion">Oblivion</h1>
|
||||
<h3>Oblivion</h3>
|
||||
|
||||
<pre><code>-400999000 = -999000 Oblivion.esm
|
||||
-400980000 = -980000 DLCShiveringIsles.esp
|
||||
@@ -60,11 +60,11 @@ title: Global Priorities
|
||||
|
||||
<p>See <a href="https://github.com/loot/oblivion/issues/7">loot/oblivion#7</a> for details.</p>
|
||||
|
||||
<h1 id="fallout-new-vegas">Fallout: New Vegas</h1>
|
||||
<h3>Fallout: New Vegas</h3>
|
||||
|
||||
<p><em>To be determined...</em></p>
|
||||
|
||||
<h1 id="fallout-3">Fallout 3</h1>
|
||||
<h3>Fallout 3</h3>
|
||||
|
||||
<pre><code>-400999000 = -999000 Official DLCs, Unofficial patch
|
||||
-300990000 = -990000 Patches besides the unofficial patch
|
||||
|
||||
Reference in New Issue
Block a user