Skip to content

Commit c89a43a

Browse files
committed
Misc formatting and wording
1 parent b646a97 commit c89a43a

File tree

2 files changed

+44
-41
lines changed

2 files changed

+44
-41
lines changed

falloutnv.html

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,9 +1091,7 @@ <h3>Recommended Setups</h3>
10911091
<h4>V-Sync</h4>
10921092
The "default" option - choose this if you don't have Variable Refresh Rate display or don't mind slight latency.
10931093
<ul>
1094-
<li>
1095-
Framerate must be capped slightly below refresh rate to reduce latency.
1096-
</li>
1094+
<li>The framerate must be capped slightly below refresh rate to reduce latency.</li>
10971095
</ul>
10981096
<div class="card-red">
10991097
<p>
@@ -1103,14 +1101,10 @@ <h4>V-Sync</h4>
11031101
</li>
11041102
<li>
11051103
<h4>G-Sync | FreeSync</h4>
1106-
Choose this if you have a Variable Refresh Rate display - it offers the best balance between latency and visual smoothness.
1104+
Choose this if you have a Variable Refresh Rate display, as it offers the best balance between latency and visual smoothness.
11071105
<ul>
1108-
<li>
1109-
V-Sync must be enabled, in order to fully get rid of tearing.
1110-
</li>
1111-
<li>
1112-
Framerate must be capped below refresh rate, in order for VRR to not disengage and fallback to V-Sync, as this causes a very big increase in latency.
1113-
</li>
1106+
<li>V-Sync must be enabled in order to fully get rid of tearing.</li>
1107+
<li>The framerate must be capped below your refresh rate in order for VRR to not disengage and fallback to V-Sync, as this causes a very big increase in latency.</li>
11141108
</ul>
11151109
</li>
11161110
<li>
@@ -1142,30 +1136,24 @@ <h4>No V-Sync</h4>
11421136
If you don't use, or not have VRR, it's best to limit your framerate to fractions of your refresh rate. (30 at 60hz, 72 at 144hz, etc.).
11431137
<br>
11441138
Having framerate capped to a value that's not a clean fraction of your refresh rate will cause microstuttering (For example 40 at 60hz).
1139+
<br>
1140+
<br>
1141+
The calculator below will take care of figuring out an optional value or set of values to cap your framerate to.
11451142
</p>
11461143
</div>
11471144
<div class="card">
11481145
<p>
1149-
<h3>
1150-
RivaTuner Statistics Server
1151-
</h3>
1146+
<h3>RivaTuner Statistics Server</h3>
11521147
Riva Tuner Statistic Server by <a href="https://forums.guru3d.com/members/unwinder.30019/" target="_blank">Unwinder</a> is probably the most famous FPS Limiter and OSD software, thanks to its <b>performance</b>, <b>compatibility</b> and <b>versatile On-Screen Display</b>.
11531148
</p>
11541149

11551150
<h4>Installation and configuration</h4>
11561151
<ol>
1157-
<li>
1158-
Install and launch <a href="https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html" target="_blank">RTSS</a>. Open your System Tray (the triangle pointing upwards on the taskbar) and click on the RTSS icon to open it
1159-
</li>
1160-
<li>
1161-
Press green <b>Add</b> button and select FalloutNV.exe
1162-
</li>
1163-
<li>
1164-
Set <b>Application Detection Level</b> to <b>Low</b>
1165-
</li>
1166-
<li>
1167-
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>.
1168-
</li>
1152+
<li>Install and launch <a href="https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html" target="_blank">RTSS</a>. Open your System Tray (the triangle pointing upwards on the taskbar) and click on the RTSS icon to open it.</li>
1153+
<li>Click <strong>Add</strong> and select <b>FalloutNV.exe</b>.</li>
1154+
<li>Set its <b>Application Detection Level</b> to <strong>Low</strong>.</li>
1155+
<li>Use the calculator below to determine your <strong>optimal FPS limit</strong><sup><a title="Warning" href="#annotation2">[2]</a></sup> setting. You can find your exact refresh rate <b><a href="https://www.testufo.com/refreshrate" target="_blank">here</a></b>.</li>
1156+
11691157
<div class="card-basic">
11701158
<div class="center" style="margin: 10px;">
11711159
<button id="fixedButton" onclick="setMode('fixed')" class="active">Fixed Refresh</button>
@@ -1183,23 +1171,38 @@ <h4>Installation and configuration</h4>
11831171
</div>
11841172

11851173
<li>
1186-
Enter settings using Setup button and:
1174+
Click <strong>Setup</strong> button and:
11871175
<ul>
11881176
<li>Enable <b>Passive Waiting</b></li>
11891177
<li>Set framerate limiter to <b>Front Edge Sync</b></li>
11901178
</ul>
11911179
</li>
1192-
<li>Enable <b>Start with Windows</b> or launch RTSS everytime before you play.</li>
1193-
<p>
1194-
Your configuration should look similar to this:
1195-
<br>
1196-
<div class="image-container width-60">
1197-
<img class="content-img" src="img/limiters/RTSS.webp" alt="Screenshot showcasing RTSS' settings">
1198-
<div class="resize-overlay expand"></div>
1199-
</div>
1200-
<br>
1201-
</p>
1180+
<li>Enable <b>Start with Windows</b> or launch RTSS every time before playing.</li>
12021181
</ol>
1182+
<br>
1183+
Your configuration should look like this:
1184+
<br>
1185+
<div class="image-container width-60">
1186+
<img class="content-img" src="img/limiters/RTSS.webp" alt="Screenshot showcasing RTSS' settings">
1187+
<div class="resize-overlay expand"></div>
1188+
</div>
1189+
<br>
1190+
<hr>
1191+
1192+
<span class="annotations">
1193+
<ol>
1194+
<li id="annotation1">
1195+
You can <strong>check if you are using VRR</strong> by going to the <b>Nvidia Control Panel</b> if you're on Nvidia or <b>Adrenalin's Display Settings</b> if you're on AMD. If the G-Sync tab is missing from NVCP, your display doesn't support it or doesn't have the feature enabled in the OSD.
1196+
<br>
1197+
<br>
1198+
Nvidia users need to make sure that G-Sync is set to <b>Fullscreen</b> and that <b>Display Specific settings</b> are enabled, the <b>Windowed</b> option is problematic due to it being a hacky method. Both of the settings are wrongly named so they do not actually directly refer to the display method.
1199+
</li>
1200+
<li id="annotation2">
1201+
You always want your FPS capped by a <strong>limiter instead of being hardware bound</strong>, this will reduce lag and increase power efficiency. It is also less jarring for the player when visual smoothness is the same across all scenes.
1202+
</li>
1203+
</ol>
1204+
</span>
1205+
</p>
12031206
</div>
12041207
</div>
12051208

js/fpsCalculator.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ function calculateFPS() {
109109
<div class="card card-basic">
110110
<p>Recommended FPS ${usableDivisors.length === 1 ? 'Limit' : 'Limits'}: ${recommendations} (choose one)</p>
111111
</div>
112-
${warning}
113-
<div class="card card-green">
112+
<div class="card card-red">
114113
<p>
115-
Choose the highest value your system can maintain consistently.
114+
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.
116115
</p>
117116
</div>
118-
<div class="card card-red">
117+
${warning}
118+
<div class="card card-green">
119119
<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.
120+
Choose the highest value your system can maintain consistently.
121121
</p>
122122
</div>
123123
`;

0 commit comments

Comments
 (0)