-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathsafe-modding.html
More file actions
571 lines (481 loc) · 38.4 KB
/
Copy pathsafe-modding.html
File metadata and controls
571 lines (481 loc) · 38.4 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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!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 Extended.webp">
<title>Safe Modding | Viva New Vegas</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="A list of mods/tools to avoid, and recommendations that pair well with the guide.">
<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="A list of mods/tools to avoid, and recommendations that pair well with the guide.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#333230">
<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/imageViewer.js"></script>
<script src="js/popup.js"></script>
<script src="js/javascript.js"></script>
<script src="js/responsiveTitle.js"></script>
<script src="js/download.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">
<link rel="stylesheet" href="css/donations.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 Extended.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>
<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="SafeModding" class="section">
<h2 onclick="location.href='#SafeModding'">Safe Modding</h2>
<div class="card-red center important-notice">
<p>
<b>IMPORTANT</b>:
<br>
None of the lists that follow are aimed at discrediting the work of certain authors nor direct any hate towards them. The goal is to provide alternatives to mods/tools that have been superseded, and to warn against problematic or placebo ones.
</p>
</div>
<div class="card" id="Overview">
<h3>Gaining Independence</h3>
<p>
Modding past what the guide might include can feel intimidating at first. The purpose of this page is to give you a jump start in that process by highlighting mods and tools you should avoid, along with recommended additions that require minimal work to integrate into most lists (including DBF).
<br><br>
As you install more mods, make sure to get comfortable with the following principles:
<ul>
<li>Read descriptions carefully and check requirements.</li>
<li>Do not go overboard with the amount of mods all at once. Doing so is a common recipe for early annoyance that might sour the whole experience going forward, <strong>take it slow</strong> while you learn!</li>
<li>If a mod claims performance improvements, benchmark it.</li>
<li>When installing mods with a plugin, use <a href="https://moddinglinked.com/xedit.html" target="_blank">FNVEdit</a> and <a href="https://moddinglinked.com/themethod.html" target="_blank">The Method</a> to check for conflicts between it and the rest of your list.</li>
<li>If something breaks, troubleshoot using a <b>binary search</b>: disable mods in groups to isolate the problematic section, then narrow it down by splitting that group into smaller parts.</li>
<li>Join modding related communities! Lots of information can be found in conversations that already took place.</li>
</ul>
<br><br>
All of this is meant to help you build the skills and confidence needed to manage and expand your setup independently.
</p>
</div>
<hr>
<div class="expander-top">
<h3>Mods to Avoid</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</div>
<div class="expander-bottom">
<h3>Bugfix & Optimization Mods</h3>
<ul>
<li>
<strong>ENBoost</strong> - ENBoost works around the game's managed memory pool with memory sharing across processes. NVTF changes pool type and fixes the problem at the root, allowing higher VRAM usage. ENBoost also requires configuration based on the user's system and much like ENB, has been abandoned.
</li>
<li>
<strong>New Vegas Stutter Remover</strong> - Will cause periodic crashes and there is no reason to use it anymore, even on Windows 7. <a href="https://www.nexusmods.com/newvegas/mods/66537" target="_blank">New Vegas Tick Fix</a> replaces NVSR while also doing more. For more information on how to improve game performance, consult the <a href="https://performance.moddinglinked.com/falloutnv.html" target="_blank">Performance Guide</a>.
</li>
<li>
<strong>Zan AutoPurge Crash Protector, PCB Hotkey, and Clear Cache Hotkey</strong> - Purging cell buffers is already done by the game during fast travel. Adding these mods will increase the usage of this command for no real benefit, possibly causing stutter.
</li>
<li>
<strong>FOOK, New Vegas Enhanced Content and Mission Mojave Ultimate Edition</strong> - Massively outdated compared to <a href="https://www.nexusmods.com/newvegas/mods/51664" target="_blank">Yukichigai Unofficial Patch</a> and will introduce bugs of their own.
</li>
<li>
<strong>NVAC</strong>:
<ul>
<li>It mostly consists of very generic null checks that allow the program to run even when it should not be able to.</li>
<li>It can lead to increased instability and save corruption because of the unpredictable behavior after ignoring an error.</li>
<li>Crash logging is impossible with NVAC, meaning you will get nonsensical and useless crash logs.</li>
<li>NVAC's aggressive inlining and patching can conflict with other NVSE plugins. Due to the closed source nature of NVAC, not every conflict point is known, thus there's always a chance for NVAC to actually cause crashes due to memory corruption.</li>
<li>Most engine issues have been fixed in other plugins, meaning that the only use case NVAC has in the modern day is to hide issues of "normal" mods (scripts, meshes etc.).</li>
</ul>
</li>
<li>
<strong>Auto Clean All Fallout New Vegas DLC Ultimate Edition</strong> - Running QAC is a minuscule fraction of the changes needed to fix the DLCs. It will not do anything by itself. Use <a href="https://www.nexusmods.com/newvegas/mods/92289" target="_blank">Ultimate Edition ESM Fixes Remastered</a> instead.
</li>
</ul>
<h3>Visual Mods</h3>
<ul>
<li>
<strong>Oversized textures</strong> - Based on the object size and how the texture is wrapped around it, you should pick textures with a reasonable resolution and avoid the very big ones also based on your display resolution. Keep in mind that the textures will not be displayed with their full resolution at all times, in fact they will be scaled down because of <a href="https://imgsli.com/MTMwNjU2" target="" _blank>mipmaps</a> based on distance and other factors, as shown with these sliders. Just for reference, a maximum of 2K at 1080p is a pretty safe bet in terms of balance.
</li>
<li>
<strong>AI-upscaled texture packs</strong> - Mods upscaled with AI or other automated techniques generally are not worth the higher VRAM usage.
</li>
<li>
<strong>ENB</strong> - Fallout 3 and New Vegas ENBs were never fully developed and have been abandoned by the author. This means they are left with some issues, like transparent and glowing objects (which can be somewhat mitigated with <a href="https://www.nexusmods.com/newvegas/mods/73431" target="_blank">ENB Glowing Objects Overhaul</a>).
<br><br>
Due to its post-process and deferred nature, ENBs require MSAA to be disabled which introduces visual issues with alpha textures, that are not solvable with post-process anti-aliasing solutions.
<br><br>
Additionally, ENB's integration with the game is pretty high level and detection based, which means that mods modifying graphical features in-engine can easily break ENB by changing something as simple as a resolution of a rendered texture, or replacing a shader.
<br><br>
Many popular ENB features like LUTs, lens flares or god rays can be replicated with <a href="https://reshade.me/" target="_blank">ReShade</a>.
There's also <a href="https://discord.com/invite/QgN6mR6eTK" target="_blank">New Vegas Reloaded</a>, which while still in development, offers similar feature set, while adding graphical features such as PBR or real global shadows.
</li>
<li>
<strong>Fallout Character Overhaul</strong>:
<ul>
<li>Multiple broken file paths which cause missing mesh triangles and pink textures.</li>
<li>The installer auto-selects patches for mods you don't have installed.</li>
<li>It doesn't cover every NPC in the game.</li>
<li>The ghoul file and the <b>bLoadFaceGenHeadEGTFiles</b> INI setting both reduce performance.</li>
<li>Reverts many YUP fixes.</li>
</ul>
Use <a href="https://www.nexusmods.com/newvegas/mods/87763" target="_blank">Simple Character Expansions</a> instead.
</li>
<li>
<strong>Handheld Pip-Boys, such as the 2500</strong> - All hand-held Pip-Boys share the <a href="https://imgur.com/a/3NBafn5" target="_blank">same common visual bugs</a> that occur if you enter/exit your Pip-Boy too fast. The methods these mods use to hide the Pip-Boy in third person are also quite janky, as they were made before NVSE extensions like JIP LN. These bugs and quirks have mostly been removed with <a href="https://www.nexusmods.com/newvegas/mods/76009" target="_blank">Handheld Fixes</a> though. Either <a href="https://www.nexusmods.com/newvegas/mods/49732" target="_blank">2500a</a> or <a href="https://www.nexusmods.com/newvegas/mods/65980" target="_blank">2000 Mk VI</a> are recommended.
</li>
<li>
<strong>Electro City</strong> - Contains <a href="https://imgur.com/a/spSSCZD" target="_blank">unnecessary bloat and leftover features from a planned quest</a>. Use <a href="https://www.nexusmods.com/newvegas/mods/69226" target="_blank">A Little More Lamplight</a> instead.
</li>
<li>
<strong>Vault 22 Flora Overhaul</strong> - Has tons of unnecessary bloat such as new weapons, enemies, poison effects, skill books and more. Use <a href="https://www.nexusmods.com/newvegas/mods/71521" target="_blank">Vault 22 Flora Overhaul Remastered</a> instead. Be aware that the mod is still pretty performance-intensive and should be avoided on weaker systems.
</li>
<li>
<strong>New Vegas Landscape Overhaul Remastered</strong> - Has broken navmeshes, many misplaced objects and bad balance. Use <a href="https://www.nexusmods.com/newvegas/mods/89867" target="_blank">Mojave Scenery Overhaul</a> instead. Be aware that it can lower performance on lower-end systems due to the amount of objects added to scenes.
</li>
<li>
<strong>Project Reality</strong> - Will cause massive performance issues and save bloat due to bad scripting.
</li>
<li>
<strong>Dragbody 10 Year Anniversary Pack and Ragdolls</strong> - Broken meshes prone to crashing.
</li>
<li>
<strong>Interior Lighting Overhaul</strong> - Nothing inherently wrong with it but needs proper patching for it to work as intended. Use Simple <a href="https://www.nexusmods.com/newvegas/mods/71390" target="_blank">Interior Lighting Overhaul</a> instead for a plug and play solution.
</li>
<li>
<strong>Weapon Animation Replacer WAR</strong> - Might cause crashing.
</li>
<li>
<strong>Borderlands Inspired Numeric Damage</strong> - Has a bug that can cause NPCs to teleport directly to you upon entering an interior.
</li>
</ul>
<h3>Content & Gameplay Mods</h3>
<ul>
<li>
<strong>Project Nevada</strong> - Outdated, inefficient, bloated, and some features either don't work or break the game (chargeable weapons, lethal headshots and the stealth/AI changes).
<br><br>
Although it may seem counterproductive to install a bunch of small mods to replace one big mod, these alternatives are all more functional and performance friendly:
<br>
<h4>Core Module</h4>
<ul>
<li>Dynamic Crosshair, Bullet Time, Sprint and more: <a href="https://www.nexusmods.com/newvegas/mods/66666" target="_blank">Just Assorted Mods</a></li>
<li>Grenade Hotkey: <a href="https://www.nexusmods.com/newvegas/mods/75927" target="_blank">BATH -Backup and Throwables Hotkeys</a></li>
<li>Headwear Overlay: <a href="https://www.nexusmods.com/newvegas/mods/67870" target="_blank">Helmet Overlay</a></li>
<li>Variable Zoom and Slower Backpedaling: <a href="https://www.nexusmods.com/newvegas/mods/66347" target="_blank">lStewieAl's Tweaks</a> (enable <b>bAdjustableScopeZoom</b> and <b>bMovementPenalties</b> in the INI) </li>
<li>Immersive Health Visuals: <a href="https://www.nexusmods.com/newvegas/mods/67696" target="_blank">Custom Health and AP Visuals</a></li>
<li>Enhanced Vision: <a href="https://eddoursul.win/mods/enhanced-vision/" target="_blank">Enhanced Vision</a></li>
<li>Explosive Entry: <a href="https://www.nexusmods.com/newvegas/mods/66992" target="_blank">Simple Explosive Entry</a></li>
<li>Immersive Primary Needs: <a href="https://eddoursul.win/mods/immersive-primary-needs/" target="_blank">Immersive Primary Needs</a></li>
<li>Inventory Sorter: <a href="https://www.nexusmods.com/newvegas/mods/74357" target="_blank">yUI</a> with <a href="https://www.nexusmods.com/newvegas/mods/74358" target="_blank">ySI -Sorting Icons</a>, or <a href="https://www.nexusmods.com/newvegas/mods/63867" target="_blank">Universal Item Sorter</a></li>
</ul>
<h4>Cyberware Module</h4>
<ul>
<li><a href="https://mod.pub/falloutnv/15-cyberware-2281" target="_blank">Cyberware 2281</a></li>
</ul>
<h4>Rebalance Module</h4>
<ul>
<li>Better character progression/combat: <a href="https://www.nexusmods.com/newvegas/mods/61592" target="_blank">JSawyer Ultimate Edition</a> (enable <b>bSurvivalModeDamage</b> in the INI)</li>
<li>Item rarity changes: <a href="https://www.nexusmods.com/newvegas/mods/74985" target="_blank">Famine</a></li>
<li>Lethal headshots: <a href="https://www.nexusmods.com/newvegas/mods/58277" target="_blank">JIP LN NVSE</a> (enable <b>bLocalizedDTDR</b> in the INI)</li>
<li>Alternate repairing system: <a href="https://www.nexusmods.com/newvegas/mods/74884" target="_blank">Repair Tools</a> or <a href="https://www.nexusmods.com/newvegas/mods/52510" target="_blank">Alternative Repairing</a></li>
<li>Miscellaneous gameplay changes: <a href="https://www.nexusmods.com/newvegas/mods/66347" target="_blank">lStewieAl's Tweaks</a> (enable <b>bMovementPenalties</b>, <b>bNoKarmaMessages</b> and <b>bRemoveSneakLabel</b> in the INI) </li>
</ul>
<h4>Equipment Module</h4>
<ul>
<li>Fallout 3 Weapons: <a href="https://www.nexusmods.com/newvegas/mods/40007" target="_blank">Fallout 3 Weapons Restoration</a></li>
<li>Classic Fallout Weapons: <a href="https://www.nexusmods.com/newvegas/mods/73805" target="_blank">Classic Fallout Weapons Remastered</a></li>
<li>Original Project Nevada Weapons: <a href="https://www.nexusmods.com/newvegas/mods/84213" target="_blank">ZL Armaments Remastered</a></li>
</ul>
</li>
<li>
<strong>Unlimited Companions</strong> - Unlimited Companions re-compiles every script in the game and will break many mods. Use <a href="https://www.nexusmods.com/newvegas/mods/50468" target="_blank">JIP Companions Command and Control</a> if you want unlimited companions at the same time or other companion-related features like equipment managing, infinite ammo, combat-ready companions and much more.
<br>
<br>
Before installing any mods that edit companion behavior, you should check if JIP CCC already does it.
</li>
<li>
<strong>Populated Casinos</strong> - Poorly made mod with many dirty edits, ITMs, and UDRs. It will also severely reduce performance due to the amount of new NPCs. Use <a href="https://www.nexusmods.com/newvegas/mods/71037" target="_blank">Casino Crowds</a> instead.
</li>
<li>
<strong>Freeside & Strip Open</strong> - Same performance issue as Populated Casinos. Adds many new NPCs and pieces of unpolished restored content that cause many bugs and performance drops and lacks any sort of performance optimization. Use <a href="https://www.nexusmods.com/newvegas/mods/73128" target="_blank">Simple Open Freeside</a> and <a href="https://www.nexusmods.com/newvegas/mods/73127" target="_blank">Simple Open Strip</a> instead.
</li>
<li>
<strong>Increased Wasteland Spawns</strong> - Causes save bloat due to using the <b>PlaceAtMe</b> function. Use <a href="https://www.nexusmods.com/newvegas/mods/64623" target="_blank">The Living Desert</a> and/or <a href="https://www.nexusmods.com/newvegas/mods/64638" target="_blank">Mojave Wildlife</a> instead.
</li>
<li>
<strong>True Wasteland Economy</strong> - Incredibly script-heavy, will cause save bloat and deteriorate performance over time. Use <a href="https://www.nexusmods.com/newvegas/mods/62899" target="_blank">Economy Overhaul</a> or <a href="https://www.nexusmods.com/newvegas/mods/80360" target="_blank">Harder Barter Faster Stronger</a> instead.
</li>
<li>
<strong>DUST</strong> - Contains tons of errors of all kinds. If you do insist on playing it, <a href="https://www.nexusmods.com/newvegas/mods/97095" target="_blank">DUST Community Fixes and Tweaks</a> is strongly recommended as a single, comprehensive bugfix and tweaks package, optionally alongside <a href="https://www.nexusmods.com/newvegas/mods/80640" target="_blank">DUST Expansion Project</a> and <a href="https://www.nexusmods.com/newvegas/mods/91012" target="_blank">DUST - Ink and Ash</a>. For a complete installation guide, see <a href="https://tkrrptd.github.io/dusty-roads/" target="_blank">DUSTy Roads</a>.
</li>
<li>
<strong>Weapon Mods Expanded/Extended</strong> - Needs careful patching, mostly for YUP. Some bugs may remain as the mod is abandoned and very old.
</li>
<li>
<strong>More Perks</strong> - Made in 2010 without the use of any script extenders, so many of the perks are broken or have poor implementation. Use <a href="https://www.nexusmods.com/newvegas/mods/76584" target="_blank">More Perks Reimagined</a> instead.
</li>
<li>
<strong>CAGE - Continue After Games Ending</strong> - Broken, use <a href="https://www.nexusmods.com/newvegas/mods/66726" target="_blank">Functional Post Game Ending</a> instead.
</li>
<li>
<strong>NV Interiors Project</strong> - Replaced by <a href="https://www.nexusmods.com/newvegas/mods/71228" target="_blank">NV Interiors Remastered</a>.
</li>
<li>
<strong>Classic Fallout Weapons</strong> - Countless broken meshes and leveled lists that will cause crashes. Use <a href="https://www.nexusmods.com/newvegas/mods/73805" target="_blank">Classic Fallout Weapons Remastered</a> instead.
</li>
<li>
<strong>Honest Hearts Reborn</strong> - Re-compiles every script in the game and still has many bugs after cleaning.
</li>
<li>
<strong>Killable children mods</strong> - Might break quests.
</li>
<li>
<strong>Weapons of the Wasteland</strong> - Causes crashes.
</li>
<li>
<strong>Leave Conversation</strong> - Force closes dialogues, breaking scripts and possibly locking you out of dialogue choices.
</li>
<li>
<strong>Monster Mod (MoMod)</strong> - Has broken meshes that cause crashing and broken levelled lists.
</li>
<li>
<strong>Enhanced NPC Awareness</strong> - Causes random NPCs and companions after firing to become hostile to the player, among other issues.
</li>
<li>
<strong>The Storyteller Companion</strong> - Contains dirty edits.
</li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>
<strong>Sinitar's Modlists</strong> - <a href="https://docs.google.com/document/d/1F1-6lF8dI4i2Zz8iT-bv_Ci1VO9MSU4MiSUrT5JqgHA/edit" target="_blank">This document</a> goes into detail on why Sintar's lists should be avoided.
</li>
<li>
<strong>Game Settings Tuner - GST</strong> - Bad scripting that causes save bloat and corruption. Use Stewie Tweaks' GMST override feature instead.
</li>
<li>
<strong>DSOAL</strong> - Can break audio or make it lag.
</li>
</ul>
</div>
<div class="expander-top">
<h3>Tools to Avoid</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</div>
<div class="expander-bottom">
<ul>
<li>
<strong>Nexus Mod Manager and Mod Organizer 1</strong> - No reason to use them over Mod Organizer 2.
</li>
<li>
<strong>LOOT</strong> - 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 them.
<br>
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.
</li>
<li>
<strong>Crash log readers</strong> - Crash logs require a plethora of knowledge to read, and in a lot of cases, the ability to confirm findings by reverse engineering the game's code. Automated solutions work through assumptions and by turning this further into a game of guessing. If the crash log contains enough named information (not always the case), a tool of this kind can turn useful as a way to narrow down possible causes, but at that point it just becomes a way to sort lines by frequency.
<br><br>
As large language models (AI) become more common, it might be tempting to use one to demystify a crash. In practice, though, their scarce knowledge of modding and engine-specific behavior often leads to incorrect conclusions, making them a big source of misinformation.
<br><br>
What then? Well, ideally, you never want to end up dealing with a crash log that offers no clear direction to begin with. The best prevention is to vet the mods you install and stay informed about any known issues. But if you do find yourself needing to interpret a crash, take the time to understand the game systems it references; that alone can often give an idea of the type of mod responsible.
<br><br>
If all else fails, many modding communities include people experienced in reverse engineering and, by extension, skilled at reading crash logs. Reaching out to them is often the most reliable way to get an accurate diagnosis. Keep in mind that crash logs are a tool; they merely take a snapshot of what happened <u>during</u> the crash, not why. Keep expectations in check, as in some cases they might not help to find a solution.
</li>
<li>
<strong>Bashed Patches</strong> - These patches have their use cases and in skilled hands can save a tremendous amount of time. It's not that they should be completely avoided period.
<br>
However, as it is often the case, automation without careful supervision can lead to errors. For this reason, it's only recommended to use them if you are both capable and willing to comb over the resulting patch.
<br>
LOOT and Bash tags are unused by majority of the SSE modding community, leading to complete breakage of the automated behavior of these mods.
</li>
<li>
<strong>Mator Smash</strong> - Outdated and produces broken patches. The only viable method of automated patching (keeping in mind what was said above) available is through a properly utilized Bashed Patch thanks to its sophisticated tagging system, which allows the user to customize how the generated patch handles individual records.
</li>
<li>
<strong>zEdit/zClean</strong> - Neither have any real advantages over <a href="https://moddinglinked.com/xedit.html" target="_blank">SSEEdit</a> and lack some essential features due to their outdated codebase. Support for zEdit/zClean is also limited.
</li>
<li>
<strong>Merge Plugins Standalone/zMerge</strong> - Automated merging can potentially cause major breakage in mods, especially complex ones that require careful handling of their internal references.
</li>
<li>
<strong>Ordenador/DDSopt</strong> - Breaks textures by needlessly converting/adding/resizing alpha channels, cubemaps and mipmaps. Use <a href="https://www.nexusmods.com/fallout4/mods/63243" target="_blank">BSArch Pro</a> or <a href="https://www.nexusmods.com/skyrimspecialedition/mods/23316" target="_blank">CAO</a> instead.
</li>
</ul>
</div>
<div class="expander-top">
<h3>Recommendations</h3>
<img class="chevron" style="transform: rotateX(0deg);" src="img/UI/Chevron Down.svg" alt="UI element - Chevron">
</div>
<div class="expander-bottom">
<h3>Animation Mods</h3>
<ul>
<li><a href="https://www.nexusmods.com/profile/hitman47101/mods?gameId=130" target="_blank">hitman47101's mods</a></li>
<li><a href="https://www.nexusmods.com/profile/rockbiter68/mods?gameId=130" target="_blank">rockbiter68's mods</a></li>
</ul>
<h3>Visual Mods</h3>
<ul>
<li><a href="https://www.nexusmods.com/profile/Pr0bability/mods?gameId=130" target="_blank">Pr0bability's mods</a> - especially <a href="https://www.nexusmods.com/newvegas/mods/92708" target="_blank">Parallax Shaders - Terrain</a> paired with <a href="https://www.nexusmods.com/newvegas/mods/93063" target="_blank">Vanilla Terrain Parallaxed</a>.</li>
<li><a href="https://www.nexusmods.com/newvegas/mods/89867" target="_blank">Mojave Scenery Overhaul</a></li>
</ul>
<h3>Content Mods</h3>
<ul>
<li><a href="https://www.nexusmods.com/newvegas/mods/88180" target="_blank">Dry Wells - Legion Expansion</a></li>
<li><a href="https://www.nexusmods.com/newvegas/mods/94306" target="_blank">Long 15 - NCR Expansion</a></li>
<li><a href="https://www.nexusmods.com/newvegas/mods/66726" target="_blank">FPGE - Functional Post Game Ending</a></li>
</ul>
<h3>Gameplay Mods</h3>
<ul>
<li><a href="https://www.nexusmods.com/profile/Sweet6Shooter/mods?gameId=130" target="_blank">Sweet6Shooter's mods</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li><a href="https://www.nexusmods.com/profile/Stentorious/mods?gameId=130" target="_blank">Stentorious' mods</a></li>
<li><a href="https://www.nexusmods.com/profile/Woooombat/mods?gameId=130" target="_blank">Woooombat's mods</a></li>
<li><a href="https://www.nexusmods.com/profile/Qolore7/mods?gameId=130" target="_blank">Qolore7's mods</a></li>
</ul>
</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>
</div>
</div>
</div>
<footer>ModdingLinked 2026</footer>
</body>
</html>