Skip to content

Commit

Permalink
Moved the decompression guide to VNV
Browse files Browse the repository at this point in the history
  • Loading branch information
VishVadeva committed Nov 19, 2023
1 parent 1ab9c3a commit 9a0f939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
46 changes: 0 additions & 46 deletions falloutnv.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
FPS Limiters
</a>

<a href="#DecompressingRecords" title="🙃 Decompressing Records">
<span class="subIcon">📦</span>
<span class="flippy">🙃</span>
Decompression
</a>

<a href="#FAQ" title="🙃 FAQ">
<span class="subIcon"></span>
<span class="flippy">🙃</span>
Expand Down Expand Up @@ -1472,46 +1466,6 @@ <h4>Configuration</h4>
</div>
</div>

<!-- Decompressing Records -->
<div>
<span id="DecompressingRecords" onclick="location.href='#DecompressingRecords'">
<h2>Decompressing Records</h2>
</span>
<div class="card">
<p>
<h3>zLag</h3>
Game by default uses zLib compression for most things, plugin records included. Unfortunately, zLib is very slow and CPU heavy (especially on modern SSDs), which sadly results in loading stutter, mainly in mods with lots of NPCs or new landscapes.
<br>
Luckily, you can very easily decompress any plugin using xEdit and a <a href="https://www.nexusmods.com/newvegas/mods/74181" target="_blank">simple script</a>.
<div class="card-yellow">
<p>
It's recommended to do it after you are done with installing all mods in your modlist.
</p>
</div>
</p>
</div>
<div class="card">
<p>
<h3>The Process</h3>
<ol>
<li>If you don't have xEdit already set up, follow <a href="https://wastelandsurvivalguide.com/docs/xedit#setup" target="_blank">this guide</a>.</li>
<li>Press <b class="card-basic">Ctrl+E</b> in MO2 and select the xEdit executable.</li>
<li>Add <b class="card-basic">-IKnowIllBreakMyGameWithThis</b> to the <b>Arguments</b> text box.</li>
<li>Download the <a href="https://www.nexusmods.com/newvegas/mods/74181" target="_blank">Decompress Records</a> script from Nexus.</li>
<li>From the downloaded archive, extract <b>Decompress Records.pas</b> into the <b>Edit Scripts</b> folder contained in the xEdit folder.</li>
<li>Run xEdit, then load every plugin.</li>
<li>Once the background loader finishes, press <b class="card-basic">Ctrl+A</b> then right-click and <b>Apply script</b>.</li>
<li>Type Decompress Records, then apply.</li>
<div class="card-yellow">
<p>
It's recommended to remove the argument line you added in step 3.
</p>
</div>
</ol>
</p>
</div>
</div>

<!-- FAQ -->
<div>
<span id="FAQ" onclick="location.href='#FAQ'">
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<url>
<loc>https://www.performance.moddinglinked.com/falloutnv.html</loc>
<priority>1.00</priority>
<lastmod>2023-11-12</lastmod>
<lastmod>2023-11-19</lastmod>
</url>
<url>
<loc>https://www.performance.moddinglinked.com</loc>
Expand Down

0 comments on commit 9a0f939

Please sign in to comment.