Skip to content

Commit

Permalink
Move WJ update steps into their own section
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Aug 19, 2024
1 parent bcef964 commit 80cb37e
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions wabbajack.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,18 +374,6 @@ <h3 onclick="location.href='#LaunchingTheGame'">Launching The Game</h3>
</p>
</div>

<div class="card" id="UpdatingTheList">
<p>
<h3 onclick="location.href='#UpdatingTheList'">Updating The List</h3>
<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><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 (instructions for both are provided above).</li>
</ol>
</p>
</div>

<div class="card" id="FinishingNotes">
<p>
<h3 onclick="location.href='#FinishingNotes'">Finishing Notes</h3>
Expand All @@ -405,6 +393,24 @@ <h3 onclick="location.href='#FinishingNotes'">Finishing Notes</h3>
</div>
</span>

<span id="ModlistUpdate" class="section">
<h2 onclick="location.href='#ModlistUpdate'">Modlist Update</h2>
<div class="card" id="UpdatingTheList">
<p>
<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><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 (instructions for both are provided above).</li>
</ol>
</p>
</div>


</span>

<!-- Arrows -->
<div class="navigationArrowContainer">
<a href="#" id="previous" rel="prev" class="navigationArrow">
Expand Down

0 comments on commit 80cb37e

Please sign in to comment.