-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbugfix.html
614 lines (545 loc) · 28.8 KB
/
bugfix.html
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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!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/Logo.webp">
<title>Bug Fixes | The Midnight Ride</title>
<meta name="keywords" content="Fallout New Vegas, FNV, Fallout NV, Fallout, New Vegas, Fallout 4, FO4, Guide, Mod, Mods, Modding Guide, Bethesda, Stable, Performance, Fix, Help, DXVK, Fast, Easy, Tutorial, Mod Organizer, Nexus, Tale of Two Wastelands, TTW, Wabbajack, WJ, Installer">
<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'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='clear-site-data' content='cache'>
<script src="javascript.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/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/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://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout: New Vegas</a>
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</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="./avoid-tools.html" title="Tools to Avoid">
Tools to Avoid
</a>
<a href="./avoid-mods.html" title="Mods to Avoid">
Mods to Avoid
</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 href="https://paypal.me/Ungeziefi" title="Donate">
Donate
</a>
<a href="https://github.com/ModdingLinked/The-Midnight-Ride" title="GitHub">
GitHub
</a>
</p>
</div>
<div class="content">
<span id="BugFixes" class="section">
<h2 onclick="location.href='#BugFixes'">Bug Fixes</h2>
<div class="card">
<p>
<h3>Creating a Separator in MO2</h3>
<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="OwnershipFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/56885" target="_blank">Ownership Fixes</a></h3>
Fixes incorrect or missing ownership data assigned to junk and containers.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Ownership Fixes</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="AnimFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/53597" target="_blank">Misc Anim Tweaks and Fixes</a></h3>
Small animation tweaks and fixes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Misc anim tweaks and fixes</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/74945" target="_blank">Community Fixes Merged - Weapon Mod Fixes Patch</a></li>
</ul>
</p>
</div>
<div class="card" id="Buffout4">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/64880" target="_blank">Buffout 4 NG with PDB support</a></h3>
Fixes engine bugs and adds a crash logger.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Buffout4 NG</li>
</ul>
</p>
</div>
<div class="card" id="InteriorNavCutFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/72904" target="_blank">Interior NavCut Fix</a></h3>
Fixes the engine bug that causes workshop navmesh cuts to persist throughout all interior cells.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Interior NavCut Fix</li>
</ul>
<div class="card-red">
<p>
<b>IMPORTANT:</b>
<br>
Mac and Linux users will need to use the <b>No Multithreading</b> version instead!
</p>
</div>
</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=196371&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>Main Files</b> - Sprint Stuttering Fix <strong>1.2</strong></li>
</ul>
<div class="card-yellow">
<p>
Just like before, the direct link to an <strong>older version is intentional</strong> to grant compatibility with the downgraded EXE.
</p>
</div>
</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 Atmoics 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/63391" target="_blank">GA Galleria Gutsy Voice Fix - UFO4P Patch</a></li>
</ul>
</p>
</div>
<div class="card" id="NPCRespawnFix" title="NPC Respawn Fix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/79726" target="_blank">Hostile NPC Respawn Fix - F4SE - Garden of Eden SE</a></h3>
Fixes a few issues that prevent hostile NPCs from respawning after a while.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Hostile NPC Respawn Fix ESL</li>
</ul>
</p>
</div>
<div class="card" id="CompanionFallFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/80888" target="_blank">Companion Jump Fall Pose Fix - F4SE - Garden of Eden SE</a></h3>
Fixes the "companions stuck in falling pose" bug.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Companion Jump Fall Pose Fix (ESL version)</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</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</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</li>
</ul>
</p>
</div>
<div class="card" id="ExpressionFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/89732" target="_blank">Facial Expression and Eyetracking Engine Fixes - F4SE</a></h3>
Fixes various facial expression and eyetracking engine bugs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Facial Expr. and Eyetr. Engine Fixes</li>
<ol>
<li>Once the mod has been installed, double-click it in the left pane of MO2.</li>
<li>In the <strong>INI-Files</strong> tab, open <span class="card-basic">F4SE/Plugins/FacialExpressionAndEyeTrackingEngineFixes.ini</span></li>
<li>Change the following option:</li>
<ul>
<li>Set <strong>bBrownFace</strong> to <b>1</b> (line 5).</li>
<!-- Enable this when the feature is not in beta anymore
<li>Set <strong>bPlayerEyesStuckAtDialogueTarget</strong> to <b>1</b> (line 6).</li>
-->
</ul>
</ol>
</ul>
</p>
</div>
<div class="card" id="ArmorPenetrationFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/73849" target="_blank">Armor Penetration Bug Fix - F4SE</a></h3>
Prevents incorrect stat overwriting when unequipping or changing weapons.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Armor Penetration Bug Fix - F4SE</li>
</ul>
</p>
</div>
<div class="card" id="ReloadFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/68931" target="_blank">Reload Fix</a></h3>
Fixes some reloading issues.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Reload Fix</li>
</ul>
</p>
</div>
<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>
</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>
Greatly improves FPS throughout the entire game, including interior cells. Also includes many placement or mesh fixes not possible without regenerating previsibines.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - PRP Plugins NG</li>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Next</li>
<li>Install</li>
</ol>
</li>
<li><b>Main Files</b> - PRP Resources</li>
</ul>
<div class="card-red">
<p>
Not installing the PRP Resources file will lead to crashing, make sure both files are installed!
</p>
</div>
</p>
</div>
<div class="card" id="NoPuddleCubemaps">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/67185" target="_blank">No Puddle Cubemaps TMR</a></h3>
Removes cubemapping from water and blood puddles to avoid the jarring reflections when moving around them.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - No Puddle Cubemaps TMR</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=194684&nmm=1" target="_blank">Weapon Debris Crash Fix</a></h3>
Fixes the PhysX weapon debris crashing disabling debris collision.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Weapon Debris Crash Fix <strong>1.2</strong></li>
</ul>
<div class="card-yellow">
<p>
Only Nvidia's Turing graphics cards 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.
</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="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=308650&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.0.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="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>
</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 2024</footer>
</body>
</html>