Merge pull request #103 from loot/sib-website-updates

Update Masterlist Search & FAQ
This commit is contained in:
Oliver Hamlet
2022-06-17 09:21:39 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -82,7 +82,7 @@ title: FAQs
<p>If you're on Windows 7, this may be because on the 22nd of February 2018, GitHub disabled support for connections using a version of TLS older than 1.2, and Windows 7 doesn't support TLS 1.2 by default. Windows 7 users must ensure they have the latest Windows updates, and that they have <a href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in">enabled TLS 1.2 support</a>.</p>
<p>If LOOT still can't update its masterlist, it's likely due to connectivity issues that are beyond our control. You can update it manually by downloading <a href="https://raw.githubusercontent.com/loot/prelude/v0.18/prelude.yaml">this file</a> and placing it in <code>%LOCALAPPDATA%\LOOT\prelude\</code>. Then, download the masterlist for your game from <a href="https://raw.githubusercontent.com/loot/game/v0.18/masterlist.yaml">this location</a> and place it in <code>%LOCALAPPDATA%\LOOT\games\&lt;game folder&gt;\</code>. Depending on your game, replace <code>game</code> within the URL with <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>, and <code>&lt;game folder&gt;</code> within the folder path with <code>Morrowind</code>, <code>Oblivion</code>, <code>Skyrim</code>, <code>Skyrim Special Edition</code>, <code>Skyrim VR</code>, <code>Fallout3</code>, <code>FalloutNV</code>, <code>Fallout4</code>, <code>Fallout4VR</code>, <code>Nehrim</code>, <code>Enderal</code> or <code>Enderal Special Edition</code>. Note that Oblivion and Nehrim share the <code>oblivion</code> masterlist and Enderal and Enderal Special Edition share the <code>enderal</code> masterlist. Also note that you'll want to disable the "Update masterlist before sorting" option in LOOT's settings until your connectivity issues have been resolved.</p>
<p>If LOOT still can't update its masterlist, it's likely due to connectivity issues that are beyond our control. You can update it manually by downloading <a href="https://raw.githubusercontent.com/loot/prelude/v0.18/prelude.yaml">this file</a>, selecting "Open LOOT Data Folder" within LOOT's File menu and placing <code>prelude.yaml</code> in the <code>prelude</code> folder. Then, download the masterlist for your game from <a href="https://raw.githubusercontent.com/loot/game/v0.18/masterlist.yaml">this location</a> and place it in <code>games\&lt;game folder&gt;\</code>. Depending on your game, replace <code>game</code> within the URL with <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>, and <code>&lt;game folder&gt;</code> within the folder path with <code>Morrowind</code>, <code>Oblivion</code>, <code>Skyrim</code>, <code>Skyrim Special Edition</code>, <code>Skyrim VR</code>, <code>Fallout3</code>, <code>FalloutNV</code>, <code>Fallout4</code>, <code>Fallout4VR</code>, <code>Nehrim</code>, <code>Enderal</code> or <code>Enderal Special Edition</code>. Note that Oblivion and Nehrim share the <code>oblivion</code> masterlist and Enderal and Enderal Special Edition share the <code>enderal</code> masterlist. Also note that you'll want to disable the "Update masterlist before sorting" option in LOOT's settings until your connectivity issues have been resolved.</p>
</dd>
<dt id="no-version-number">LOOT shows the wrong or no version number for some plugins. Why?</dt>
@@ -90,9 +90,9 @@ title: FAQs
<dt id="game-not-detected">A game is installed, but LOOT cannot detect it. How do I fix this?</dt>
<dd>
<p>Steam removes the game's Registry entry when the game is updated or its cache is verified. Run the game's launcher to add the Registry entry back again. LOOT will then be able to detect the game.</p>
<p>Steam removes the game's Registry entry when the game is updated or its cache is verified. Run the game's launcher to add the Registry entry back again. LOOT will then be able to detect the game. If you've manually moved your game, make sure to <a href="https://help.steampowered.com/en/faqs/view/4BD4-4528-6B2E-8327#move">properly migrate it</a> so that Steam recognizes it.</p>
<p>Another cause may be that the game is installed in a location where you do not have read permissions. In this case, LOOT cannot read your plugins and treats the game as undetected. Try checking the permissions of the game's path and ensuring you have read access.</p>
<p>You can also enter your game's install path manually in LOOT's settings menu. In the menu, select your game's settings entry on the left-hand side (if it's not there, delete LOOT's settings found at <code>%LOCALAPPDATA%\LOOT\settings.toml</code> to restore them to default or make a new entry for your game) and enter your install path in the "Install Path" field.</p>
<p>You can also enter your game's install path manually in LOOT's settings menu. In the menu, select your game's settings profile in the left-hand side (if it's not there, select "Open LOOT Data Folder" within LOOT's File menu and delete <code>settings.toml</code> to restore your settings to default or make a new profile for your game) and enter your install path in the "Install Path" field.</p>
</dd>
<dt id="line-breaks">When LOOT updates the load order, it removes line breaks from <code>plugins.txt</code> and <code>loadorder.txt</code>. Won't this break something?</dt>
+1
View File
@@ -10,6 +10,7 @@ var repos = [
[ "Skyrim", "skyrim" ],
[ "Skyrim SE", "skyrimse" ],
[ "Skyrim VR", "skyrimvr" ],
[ "Enderal", "enderal" ],
[ "Fallout 3", "fallout3" ],
[ "Fallout: New Vegas", "falloutnv" ],
[ "Fallout 4", "fallout4" ],