Skip to content

Commit

Permalink
Minor clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Apr 29, 2024
1 parent f136172 commit ad7ba96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions falloutnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,9 @@ <h2>Display Mode Differences</h2>
<p>
<h3>Presentation Problems</h3>
Here's a comparison of three display modes you can use in this game. Situation is problematic mainly due to Vulkan and D3D9 using old <a href="#Flip" onclick="expandCard(flipTalkTop, flipTalk, 1)">presentation models</a>.
<br>
<br>
This section is purely informative, just to let you know what options you have and what to expect from them.
<div class="comparison">
<table class="comparison-table">
<tr>
Expand Down Expand Up @@ -963,7 +966,7 @@ <h3>Installation</h3>
<div class="card">
<p>
<h3 id="dxvk-flip">Enabling Flip Model (DXVK with DXGI)</h3>
Nvidia and AMD drivers have ability to interop Vulkan to DXGI allowing for <a href="#Flip" onclick="expandCard(flipTalkTop, flipTalk, 1)">Flip Model</a> in Windowed mode, which has <b>HDR</b> and <b>VRR</b> support, and better <b>latency</b>.
Nvidia and AMD drivers have ability to use DirectX to display Vulkan games allowing for <a href="#Flip" onclick="expandCard(flipTalkTop, flipTalk, 1)">Flip Model</a> in Windowed mode, which has <b>HDR</b> and <b>VRR</b> support, and better <b>latency</b>.
<div class="card-red">
<p>
This step is mandatory for <b>Nvidia laptops</b> and <b>AMD GPUs</b> to work with DXVK, otherwise you will suffer heavy performance issues.
Expand Down Expand Up @@ -1127,6 +1130,7 @@ <h3>Recommended Setups</h3>
<ul>
<li>
<h4>V-Sync</h4>
The "default" option - choose this if you don't have Variable Refresh Rate display or don't mind slight latency.
<ul>
<li>
Framerate must be capped slightly below refresh rate to reduce latency.
Expand All @@ -1150,6 +1154,7 @@ <h4>V-Sync</h4>
</li>
<li>
<h4>G-Sync | Freesync</h4>
Choose this if you have a Variable Refresh Rate display - it offers the best balance between latency and visual smoothness.
<ul>
<li>
V-Sync must be enabled, in order to fully get rid of tearing.
Expand All @@ -1161,6 +1166,10 @@ <h4>G-Sync | Freesync</h4>
</li>
<li>
<h4>No V-Sync</h4>
Choose this if you want to reduce latency as much as possible, and don't mind tearing (if you are an advanced user, you can get rid of tearing using
<a title="Special K" onclick="expandCard(specialk, specialkExpander, 1)" href="#specialk">Special K</a>
or
<a title="RTSS" onclick="expandCard(rtss, rtssExpander, 1)" href="#rtss">RTSS</a>).
<ul>
<li>
No special prerequisites.
Expand Down Expand Up @@ -1196,7 +1205,7 @@ <h3>
Enter your refresh rate here for automatic calculation of FPS limits. You can find your exact refresh rate <b><a href="https://www.testufo.com/refreshrate" target="_blank">here</a></b>.
<div>
<input type="number" step="any" id="refreshRateInput" placeholder="Enter your refresh rate here" min="24" value="60" onchange="refreshRateCalculations()" style="width: 80px;">
<button id="rrSubmit" onclick="refreshRateCalculations()" style="margin: 5px;">Apply</button><span class="disabled" id="applyConfirmation">Applied!</span>
<button id="rrSubmit" onclick="refreshRateCalculations()" style="margin: 5px;">Calculate</button><span class="disabled" id="applyConfirmation">Done!</span>
</div>
<div class="card-yellow">
<p>
Expand All @@ -1206,6 +1215,7 @@ <h3>
</p>
<p>
Click on the cards below to show the instructions for each limiter.

<!-- SK -->
<p>
<div class="expander-top clickable center width-limited" onclick="expandCard(this, specialkExpander)" id="specialk">
Expand Down Expand Up @@ -1527,6 +1537,7 @@ <h4>Configuration</h4>
</p>
</div>
</p>

</p>
</div>
</div>
Expand All @@ -1542,7 +1553,7 @@ <h3>Are these questions really frequent?</h3>
<ul class="faq">
<li>
<h4>I can't use DXVK, and I need to Alt-Tab!</h4>
All you can do is download <a href="https://www.nexusmods.com/newvegas/mods/79211" target="_blank">OneTweak</a> or <a href="#specialk">Special K</a> and use the legacy Windowed mode.
All you can do is download <a href="https://www.nexusmods.com/newvegas/mods/79211" target="_blank">OneTweak</a> or <a href="#specialk" onclick="expandCard(specialk, specialkExpander, 1)">Special K</a> and use the legacy Windowed mode.
<br>
Remember to enable <b>Windowed mode</b> itself in <b>FalloutCustom.ini</b>!
<div class="card-basic">
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<url>
<loc>https://www.performance.moddinglinked.com/falloutnv.html</loc>
<priority>1.00</priority>
<lastmod>2024-04-25</lastmod>
<lastmod>2024-04-29</lastmod>
</url>
<url>
<loc>https://www.performance.moddinglinked.com</loc>
Expand Down

0 comments on commit ad7ba96

Please sign in to comment.