-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbugfix.html
683 lines (611 loc) · 31.9 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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!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 | Viva New Vegas</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="Viva New Vegas">
<meta property="og:type" content="article">
<meta property="og:url" content="https://vivanewvegas.moddinglinked.com">
<meta property="og:image" content="https://vivanewvegas.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="#333230">
<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">Viva New Vegas</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://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</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="./gameplay.html" title="Gameplay">
Gameplay
</a>
<a href="./content.html" title="Content">
Content
</a>
<a href="./overhauls.html" title="Overhauls">
Overhauls
</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="./lod.html" title="LOD Guide" class="sublink">
LOD Guide
</a>
<a href="./decompress.html" title="Decompression Guide" class="sublink">
Decompression 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/Viva-New-Vegas" 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="YUP" title="YUP">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/51664" target="_blank">Yukichigai Unofficial Patch - YUP</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> - YUP - Base Game and All DLC</li>
</ul>
</p>
</div>
<div class="card" id="UPNVSE" title="UPNVSE+">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/71239" target="_blank">Unofficial Patch NVSE Plus</a></h3>
Fixes many bugs like YUP, but takes advantage of NVSE and JIP LN.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Unofficial Patch NVSE Plus</li>
</ul>
</p>
</div>
<div class="card" id="StewieTweaks">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/66347" target="_blank">lStewieAl's Tweaks and Engine Fixes</a></h3>
Collection of many configurable quality of life improvements and bug fixes. Settings can be further enabled/disabled/tweaked in the new <strong>Tweaks</strong> section added to the main menu.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Stewie Tweaks</li>
<li>
<h4><a class="link" href="https://www.nexusmods.com/newvegas/mods/79358" target="_blank">Viva New Vegas Resources</a></h4>
<ul>
<li><b>Main Files</b> - Stewie Tweaks - VNV INI</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="EngineOptimizations">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/80993" target="_blank">lStewieAl's Engine Optimizations</a></h3>
Rewrites various slow functions in the game to decrease loading/saving time and improve general performance.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Engine Optimizations</li>
</ul>
</p>
</div>
<div class="card" id="CombatLagFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/71973" target="_blank">Combat Lag Fix (NVSE)</a></h3>
Improves framerate in combat by fixing an engine bug that lowered framerate while attacking an enemy with a health-bar visible.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Fast Weapon Lag Fix</li>
</ul>
</p>
</div>
<div class="card" id="VATSFix" title="VATS Lag Fix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/84823" target="_blank">VATS Lag Fix</a></h3>
Fixes an issue that caused the game to wait around 1-2 seconds before showing hit percentages in some cases.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - VATS Lag Fix</li>
</ul>
</p>
</div>
<div class="card" id="SaveBloatFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/80666" target="_blank">ActorCause Save Bloat Fix</a></h3>
Fixes a save bloating issue related to actors detecting the player, improving save/load speed and decreasing the size of save files by 15-30%.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - ActorCause Save Bloat Fix</li>
</ul>
</p>
</div>
<div class="card" id="ViewmodelShakeFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/84443" target="_blank">Viewmodel Shake Fix - NVSE</a></h3>
Fix for massive shaking during aiming caused by floating point precision loss.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Viewmodel Shake Fix</li>
</ul>
</p>
</div>
<div class="card" id="IronSightsAligned">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/81933" target="_blank">Iron Sights Aligned</a></h3>
Fixes all iron sights on vanilla weapon meshes using ISControl Enabler.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - Iron Sights Aligned
<ul>
<li>You will be prompted with a FOMOD installer:</li>
<ol>
<li>Install</li>
</ol>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="NVMIM" title="NVMIM">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/74295" target="_blank">New Vegas Mesh Improvement Mod - NVMIM</a></h3>
Optimizations and fixes for over one thousand meshes throughout the base game and DLCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - New Vegas Mesh Improvement Mod</li>
</ul>
</p>
</div>
<div class="card" id="SMIM" title="SMIM">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/82042" target="_blank">skinned mesh improvement mod</a></h3>
Optimizes and fixes armors, characters and creatures.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - skinned mesh improvement mod
<ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Plugin Version: FNV Ultimate Edition</li>
<li>Install</li>
</ol>
</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="PipBoyOnNodeFixes" title="PipBoyOn Node Fixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/81775" target="_blank">PipBoyOn Node Fixes</a></h3>
Fixes multiple pipboy:on nodes in the armor meshes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - PipBoyOn Node Fixes SMIM</li>
</ul>
</p>
</div>
<div class="card" id="MAC10" title="MAC-10">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/83815" target="_blank">Meshes and Collision - Totally Enhanced Nifs (MAC-TEN)</a></h3>
Fixes dozens of meshes across the base game and DLCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - MAC-10</li>
</ul>
</p>
</div>
<div class="card" id="ITEM" title="ITEM">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/85622" target="_blank">Items Transformed - Enhanced Meshes (ITEM)</a></h3>
Fixes even more meshes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - ITEM</li>
</ul>
</p>
</div>
<div class="card" id="ImprovedLightingShaders">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/69833" target="_blank">Improved Lighting Shaders</a></h3>
Allows landscape to support more than 4 lights.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Improved Lighting Shaders</li>
</ul>
</p>
</div>
<div class="card" id="ClimateControl">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/77205" target="_blank">Climate Control NVSE</a></h3>
Fixes bugs and adds utilities for weather mods.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Climate Control NVSE</li>
</ul>
</p>
</div>
<div class="card" id="AudioFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/77073" target="_blank">Misc Audio Tweaks and Fixes</a></h3>
A collection of tweaks for certain audio files to fix popping issues and other annoyances.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Assorted Voice Popping Fixes</li>
<li><b>Main Files</b> - Elijah Missing Distortion Fix</li>
</ul>
</p>
</div>
<div class="card" id="MoonlightNVSE" title="MoonlightNVSE">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/77683" target="_blank">MoonlightNVSE</a></h3>
Fixes moonlight by making the moon the light caster instead of the sun.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - MoonlightNVSE</li>
</ul>
</p>
</div>
<div class="card" id="StripPerformanceFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/78617" target="_blank">Aqua Performa - Strip Performance Fix</a></h3>
Drastically improves performance on The Strip by getting rid of water LOD.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Strip Performance Fix</li>
</ul>
</p>
</div>
<div class="card" id="AlphaRenderingTweaks">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/80316" target="_blank">Fallout Alpha Rendering Tweaks - NVSE</a></h3>
Fixes some alpha rendering issues like broken effects when using transparency multisampling.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Fallout Alpha Rendering Tweaks</li>
</ul>
</p>
</div>
<div class="card" id="ExternalEmittanceFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/80443" target="_blank">External Emittance Fix - NVSE</a></h3>
Fixes incorrect exterior emittance handling which leads to particles being black.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - External Emittance Fix</li>
</ul>
</p>
</div>
<div class="card" id="LODFixes" title="LOD Fixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/84171" target="_blank">LOD Fixes and Improvements - NVSE</a></h3>
Removes LOD limits, improves its quality and fixes some bugs related to it, like broken water LOD culling.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - LOD Fixes and Improvements - NVSE</li>
</ul>
</p>
</div>
<div class="card" id="ExtendedRoombounds">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/71501" target="_blank">ExRB - Extended Roombounds</a></h3>
Adds and tweaks roombounds in some interiors possibly improving performance.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - ExRB
<ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Full (YUP)</li>
<li>Next</li>
<li>Install</li>
</ol>
</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="StripLightsRegionFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/73596" target="_blank">Strip Lights Region Fix</a></h3>
Fixes a vanilla issue about the Strip lights not showing in certain parts of the map.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Strip Lights Region Fix</li>
</ul>
</p>
</div>
<div class="card" id="SwimmingCreaturesFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/83094" target="_blank">Swimming Creatures Fix - ESPless</a></h3>
Gives the "swim" movement flag to the few vanilla creatures that have anims for that. Now you can be pursued on water by something else than mirelurks.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Swiming Creatures Fix</li>
</ul>
</p>
</div>
<div class="card" id="GasTrapPerformanceFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/88587" target="_blank">Gas Trap Performance Fix</a></h3>
Vastly improves performance in cells with numerous gas traps, such as Vault 22.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - Gas Trap Performance Fix
<ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Plugin (Recommended)</li>
<li>Install</li>
</ol>
</li>
</ul>
</li>
</ul>
</p>
</div>
</span>
<span id="MinorFixes" class="section">
<h2 onclick="location.href='#MinorFixes'">Minor Fixes</h2>
<div class="card" id="3rdPersonFixes">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/85198" target="_blank">3rd Person Animation Fixpack</a></h3>
Fixes most animation bugs in 3rd person.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - 3rd Person Animation Fixpack</li>
</ul>
</p>
</div>
<div class="card" id="SlideshowFOVFix" title="Slideshow FOV Fix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/87119" target="_blank">Slideshow FOV Fix - ESPLess</a></h3>
Fixes the size of slideshows when using a custom FOV value.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Slideshow FOV Fix</li>
</ul>
<div class="card-green">
<p>
You don't need this mod if you don't plan on changing the game's FOV values (part of the guide's Custom INI).
</p>
</div>
</p>
</div>
<div class="card" id="WindowSunlightFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/86437" target="_blank">Doc Mitchell's Window Sunlight Fix</a></h3>
Fixes game starting at 23:00 leading to wrong lighting at the start of the game.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Doc Mitchell's Window Sunlight Fix</li>
</ul>
</p>
</div>
<div class="card" id="FixedFaceGen" title="Fixed FaceGen Tints">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/71577" target="_blank">Mostly Fixed FaceGen Tints (NV or TTW)</a></h3>
Fixes the odd skin color you'll see on NPCs, including the player.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - FaceGen Tint Fixes for NV</li>
</ul>
</p>
</div>
<div class="card" id="WaterAliasingFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/78400" target="_blank">High Resolution Water Fog - Water Aliasing Fix</a></h3>
Increases resolution of the water depth render target, significantly reducing aliasing.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - High Resolution Water Fog</li>
</ul>
</p>
</div>
<div class="card" id="MuzzleFlashFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/81201" target="_blank">Muzzle Flash Light Fix - NVSE</a></h3>
Fixes muzzle flash lights not being culled after shot, leading to game still using them for illumination.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Muzzle Flash Light Fix</li>
</ul>
</p>
</div>
<div class="card" id="ViewmodelShadingFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/84781" target="_blank">Viewmodel Shading Fix - NVSE</a></h3>
Fixes totally wrong specular lighting, and lack of muzzle flash lights on viewmodel.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Viewmodel Shading Fix - NVSE</li>
</ul>
</p>
</div>
<div class="card" id="BloodDecalFlashingFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/87830" target="_blank">Blood Decal Flashing Fix</a></h3>
Fixes color overflow in blood decal shaders, which caused colorful flashes on Nvidia DXVK or other GPUs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Blood Decal Flashing Fix</li>
</ul>
</p>
</div>
<div class="card" id="DOFFix" title="Depth of Field Fix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/81200" target="_blank">Depth of Field Fix - NVSE</a></h3>
Fixes depth of field effects bleeding over onto player's viewmodel.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Depth of Field Fix</li>
</ul>
</p>
</div>
<div class="card" id="ImprovedLandscape">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/83425" target="_blank">Landscape Texture Improvements</a></h3>
Improves many aspects of the landscape, most notably reducing texture seams.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - Landscape Texture Improvements
<ul>
<li>You will be prompted with a FOMOD installer:</li>
<ol>
<li>Next</li>
<li>YUP Patch</li>
<li>Install</li>
</ol>
</ul>
</li>
</ul>
<div class="card-green">
<p>
You can safely ignore the <b>Error failed to restore load order...</b> message.
</p>
</div>
</p>
</div>
<div class="card" id="LandscapeDispositionFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/73937" target="_blank">Landscape Disposition Fix</a></h3>
Fixes several hundred vanilla misplaced objects.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Landscape Disposition Fix</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>