-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathbugfix.html
More file actions
555 lines (494 loc) · 25.7 KB
/
bugfix.html
File metadata and controls
555 lines (494 loc) · 25.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="img/Coco/Head Logo.webp">
<title>Bug Fixes | The Midnight Ride</title>
<meta name="keywords" content="
Mod, Modding, Mods, Guide, Mod Guide, Modding Guide, Resource, Resources,
Stable, Stability, Performance, Fix, Fixes, FPS,
Fast, Easy, Beginner,
Nexus, Nexus Mods, NexusMods,
Wabbajack, WJ, Installer,
Mod Manager, Mod Organizer, MO2,
Fallout, The Elder Scrolls, Bethesda, Bethesda Game Studios, BGS,
Fallout New Vegas, Fallout NV, New Vegas, FNV,
Fallout 4, FO4,
Tale of Two Wastelands, TTW,
Skyrim Special Edition, Skyrim SE, SSE">
<meta name="description" content="Essential mods that fix bugs, improve performance and add quality of life features.">
<meta http-equiv='content-language' content='en-us'>
<meta name="twitter:card" value="summary_large_image">
<meta property="og:site_name" content="ModdingLinked">
<meta property="og:title" content="The Midnight Ride">
<meta property="og:type" content="article">
<meta property="og:url" content="https://themidnightride.moddinglinked.com">
<meta property="og:image" content="https://themidnightride.moddinglinked.com/img/Others/Card.webp">
<meta property="og:description" content="Essential mods that fix bugs, improve performance and add quality of life features.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292c35">
<meta name="darkreader-lock">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='clear-site-data' content='cache'>
<script src="js/popup.js"></script>
<script src="js/javascript.js"></script>
<script src="js/responsiveTitle.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/cards.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/navigationArrows.css">
<link rel="stylesheet" href="css/coco.css">
<link rel="stylesheet" href="css/progressBar.css">
<link rel="stylesheet" href="css/guideColors.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="css/images.css">
<link rel="stylesheet" href="css/textIcons.css">
</head>
<body class="theme">
<div class="progress-container">
<div class="progress-bar"></div>
</div>
<div class="container">
<div class="header">
<div class="headerMenu" onclick="toggleNav()">
<img src="./img/UI/Navigation.svg" id="navButton">
</div>
<div class="headerTitle">
<img src="./img/Coco/Head Logo.webp" alt="Logo" id="logo">
<a href="./index.html" id="headerTitle">The Midnight Ride</a>
</div>
<div class="guideLinks" id="headerLinks">
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
<a href="https://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout: New Vegas</a>
<a href="https://dragonbornsfate.moddinglinked.com" target="_blank" rel="nofollow">Skyrim SE</a>
</div>
</div>
<div class="sidebar left-sidebar">
<p class="pageLinks">
<a href="./index.html" title="Home">
Home
</a>
<a href="./intro.html" title="Introduction">
Introduction
</a>
<a href="./setup.html" title="Setup">
Setup
</a>
<a href="./mo2.html" title="MO2">
Mod Organizer 2
</a>
<a href="./utilities.html" title="Utilities">
Utilities
</a>
<a href="./bugfix.html" title="Bug Fixes">
Bug Fixes
</a>
<a href="./basefinish.html" title="Base Finish">
Base Finish
</a>
</p>
<hr>
<p class="pageLinks">
<a href="./hud.html" title="User Interface">
User Interface
</a>
<a href="./tweaks.html" title="Tweaks">
Tweaks
</a>
<a href="./gameplay.html" title="Gameplay">
Gameplay
</a>
<a href="./content.html" title="Content">
Content
</a>
<a href="./visuals.html" title="Visuals">
Visuals
</a>
<a href="./finish.html" title="Extended Finish">
Extended Finish
</a>
</p>
<hr>
<p>
<a href="./changelog.html" title="Changelog">
Changelog
</a>
<a href="./resources.html" title="Resources">
Resources
</a>
<a href="./esl.html" title="Light Plugins" class="sublink">
Light Plugins
</a>
<a href="./lod.html" title="LOD Guide" class="sublink">
LOD Guide
</a>
<a href="./faq.html" title="FAQ">
FAQ
</a>
<a href="./safe-modding.html" title="Safe Modding">
Safe Modding
</a>
<a href="./wabbajack.html" title="Wabbajack">
Wabbajack
</a>
</p>
<p class="sidebar-padder"></p>
<hr>
<p class="sidebar-bottom">
<a href="https://discord.gg/S99Ary5eba" title="Discord">
Discord
</a>
<a title="Donate" class="popup-button" id="donation-button" onclick="openPopup(this, donation)">
Donate
</a>
<a href="https://github.com/ModdingLinked/The-Midnight-Ride" title="GitHub">
GitHub
</a>
</p>
</div>
<div class="card popup" id="donation">
<ul>
<li>
<a href="https://www.patreon.com/moddinglinked" target="_blank" rel="nofollow">Patreon</a>
</li>
<li>
<a href="https://www.paypal.me/Ungeziefi" target="_blank" rel="nofollow">PayPal</a>
</li>
</ul>
</div>
<div class="content">
<span id="BugFixes" class="section">
<h2 onclick="location.href='#BugFixes'">Bug Fixes</h2>
<div class="card">
<h3>Creating a Separator in MO2</h3>
<p>
<ol>
<li>Right-click the empty space in the left pane of MO2 and select <strong>Create separator</strong>.</li>
<li>Name the separator <strong>Bug Fixes</strong>.</li>
</ol>
</p>
</div>
<div class="card" id="UFO4P" title="UFO4P">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/4598" target="_blank">Unofficial Fallout 4 Patch - UFO4P</a></h3>
Fixes thousands of bugs with both the base game and DLCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Unofficial Fallout 4 Patch - UFO4P</li>
</ul>
</p>
</div>
<div class="card" id="CFM" title="Community Fixes Merged">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/74945" target="_blank">Community Fixes Merged</a></h3>
A collection of fixes made by the community over the years with open permissions.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Community Fixes Merged</li>
</ul>
</p>
</div>
<div class="card" id="GlitchfinderAIO" title="Glitchfinder AIO">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/74949" target="_blank">The Midnight Ride - Glitchfinder All-In-One</a></h3>
A small collection of fixes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - The Midnight Ride - Glitchfinder All-In-One</li>
</ul>
</p>
</div>
<div class="card" id="WeaponModFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/11130" target="_blank">Weapon Mod Fixes</a></h3>
Fixes a number of bugs in weapon modifications.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Weapon Mod Fixes</li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
<li>
<a href="https://www.nexusmods.com/fallout4/mods/67185" target="_blank">The Midnight Ride Resources</a>
<ul>
<li><b>Miscellaneous Files</b> - Weapon Mod Fixes - CFM Patch</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="Addictol">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/84214" target="_blank">Addictol</a></h3>
Mod combines various engine fix mods (Buffout, X-Cell, Mentants) into one, and adds new fixes as well.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Addictol 1.1</li>
<li><b>Main Files</b> - Addictol Crash Logger</li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>OG (1.10.163.0)</li>
<li>Install</li>
</ol>
</li>
</ul>
</p>
</div>
<div class="card" id="SprintStutteringFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/47760?tab=files&file_id=314205&nmm=1" target="_blank">Sprint Stuttering Fix</a></h3>
Fixes camera stutter when sprinting on uneven surfaces.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Optional Files</b> - Sprint Stuttering Fix <strong>1.3</strong></li>
</ul>
</p>
</div>
<div class="card" id="CompanionShootsPlayerFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/81758" target="_blank">Companion Shoots At Player Fix - F4SE</a></h3>
Fixes a bug which causes companions to shoot at the player during or shortly after combat.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Companion Shoots At Player Fix - F4SE</li>
</ul>
</p>
</div>
<div class="card" id="EmptyVendorListFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/83252" target="_blank">Empty Vendor List Bug Fix - F4SE</a></h3>
Fixes an engine bug that can cause vendors' item list to be empty.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Empty Vendor List Engine Bug Fix - F4SE</li>
</ul>
</p>
</div>
<div class="card" id="MagicEffectsFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/83433" target="_blank">Magic Effect and Spell Engine Fixes - F4SE</a></h3>
Fixes a few engine bugs that affect Spells, Inventory Item Enhancements and Perks on NPCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Magic Effect and Spell Engine Fixes - F4SE</li>
</ul>
</p>
</div>
<div class="card" id="FollowerApproachFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/92024" target="_blank">Follower AI Approach Reaction Fix - F4SE</a></h3>
Fixes an oversight in the follower pathing AI that makes them instantly turn away or walk away when approached by the player.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Follower AI Approach Reaction Fix - F4SE</li>
</ul>
</p>
</div>
<div class="card" id="WetnessShaderFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/23389" target="_blank">Wetness Shader Fix</a></h3>
Fixes the exaggerated shine of specific objects while it's raining.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Wetness Shader Fix</li>
</ul>
</p>
</div>
<div class="card" id="FixedGoboEffects">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/27445" target="_blank">Fixed Gobo Effects</a></h3>
Fixes artifacts, pixelation, and color banding in textures that are used for special light effects.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Fixed Gobo Effects</li>
</ul>
</p>
</div>
<div class="card" id="FlickerFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/79853" target="_blank">Flutter Flicker Fixer For Foliage</a></h3>
Fixes the flickering foliage.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Flutter Flicker Fixer For Foliage</li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Archived</li>
<li>PRP 74.6 or later</li>
<li>Install</li>
</ol>
</li>
</ul>
</p>
</div>
<div class="card" id="PRP" title="PRP">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/46403" target="_blank">Previsibines Repair Pack</a></h3>
Fixes many placement or mesh fixes not possible without regenerating previsibines. Can also increase performance in specific areas and interiors.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Previsibines Repair Pack - Full (1.11.191)</li>
</ul>
</p>
</div>
<div class="card" id="WeaponDebrisCrashFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/48078?tab=files&file_id=314112&nmm=1" target="_blank">Weapon Debris Crash Fix</a></h3>
Fixes the PhysX weapon debris crashing by disabling its collision.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Weapon Debris Crash Fix <strong>1.3</strong></li>
</ul>
<div class="card-yellow">
<p>
<strong>Only Nvidia</strong>'s Turing graphics cards (<a href="https://www.techpowerup.com/gpu-specs/?f=generation_NVIDIA+GeForce+20" target="_blank">20 series</a>) or newer require this fix (this includes the 16 series). You can skip it if you didn't enable the feature in Bethini Pie earlier (NVFlex).
</p>
</div>
</p>
</div>
</span>
<span id="MinorFixes" class="section">
<h2 onclick="location.href='#MinorFixes'">Minor Fixes</h2>
<p>
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.
</p>
<div class="card" id="IronsightFixes">
<p>
<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>
Fixes movement direction locks, moving in wrong direction and other junk related to input in third person.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Fixed Vanilla Sighted Additive Animations</li>
<li><b>Main Files</b> - Main File</li>
</ul>
</p>
</div>
<div class="card" id="MeleeSneakFix">
<p>
<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>
Adds blending to the 3rd-person melee sneak animations.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Main file</li>
</ul>
<div class="card-yellow">
<p>
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.
</p>
</div>
</p>
</div>
<div class="card" id="NPCDrinkingFix" title="NPC Drinking Fix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/53980" target="_blank">NPC Drinking Fix</a></h3>
Fixes the missing sounds and facial animations of drinking NPCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - NPC Drinking Fix</li>
</ul>
</p>
</div>
<div class="card" id="FakeInteriorsEx">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/82222" target="_blank">Extended Fake Interiors - Commonwealth buildings fixes</a></h3>
Fixes various roofs to properly cover you from the rain.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Extended Fake Interior</li>
<li><b>Main Files</b> - Extended Fake Interior DLC</li>
<li><b>Optional Files</b> - Extended Fake Interior - CC Enclave Remnants Patch</li>
</ul>
</p>
</div>
<div class="card" id="MoonRotationFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/80005?tab=files&file_id=314236&nmm=1" target="_blank">Moon Rotation Fix</a></h3>
Fixes the moon's alignment with the camera.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Moon Rotation Fix <strong>1.1.0</strong></li>
</ul>
</p>
</div>
<div class="card" id="MidnightCultFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/85746" target="_blank">Midnight Cult Fix</a></h3>
Fixes a weird settler AI problem unique to extra large settlements.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Midnight Cult Fix</li>
</ul>
</p>
</div>
<div class="card" id="BloodFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/97089" target="_blank">Blood Fixes</a></h3>
Fixes the placement of over 1,100 blood decals to reduce clipping and hard edges.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Blood Fixes - NG</li>
</ul>
</p>
</div>
<div class="card" id="HairFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/35661" target="_blank">Hair Specular Map Removal Thingy</a></h3>
Fixes glowing hair when under certain lighting.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Hair Specular Map Removal Thingy</li>
</ul>
</p>
</div>
<div class="card" id="GutsyVoiceFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/36205" target="_blank">General Atomics Galleria Speaking Guard Gutsy Voice Fix</a></h3>
Fixes the silent Guard Gutsy robots at General Atomics Galleria.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - General Atomics Gutsy Guards Voice Fix</li>
<li>
<a href="https://www.nexusmods.com/fallout4/mods/67185" target="_blank">The Midnight Ride Resources</a>
<ul>
<li><b>Miscellaneous Files</b> - GA Galleria Gutsy Voice Fix - UFO4P Patch</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="MotionVectorFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/98544?tab=files&file_id=378218&nmm=1" target="_blank">Motion Vector Fixes</a></h3>
Fixes critical bugs with rendering related to TAA, motion blur, upscaling and frame generation.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Update Files</b> - Motion Vector Fixes <strong>Pre-NG (version 1.10.163)</strong></li>
</ul>
</p>
</div>
</span>
<div class="navigationArrowContainer">
<a href="#" id="previous" rel="prev" class="navigationArrow">
<img class="mirror" src="./img/UI/Arrow.svg" alt="Back Arrow">
<span class="arrowText"></span>
</a>
<a href="#" id="next" rel="next" class="navigationArrow">
<span class="arrowText"></span>
<img src="./img/UI/Arrow.svg" alt="Forward Arrow">
</a>
</div>
</div>
<div class="sidebar right-sidebar">
<p id="sidebarContent">
</p>
</div>
</div>
<footer>ModdingLinked 2026</footer>
</body>
</html>