Skip to content

Commit

Permalink
Consistent span/b criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Sep 12, 2024
1 parent 98b2c86 commit ad40727
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion basefinish.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>Applying the Load Order</h3>
The final step is to apply the load order of installed plugins. The guide comes with a premade load order file, which ensures all mods are being loaded in correct order, with all conflicts accounted for.
<ol>
<li><strong>Download the Load Order</strong> from <a href="https://www.nexusmods.com/newvegas/mods/79358" target="_blank">here</a>.</li>
<li>Once it has finished downloading, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and select <strong>Open Profile folder</strong>.</li>
<li>Once it has finished downloading, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and click <strong>Open Profile folder</strong>.</li>
<li>Drag the <strong>loadorder.txt</strong> from the downloaded archive into the folder you just opened and overwrite when prompted.</li>
<li>Once the file is extracted, click <strong>F5</strong> while you are on MO2 without any menu open.</li>
<li>Right-click in the <b>right</b> pane of MO2 and select <strong>Enable all</strong>.</li>
Expand Down
2 changes: 1 addition & 1 deletion bugfix.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h3 class="install">Installation instructions</h3>
</ul>
<div class="card-green">
<p>
You can safely ignore the <span class="card-basic">Error failed to restore load order...</span> message.
You can safely ignore the <b>Error failed to restore load order...</b> message.
</p>
</div>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3 class="install">Installation instructions</h3>
</ul>
<div class="card-green">
<p>
You can safely ignore the <span class="card-basic">Error failed to restore load order...</span> message.
You can safely ignore the <b>Error failed to restore load order...</b> message.
</p>
</div>
</p>
Expand Down
18 changes: 9 additions & 9 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 <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>.
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>.
</p>
</div>

