Skip to content

Commit facf521

Browse files
committed
Fixes
1 parent 9a9bbe3 commit facf521

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

bugfix.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,6 @@ <h3 class="install">Installation instructions</h3>
272272
</ul>
273273
</li>
274274
</ul>
275-
276-
<div class="card-green">
277-
<p>
278-
If you plan to play with a controller, you should enable the following setting:
279-
<ol>
280-
<li>Once the mod has been installed, double-click it in the left pane of MO2.</li>
281-
<li>In the <strong>Text Files</strong> tab, select <span class="card-basic">F4SE/Plugins/Buffout4.toml</span></li>
282-
<li>Set <b>InputSwitch</b> (line 32) to <strong>true</strong>.</li>
283-
<li>Save your changes.</li>
284-
</ol>
285-
</p>
286-
</div>
287-
288275
</p>
289276
</div>
290277

@@ -361,7 +348,7 @@ <h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/83433
361348
Fixes a few engine bugs that affect Spells, Inventory Item Enhancements and Perks on NPCs.
362349
<h3 class="install">Installation instructions</h3>
363350
<ul>
364-
<li><b>Main Files</b> - Magic Effect and Spell Engine Fixes - Next-Gen</li>
351+
<li><b>Main Files</b> - Magic Effect and Spell Engine Fixes - F4SE</li>
365352
</ul>
366353
</p>
367354
</div>
@@ -372,7 +359,7 @@ <h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/92024
372359
Fixes an oversight in the follower pathing AI that makes them instantly turn away or walk away when approached by the player.
373360
<h3 class="install">Installation instructions</h3>
374361
<ul>
375-
<li><b>Main Files</b> - Follower AI Approach Reaction Fix - F4SE - NG</li>
362+
<li><b>Main Files</b> - Follower AI Approach Reaction Fix - F4SE</li>
376363
</ul>
377364
</p>
378365
</div>
@@ -424,7 +411,6 @@ <h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/46403
424411
<h3 class="install">Installation instructions</h3>
425412
<ul>
426413
<li><b>Main Files</b> - Previsibines Repair Pack - Full (1.11.169)</li>
427-
<li><b>Update Files</b> - Previsibines Repair Pack - Update (1.11.169)</li>
428414
</ul>
429415
</p>
430416
</div>

utilities.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h3 class="install">Installation instructions</h3>
360360

361361
<div class="card" id="PhysicsFix">
362362
<p>
363-
<h2>Performance Preamble</h2>
363+
<h3>Performance Preamble</h3>
364364
Limiting framerate is very important for overall stability, as it <strong>smooths out framepacing</strong>, which is the most important thing for the overall feel of fluidity.
365365
<br>
366366
<br>
@@ -461,8 +461,8 @@ <h3 class="install">Installation instructions</h3>
461461
<li>Set <b>InGameFPS</b> (line 59) to the recommended value from the calculator above.</li>
462462
<li>If you set <b>InGameFPS</b> to a value higher than 60, do the following as well:</li>
463463
<ul>
464-
<li>Set <b>DynamicUpdateBudget</b> to <strong>true</strong> (line 288).</li>
465-
<li>Set <b>BudgetMaxFPS</b> to the same value as <b>InGameFPS</b> (line 307).</li>
464+
<li>Set <b>DynamicUpdateBudget</b> to <strong>true</strong> (line 291).</li>
465+
<li>Set <b>BudgetMaxFPS</b> to the same value as <b>InGameFPS</b> (line 310).</li>
466466
</ul>
467467
</ul>
468468
<li>Save your changes.</li>

0 commit comments

Comments
 (0)