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
+14-40
Original file line number
Diff line number
Diff line change
@@ -333,48 +333,22 @@ <h3>Stutter Remover</h3>
333
333
<p>
334
334
<h3>Installation</h3>
335
335
<ol>
336
-
<li>
337
-
<p>
338
-
Download <ahref="https://www.nexusmods.com/newvegas/mods/66537" target="_blank" title="New Vegas Tick Fix">NVTF</a> and install it with your mod manager. You should already have this after following VNV or TBoT.
339
-
</p>
340
-
</li>
341
-
<li>
336
+
<li>Once the mod has been installed, double-click it in the left pane of MO2.</li>
337
+
<li>In the <strong>INI-Files</strong> tab, open <spanclass="card-basic">NVSE\Plugins\NVTF.ini</span></li>
338
+
<li>Change the following option:</li>
339
+
<ul>
340
+
<li>Set <strong>bUseDefaultPoolForTextures</strong> to <b>1</b> (line 29).</li>
341
+
</ul>
342
+
<divclass="card-red">
342
343
<p>
343
-
Install the <ahref="https://www.nexusmods.com/newvegas/mods/81231" target="_blank" title="NVTF Texture Modding Preset">NVTF Texture Modding Preset</a>, then make sure that it's loaded after NVTF or any other presets.
344
+
This setting Disables texture mirroring between VRAM and RAM, which decreases RAM usage and allows using high resolution textures.
345
+
<br>
346
+
<br>
347
+
<b>This also breaks Alt-Tab functionality in Fullscreen Mode.<sup><atitle="Why?" href="#annotation4">[4]</a></sup></b>
348
+
<br>
349
+
To mitigate that, either use <ahref="#DXVK">DXVK</a>, <ahref="#FAQ">Windowed Mode</a> or just avoid Alt-Tabbing. This is also covered later in the guide.
344
350
</p>
345
-
<divclass="card-red">
346
-
<p>
347
-
This preset does multiple things:
348
-
</p>
349
-
<ul>
350
-
<li>
351
-
<divclass="card-basic">
352
-
<p>
353
-
bToggleTripleBuffering = 1
354
-
</p>
355
-
</div>
356
-
<p>
357
-
This change has no effect if you don't use V-Sync and its potential latency increase is eliminated by properly capping FPS, which is covered later in the guide.
358
-
</p>
359
-
</li>
360
-
<li>
361
-
<divclass="card-basic">
362
-
<p>
363
-
bUseDefaultPoolForTextures = 1
364
-
</p>
365
-
</div>
366
-
<p>
367
-
Disables texture mirroring between VRAM and RAM, which decreases RAM usage and allows using high resolution textures.
368
-
<br>
369
-
<br>
370
-
<b>This change breaks Alt-Tab functionality in Fullscreen Mode.<sup><atitle="Why?" href="#annotation4">[4]</a></sup></b>
371
-
<br>
372
-
To mitigate that, either use <ahref="#DXVK">DXVK</a>, <ahref="#FAQ">Windowed Mode</a> or just avoid Alt-Tabbing. This is also covered later in the guide.
0 commit comments