Expand Down Expand Up @@ -294,7 +294,7 @@ <h3>How do I export my modlist and/or load order?</h3>
As MO2 is the only supported manager, instructions for other managers will not be provided:
<ol>
<li>Click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 Folders"> folders list in the top of MO2.</li>
<li>Select <span class="card-basic">Open Profile Folder</span></li>
<li>Click <b>Open Profile Folder</b>.</li>
<li>The modlist will be written in <strong>modlist.txt</strong> (written in reverse order but you can reverse this easily with text editors) and the load order is in <strong>loadorder.txt</strong>.</li>
</ol>
</p>
Expand Down Expand Up @@ -445,7 +445,7 @@ <h3>Mod Organizer 2 refuses to open and creates a dump file at each try</h3>
<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>
<li>Extract the archive and run the included <span class="card-basic">install_all.bat</span> as an administrator.</li>
<li>Extract the archive and run the included <strong>install_all.bat</strong> as an administrator.</li>
<li>Restart your PC.</li>
</ol>
</p>
Expand Down Expand Up @@ -473,7 +473,7 @@ <h3>Mods are downloading to Vortex instead of MO2</h3>
<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>
<li>Go to the Nexus tab, then click <span class="card-basic"><strong>Associate with "Download with manager" links</strong></span></li>
<li>Go to the Nexus tab, then click <strong>Associate with "Download with manager" links</strong>.</li>
</ol>
</p>
</div>
Expand Down Expand Up @@ -560,14 +560,14 @@ <h3>Is Ultrawide supported?</h3>
<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 <strong>INI Editor</strong>.</li>
<li>Select the <strong>FalloutPrefs.ini</strong> tab.</li>
<li>Change following settings in the <span class="card-basic">Display</span> section:
<li>Change following settings in the <b>Display</b> section:
<br>
<span class="card-basic">iSize W = your screen width</span>
<b>iSize W</b> = your screen width
<br>
<span class="card-basic">iSize H = your screen height</span>
<b>iSize H</b> = your screen height
</li>
<li>Start the game then open the <strong>Tweaks menu</strong> in the settings.</li>
<li>Filter for <span class="card-basic">Ultrawide</span> then enable the support tweak.</li>
<li>Start the game then open the <b>Tweaks </b>menu in the settings.</li>
<li>Filter for <b>Ultrawide</b> then <strong>enable the support tweak</strong>.</li>
</ol>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion finish.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Applying the Load Order</h3>
The final step is to apply the load order of installed plugins. The guide comes with a premade load order file, which ensures all mods are being loaded in correct order, with all conflicts accounted for.
<ol>
<li><strong>Download the Load Order</strong> from <a href="https://www.nexusmods.com/newvegas/mods/79358" target="_blank">here</a>.</li>
<li>Once it has finished downloading, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and select <strong>Open Profile folder</strong>.</li>
<li>Once it has finished downloading, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and click <strong>Open Profile folder</strong>.</li>
<li>Drag the <strong>loadorder.txt</strong> from the downloaded archive into the folder you just opened and overwrite when prompted.</li>
<li>Once the file is extracted, click <strong>F5</strong> while you are on MO2 without any menu open.</li>
<li>Right-click in the <b>right</b> pane of MO2 and select <strong>Enable all</strong>.</li>
Expand Down
10 changes: 4 additions & 6 deletions mo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h3>Configuring Settings</h3>
</p>
<p>
<ol>
<li>Click the <span class="card-basic">X</span> in the bottom right of MO2 to close the log window.</li>
<li>Click the <b>X</b> in the bottom right of MO2 to close the log window.</li>
<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>
<li>If you wish, you can select a different theme.</li>
<li>In the <b>Nexus</b> tab, select <strong>Connect to Nexus</strong>.</li>
Expand Down Expand Up @@ -364,13 +364,11 @@ <h3>Game Settings</h3>
<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 <strong>INI Editor</strong>.</li>
<li>Select the <strong>FalloutPrefs.ini</strong> tab.</li>
<li>Change following settings in the <span class="card-basic">Display</span> section:
<li>Change following settings in the <b>Display</b> section:
<br>
<b>iSize W</b> = your screen width
<br>
<span class="card-basic">iSize W = your screen width</span>
<br>
<br>
<span class="card-basic">iSize H = your screen height</span>
<b>iSize H</b> = your screen height
</li>
</ol>
</p>
Expand Down
8 changes: 4 additions & 4 deletions wabbajack.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ <h3 onclick="location.href='#GameConfiguration'">Game Settings</h3>
<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 <strong>INI Editor</strong>.</li>
<li>Select the <strong>FalloutPrefs.ini</strong> tab.</li>
<li>Change following settings in the <span class="card-basic">Display</span> section:
<li>Change following settings in the <b>Display</b> section:
<br>
<span class="card-basic">iSize W = your screen width</span>
<b>iSize W</b> = your screen width
<br>
<span class="card-basic">iSize H = your screen height</span>
<b>iSize H</b> = your screen height
</li>
</ol>
</p>
Expand Down Expand Up @@ -405,7 +405,7 @@ <h2 onclick="location.href='#ModlistUpdate'">Modlist Update</h2>
<h3 onclick="location.href='#UpdatingTheList'">Updating The List</h3>
Whenever a new version of the list is released, you can update your current installation by following these steps:
<ol>
<li>If you added any mods to the list after installation, add the <span class="card-basic">[NoDelete]</span> prefix to their name in the left pane.</li>
<li>If you added any mods to the list after installation, add the <b>[NoDelete]</b> prefix to their name in the left pane.</li>
<li><strong>Verify files</strong> on Steam or GOG Galaxy.</li>
<li><strong>Reinstall the list</strong> from Wabbajack with the "<b>Overwrite Installation</b>" checkbox enabled.</li>
<li>Reapply the 4GB Patch, then optionally run the BSA Decompressor as well (<a href="./wabbajack.html#RootMods" target="_blank">instructions</a> for both are provided above).</li>
Expand Down

0 comments on commit ad40727

Please sign in to comment.