Skip to content

Commit efe7f05

Browse files
committed
Update
1 parent 11d8f57 commit efe7f05

29 files changed

+461
-700
lines changed

avoid-tools.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ <h3>Vortex</h3>
199199
While the option to manually order plugins exists, it's designed to be as unintuitive as possible - the user needs to select the position of every plugin from a dropdown menu, based on relative position to other mods (load X after Y, load X before Z), or use a graphical, node based interface.
200200
<br>
201201
Additionally, it does not track generated files, and the deployment logic can be confusing to the user.
202+
<br>
203+
Vortex also cannot easily export a user's mod asset list for troubleshooting. Users can only export their plugin list as a text file, but not their full mod installation order. This makes it extremely difficult to provide mod lists when asking for help, as the only alternatives are taking screenshots while scrolling through the mod list or publishing collections (which sort mods alphabetically, not in installation order).
202204
</p>
203205

204206
<hr>
@@ -219,7 +221,9 @@ <h3>Mod Organizer 1</h3>
219221

220222
<p>
221223
<h3>LOOT</h3>
222-
The LOOT doesn't really have any idea about your mods and their inner structure - it just orders them based on tags in a masterlist managed by volunteers, meaning that it's impossible to account for every single mod and combination of mods.
224+
LOOT doesn't really have any idea about your mods and their inner structure - it just orders them based on tags in a masterlist managed by volunteers, meaning that it's impossible to account for every single mod and combination of mods.
225+
<br>
226+
The main issue regarding LOOT in most Bethesda games is that its masterlists are often outdated or incomplete, leading to broken load orders that will cause mods to misbehave. Oblivion is an exception where LOOT tends to work more reliably.
223227
</p>
224228

225229
<hr>

basefinish.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,22 +197,22 @@ <h2 onclick="location.href='#BaseFinish'">Base Finish</h2>
197197
<h3>Applying the Load Order</h3>
198198
The final step is to apply the load order of installed plugins. The guide comes with a premade load order file, which ensures all mods are being loaded in correct order, with all conflicts accounted for.
199199
<ol>
200-
<li><strong>Download the Load Order</strong> from <a href="https://www.nexusmods.com/fallout4/mods/67185" target="_blank">here</a>.</li>
201-
<li>Once it has finished downloading, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and click <strong>Open Profile folder</strong>.</li>
202-
<li>Open the downloaded archive and drag <strong>loadorder.txt</strong> into the folder, overwriting when prompted.</li>
203-
<li>Once the file is extracted, click <strong>F5</strong> while you are on MO2 without any menu open.</li>
200+
<li><strong>Download</strong> the TMR Load Order from <a onclick="downloadFile('https:\/\/raw.githubusercontent.com/ModdingLinked/The-Midnight-Ride/refs/heads/main/files/loadorder.txt')" style="cursor:pointer" title="loadorder.txt">here</a>.</li>
201+
<li>In MO2, click the <img class="mo2-icon" src="./img/MO2/Folders.webp" alt="MO2 folders"> button at the top of MO2 and click <strong>Open Profile folder</strong>.</li>
202+
<li><strong>Move loadorder.txt</strong> to the MO2 profile folder. You should get a popup message asking if you want to overwrite the existing file - click <strong>Yes</strong>.</li>
203+
<li>Press <strong>F5</strong> while you are on MO2 without any menu open.</li>
204204
<li>Right-click in the <b>right</b> pane of MO2 and select <strong>Enable all</strong>.</li>
205205
</ol>
206206

207-
<div class="card-yellow">
207+
<div class="card-red">
208208
<p>
209-
If you have not added any mods to the guide, <strong>prp.esp should be the last plugin</strong> in your load order (the <b>Plugins</b> tab in the <b>right</b> pane of MO2) after applying the load order and refreshing MO2.
209+
Your load order (found under the <b>Plugins</b> tab in the <b>right</b> pane of MO2) should match the <b>loadorder.txt</b> file you just downloaded. You can ignore any plugins from mods that you may have skipped, but the order the remaining plugins are in should match the file.
210210
<br>
211211
<br>
212-
If it's not the last plugin after refreshing, make sure that you are <strong>sorting the load order by priority</strong> by pressing the <b>Priority</b> column on the top.
212+
If that isn't the case, make sure to <strong>sort the load order by priority</strong> by clicking the <b>Priority</b> column header at the top.
213213
<br>
214214
<br>
215-
If that still doesn't work, you can join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support.
215+
Join our <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> server for support, if needed.
216216
</p>
217217
</div>
218218

-810 KB
Binary file not shown.

bethini performance testing/Visual Comparisons Links.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

bugfix.html

Lines changed: 42 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3 class="install">Installation instructions</h3>
329329

