From 30e47d09cd33f75cafcee455073be397a5a3b326 Mon Sep 17 00:00:00 2001 From: sibir Date: Sun, 30 Nov 2025 22:26:23 -0800 Subject: [PATCH] Update website for VR masterlist merges (#129) --- docs/contributing/Masterlist-Editing.html | 2 +- docs/help/How-To-Report-Issues-Helpfully.html | 6 ++---- js/search.js | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/contributing/Masterlist-Editing.html b/docs/contributing/Masterlist-Editing.html index 75bf66d..1125ff5 100644 --- a/docs/contributing/Masterlist-Editing.html +++ b/docs/contributing/Masterlist-Editing.html @@ -98,7 +98,7 @@ msg:
https://loot.github.io/search/?game=<game>&search=<search>
-

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

+

where <game> can be one of starfield, morrowind, oblivion, skyrim, skyrimse, fallout3, falloutnv, fallout4 or enderal. <search> is the string you want to search for.

Common Metadata

diff --git a/docs/help/How-To-Report-Issues-Helpfully.html b/docs/help/How-To-Report-Issues-Helpfully.html index 333318e..118f522 100644 --- a/docs/help/How-To-Report-Issues-Helpfully.html +++ b/docs/help/How-To-Report-Issues-Helpfully.html @@ -33,13 +33,11 @@ title: How To Report Issues Helpfully
  • Morrowind metadata
  • Oblivion and Nehrim metadata
  • Skyrim metadata
  • -
  • Skyrim Special Edition metadata
  • -
  • Skyrim VR metadata
  • +
  • Skyrim Special Edition and Skyrim VR metadata
  • Enderal and Enderal Special Edition metadata
  • Fallout 3 metadata
  • Fallout: New Vegas metadata
  • -
  • Fallout 4 metadata
  • -
  • Fallout 4 VR metadata
  • +
  • Fallout 4 and Fallout 4 VR metadata
  • LOOT application
  • diff --git a/js/search.js b/js/search.js index 2605f31..7e2e974 100644 --- a/js/search.js +++ b/js/search.js @@ -13,12 +13,12 @@ const repos = [ [ "Nehrim", "oblivion" ], [ "Skyrim", "skyrim" ], [ "Skyrim SE", "skyrimse" ], - [ "Skyrim VR", "skyrimvr" ], + [ "Skyrim VR", "skyrimse" ], [ "Enderal", "enderal" ], [ "Fallout 3", "fallout3" ], [ "Fallout: New Vegas", "falloutnv" ], [ "Fallout 4", "fallout4" ], - [ "Fallout 4 VR", "fallout4vr" ], + [ "Fallout 4 VR", "fallout4" ], ] const gameSelect = document.getElementById('gameSelectMenu');