Skip to content

Commit

Permalink
Card consistency with guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Sep 11, 2024
1 parent 534f275 commit b429c3b
Show file tree
Hide file tree
Showing 17 changed files with 246 additions and 128 deletions.
15 changes: 10 additions & 5 deletions avoid-mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,16 @@

<h2 onclick="location.href='#ModsToAvoid'">Mods to Avoid</h2>

<div class="card-red">
<p>
This list is far from comprehensive. There are still tons of mods not listed here that will break your game. This is why it is very important to have some modding knowledge before adding any mods.
<br>
Always view every plugin you install with <a href="https://moddinglinked.com/xedit.html" target="_blank">FNVEdit</a> to check for conflicts.
<div class="card-red" style="display: flex; align-items: center; margin-top: 30px;">
<p>
<img src="./img/Coco/Blockquote.webp" alt="Coco blockquote" class="cocoNerd">
<div>
<p>
This list is far from comprehensive. There are still tons of mods not listed here that will break your game. This is why it is very important to have some modding knowledge before adding any mods.
<br>
Always view every plugin you install with <a href="https://moddinglinked.com/xedit.html" target="_blank">FNVEdit</a> to check for conflicts.
</p>
</div>
</p>
</div>

Expand Down
28 changes: 18 additions & 10 deletions basefinish.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@

<div class="content">

<!-- Introduction -->
<span id="BaseFinish" class="section">
<h2 onclick="location.href='#BaseFinish'">Base Finish</h2>

Expand All @@ -171,17 +170,24 @@ <h3>Applying the Load Order</h3>
<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>
</ol>
<div class="card-red">

<div class="card-red" style="display: flex; align-items: center; margin-top: 30px;">
<p>
If you have not added any mods to the guide, <strong>Strip Lights Region Fix.esp should be the last plugin</strong> in your load order (the <b>Plugins</b> tab in the <b>right</b> pane of MO2) after applying the load order and refreshing MO2.
<br>
<br>
If it's not the last plugin after refreshing, make sure that you are <strong>sorting the load order by priority</strong> by pressing the <b>Priority</b> column on the top.
<br>
<br>
If that still doesn't work, you can join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support.
<img src="./img/Coco/Blockquote.webp" alt="Coco blockquote" class="cocoNerd">
<div>
<p>
If you have not added any mods to the guide, <strong>Strip Lights Region Fix.esp should be the last plugin</strong> in your load order (the <b>Plugins</b> tab in the <b>right</b> pane of MO2) after applying the load order and refreshing MO2.
<br>
<br>
If it's not the last plugin after refreshing, make sure that you are <strong>sorting the load order by priority</strong> by pressing the <b>Priority</b> column on the top.
<br>
<br>
If that still doesn't work, you can join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support.
</p>
</div>
</p>
</div>

</p>
</div>

Expand Down Expand Up @@ -231,7 +237,9 @@ <h3>Going beyond Vanilla</h3>
</ul>
<br>
<div class="card-yellow">
<p>Note that VNV Extended is <strong>completely modular</strong>! You can skip any of its mods as long as you do the same for any other mod or patch tied to it.</p>
<p>
Note that VNV Extended is <strong>completely modular</strong>! You can skip any of its mods as long as you do the same for any other mod or patch tied to it.
</p>
</div>
</p>
</div>
Expand Down
1 change: 0 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@

<div class="content">

<!-- Introduction -->
<span id="Changelog" class="section">
<h2 onclick="location.href='#Changelog'">Changelog (DD/MM/YY)</h2>