330330
<div class="card-yellow">
331331
<p>
332-
Just like before, the direct link to an <strong>older version is intentional</strong> to grant compatibility with the downgraded EXE.
332+
Just like before, the direct link to an <strong>older version is intentional</strong> to grant compatibility with the downgraded executable.
333333
</p>
334334
</div>
335335

@@ -403,40 +403,6 @@ <h3 class="install">Installation instructions</h3>
403403
</p>
404404
</div>
405405

406-
<div class="card" id="ReloadFix">
407-
<p>
408-
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/68931" target="_blank">Reload Fix</a></h3>
409-
Fixes some reloading issues.
410-
<h3 class="install">Installation instructions</h3>
411-
<ul>
412-
<li><b>Main Files</b> - Reload Fix</li>
413-
</ul>
414-
</p>
415-
</div>
416-
417-
<div class="card" id="IronsightFixes">
418-
<p>
419-
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/85053" target="_blank">Weapon Behavior Ironsights movement direction lock fixes and tweaks (3rd person)</a></h3>
420-
Fixes movement direction locks, moving in wrong direction and other junk related to input in third person.
421-
<h3 class="install">Installation instructions</h3>
422-
<ul>
423-
<li><b>Main Files</b> - Fixed Vanilla Sighted Additive Animations</li>
424-
<li><b>Main Files</b> - Main File</li>
425-
</ul>
426-
</p>
427-
</div>
428-
429-
<div class="card" id="MeleeSneakFix">
430-
<p>
431-
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/81727" target="_blank">Melee Sneak Locomotion Animation Blending Fix (Behavior Edit)</a></h3>
432-
Adds blending to the 3rd-person melee sneak animations.
433-
<h3 class="install">Installation instructions</h3>
434-
<ul>
435-
<li><b>Main Files</b> - Main file</li>
436-
</ul>
437-
</p>
438-
</div>
439-
440406
<div class="card" id="WetnessShaderFix">
441407
<p>
442408
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/23389" target="_blank">Wetness Shader Fix</a></h3>
@@ -527,6 +493,47 @@ <h2 onclick="location.href='#MinorFixes'">Minor Fixes</h2>
527493
These fixes are less important than the rest and <strong>not required in any way</strong>, their presence in the main list would just lengthen the guide for everyone. You can choose to skip any of them.
528494
</p>
529495

496+
<div class="card" id="ReloadFix">
497+
<p>
498+
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/68931" target="_blank">Reload Fix</a></h3>
499+
Fixes some reloading issues.
500+
<h3 class="install">Installation instructions</h3>
501+
<ul>
502+
<li><b>Main Files</b> - Reload Fix</li>
503+
</ul>
504+
</p>
505+
</div>
506+
507+
<div class="card" id="IronsightFixes">
508+
<p>
509+
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/85053" target="_blank">Weapon Behavior Ironsights movement direction lock fixes and tweaks (3rd person)</a></h3>
510+
Fixes movement direction locks, moving in wrong direction and other junk related to input in third person.
511+
<h3 class="install">Installation instructions</h3>
512+
<ul>
513+
<li><b>Main Files</b> - Fixed Vanilla Sighted Additive Animations</li>
514+
<li><b>Main Files</b> - Main File</li>
515+
</ul>
516+
</p>
517+
</div>
518+
519+
<div class="card" id="MeleeSneakFix">
520+
<p>
521+
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/81727" target="_blank">Melee Sneak Locomotion Animation Blending Fix (Behavior Edit)</a></h3>
522+
Adds blending to the 3rd-person melee sneak animations.
523+
<h3 class="install">Installation instructions</h3>
524+
<ul>
525+
<li><b>Main Files</b> - Main file</li>
526+
</ul>
527+
528+
<div class="card-yellow">
529+
<p>
530+
This last file is named the same as the previous, making MO2 prompt you with a choice. You should rename it to match the mod title.
531+
</p>
532+
</div>
533+
534+
</p>
535+
</div>
536+
530537
<div class="card" id="NPCDrinkingFix" title="NPC Drinking Fix">
531538
<p>
532539
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/53980" target="_blank">NPC Drinking Fix</a></h3>

changelog.html

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,60 @@
191191
<span id="Changelog" class="section">
192192
<h2 onclick="location.href='#Changelog'">Changelog (Month Day)</h2>
193193

