From 608ce9913ae805f04e19ac2ec435ecfa7d530daf Mon Sep 17 00:00:00 2001
From: Ungeziefi <163609976+Ungeziefi@users.noreply.github.com>
Date: Sun, 6 Oct 2024 13:32:50 +0200
Subject: [PATCH] Misc
- Better installation instructions,
- JS consistency,
- Driver update as possible solution to crashes.
---
faq.html | 1 +
javascript.js | 3 ++-
mo2.html | 6 +++---
sitemap.xml | 14 +++++++-------
4 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/faq.html b/faq.html
index fcc37e8..55c8173 100644
--- a/faq.html
+++ b/faq.html
@@ -365,6 +365,7 @@
The game crashes or nothing happens when starting it
Close or uninstall Overwolf.
Most programs that ship with pre-built computers or laptops (such as OMEN Gaming Hub for HP OMEN systems) will be prone to issues and should be uninstalled or temporarily closed.
Lock your FPS below 120 according to the Performance Guide.
+ Update your graphics driver (either NVIDIA, AMD or Intel)..
diff --git a/javascript.js b/javascript.js
index 673e566..14b020a 100644
--- a/javascript.js
+++ b/javascript.js
@@ -216,7 +216,7 @@ function markActivePage() {
link.classList.add("active");
currentIndex = index;
- if (link.classList.contains("sublink")){
+ if (link.classList.contains("sublink")) {
link.setAttribute('style', 'display:flex !important');
}
}
@@ -279,6 +279,7 @@ function createPageArrows(currentIndex) {
}
}
else if (prevLink) {
+ console.log("Current page not found in sidebar links");
const prevPage = sidebarLinks[0];
prevLink.href = prevPage.getAttribute("href");
prevLink.querySelector(".arrowText").textContent = prevPage.textContent.trim();
diff --git a/mo2.html b/mo2.html
index 5d617ee..0135be0 100644
--- a/mo2.html
+++ b/mo2.html
@@ -417,11 +417,11 @@ How to use Nexus and MO2?
Finish the install as you would with a Mod Manager Download mod.
- When updating a mod you will be prompted with a box in Mod Organizer 2 with multiple options:
+ When installing a mod, MO2 might prompt you with multiple choices:
- - You should select the Rename option and rename the mod to its respective file name, this will make MO2 install them as separate files for easier management.
+ - Rename appears when you are trying to install a file with the same name as an existing one. If you are installing, for example, a secondary file necessary for the mod to work, then rename it accordingly with the name drop-down list or by typing the name manually.
- If you are updating from an old version of a mod, you should select Replace, this will automatically delete all the files from the old version of the mod and replace them with the ones from the new version.
- - Merge should only be used when you are sure the mod will not be updated and in situations where a hotfix is uploaded as separate file.
+ - Merge should only be used when you are sure the mod will not be updated and in situations where a hotfix is uploaded as separate file. Avoid it if you can, for maximum modularity.
diff --git a/sitemap.xml b/sitemap.xml
index 42a94ab..7059955 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,12 +1,12 @@
- https://thebestoftimes.moddinglinked.com/intro.html
+ https://thebestoftimes.moddinglinked.com/essentials.html
0.90
2024-10-04
- https://thebestoftimes.moddinglinked.com/essentials.html
+ https://thebestoftimes.moddinglinked.com/intro.html
0.90
2024-10-04
@@ -18,16 +18,16 @@
https://thebestoftimes.moddinglinked.com/mo2.html
0.70
- 2024-10-04
+ 2024-10-06
- https://thebestoftimes.moddinglinked.com/setup.html
+ https://thebestoftimes.moddinglinked.com/ttwintro.html
0.50
- 2024-10-04
+ 2024-06-17
- https://thebestoftimes.moddinglinked.com/ttwintro.html
+ https://thebestoftimes.moddinglinked.com/setup.html
0.50
- 2024-06-17
+ 2024-10-04
\ No newline at end of file