Skip to content

Commit

Permalink
Trying to be consistent is so hard
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Sep 12, 2024
1 parent 0a90159 commit 366dae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3>Pink main menu</h3>
</div>
<div class="expander-bottom" id="troubleshootingquestion2expander">
<p>
This is caused by <b>SMainMenuMovieIntro</b> 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>.
This is caused by <span class="card-basic">SMainMenuMovieIntro</span> in your <span class="card-basic">Fallout.ini</span> 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>

Expand Down Expand Up @@ -333,7 +333,7 @@ <h3>How to reset your INIs</h3>
<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>
<li>Clear the contents of both <span class="card-basic">Fallout.ini</span> and <span class="card-basic">FalloutPrefs.ini</span>, making sure to save both.</li>
<li>Run the game's launcher through MO2 and you'll have new INIs.</li>
</p>
<div class="card-yellow">
Expand Down Expand Up @@ -506,7 +506,7 @@ <h3>How can I change FOV?</h3>
<p>
<ol>
<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>Select the <b>FalloutCustom.ini</b> tab, which should already have all the guide's settings if you followed the <a href="./utilities.html#CustomINI">Custom INI steps</a>.</li>
<li>Select the <strong>FalloutCustom.ini</strong> tab, which should already have all the guide's settings if you followed the <a href="./utilities.html#CustomINI">Custom INI steps</a>.</li>
<li>Edit the 3 FOV settings to your liking, then save.</li>
</ol>
</p>
Expand All @@ -532,7 +532,9 @@ <h3>What INI changes are required?</h3>
</div>
<div class="expander-bottom" id="configquestion3expander">
<p>
All the INI changes you'll need for stability and performance are <strong>already in the guide</strong>'s <a href="./utilities.html#CustomINI">Custom INI</a>. If you find some other settings you wish to tweak, add it to <b>FalloutCustom.ini</b> through MO2's INI Editor (<img class="mo2-icon" src="./img/MO2/INI Editor.webp" alt="MO2 INI button"> on the top of MO2).
All the INI changes you'll need for stability and performance are <strong>already in the guide</strong>'s <a href="./utilities.html#CustomINI">Custom INI</a>.
<br>
If you find some other settings you wish to tweak, add it to <span class="card-basic">FalloutCustom.ini</span> through MO2's INI Editor (<img class="mo2-icon" src="./img/MO2/INI Editor.webp" alt="MO2 INI button"> on the top of MO2).
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 onclick="location.href='#Requirements'">Requirements</h3>
</ul>
<li><a href="https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/" target="_blank">VC++ Runtime Libraries</a>.</li>
<ul>
<li>Extract the archive and run the included <strong>install_all.bat</strong> as an administrator to install all of the required libraries at once.</li>
<li>Extract the archive and run the included <span class="card-basic">install_all.bat</span> as an administrator to install all of the required libraries at once.</li>
<li>Restart your PC.</li>
</ul>
<li>A text editor (<a href="https://notepad-plus-plus.org/" target="_blank">Notepad++</a> is recommended, but the default Windows notepad will work).</li>
Expand Down

0 comments on commit 366dae1

Please sign in to comment.