You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: falloutnv.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1190,7 +1190,7 @@ <h4>Installation and configuration</h4>
1190
1190
<li>Set its <b>Application Detection Level</b> to <strong>Low</strong>.</li>
1191
1191
<li>Use the calculator below to determine your <strong>optimal FPS limit</strong><sup><atitle="Warning" href="#annotation7">[7]</a></sup> setting. You can find your exact refresh rate <b><ahref="https://www.testufo.com/refreshrate" target="_blank">here</a></b>.</li>
<p>Recommended FPS Limit Range: Any value from 48* to ${rrVRRClamped}</p>
75
75
</div>
76
-
<div class="card card-yellow">
76
+
<div class="card-yellow">
77
77
<p>
78
78
*Your VRR range typically starts at 48 FPS, but some displays support 30 or even 1.<br>
79
79
Check <a href="https://www.nvidia.com/en-us/geforce/products/g-sync-monitors/specs/" target="_blank">this list</a> to know your model's VRR range. Check the product page if it's not listed there.
80
80
</p>
81
81
</div>
82
-
<div class="card card-green">
82
+
<div class="card-green">
83
83
<p>
84
84
Choose the highest value your system can maintain consistently.
85
85
</p>
@@ -96,7 +96,7 @@ function calculateFPS() {
96
96
if(!commonRates.includes(rr)&&rr>75){
97
97
constbetter=findNearestRateWithGoodDivisor(rr);
98
98
warning=`
99
-
<div class="card card-red">
99
+
<div class="card-red">
100
100
<p>
101
101
Your refresh rate (${rr}Hz) has divisors that make it suited for VRR more than fixed refresh.<br>
102
102
Look into enabling VRR if your display supports it. If not, consider switching to <b>${better}Hz</b> instead if you can't hold performance close to the suggested value - you can do this in the <b>Nvidia Control Panel</b> or <b>Adrenalin</b> settings.
Even with New Vegas Tick Fix, the game can still have issues at high framerates, the calculator already accounts for this and won't return any value higher than 120.
115
117
</p>
116
118
</div>
117
119
${warning}
118
-
<div class="card card-green">
120
+
<div class="card-green">
119
121
<p>
120
122
Choose the highest value your system can maintain consistently.
0 commit comments