Skip to content

Commit

Permalink
Add missing SF mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
sibir-ine committed Aug 4, 2024
1 parent 686531f commit 8f80a5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/Masterlist-Editing.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>Adding New Entries</h3>

<pre><code>https://loot.github.io/search/?game=&lt;game&gt;&amp;search=&lt;search&gt;</code></pre>

<p>where <code>&lt;game&gt;</code> can be one of <code>morrowind</code>, <code>oblivion</code>, <code>skyrim</code>, <code>skyrimse</code>, <code>skyrimvr</code>, <code>fallout3</code>, <code>falloutnv</code>, <code>fallout4</code>, <code>fallout4vr</code> or <code>enderal</code>. <code>&lt;search&gt;</code> is the string you want to search for.</p>
<p>where <code>&lt;game&gt;</code> can be one of <code>starfield</code>, <code>morrowind</code>, <code>oblivion</code>, <code>skyrim</code>, <code>skyrimse</code>, <code>skyrimvr</code>, <code>fallout3</code>, <code>falloutnv</code>, <code>fallout4</code>, <code>fallout4vr</code> or <code>enderal</code>. <code>&lt;search&gt;</code> is the string you want to search for.</p>

<h3>Common Metadata</h3>

Expand Down
1 change: 1 addition & 0 deletions docs/help/How-To-Report-Issues-Helpfully.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h3 id="reporting-issue">Reporting The Issue</h3>
<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/starfield/issues/new">Starfield 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>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: The Load Order Optimisation Tool
---

<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>Setting the right load order for your <strong>Starfield</strong>, <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>

Expand Down
1 change: 1 addition & 0 deletions js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { dump, load } from 'https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.1.0
///////////////////

const repos = [
[ "Starfield", "starfield" ],
[ "Morrowind", "morrowind" ],
[ "Oblivion", "oblivion" ],
[ "Nehrim", "oblivion" ],
Expand Down

0 comments on commit 8f80a5d

Please sign in to comment.