Skip to content

Commit

Permalink
Better res change instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Apr 14, 2024
1 parent a82c46a commit d3b7cb0
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions mo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3 id="settings">Configuring Settings</h3>
<li>Once you authorize it, you can close out of your browser and of the MO2 settings.</li>
<li>Allow MO2 to restart.</li>
</ol>

<!-- Game Settings -->
<p>
<a href="#gameSettings">
Expand All @@ -367,18 +367,23 @@ <h3 id="gameSettings">Configuring Game's Settings</h3>
<li>
Set <strong>Resolution</strong> to your monitor's native resolution.
<blockquote>
Launcher's resolution list can be pretty limited - if your resolution is not present, you can set it manually in the <strong>FalloutPrefs.ini</strong> by changing following settings in the <code>Display</code> section:
<p>
<code>iSize W = your screen width</code>
<br>
<code>iSize H = your screen height</code>
</p>
Launcher's resolution list can be pretty limited - if your resolution is not present, you can set it manually by following these steps:
<ol>
<li>Click the <img src="./img/mo2 ini.webp" alt="MO2 INI button"> button at the top of MO2 and select <strong>INI Editor</strong>.</li>
<li>Select the <strong>FalloutPrefs.ini</strong> tab.</li>
<li>Change following settings in the <code>Display</code> section:
<br>
<code>iSize W = your screen width</code>
<br>
<code>iSize H = your screen height</code>
</li>
</ol>
</blockquote>
</li>
</ol>
<li>
Close the launcher.
</li>
<li>
Close the launcher.
</li>
</li>
</ol>

Expand Down

0 comments on commit d3b7cb0

Please sign in to comment.