194+
<!--
195+
CHANGELOG FORMATTING STANDARDS:
196+
197+
1. Each year is wrapped in an expander (expander-top/expander-bottom)
198+
2. Dates use format: "Month Day" (e.g., "August 9", "December 31")
199+
3. Mid-game safety indicator: "Safe Mid-game" or "NOT Safe Mid-game"
200+
4. Section headers use <h2><strong>Section Name</strong></h2>
201+
5. Standard sections (in order):
202+
- Whole Guide (for site-wide changes)
203+
- Setup
204+
- MO2
205+
- Utilities
206+
- Bug Fixes
207+
- User Interface
208+
- Gameplay
209+
- Content
210+
- Overhauls
211+
- Visuals
212+
- Extended Finish
213+
- LOD Guide
214+
- FAQ
215+
- Resources
216+
- Wabbajack
217+
6. Each change is a <li> with clear action verbs:
218+
- "Added" for new content
219+
- "Removed" for deleted content
220+
- "Replaced X with Y" for substitutions
221+
- "Updated" for version changes
222+
- "Fixed" for corrections
223+
- "Moved X to Y section" for reorganization
224+
7. Nested lists for multiple items use <ul><li>Item Name (version)</li></ul>
225+
8. Separate entries with <hr> between dates
226+
9. Close each year's section properly
227+
228+
TEMPLATE FOR NEW ENTRIES:
229+
230+
<h2 class="install">Month Day</h2>
231+
<h3>Safe Mid-game</h3> or <h3>NOT Safe Mid-game</h3>
232+
<h2><strong>Section Name</strong></h2>
233+
<ul>
234+
<li>Description of change.</li>
235+
<li>Added the following mods:
236+
<ul>
237+
<li>Mod Name (version)</li>
238+
<li>Another Mod Name</li>
239+
</ul>
240+
</li>
241+
<li>Removed Mod Name, reason for removal.</li>
242+
<li>Updated Mod Name (new version).</li>
243+
</ul>
244+
245+
<hr>
246+
-->
247+
194248
<div class="expander-top">
195249
<p>
196250
<h3>2025</h3>
@@ -199,11 +253,56 @@ <h3>2025</h3>
199253
</div>
200254
<div class="expander-bottom">
201255
<p>
202-
<h2 class="install">May 3</h2>
256+
<h2 class="install">Aug 9</h2>
203257
<h3>Safe Mid-game</h3>
258+
<h2><strong>Utilities</strong></h2>
259+
<ul>
260+
<li>Removed Lighthouse Papyrus Extender as it wasn't used since the removal of Grab and Eat Revisited.</li>
261+
<li>Added Escape Freeze F4SE.</li>
262+
</ul>
263+
<h2><strong>Bug Fixes</strong></h2>
264+
<ul>
265+
<li>Moved the following mods to the <b>Minor Fixes</b> section.
266+
<ul>
267+
<li>Reload Fix</li>
268+
<li>Weapon Behavior Ironsights movement direction lock fixes and tweaks (3rd person)</li>
269+
<li>Melee Sneak Locomotion Animation Blending Fix (Behavior Edit)</li>
270+
</ul>
271+
</li>
272+
</ul>
273+
<h2><strong>Gameplay</strong></h2>
274+
<ul>
275+
<li>Removed the Community Fixes Merged Patch for Integrated Adddons, it's no longer needed with CFM >=4.1.5.</li>
276+
</ul>
277+
<h2><strong>Visuals</strong></h2>
278+
<ul>
279+
<li>Switched back to the original Lightweight Lighting now that it's updated.</li>
280+
</ul>
281+
<h2><strong>LOD Guide</strong></h2>
282+
<ul>
283+
<li>Updated the pre-generated LOD for FOLIP 6.1.</li>
284+
<li>Added comparison sliders.</li>
285+
</ul>
286+
<h2><strong>Resources</strong></h2>
287+
<ul>
288+
<li>Added a link to Redawt's FROST Conversion Guide.</li>
289+
</ul>
204290
<h2><strong>Wabbajack</strong></h2>
205291
<ul>
292+
<li>Updated to reflect the changes above.</li>
206293
<li>Fixed missing TMR profile.</li>
294+
<li>Updated the following mods:
295+
<ul>
296+
<li>Garden of Eden Papyrus Script Extender (19.6)</li>
297+
<li>Community Fixes Merged (4.1.12)</li>
298+
<li>Midnight Cult Fix (1.02)</li>
299+
<li>Keep Radiants in the Commonwealth UFO4P Version (1.3)</li>
300+
<li>You And What Army 2 (1.07)</li>
301+
<li>Targeted Textures - Vanilla textures upscaled fixed and sized (2.5)</li>
302+
<li>Far Object LOD Improvement Project (6.1)</li>
303+
<li>TMR Pre-Generated LOD</li>
304+
</ul>
305+
</li>
207306
</ul>
208307

209308
<hr>

content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h3>Creating a Separator in MO2</h3>
206206
<div class="card" id="YouAndWhatArmy">
207207
<p>
208208
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/78925" target="_blank">You And What Army 2</a></h3>
209-
Expands the minutemen into a proper faction the player rebuilds, complete with integration into the game's world.
209+
Expands the Minutemen into a proper faction the player rebuilds, complete with integration into the game's world.
210210
<h3 class="install">Installation instructions</h3>
211211
<ul>
212212
<li><b>Main Files</b> - You And What Army 2</li>

0 commit comments

Comments
 (0)