Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
- Better installation instructions,
- JS consistency,
- Driver update as possible solution to crashes.
  • Loading branch information
Ungeziefi committed Oct 6, 2024
1 parent 2ec26fe commit 608ce99
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ <h3>The game crashes or nothing happens when starting it</h3>
<li>Close or uninstall Overwolf.</li>
<li>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.</li>
<li>Lock your FPS below 120 according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>.</li>
<li>Update your graphics driver (either <a href="https://www.nvidia.com/Download/index.aspx" target="_blank">NVIDIA</a>, <a href="https://www.amd.com/en/support" target="_blank">AMD</a> or <a href="https://www.intel.com/content/www/us/en/search.html#q=&sort=relevancy&f:@tabfilter=[Downloads]&f:@stm_10385_en=[Graphics]" target="_blank">Intel</a>).</li>.
</ul>
</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}
Expand Down Expand Up @@ -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();
Expand Down
6 changes: 3 additions & 3 deletions mo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ <h3>How to use Nexus and MO2?</h3>
<li>Finish the install as you would with a <b>Mod Manager Download</b> mod.</li>
</ol>
<br>
When <strong>updating a mod</strong> you will be prompted with a box in Mod Organizer 2 with multiple options:
When <strong>installing a mod</strong>, MO2 might prompt you with multiple choices:
<ul>
<li>You should select the <strong>Rename</strong> option and rename the mod to its respective file name, this will make MO2 install them as separate files for easier management.</li>
<li><strong>Rename</strong> 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.</li>
<li>If you are updating from an old version of a mod, you should select <strong>Replace</strong>, this will automatically delete all the files from the old version of the mod and replace them with the ones from the new version.</li>
<li><strong>Merge</strong> 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.</li>
<li><strong>Merge</strong> 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.</li>
</ul>
</p>
</div>
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://thebestoftimes.moddinglinked.com/intro.html</loc>
<loc>https://thebestoftimes.moddinglinked.com/essentials.html</loc>
<priority>0.90</priority>
<lastmod>2024-10-04</lastmod>
</url>
<url>
<loc>https://thebestoftimes.moddinglinked.com/essentials.html</loc>
<loc>https://thebestoftimes.moddinglinked.com/intro.html</loc>
<priority>0.90</priority>
<lastmod>2024-10-04</lastmod>
</url>
Expand All @@ -18,16 +18,16 @@
<url>
<loc>https://thebestoftimes.moddinglinked.com/mo2.html</loc>
<priority>0.70</priority>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-10-06</lastmod>
</url>
<url>
<loc>https://thebestoftimes.moddinglinked.com/setup.html</loc>
<loc>https://thebestoftimes.moddinglinked.com/ttwintro.html</loc>
<priority>0.50</priority>
<lastmod>2024-10-04</lastmod>
<lastmod>2024-06-17</lastmod>
</url>
<url>
<loc>https://thebestoftimes.moddinglinked.com/ttwintro.html</loc>
<loc>https://thebestoftimes.moddinglinked.com/setup.html</loc>
<priority>0.50</priority>
<lastmod>2024-06-17</lastmod>
<lastmod>2024-10-04</lastmod>
</url>
</urlset>

0 comments on commit 608ce99

Please sign in to comment.