-
Notifications
You must be signed in to change notification settings - Fork 35
/
avoid-tools.html
272 lines (224 loc) · 11.3 KB
/
avoid-tools.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
<!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>Tools to Avoid | 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="List of many popular modding tools that are outdated or broken.">
<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="List of many popular modding tools that are outdated or broken.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#333230">
<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/progressBar.css">
<link rel="stylesheet" href="css/guideColors.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/images.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="Resources" class="section">
<h2 onclick="location.href='#ToolsToAvoid'">Tools to Avoid</h2>
<div class="card" id="ToolsToAvoid">
<p>
<h3>Vortex</h3>
Vortex was created around the idea of LOOT managing the load order, making modding seem simple and easy (see below why that's a bad idea).
<br>
While the option to manually order plugins exists, it's designed to be as unintuitive as possible - the user needs to select the position of every plugin from a dropdown menu, based on relative position to other mods (load X after Y, load X before Z), or use a graphical, node based interface.
<br>
Additionally, it does not track generated files, and the deployment logic can be confusing to the user.
</p>
<hr>
<p>
<h3>Nexus Mod Manager/Fallout Mod Manager</h3>
Outdated/abandoned, have no virtual file system or even dynamic movement of mods with loose files, which can lead to complete mod or game reinstalls in case the user wants to change the load order, or installed mods in a wrong order.
</p>
<hr>
<p>
<h3>Mod Organizer 1</h3>
There is no reason to use Mod Organizer 1 over Mod Organizer 2.
</p>
<hr>
<p>
<h3>LOOT</h3>
The LOOT doesn't really have any idea about your mods and their inner structure - it just orders them based on tags in a masterlist managed by volunteers, meaning that it's impossible to account for every single mod and combination of mods.
<br>
The main issue regarding LOOT in Fallout: New Vegas modding is that its masterlist is heavily outdated, leading to a broken load order that will cause mods to misbehave.
</p>
<hr>
<p>
<h3>Bashed Patches</h3>
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, like some of the other aforementioned tools, they are fully automated, and without the oversight of a human being they are liable to misidentify intentional overwrites as "conflicts" that need to be solved. 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 Fallout: New Vegas modding community, leading to complete breakage of the automated behavior of these mods.
</p>
<hr>
<p>
<h3>Mator Smash</h3>
Outdated and produces broken patches. The only viable method of automated patching 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.
</p>
<hr>
<p>
<h3>zEdit/zClean</h3>
Neither have any real advantages over <a href="https://moddinglinked.com/xedit.html" target="_blank">FNVEdit</a> and lack some essential features due to their outdated codebase. Support is also limited.
</p>
<hr>
<p>
<h3>Merge Plugins Standalone/zMerge</h3>
Automated merging can potentially cause major breakage in mods, especially heavily-scripted ones.
</p>
<hr>
<p>
<h3>FallrimTools Cleaning</h3>
Cleaning save files with Resaver will only cause issues, there is nothing that needs to be done to save files with a functional setup.
</p>
<hr>
<p>
<h3>Ordenador/DDSopt</h3>
Breaks many 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> instead.
</p>
<hr>
<p>
<h3>New Vegas Configator</h3>
Outdated and possibly dangerous. You won't need any INI tweaks other than the ones in the guide.
</p>
<hr>
<p>
<h3>Save Cleaner</h3>
Works by going through your save file and deleting every REFR file, which will most likely break your save.
</p>
</div>
</span>
<!-- Arrows -->
<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 2024</footer>
</body>
</html>