Expand Down
6 changes: 4 additions & 2 deletions content.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,10 @@ <h3 class="install">Installation instructions</h3>
</ul>
</li>
</ul>
<div class="card-yellow">
<p>You can safely ignore the <span class="card-basic">Error failed to restore load order...</span> message.</p>
<div class="card-green">
<p>
You can safely ignore the <span class="card-basic">Error failed to restore load order...</span> message.
</p>
</div>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions decompress.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ <h3>Why?</h3>
<br>
<br>
<a href="./utilities.html#fixedEsms">Ultimate Edition ESM Fixes</a> and <a href="https://thebestoftimes.moddinglinked.com">Tale of Two Wastelands</a> already decompress the game's base plugins for you, so <strong>all that is left to decompress is your mods</strong>. Luckily, you can very easily do this using xEdit and a simple script.
<div class="card-green">
<div class="card-yellow">
<p>
This process is recommended once your load order is complete, so that everything gets decompressed.
You load order should be decompressed <strong>only once it is complete</strong>, so that everything gets decompressed.
</p>
</div>
</p>
Expand Down
4 changes: 3 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ <h3>How to reset your INIs</h3>
<li>Run the game's launcher through MO2 and you'll have new INIs.</li>
</p>
<div class="card-yellow">
<p>This process is done through MO2 because if you followed the guide you'll be using profile-specific INIs.</p>
<p>
This process is done through MO2 because if you followed the guide you'll be using profile-specific INIs.
</p>
</div>
</div>

Expand Down
23 changes: 15 additions & 8 deletions finish.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,24 @@ <h3>Applying the Load Order</h3>
<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>
</ol>
<div class="card-red">

<div class="card-red" style="display: flex; align-items: center; margin-top: 30px;">
<p>
If you have not added any mods to the guide, <strong>CC - 3D Rain.esp should be the last plugin</strong> in your load order (the <b>Plugins</b> tab in the <b>right</b> pane of MO2) after applying the load order and refreshing MO2.
<br>
<br>
If it's not the last plugin after refreshing, make sure that you are <strong>sorting the load order by priority</strong> by pressing the <b>Priority</b> column on the top.
<br>
<br>
If that still doesn't work, you can join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support.
<img src="./img/Coco/Blockquote.webp" alt="Coco blockquote" class="cocoNerd">
<div>
<p>
If you have not added any mods to the guide, <strong>CC - 3D Rain.esp should be the last plugin</strong> in your load order (the <b>Plugins</b> tab in the <b>right</b> pane of MO2) after applying the load order and refreshing MO2.
<br>
<br>
If it's not the last plugin after refreshing, make sure that you are <strong>sorting the load order by priority</strong> by pressing the <b>Priority</b> column on the top.
<br>
<br>
If that still doesn't work, you can join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support.
</p>
</div>
</p>
</div>

</p>
</div>

Expand Down
4 changes: 3 additions & 1 deletion gameplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ <h3 class="install">Installation instructions</h3>
</ul>
</ul>
<div class="card-green">
<p>The Viva New Vegas preset for Enhanced Movement only enables its fixes and a balanced sprinting mechanic.</p>
<p>
The Viva New Vegas preset for Enhanced Movement only enables its fixes and a balanced sprinting mechanic.
</p>
</div>
</p>
</div>
Expand Down
8 changes: 6 additions & 2 deletions hud.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ <h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - The Mod Configuration Menu</li>
<div class="card-yellow">
<p>If the installer window is improperly sized, press the <strong>Enter</strong> key to install.</p>
<p>
If the installer window is improperly sized, press the <strong>Enter</strong> key to install.
</p>
</div>
<li><b>Update Files</b> - MCM BugFix 2</li>
</ul>
Expand Down Expand Up @@ -220,7 +222,9 @@ <h3 class="install">Installation instructions</h3>
</li>
</ul>
<div class="card-green">
<p>The older version of the mod is intentional due to the inclusion of fonts.</p>
<p>
The older version of the mod is intentional due to the inclusion of fonts.
</p>
</div>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@

<div class="content">

<!-- Introduction -->
<span id="Introduction" class="section">

<div class="card-red center" style="display: flex; align-items: center; margin-top: 30px;">
<p>
<img src="./img/Coco/Blockquote.webp" alt="Coco blockquote" class="cocoNerd">
Expand Down
Loading

0 comments on commit b429c3b

Please sign in to comment.