Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ungeziefi committed Sep 12, 2024
1 parent 366dae1 commit 514be7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ <h2 class="install">29/2/24</h2>
<h3>Safe Mid-Game</h3>
<h2><strong>Bug Fixes</strong></h2>
<ul>
<li>Moved Pip-Boy Shading Fix back to Bug Fixes since we disable shadows in falloutcustom.ini.</li>
<li>Moved Pip-Boy Shading Fix back to Bug Fixes since we disable shadows in FalloutCustom.ini.</li>
</ul>

<hr>
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h3>How can I change FOV?</h3>
<p>
<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 <b>INI Editor</b>.</li>
<li>Select the <strong>FalloutCustom.ini</strong> tab, which should already have all the guide's settings if you followed the <a href="./utilities.html#CustomINI">Custom INI steps</a>.</li>
<li>Select the <span class="card-basic">FalloutCustom.ini</span> tab, which should already have all the guide's settings if you followed the <a href="./utilities.html#CustomINI">Custom INI steps</a>.</li>
<li>Edit the 3 FOV settings to your liking, then save.</li>
</ol>
</p>
Expand Down
5 changes: 1 addition & 4 deletions lod.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,7 @@ <h3>INI Tweaks</h3>
These settings will increase the LOD draw distance and remove the jarring transitions of SpeedTree flora.
<ol>
<li>Click the <img src="./img/MO2/INI Editor.webp" alt="MO2 INI button" class="mo2-icon"> button at the top of MO2 and select <strong>INI Editor</strong>. </li>
<li>Select the <strong>FalloutCustom.ini</strong> tab, which should have the settings copied from the <a href="./mo2.html">Mod Organizer 2</a> page.</li>
<ul>
<li>Make sure you are in the <strong>FalloutCustom.ini</strong> tab and <b>NOT</b> the <strong>Custom.ini</strong> tab. </li>
</ul>
<li>Select the <span class="card-basic">FalloutCustom.ini</span> tab, which should have the settings copied from the <a href="./mo2.html">Mod Organizer 2</a> page.</li>
<li>Paste in the following at the end of the file:</li>
<textarea readonly="readonly" style="height: 12.5em; width: 95%;" onclick="this.focus();this.select()">
[TerrainManager]
Expand Down
4 changes: 3 additions & 1 deletion utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,14 @@ <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.
<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 <strong>FalloutCustom.ini</strong> tab, which should be blank. In case it's not, clear the file.</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>

<div class="card-yellow">
<p>
If you don't see the <b>FalloutCustom.ini</b> tab, then you have not enabled <strong>profile-specific Game INI Files</strong> in <b>Profile settings</b> during <a href="./mo2.html#configuration">MO2's configuration</a>.
</p>
</div>

<li>Paste in the following:</li>
<textarea readonly="readonly" style="height: 51.5em; width: 95%;" onclick="this.focus();this.select()">
; Value types (prefixes):
Expand Down

0 comments on commit 514be7a

Please sign in to comment.