Skip to content

Commit

Permalink
Explain what FalloutCustom.ini is and how it works
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Oct 7, 2024
1 parent 302bfd6 commit cda72ac
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://vivanewvegas.moddinglinked.com/intro.html</loc>
<priority>1.00</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/utilities.html</loc>
<priority>0.90</priority>
<lastmod>2024-10-07</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/wabbajack.html</loc>
<priority>0.80</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/intro.html</loc>
<priority>1.00</priority>
<loc>https://vivanewvegas.moddinglinked.com/bugfix.html</loc>
<priority>0.80</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
Expand All @@ -25,11 +35,6 @@
<priority>0.50</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/wabbajack.html</loc>
<priority>0.80</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/avoid-tools.html</loc>
<priority>0.50</priority>
Expand Down Expand Up @@ -65,11 +70,6 @@
<priority>0.50</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/bugfix.html</loc>
<priority>0.80</priority>
<lastmod>2024-10-03</lastmod>
</url>
<url>
<loc>https://vivanewvegas.moddinglinked.com/setup.html</loc>
<priority>0.50</priority>
Expand Down
8 changes: 8 additions & 0 deletions utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,14 @@ <h2 onclick="location.href='#GameConfiguration'">Game Configuration</h2>
<p>
<h3>Custom INI</h3>
In this step we will take advantage of JIP LN NVSE's FalloutCustom.ini feature to improve performance and stability without affecting the main INIs.
<div class="card-green">
<p>
<b>FalloutCustom.ini</b> is a special settings file that overrides all other game INIs. This INI is exclusive to the user, meaning that the game or its launcher cannot change it.
<br>
<br>
This allows you to change settings without the fear of being overwritten, and removes the need of tracking which settings go into which file.
</p>
</div>
<ol>
<li>Click the <img class="mo2-icon" src="./img/MO2/INI Editor.webp" alt="MO2 INI button"> button at the top of MO2 and select <strong>INI Editor</strong>.</li>
<li>Select the <span class="card-basic">FalloutCustom.ini</span> tab, which should be blank. In case it's not, clear the file.</li>
Expand Down

0 comments on commit cda72ac

Please sign in to comment.