Skip to content

Commit

Permalink
Hyperlinks and Base Address Randomization in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Aug 17, 2024
1 parent 051124e commit 727ddd9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,11 @@ <h3>Crash on game start</h3>
<p>
This could happen for <strong>various reasons</strong>:
<ul>
<li>Base Address Randomization is enabled. This has to be disabled for a modded game to work, you can do so by following <a href="./setup.html#BaseAddressRandomization">these steps</a>.</li>
<li>The 4GB patch or the EGS patcher weren't run. Follow <a href="./utilities.html">the steps</a> in the guide.</li>
<li>xNVSE is not installed correctly or at all, make sure that you have all of the <a href="./utilities.html" target="_blank">utilities</a>.</li>
<li>You have incompatible mods lingering in your game's Data folder, this is why <a href="./setup.html#Uninstall" target="_blank">a clean slate</a> is required.</li>
<li>If you are using an AMD GPU, make sure that your drivers are updated to the <a href="https://www.amd.com/en/support" target="_blank">latest version</a> or that you are using DXVK according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>.</li>
</ul>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<a href="./lod.html" title="LOD Guide" class="sublink">
LOD Guide
</a>

<a href="./decompress.html" title="Decompression Guide" class="sublink">
Decompression Guide
</a>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h3 onclick="location.href='#RecommendedSpecs'">Recommended Specs</h3>
<div>
<b>IMPORTANT WARNING TO AMD USERS:</b>
<br>
Make sure you have the latest drivers! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK!
Make sure you have the <a href="https://www.amd.com/en/support" target="_blank">latest drivers</a>! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>!
</div>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<a href="./lod.html" title="LOD Guide" class="sublink">
LOD Guide
</a>

<a href="./decompress.html" title="Decompression Guide" class="sublink">
Decompression Guide
</a>
Expand Down Expand Up @@ -684,7 +684,7 @@ <h3 class="link-page"><a href="https://performance.moddinglinked.com/falloutnv.h
<div>
<b>IMPORTANT REMINDER TO AMD USERS:</b>
<br>
Make sure you have the latest drivers! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK!
Make sure you have the <a href="https://www.amd.com/en/support" target="_blank">latest drivers</a>! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>!
</div>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wabbajack.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h3 class="link-page"><a href="https://performance.moddinglinked.com/falloutnv.h
<div>
<b>IMPORTANT REMINDER TO AMD USERS:</b>
<br>
Make sure you have the latest drivers! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK!
Make sure you have the <a href="https://www.amd.com/en/support" target="_blank">latest drivers</a>! Drivers between 24.1.1 and 24.5.1 will crash the game unless you use DXVK according to the <a href="https://performance.moddinglinked.com/falloutnv.html#RecommendedLimiters" target="_blank">Performance Guide</a>!
</div>
</p>
</div>
Expand Down

0 comments on commit 727ddd9

Please sign in to comment.