From dd1c0400bceda87b3f4349adcdff3f1c600cc625 Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 16 Jun 2022 22:14:12 -0700 Subject: [PATCH 1/3] Add Enderal to Masterlist Search --- js/search.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/search.js b/js/search.js index da1ea17..546a3a6 100644 --- a/js/search.js +++ b/js/search.js @@ -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" ], From fb4eb057c6ce51758eac2287dedf43e8d4175a44 Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 16 Jun 2022 22:47:36 -0700 Subject: [PATCH 2/3] Update instructions for accessing LOOT data folder Direct users to option in File menu for simplicity & accuracy (users may use `--loot-data-path` to define a different LOOT data path). Also refer to game settings profiles as profiles instead of entries. --- docs/help/LOOT-FAQs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/LOOT-FAQs.html b/docs/help/LOOT-FAQs.html index 9633985..fa0230b 100644 --- a/docs/help/LOOT-FAQs.html +++ b/docs/help/LOOT-FAQs.html @@ -82,7 +82,7 @@ title: FAQs

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 enabled TLS 1.2 support.

-

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 this file and placing it in %LOCALAPPDATA%\LOOT\prelude\. Then, download the masterlist for your game from this location and place it in %LOCALAPPDATA%\LOOT\games\<game folder>\. Depending on your game, replace game within the URL with morrowind, oblivion, skyrim, skyrimse, skyrimvr, fallout3, falloutnv, fallout4, fallout4vr or enderal, and <game folder> within the folder path with Morrowind, Oblivion, Skyrim, Skyrim Special Edition, Skyrim VR, Fallout3, FalloutNV, Fallout4, Fallout4VR, Nehrim, Enderal or Enderal Special Edition. Note that Oblivion and Nehrim share the oblivion masterlist and Enderal and Enderal Special Edition share the enderal 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.

+

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 this file, selecting "Open LOOT Data Folder" within LOOT's File menu and placing prelude.yaml in the prelude folder. Then, download the masterlist for your game from this location and place it in games\<game folder>\. Depending on your game, replace game within the URL with morrowind, oblivion, skyrim, skyrimse, skyrimvr, fallout3, falloutnv, fallout4, fallout4vr or enderal, and <game folder> within the folder path with Morrowind, Oblivion, Skyrim, Skyrim Special Edition, Skyrim VR, Fallout3, FalloutNV, Fallout4, Fallout4VR, Nehrim, Enderal or Enderal Special Edition. Note that Oblivion and Nehrim share the oblivion masterlist and Enderal and Enderal Special Edition share the enderal 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.

LOOT shows the wrong or no version number for some plugins. Why?
@@ -92,7 +92,7 @@ title: FAQs

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.

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.

-

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 %LOCALAPPDATA%\LOOT\settings.toml to restore them to default or make a new entry for your game) and enter your install path in the "Install Path" field.

+

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 settings.toml to restore your settings to default or make a new profile for your game) and enter your install path in the "Install Path" field.

When LOOT updates the load order, it removes line breaks from plugins.txt and loadorder.txt. Won't this break something?
From bfe1e17c317b3641de4ea2ab3c9acb5b43d51d2d Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 16 Jun 2022 22:53:40 -0700 Subject: [PATCH 3/3] Update game detection Q/A Link to instructions on properly moving Steam games. --- docs/help/LOOT-FAQs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help/LOOT-FAQs.html b/docs/help/LOOT-FAQs.html index fa0230b..fd585c1 100644 --- a/docs/help/LOOT-FAQs.html +++ b/docs/help/LOOT-FAQs.html @@ -90,7 +90,7 @@ title: FAQs
A game is installed, but LOOT cannot detect it. How do I fix this?
-

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.

+

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 properly migrate it so that Steam recognizes it.

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.

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 settings.toml to restore your settings to default or make a new profile for your game) and enter your install path in the "Install Path" field.