Skip to content

Commit

Permalink
Question naming consistency and fixed numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Sep 10, 2024
1 parent d5bd20c commit 6ec52b7
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ <h3>Can I use New Vegas Muliplayer (NV:MP)?</h3>

<h2 onclick="location.href='#Troubleshooting'">Troubleshooting</h2>
<p>You can ask for support in the <a href="https://discord.gg/S99Ary5eba" target="_blank">ModdingLinked</a> or <a href="https://discord.gg/taleoftwowastelands" target="_blank">TTW</a> Discord server in case any of the advice below does not solve your problem.</p>
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion2expander)" id="troubleshootingquestion2">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion1expander)" id="troubleshootingquestion1">
<p>
<h3>The game crashes or nothing happens when starting it</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootingquestion2expander">
<div class="expander-bottom" id="troubleshootingquestion1expander">
<p>
This could happen for <strong>various reasons</strong>:
<ul>
Expand All @@ -256,25 +256,25 @@ <h3>The game crashes or nothing happens when starting it</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion3expander)" id="troubleshootquestion3">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion2expander)" id="troubleshootingquestion2">
<p>
<h3>Pink main menu</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion3expander">
<div class="expander-bottom" id="troubleshootingquestion2expander">
<p>
This is caused by <span class="card-basic">SMainMenuMovieIntro</span> in your <b>Fallout.ini</b> being set to 0 instead of having to value at all. This is a <strong>known issue with BethINI</strong>, which has no utility once you are using the guide's <a href="./utilities.html#CustomINI">Custom INI</a>.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion4expander)" id="troubleshootquestion4">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion3expander)" id="troubleshootingquestion3">
<p>
<h3>Missing meshes (red diamonds)</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion4expander">
<div class="expander-bottom" id="troubleshootingquestion3expander">
<p>
<strong>Verify your game files</strong>.
</p>
Expand All @@ -283,13 +283,13 @@ <h3>Missing meshes (red diamonds)</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion5expander)" id="troubleshootquestion5">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion4expander)" id="troubleshootingquestion4">
<p>
<h3>How do I export my modlist and/or load order?</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion5expander">
<div class="expander-bottom" id="troubleshootingquestion4expander">
<p>
As MO2 is the only supported manager, instructions for other managers will not be provided:
<ol>
Expand All @@ -300,37 +300,37 @@ <h3>How do I export my modlist and/or load order?</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion7expander)" id="troubleshootquestion7">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion5expander)" id="troubleshootingquestion5">
<p>
<h3>GECK isn't detecting any mods</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion7expander">
<div class="expander-bottom" id="troubleshootingquestion5expander">
<p>
MO2 requires that you run most tools, including GECK, through its list of executables. This allows the programs to be <strong>run with VFS</strong>, loading all the mods alongside it.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion8expander)" id="troubleshootquestion8">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion6expander)" id="troubleshootingquestion6">
<p>
<h3>There is no New Vegas option when creating an MO2 instance</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion8expander">
<div class="expander-bottom" id="troubleshootingquestion6expander">
<p>
<strong>Launch the game</strong> once, then restart the MO2 installer and try again.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion9expander)" id="troubleshootquestion9">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion7expander)" id="troubleshootingquestion7">
<p>
<h3>How to reset your INIs</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion9expander">
<div class="expander-bottom" id="troubleshootingquestion7expander">
<p>
<li>Click the <img class="mo2-icon" src="./img/MO2/INI Editor.webp" alt="MO2 INI button"> button at the top of MO2 and select <b>INI Editor</b>.</li>
<li>Clear the contents of both <b>Fallout.ini</b> and <b>FalloutPrefs.ini</b>, making sure to save both.</li>
Expand All @@ -341,37 +341,37 @@ <h3>How to reset your INIs</h3>
</div>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion10expander)" id="troubleshootquestion10">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion8expander)" id="troubleshootingquestion8">
<p>
<h3>Is it safe to validate game files?</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion10expander">
<div class="expander-bottom" id="troubleshootingquestion8expander">
<p>
Verifying game files <strong>will revert the BSA decompression and the executable patch</strong>. You can solve this by <a href="./utilities.html#Patchers">re-running the correct patcher</a> based on your game version, then re-running the <a href="./utilities.html#Decompressor">BSA Decompressor</a>.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion11expander)" id="troubleshootquestion11">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion9expander)" id="troubleshootingquestion9">
<p>
<h3>Plugin reported as incompatible during query</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion11expander">
<div class="expander-bottom" id="troubleshootingquestion9expander">
<p>
This is just a case of mods logging that they are not meant for the GECK if made for the game, or the other way around. <strong>Can be safely ignored</strong>.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion12expander)" id="troubleshootquestion12">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion10expander)" id="troubleshootingquestion10">
<p>
<h3>Application Load Errors</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion12expander">
<div class="expander-bottom" id="troubleshootingquestion10expander">
<p>
<ul>
<li><b>5:0000065434</b>: <strong>Make sure Steam is running</strong>. If that doesn't fix it, <strong>run your game directly through Steam once</strong>. You may also need to restart Steam and/or Mod Organizer 2. If that still doesn't work, place a copy of your Steam.exe (not a shortcut) into the game's <a href="./setup.html#Terminology" target="_blank"><b>Root folder</b></a>.</li>
Expand All @@ -380,25 +380,25 @@ <h3>Application Load Errors</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion13expander)" id="troubleshootquestion13">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion11expander)" id="troubleshootingquestion11">
<p>
<h3>Mod Organizer 2 is reporting that mods in the left pane have overwritten loose files</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion13expander">
<div class="expander-bottom" id="troubleshootingquestion11expander">
<p>
This is <strong>safe and intentional</strong> as long as your mods in the left pane of MO2 are in the exact order as they appear in the guide.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion14expander)" id="troubleshootquestion14">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion12expander)" id="troubleshootingquestion12">
<p>
<h3>Why is the Utilities Checker reporting NVTF as missing even when it's installed correctly?</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion14expander">
<div class="expander-bottom" id="troubleshootingquestion12expander">
<p>
If <strong>restarting your PC</strong> doesn't work, try this:
<ol>
Expand All @@ -409,37 +409,37 @@ <h3>Why is the Utilities Checker reporting NVTF as missing even when it's instal
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion15expander)" id="troubleshootquestion15">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion13expander)" id="troubleshootingquestion13">
<p>
<h3>Bouncing NPCs or sped-up game</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion15expander">
<div class="expander-bottom" id="troubleshootingquestion13expander">
<p>
<strong>Lock your FPS</strong> below 120 according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion16expander)" id="troubleshootquestion16">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion14expander)" id="troubleshootingquestion14">
<p>
<h3>Black patches of terrain</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion16expander">
<div class="expander-bottom" id="troubleshootingquestion14expander">
<p>
<strong>Disable Improved Lighting Shaders</strong> in your Mod Organizer 2 modlist by unchecking its box. This issue seems to be hardware related but we do not know the specific cause at the moment.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion17expander)" id="troubleshootquestion17">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion15expander)" id="troubleshootingquestion15">
<p>
<h3>Mod Organizer 2 refuses to open and creates a dump file at each try</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion17expander">
<div class="expander-bottom" id="troubleshootingquestion15expander">
<p>
<ol>
<li>Download the <a href="https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/" target="_blank">VC++ Runtime Libraries</a>.</li>
Expand All @@ -449,25 +449,25 @@ <h3>Mod Organizer 2 refuses to open and creates a dump file at each try</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion19expander)" id="troubleshootquestion19">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion16expander)" id="troubleshootingquestion16">
<p>
<h3>Alt-tabbing crashes the game or prevents it from opening again</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion19expander">
<div class="expander-bottom" id="troubleshootingquestion16expander">
<p>
This is due to using the NVTF texture modding preset, which <strong>requires DXVK</strong> in order to keep a functional Alt-Tab. Read the <a href="https://performance.moddinglinked.com/falloutnv.html" target="_blank">Performance Guide</a> for more information and the steps to solve this.
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion20expander)" id="troubleshootquestion20">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion17expander)" id="troubleshootingquestion17">
<p>
<h3>Mods are downloading to Vortex instead of MO2</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion20expander">
<div class="expander-bottom" id="troubleshootingquestion17expander">
<p>
<ol>
<li>Click the <img class="mo2-icon" src="./img/MO2/Settings.webp" alt="MO2 settings"> button at the top of MO2 to open the settings.</li>
Expand All @@ -476,13 +476,13 @@ <h3>Mods are downloading to Vortex instead of MO2</h3>
</p>
</div>

<div class="expander-top clickable" onclick="expandCard(this, troubleshootquestion21expander)" id="troubleshootquestion21">
<div class="expander-top clickable" onclick="expandCard(this, troubleshootingquestion18expander)" id="troubleshootingquestion18">
<p>
<h3>Wabbajack errors during installation</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</p>
</div>
<div class="expander-bottom" id="troubleshootquestion21expander">
<div class="expander-bottom" id="troubleshootingquestion18expander">
<p>
<ul>
<li>You are using the Epic Games Store version of the game, which is not supported by this Wabbajack list.</li>
Expand Down

0 comments on commit 6ec52b7

Please sign in to comment.