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
@@ -1164,64 +1165,31 @@ <h4>Installation and configuration</h4>
1164
1165
</li>
1165
1166
<li>
1166
1167
Enter your refresh rate here for automatic calculation of FPS limits. You can find your exact refresh rate <b><ahref="https://www.testufo.com/refreshrate" target="_blank">here</a></b>.
<buttonid="rrSubmit" onclick="refreshRateCalculations(rrRTSS)" style="margin: 5px;">Calculate</button><spanclass="disabled" id="applyConfirmation">Done!</span><spanclass="disabled" id="applyError">Due to physics issues, it's not recommended to go above 120 FPS.</span>
<p>Recommended FPS Limit Range: Any value from 48* to ${rrVRRClamped}</p>
75
+
</div>
76
+
<div class="card card-yellow">
77
+
<p>
78
+
*Your VRR range typically starts at 48 FPS, but some displays support 30 or even 1.<br>
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
+
</p>
81
+
</div>
82
+
<div class="card card-green">
83
+
<p>
84
+
Choose the highest value your system can maintain consistently.
85
+
</p>
86
+
</div>
87
+
`;
88
+
}else{
89
+
// only include divisors within the allowed recommendation range and >=60
Your refresh rate (${rr}Hz) has divisors that make it suited for VRR more than fixed refresh.<br>
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.
Choose the highest value your system can maintain consistently.
116
+
</p>
117
+
</div>
118
+
<div class="card card-red">
119
+
<p>
120
+
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.
0 commit comments