mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Merge pull request #81 from loot/sibir-supported-games-lists
Update various lists of supported games
This commit is contained in:
@@ -21,12 +21,13 @@ title: How To Report Issues Helpfully
|
||||
<p>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.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/loot/oblivion/issues/new">Oblivion metadata</a></li>
|
||||
<li><a href="https://github.com/loot/morrowind/issues/new">Morrowind metadata</a></li>
|
||||
<li><a href="https://github.com/loot/oblivion/issues/new">Oblivion and Nehrim metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrim/issues/new">Skyrim metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrimse/issues/new">Skyrim Special Edition metadata</a></li>
|
||||
<li><a href="https://github.com/loot/skyrimse/issues/new">Skyrim Special Edition and Skyrim VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout3/issues/new">Fallout 3 metadata</a></li>
|
||||
<li><a href="https://github.com/loot/falloutnv/issues/new">Fallout: New Vegas metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout4/issues/new">Fallout 4 metadata</a></li>
|
||||
<li><a href="https://github.com/loot/fallout4/issues/new">Fallout 4 and Fallout 4 VR metadata</a></li>
|
||||
<li><a href="https://github.com/loot/loot/issues/new">LOOT application</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ layout: page
|
||||
title: The Load Order Optimisation Tool
|
||||
---
|
||||
|
||||
<p>Setting the right load order for your <strong>TES IV: Oblivion</strong>, <strong>TES V: Skyrim</strong>, <strong>TES V: Skyrim Special Edition</strong>, <strong>TES V: Skyrim VR</strong>, <strong>Fallout 3</strong>, <strong>Fallout: New Vegas</strong>, <strong>Fallout 4</strong> and <strong>Fallout 4 VR</strong> 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.</p>
|
||||
<p>Setting the right load order for your <strong>TES III: Morrowind</strong>, <strong>TES IV: Oblivion</strong>, <strong>Nehrim: At Fate's Edge</strong>, <strong>TES V: Skyrim</strong>, <strong>TES V: Skyrim Special Edition</strong>, <strong>TES V: Skyrim VR</strong>, <strong>Fallout 3</strong>, <strong>Fallout: New Vegas</strong>, <strong>Fallout 4</strong> and <strong>Fallout 4 VR</strong> 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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
|
||||
+5
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user