diff --git a/docs/help/How-To-Report-Issues-Helpfully.html b/docs/help/How-To-Report-Issues-Helpfully.html index 230f814..fc67fe1 100644 --- a/docs/help/How-To-Report-Issues-Helpfully.html +++ b/docs/help/How-To-Report-Issues-Helpfully.html @@ -21,12 +21,13 @@ title: How To Report Issues Helpfully

Once you know which type of issue yours is, it's time to report it. It's best to report issues on LOOT's issue trackers, where they can't get lost, overlooked or disorganised, but doing so requires a free GitHub account. The links below can be used to report your issue in the appropriate tracker.

diff --git a/index.html b/index.html index 43f42e1..fef0895 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ layout: page title: The Load Order Optimisation Tool --- -

Setting the right load order for your TES IV: Oblivion, TES V: Skyrim, TES V: Skyrim Special Edition, TES V: Skyrim VR, Fallout 3, Fallout: New Vegas, Fallout 4 and Fallout 4 VR mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.

+

Setting the right load order for your TES III: Morrowind, TES IV: Oblivion, Nehrim: At Fate's Edge, TES V: Skyrim, TES V: Skyrim Special Edition, TES V: Skyrim VR, Fallout 3, Fallout: New Vegas, Fallout 4 and Fallout 4 VR mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.

While sorting, LOOT checks for load order errors (such as incompatibilities and missing requirements) and notifies you of any issues that it detects. It also provides thousands of plugin-specific messages, such as usage notes and bug warnings, to help keep your game healthy.

diff --git a/js/search.js b/js/search.js index 42e18a5..675684c 100644 --- a/js/search.js +++ b/js/search.js @@ -4,13 +4,16 @@ /////////////////// var repos = [ + [ "Morrowind", "morrowind" ], [ "Oblivion", "oblivion" ], + [ "Nehrim", "oblivion" ], [ "Skyrim", "skyrim" ], + [ "Skyrim SE", "skyrimse" ], + [ "Skyrim VR", "skyrimse" ], [ "Fallout 3", "fallout3" ], [ "Fallout: New Vegas", "falloutnv" ], [ "Fallout 4", "fallout4" ], - [ "Skyrim SE", "skyrimse" ], - [ "Skyrim VR", "skyrimse" ], + [ "Fallout 4 VR", "fallout4" ], ] var repoBranch = 'master'; //The repository branch to search.