Skip to content

Commit 59e93fc

Browse files
committed
Add links to mod sections, fixing the existing NVTF one
1 parent 33a31e4 commit 59e93fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

falloutnv.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h2>Performance Mods</h2>
460460
</span>
461461
<div class="card">
462462
<p>
463-
<h3>Stewie Tweaks</h3>
463+
<h3 id="StewieTweaks">Stewie Tweaks</h3>
464464
<a href="https://www.nexusmods.com/newvegas/users/2232669" target="_blank">lStewieAl</a> has made a few of mods focused on improving the engine perfomance in multiple aspects (loading, rendering, AI processing).
465465
</p>
466466

@@ -484,7 +484,7 @@ <h3>Installation</h3>
484484
<hr>
485485

486486
<p>
487-
<h3>New Vegas Tick Fix</h3>
487+
<h3 id="NVTF">New Vegas Tick Fix</h3>
488488
NVTF fixes and improves game's internal clocks and memory management, dramatically <strong>reducing stutter</strong>.
489489
<br>
490490
It also allows playing <strong>above 60 FPS</strong> without breaking physics, although the recommended limit should be set to 120 FPS or below.
@@ -531,7 +531,7 @@ <h3>Installation</h3>
531531
<hr>
532532

533533
<p>
534-
<h3>zlib Updated</h3>
534+
<h3 id="zlibUpdated">zlib Updated</h3>
535535
Fallout: New Vegas compresses its BSA archives and plugins (NPC and Landscape records) using <a href="https://www.zlib.net/" target="_blank">zlib</a>, which on its own does not belong to the <a href="https://github.com/lz4/lz4?tab=readme-ov-file#benchmarks" target="_blank">fastest compression algorithms</a>, especially considering that the version used in the game is very outdated.
536536
<br>
537537
By simply updating the library to the latest version, you can cut the time spent on decompression in <b>half</b>, which leads to faster loading times and less stuttering.
@@ -565,7 +565,7 @@ <h3>Installation</h3>
565565
<hr>
566566

567567
<p>
568-
<h3>Cell Offset Generator</h3>
568+
<h3 id="CellOffsetGenerator">Cell Offset Generator</h3>
569569
This automated tool generates cell offsets on game startup, <strong>massively reducing stutter</strong> when loading new cells.
570570
<br>
571571
Without these offsets, the game has to scan all plugins to find cells, which can take a lot of time, especially if you have a lot of mods installed.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<url>
44
<loc>https://performance.moddinglinked.com/falloutnv.html</loc>
55
<priority>1.00</priority>
6-
<lastmod>2025-10-05</lastmod>
6+
<lastmod>2025-10-11</lastmod>
77
</url>
88
<url>
99
<loc>https://performance.moddinglinked.com</loc>

0 commit comments

Comments
 (0)