-
Notifications
You must be signed in to change notification settings - Fork 10
/
utilities.html
531 lines (469 loc) · 26.1 KB
/
utilities.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
<!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">
<link rel="canonical" href="https://themidnightride.moddinglinked.com">
<title>Utilities | 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 stability and performance mods, required for any modded setup.">
<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 stability and performance mods, required for any modded setup.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292c35">
<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="./tweaks.html" title="Tweaks">
Tweaks
</a>
<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="./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">
<div class="card-yellow center" style="margin-top: 30px;">
<p>
<b>IMPORTANT</b>:
<br>
If you run into any issues at any point in the guide, please be sure to check the <a href="./faq.html" target="_blank">FAQ</a>.
<br>
If your issue is not addressed there, join the <a href="https://discord.gg/S99Ary5eba" target="_blank">Discord</a> for support.
</p>
</div>
<span id="ManualDownloads" class="section">
<h2 onclick="location.href='#ManualDownloads'">Manual Downloads</h2>
<div class="card">
<p>
<h3>Root Mods</h3>
The following mods are special because they need to be installed directly into the game's <b>Root</b> folder, <strong>not through Mod Organizer 2</strong>.
<br>
Use the <strong>Manual Download</strong> and follow the instructions provided for each mod.
<br>
<br>
Failing to install these mods correctly will result in issues.
</p>
</div>
<div class="card" id="F4SE" title="F4SE">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/42147?tab=files&file_id=253313" target="_blank">Fallout 4 Script Extender (F4SE)</a></h3>
Extends the scripting capabilities of the game.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Fallout 4 Script Extender (F4SE) <strong>0.6.23</strong></li>
<ol>
<li>From the downloaded archive, <strong>move everything</strong> to the game's <b>Root</b> folder.</li>
</ol>
<div class="card-yellow">
<p>
If you do not know what the <b>Root</b> folder is, read the <a href="./setup.html#terms" target="_blank">Key Terminology</a>.</p>
</div>
<div class="card-red">
<p>
<strong>The direct link to an older version is intentional</strong> to grant compatibility with the downgraded EXE.
<br>
<br>
Downloading through the link button above is especially important when the guide specifies the exact version, like for this mod and more later.
</p>
</div>
<ol start="2">
<li>
After proper install, your <b>Root</b> folder should look like this:
<br>
<div class="image-container width-40">
<img class="content-img" src="./img/Others/Root Folder.webp" alt="Root folder with a correct F4SE install">
<div class="resize-overlay expand"></div>
</div>
</li>
</ol>
</ul>
</p>
</div>
<div class="card">
<p>
<h3>Making MO2 Detect F4SE</h3>
<ol>
<li>
Once F4SE is installed as instructed above, <strong>restart MO2</strong> and you should see a new option in the top right drop-down:
<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>
</li>
</ol>
</p>
</div>
<div class="card" id="PluginPreloader">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/33946?tab=files&file_id=221778" target="_blank">xSE PluginPreloader F4</a></h3>
Allows preloading F4SE plugins before the game initializes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - xSE PluginPreloader F4 <strong>0.2.5.1</strong></li>
<ol>
<li>From the downloaded archive, <strong>move everything</strong> to the game's <b>Root</b> folder.</li>
</ol>
</ul>
</p>
</div>
<div class="card" id="Downgrader">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/81933" target="_blank">Simple Fallout 4 Downgrader</a></h3>
A simple one-click downgrader that doesn't require any login credentials.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Simple Fallout 4 Downgrader - for v1.10.984</li>
<ol>
<li>From the downloaded archive, extract <strong>everything</strong> to the game's <b>Root</b> folder.</li>
<li>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>
</ul>
</p>
</div>
</span>
<span id="MO2Downloads" class="section">
<h2 onclick="location.href='#MO2Downloads'">Mod Organizer Downloads</h2>
<div class="card">
<p>
<h3>Managed</h3>
From now on, select <strong>Mod Manager Download</strong> to download mods - this will make the file appear in MO2's <b>Downloads</b> tab, ready to be installed according to the <a href="./mo2.html#Instructions" target="_blank">instructions</a> earlier in the guide.
</p>
</div>
<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>Utilities</strong>.</li>
</ol>
</p>
</div>
<div class="card" id="AddressLibrary">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/47327" target="_blank">Address Library for F4SE Plugins</a></h3>
Resource required by most F4SE plugins.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Address Library - All In One</li>
</ul>
</p>
</div>
<div class="card" id="BASS" title="BASS">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/81859" target="_blank">Backported Archive2 Support System</a></h3>
Allows the downgraded executable to use the updated BA2 files.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - BackportedBA2Support-1_0</li>
</ul>
</p>
</div>
<div class="card" id="ConsoleCommandsExtender">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/47328" target="_blank">Console Commands Extender</a></h3>
Adds new commands and overhauls existing console commands.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Console Commands Extender</li>
</ul>
</p>
</div>
<div class="card" id="BetterConsole">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/26582" target="_blank">Better Console - F4SE</a></h3>
Makes console menu show extra useful infomation.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Better Console</li>
</ul>
</p>
</div>
<div class="card" id="PhysicsFix">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/44798?tab=files&file_id=242328&nmm=1" target="_blank">High FPS Physics Fix</a></h3>
All-in-one solution for smooth FPS-unlocked gameplay, mitigates stutter and reduces loading times massively.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - High FPS Physics Fix <strong>0.8.6</strong></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/HighFPSPhysicsFix.ini</span></li>
<li>Change the following options:</li>
<ul>
<li>Set <strong>AllowTearing</strong> to <b>true</b> (line 26).</li>
</ul>
<div class="card-yellow">
<p>Enabling <b>AllowTearing</b> allows the mod to disable VSync during loading in order to make it faster, since the game loading time is largely limited by current framerate (up to a certain point). Enabling it will <b>NOT</b> lead to any tearing during gameplay. This setting is also a requirement for VRR.</p>
</div>
<ul>
<li>Set <strong>DisableBlackLoadingScreens</strong> to <b>true</b> (line 37).</li>
</ul>
<div class="card-green">
<p>
Enabling <b>DisableAnimationOnLoadingScreens</b> will freeze loading screens and any overlay you use, this is intended and will lead to faster loading times (about 40%, the biggest difference in loading times remains the 350 lock that HPFP ships with). You can keep it off if you prefer looking at animated loading screens or run into issues when it's enabled.
</p>
</div>
<ul>
<li>Set <strong>PostloadingMenuSpeed</strong> to <b>3.0</b> (line 51).</li>
<li>If you use <strong>VRR</strong> (G-Sync/FreeSync), set <strong>InGameFPS</strong> (line 58) to any value between the start of your monitor's VRR range (usually 48) and not exceeding your <span class="card-basic">refresh rate - (refresh rate x 6.8%)</span>
<br>
<br>
More precisely, you want to set your limiter close to your lowest FPS in heavier areas for the game so that you'll have a consistent experience. This also means lower lag and better power efficiency thanks to not being bound by hardware.
</li>
</ul>
<div class="card-yellow">
<p>
You can <strong>check if you are using VRR</strong> by going to the <b>Nvidia Control Panel</b> if you're on Nvidia or <b>Adrenalin's Display Settings</b> if you're on AMD. If the G-Sync tab is missing from NVCP, your display doesn't support it or doesn't have the feature enabled in OSD.
</p>
</div>
<div class="card-red">
<p>
<b>NVIDIA USERS ONLY</b>:
<br>
Make sure that <strong>G-Sync is set to Fullscreen</strong> and that <strong>Display Specific settings are enabled</strong> in the Control Panel, the Windowed option is problematic due to it being a hacky method. Both of the settings are wrongly named so they do not actually directly refer to the display method.
</p>
</div>
<ul>
<li>If you use <strong>fixed refresh rate</strong> (meaning no VRR), set <strong>InGameFPS</strong> (line 58) to your <span class="card-basic">refresh rate - 0.005</span> or fractions of your refresh rate. For example on 60hz you can lock to 59.995 or 30. Just like on VRR, choose whether to lock to a fraction or <span class="card-basic">RR-0.005</span> based on which is closest to your lowest FPS.</li>
<li>If you set InGameFPS to a value higher than 60, do the following as well:</li>
<ul>
<li>Set <strong>DynamicUpdateBudget</strong> to <b>true</b> (line 264).</li>
<li>Set <strong>BudgetMaxFPS</strong> to the same value as <b>InGameFPS</b> (line 283).</li>
</ul>
</ul>
</ol>
</ul>
</p>
</div>
<div class="card" id="X-Cell" title="X-Cell">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/84214" target="_blank">X-Cell Fallout 4</a></h3>
Brings various improvements to performance.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - X-Cell Fallout 4 1.5-b65</li>
</ul>
</p>
</div>
<div class="card" id="RobCoPatcher" title="RobCo Patcher">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/69798" target="_blank">RobCo Patcher</a></h3>
Allows modifying game data without the use of plugins.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - RobCo Patcher</li>
</ul>
</p>
</div>
<div class="card" id="RandomEncounterFramework">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/60074" target="_blank">Random Encounter Framework</a></h3>
A simple framework that allows mod authors to safely use the base game's random encounter story manager.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Random Encounter Framework</li>
</ul>
</p>
</div>
<div class="card" id="LighthousePapyrusExtender">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/71420" target="_blank">Lighthouse Papyrus Extender</a></h3>
Adds new scripting functions for mod authors.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Lighthouse Papyrus Extender</li>
</ul>
</p>
</div>
<div class="card" id="GoEScriptExtender" title="GoE Script Extender">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/74160" target="_blank">Garden of Eden Papyrus Script Extender</a></h3>
Just like Lighthouse, this adds new scripting functions.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Garden of Eden Papyrus Script Extender</li>
</ul>
</p>
</div>
<div class="card" id="PapyrusCommonLib">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/86222" target="_blank">Papyrus Common Library</a></h3>
Provides a common set of tools to be used with Papyrus.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Papyrus Common Library</li>
</ul>
</p>
</div>
<div class="card" id="ConsoleAutocomplete">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/86290" target="_blank">Console Autocomplete</a></h3>
Adds command autocompletion to the in-game console.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Console Autocomplete</li>
</ul>
</p>
</div>
<div class="card" id="RawInput">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/27019" target="_blank">RAW INPUT - The Ultimate Mouse Sensitivity Fix</a></h3>
Disables mouse acceleration and more.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - RAW INPUT - NMM Installer</li>
<ul>
<li>You will be prompted with a FOMOD installer:</li>
<ol>
<li>Select the option you prefer</li>
<li>Install</li>
</ol>
</ul>
</ul>
</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>
<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>
<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>