-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwabbajack.html
448 lines (394 loc) · 22.7 KB
/
wabbajack.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
<!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>Wabbajack | 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="All the information and instructions regarding the The Midnight Ride Wabbajack modlist.">
<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="All the information and instructions regarding the The Midnight Ride Wabbajack modlist.">
<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="imageViewer.js"></script>
<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">
</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="Wabbajack" class="section">
<div class="card-red center" style="display: flex; align-items: center; margin-top: 30px;">
<p>
<img src="./img/Coco/Blockquote.webp" alt="Coco blockquote" class="cocoNerd">
<div>
<p>
<b>IMPORTANT</b>:
<br>
Everything in this guide is written down for a reason! It is vital to read <b>everything!</b>
<br>
You can <b>NOT</b> skip any paragraphs/instructions and expect your game to function as it should.
</p>
</div>
</p>
</div>
<h2 onclick="location.href='#Wabbajack'">Wabbajack</h2>
<div class="card" id="WhatIsWabbajack">
<p>
<h3 onclick="location.href='#WhatIsWabbajack'">What Is Wabbajack?</h3>
Wabbajack is an <strong>automated modlist installer</strong>, it will allow you to install the entirety of The Midnight Ride Extended in a matter of minutes and with extras such as better LOD.
</p>
</div>
<div class="card" id="IntroductionAndSetup">
<p>
<h3 onclick="location.href='#IntroductionAndSetup'">Introduction And Setup</h3>
Read the <a href="./intro.html">Introduction</a> first, then proceed to the <a href="./setup.html">Setup</a> page. Once you're done, keep following this page.
</p>
</div>
<div class="card-red">
<p>
GOG is not supported until it receives the Next-Gen update, due to it currently missing the CC content that mods such as UFO4P and Community Fixes Merged rely on. Supporting GOG in its current state would mean massively branching the guide and having less fixes for a chunk of the userbase.
</p>
</div>
<div class="card" id="Installation">
<p>
<h3 onclick="location.href='#Installation'">Installation</h3>
<ol>
<li>Download the latest <a href="https://www.wabbajack.org/" target="_blank">Wabbajack</a>.</li>
<li>
<strong>Create a new folder</strong> anywhere outside of any default Windows folders, and the game folder itself.
<br>
Example: <span class="card-basic">C:\Modding\Wabbajack</span>
</li>
<li>Place the downloaded <strong>Wabbajack.exe</strong> in this folder, then run it.</li>
<li>Click <strong>Browse Modlists</strong>, then tick the <b>Show Unofficial Lists</b> box in the corner.</li>
<li>Locate The Midnight Ride in the gallery and click the download button in the corner.</li>
<li>In <b>Installation Location</b> select an <strong>empty folder</strong> that is <b>NOT</b> the following:
<ul>
<li>The Steam folder,</li>
<li>Any default Windows folders,</li>
<li>The game folder,</li>
<li>The folder where you put Wabbajack.exe.</li>
</ul>
Example: <span class="card-basic">C:\Modding\The Midnight Ride</span>
</li>
<li><strong>Begin</strong> the installation.</li>
<li>Accept the Nexus Mods API request.</li>
<li>If you are not a Premium user you will need to manually click download for each mod.</li>
<li>Once complete, the installation will show a green <strong>Installation Complete</strong> screen.
<ul>
<li>If you see a red <b>Installation Failed</b> screen, try log-in again through the Wabbajack settings, then reinstall the list to the same folder. If that doesn't work please join the <a href="https://discord.gg/S99Ary5eba" target="_blank">ModdingLinked</a> Discord server for support.</li>
</ul>
</li>
</ol>
</p>
</div>
</span>
<span id="PostInstallSteps" class="section">
<h2 onclick="location.href='#PostInstallSteps'">Post-Install Steps</h2>
<div class="card" id="Exclusions">
<p>
<h3 onclick="location.href='#Exclusions'">Exclusions</h3>
This operation is required because Windows can block MO2 and mod files from loading due to how MO2's virtualized filesystem works. It's not part of the manual guide because exclusions are handled by the MO2 installer, which Wabbajack doesn't use.
<ol>
<li>Open <a href="ms-settings:windowsdefender">Windows Security</a>.</li>
<li>Open <strong>Virus & threat protection</strong>.</li>
<li>Click <strong>Manage settings</strong> under <b>Virus & threat protection settings</b>.</li>
<li>Scroll down and click <strong>Add or remove exclusions</strong> under <b>Exclusions</b>.</li>
<li>Add a <b>Folder</b> exclusion and point it to the <strong>Installation Location</strong> folder.</li>
</ol>
<div class="card-red">
<p>
If you are using a third-party antivirus, you will need to find the exclusions menu and add one to the same folder.
</p>
</div>
</p>
</div>
<div class="card" id="RootMods">
<p>
<h3 onclick="location.href='#RootMods'">Root Mods</h3>
<ol>
<li>In your <b>Installation Location</b>, open the <strong>Files Requiring Manual Install</strong> folder.</li>
<li>Copy <strong>everything</strong> to the game's <b>Root</b> folder.</li>
<li>Still in the game's Root folder, double-click on <strong>fo4downgrader.exe</strong> to run it.</li>
<li>
A command prompt window will open and it should say:
<div class="card-basic">Patching successful</div>
</li>
<li>Close the command prompt and backups with <strong>_downgradeBackup</strong> appended to their name should appear in the game's <b>Root</b> folder.</li>
</ol>
</p>
</div>
<div class="card" id="ModOrganizer2Setup" title="Mod Organizer 2 Setup">
<p>
<h3 onclick="location.href='#ModOrganizer2Setup'">Mod Organizer 2 Setup</h3>
<ol>
<li>Launch <strong>ModOrganizer.exe</strong> from your <strong>Installation Location</strong>.</li>
<li>If you see a pop-up called <strong>Register?</strong>, select <strong>Yes</strong>.</li>
</ol>
</p>
</div>
<div class="card" id="GameConfiguration">
<p>
<h3 onclick="location.href='#GameConfiguration'">Game Settings</h3>
<ol>
<li>Open the game launcher using the <strong>Fallout Launcher</strong> option in MO2.</li>
<!-- Uncomment this when the picture is added
<div class="image-container width-60">
<img class="content-img" src="./img/Others/Start Launcher.webp" alt="Run the launcher through MO2">
<div class="resize-overlay expand"></div>
</div>
-->
<li>
Inside the launcher, click <b>Options</b> and do the following:
<ol>
<li>
Select <strong>Ultra Preset</strong>.
</li>
</ol>
</li>
<li>Close the launcher.</li>
<li>Still in the Executables menu of MO2, <strong>select Bethini Pie</strong>.</li>
<li>Click <b>Fallout 4</b> then press <strong>Select Game</strong>.</li>
<li>If you get a <b>Setup</b> prompt press <strong>OK</strong>. You don't need to redirect the INI path to MO2's profile folder because MO2's VFS already handles the redirection.</li>
<li>Apply the following settings:</li>
<ol>
<li>Select a Bethini <strong>preset</strong> depending on your hardware.</li>
</ol>
<div class="card-yellow">
<p>
The Bethini High preset is recommended for most systems, use Ultra if you have spare GPU performance and want better visual quality.
<br>
You can check this <a href="https://github.com/ModdingLinked/The-Midnight-Ride/blob/main/bethini%20performance%20testing">complete comparison</a> if you are unsure.
</p>
</div>
<ol start="2">
<li>Apply <strong>Recommended Tweaks</strong>.</li>
<li>Set <b>Display Mode</b> to <strong>Borderless Windowed</strong>.</li>
<li>Select the <strong>resolution</strong> you want to display the game in.</li>
<li>Make sure <b>Text Language</b> is set to <strong>English</strong> both in Bethini Pie and on Steam (other languages are not supported by the guide).</li>
<li>Edit the other settings to your liking.</li>
<li>Click <b>File</b> then <strong>Save</strong> in the top left, then confirm the prompts and close Bethini.</li>
</ol>
</ol>
</p>
</div>
<div class="card" id="PhysicsFixConfiguration">
<p>
<h3 onclick="location.href='#PhysicsFixConfiguration'">High FPS Physics Fix Configuration</h3>
<ol>
<li><strong>Locate High FPS Physics Fix</strong> in the Utilities separator, then double-click it.</li>
<li>In the <strong>INI-Files</strong> tab, open <span class="card-basic">F4SE/Plugins/HighFPSPhysicsFix.ini</span></li>
<li>Follow <a href="./utilities.html#PhysicsFix" target="_blank">the steps</a> in the manual guide, then return to this page.</li>
</ol>
</p>
</div>
<div class="card" id="LaunchingTheGame">
<p>
<h3 onclick="location.href='#LaunchingTheGame'">Launching The Game</h3>
If you intend on playing The Midnight Ride without the Extended section, now is the time to <strong>switch profile</strong> by using the drop-down menu on the top of your modlist in MO2.
<br>
<br>
Due to the way Mod Organizer 2 works, running programs through it is a requirement in order to load mods. This is done in the <strong>top-right corner</strong> of the manager, where the program to run is chosen. Here, <strong>select F4SE</strong>.
<br>
<div class="card-yellow">
<p>
If you don't see F4SE then you haven't followed the <a href="./wabbajack.html#RootMods">Root Mods</a> instructions correctly.
</p>
</div>
<br>
For the sake of convenience you may also <strong>create a shortcut</strong> (right below the <b>Run</b> button) so that you won't have to manually open MO2 each time before playing.
<br>
<div class="image-container width-60">
<img class="content-img" src="./img/Others/Start F4SE.webp" alt="Launching F4SE">
<div class="resize-overlay expand"></div>
</div>
</p>
</div>
<div class="card" id="MCMConfiguration" title="MCM Configuration">
<p>
<h3 onclick="location.href='#MCMConfiguration'">MCM Configuration</h3>
Once you are in the game, head to the <b>Mod Configuration</b> menu and edit the various settings to your liking.
<br>
<br>
You have now installed the The Midnight Ride Wabbajack list. If you don't want to mod your game further, <strong>you can now start playing</strong>. Have fun!
</p>
</div>
<div class="card" id="FinishingNotes">
<p>
<h3 onclick="location.href='#FinishingNotes'">Finishing Notes</h3>
Adding mods independently and without the help of a guide is only recommended after you have learned the required information and workflow. These range from general technicalities about the game, to solving conflicts with <a href="https://moddinglinked.com/xedit.html" target="_blank">xEdit</a> through <a href="https://moddinglinked.com/themethod.html" target="_blank">The Method</a>.
<br>
<br>
You can find sources for all this information and more in the <a href="./resources.html" target="_blank">Resources</a> section. You should also be aware of the <a href="./avoid-tools.html" target="_blank">Tools</a> and <a href="./avoid-mods.html" target="_blank">Mods to Avoid</a>.
<div class="card-yellow">
<p>
We may not provide support for setups that have added mods, especially if you went overboard!
</p>
</div>
</p>
</div>
</span>
<span id="ModlistUpdate" class="section">
<h2 onclick="location.href='#ModlistUpdate'">Modlist Update</h2>
<div class="card" id="UpdatingTheList">
<p>
<h3 onclick="location.href='#UpdatingTheList'">Updating The List</h3>
Whenever a new version of the list is released, you can update your current installation by following these steps:
<ol>
<li>If you added any mods to the list after installation, add the <span class="card-basic">[NoDelete]</span> prefix to their name in the left pane.</li>
<li><strong>Verify files</strong> on Steam.</li>
<li><strong>Reinstall the list</strong> from Wabbajack with the "<b>Overwrite Installation</b>" checkbox enabled.</li>
<li>Re-run the Downgrader <a href="./wabbajack.html#RootMods">as instructed above</a>.</li>
</ol>
<div class="card-red">
<p>
Make sure that the update is marked as <b>Safe Mid-Game</b> before playing with the same character!
</p>
</div>
</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>
</div>
</div>
<div class="sidebar right-sidebar">
<p id="sidebarContent">
</p>
</div>
</div>
<footer>ModdingLinked 2025</footer>
<div id="image-overlay" class="overlay" hidden>
<div class="image-container">
<img id="enlarged-image" class="enlarged-image" src="" alt="Enlarged Image">
<div class="resize-overlay shrink"></div>
</div>
</div>
</body>
</html>