-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathvisuals.html
More file actions
353 lines (311 loc) · 14.9 KB
/
visuals.html
File metadata and controls
353 lines (311 loc) · 14.9 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
<!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>Visuals | The Midnight Ride</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="Various visual improvements and fixes.">
<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="Various visual improvements and fixes.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#292c35">
<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/popup.js"></script>
<script src="js/javascript.js"></script>
<script src="js/responsiveTitle.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">
</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">The Midnight Ride</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://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout: New Vegas</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="Visuals" class="section">
<h2 onclick="location.href='#Visuals'">Visuals</h2>
<div class="card">
<h3>Creating a Separator in MO2</h3>
<p>
<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>Visuals</strong>.</li>
</ol>
</p>
</div>
<div class="card" id="LightweightLighting">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/57680" target="_blank">Lightweight Lighting - A weather and interior lighting overhaul</a></h3>
An all in one simple lighting overhaul.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Lightweight Lighting</li>
</ul>
</p>
</div>
<div class="card" id="GloomyGlass">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/62518" target="_blank">Gloomy Glass - All transparent materials revised</a></h3>
Balances the environmental effects on all base game and DLC transparent material files.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Gloomy Glass</li>
</ul>
</p>
</div>
<div class="card" id="TargetedTextures">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/62958" target="_blank">Targeted Textures - Vanilla textures upscaled fixed and sized</a></h3>
Fixes numerous texture sizing, coloration and specular errors, with the help of AI upscaling and other sources from around the Nexus.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Targeted Textures</li>
</ul>
</p>
</div>
<div class="card" id="ParticlePatch">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/68599" target="_blank">Fallout 4 Particle Patch - No More Glowing Objects</a></h3>
Edits hundreds of mesh and material files to make fog, smoke, water, blood, dirt puffs, dust (and much more) glow in the dark less, and better utilize ambient & point lighting. Also improves distance rendering for Far Harbor fog effects.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - FO4 Particle Patch v1-3-2</li>
</ul>
</p>
</div>
<div class="card" id="ScopeOverlayReplacement">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/29922" target="_blank">Sniper Scope Overlay And Reticles Replacement</a></h3>
Gets rid of the black borders around the reticle and puts a scope overlay in its place. It also changes the reticles.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Depth of Field Effect ESP</li>
<li><b>Main Files</b> - Sniper Scope Overlay And Reticles Replacement</li>
</ul>
</p>
</div>
<div class="card" id="DiamondCityBillboards">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/71990" target="_blank">Diamond City Billboards</a></h3>
Places the billboards and Nuka-Cola ad you can see when inside the city, on the outside.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Diamond City Billboards</li>
</ul>
</p>
</div>
<div class="card" id="DiamondCitySupplements">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/75054" target="_blank">Diamond City Supplements</a></h3>
Fleshes out Diamond City's empty stadium seats with new buildings and shacks.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Diamond City Supplements</li>
</ul>
</p>
</div>
<div class="card" id="GoodneighborView">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/72021" target="_blank">Goodneighbor View</a></h3>
Adjusts Goodneighbor so that the inside and outside of the town better match each other.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Goodneighbor View</li>
</ul>
</p>
</div>
<div class="card" id="EnhancedWater">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/97214" target="_blank">Enhanced Vanilla Water</a></h3>
Enhances... the vanilla water...
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Enhanced Vanilla Water</li>
<ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Install</li>
</ol>
</li>
</ul>
</ul>
</p>
</div>
<div class="card" id="TerrainFrecklesBeGone">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/fallout4/mods/99314" target="_blank">Terrain Freckles Be Gone</a></h3>
Makes the terrain LOD transition much more visually pleasing and free of any splotchy brown freckles.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Terrain Freckles Be Gone (archived)</li>
</ul>
</p>
</div>
</span>
<span id="DistantObjects" class="section">
<h2 onclick="location.href='#DistantObjects'">Distant Objects</h2>
<div class="card" id="LODGuide" title="LOD Guide">
<p>
<h3 class="link-page"><a href="./lod.html" target="_blank">LOD Guide</a></h3>
A guide to generating better LODs, improving the look of distant terrain and objects.
</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 2026</footer>
</body>
</html>