-
Notifications
You must be signed in to change notification settings - Fork 35
/
visuals.html
449 lines (401 loc) · 20.7 KB
/
visuals.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
<!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>Visuals | 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="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="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="Various visual improvements and fixes.">
<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/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">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="Visuals" class="section">
<h2 onclick="location.href='#Visuals'">Visuals</h2>
<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>Visuals</strong>.</li>
</ol>
</p>
</div>
<div class="card" id="SCE" title="Simple Character Expansions">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/87763" target="_blank">Simple Character Expansions</a></h3>
Overhauls the face of 170+ NPCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li>
<b>Main Files</b> - Simple Character Expansions
<ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>YUP</li>
<li>UW VNV Edit (only if you installed <a href="./content.html#uncut" target="_blank">Uncut Wasteland - VNV Edit</a>)</li>
<li>Install</li>
</ol>
</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="HighResolutionBloom">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/77933" target="_blank">High Resolution Bloom NVSE</a></h3>
Allows for customizable bloom resolution, making it possible to use resolutions other than vanilla's quarter one.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - High Resolution Bloom</li>
</ul>
</p>
</div>
<div class="card" id="AnniversaryAnimPack">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/70158" target="_blank">Anniversary Anim Pack</a></h3>
Overhauls most gun animations, while keeping original feel.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Anniversary Anim Pack</li>
</ul>
</p>
</div>
<div class="card" id="CleanAnimations">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/70599" target="_blank">FNV Clean Animations</a></h3>
Another animation overhaul that goes well with the Anniversary Anim Pack.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - FNV Clean Animations - Anniversary Edition</li>
</ul>
<div class="card-red">
<p>
After the installation of these two animation replacers, you'll need to reinstall <strong>Iron Sights Aligned</strong> mod in order to patch the new animations. To do so, follow these steps:
<ol>
<li>Right-click <b>Iron Sights Aligned</b> under your list's <b>Bug Fixes</b> separator, then click <strong>Reinstall Mod</strong>.</li>
<ul>
<li>
If you cleared your downloads folder, you'll have to redownload the mod.
</li>
</ul>
<li>You will be prompted with a FOMOD installer:
<ol>
<li>Anniversary Anim Pack</li>
<li>Yukichigai's Unofficial Patch</li>
<li>Install</li>
</ol>
</li>
<li>Click <strong>Replace</strong> when prompted.</li>
<li>Move <b>Iron Sights Aligned</b> <strong>under FNV Clean Animations</strong> (from the <b>Bug Fixes</b> separator to the <b>Visuals</b> separator).</li>
</ol>
</p>
</div>
</p>
</div>
<div class="card" id="SmoothTrueIronSights">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/69074" target="_blank">Smooth True Iron Sights Camera</a></h3>
Aim down sights without the camera snapping to place. Engine plugin, no esps or animation files - compatible with all animation mods.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Smooth True Ironsights</li>
</ul>
</p>
</div>
<div class="card" id="B42WeaponInertia">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/64335" target="_blank">B42 Weapon Inertia</a></h3>
Gives weapons realistic inertia movement.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - B42 Inertia V1.2</li>
</ul>
</p>
</div>
<div class="card" id="B42Optics">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/81641" target="_blank">B42 Optics - ESPLess</a></h3>
Replaces scopes with proper picture-in-picture ones.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - B42 Optics</li>
<li>
<b><a href="https://www.nexusmods.com/newvegas/mods/82136" target="_blank">B42 Optics NV Patches</a></b>
<ul>
<li>
<b>Main Files</b> - B42 Optics NV Patches
<ul>
<li>You will be prompted with a FOMOD installer:</li>
<ol>
<li>Anniversary Anim Pack Fix</li>
<li>Install</li>
</ol>
</ul>
</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="CompatibilitySkeleton">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/68776" target="_blank">NV Compatibility Skeleton</a></h3>
Allows multiple mods that edit the skeleton mesh to work together, required for B42 Weapon Inertia.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Optional Files</b> - NVCS Vanilla Weights</li>
</ul>
</p>
</div>
<div class="card" id="ContrastedLODNoise" title="Contrasted LOD Noise">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/85898" target="_blank">Contrasted LOD Noise Texture</a></h3>
New LOD noise texture for Mid Frequency Details, helps blend far terrain with closer details.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Contrasted LOD Noise 1k</li>
</ul>
</p>
</div>
<div class="card" id="LessGreenClifftops">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/83515" target="_blank">More Consistent Vanilla Rock Textures (Less Green Clifftops)</a></h3>
Makes the color of the canyon rubble and rock trim throughout most of the Mojave match better with the other meshes.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - More Consistent Vanilla Rock Textures</li>
</ul>
</p>
</div>
<div class="card" id="ALittleMoreLamplight">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/69226" target="_blank">A Little More Lamplight</a></h3>
Enhances the vanilla streetlights and adds new ones around Outer Vegas, Freeside and more.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - A Little More Lamplight</li>
<li><a href="https://www.nexusmods.com/newvegas/mods/88153" target="_blank">A Little More Lamplight - Light Toggle Script Fix</a></li>
<ul>
<li><b>Main Files</b> - A Little More Lamplight - Light Toggle Script Fix</li>
</ul>
</ul>
</p>
</div>
<div class="card" id="AtmosphericLightingTweaks">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/79378" target="_blank">Atmospheric Lighting Tweaks (Interior Lighting for FNV and TTW)</a></h3>
Makes changes to Image Spaces and Lighting Templates to give interiors a more dynamic and atmospheric look.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Atmospheric Lighting Tweaks - FNV - YUP</li>
<li>
<b><a href="https://www.nexusmods.com/newvegas/mods/77945" target="_blank">Vish's Patch Hub</a></b>
<ul>
<li><b>Main Files</b> - Atmospheric Lighting Tweaks - EVEM Patch (only if you installed <a href="./overhauls.html#EVEM" target="_blank">Essential Vanilla Enhancements Merged</a>)</li>
</ul>
</li>
</ul>
</p>
</div>
<div class="card" id="DesertNaturalWeathers">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/75437" target="_blank">Desert Natural Weathers</a></h3>
Major overhaul to all of the weathers for the base game and DLCs.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Desert Natural Weathers NV</li>
</ul>
</p>
</div>
<div class="card" id="CloudUpgrade">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/79612" target="_blank">Cloud Upgrade NVSE</a></h3>
Adds pseudo-animated clouds for horizons and panoramic cloud systems.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Cloud Upgrade</li>
</ul>
</p>
</div>
<div class="card" id="InteriorRain">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/79656" target="_blank">Interior Rain</a></h3>
Adds rain sounds to interiors.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Interior Rain</li>
</ul>
</p>
</div>
<div class="card" id="3DRain" title="3D Rain">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/79652" target="_blank">3D Rain</a></h3>
Replace the ugly 2D rain with a new 3D version. Rain no longer looks weird when you look up or down.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - 3D Rain</li>
</ul>
</p>
</div>
<div class="card" id="CCRain" title="Climate Control - Rain">
<p>
<h3 class="link-download"><a href="https://www.nexusmods.com/newvegas/mods/79661" target="_blank">Climate Control - Rain</a></h3>
Fixes rain not activating or deactivating correctly, as well as new sounds and textures.
<h3 class="install">Installation instructions</h3>
<ul>
<li><b>Main Files</b> - Climate Control - Rain</li>
<li><b>Optional Files</b> - Climate Control - 3D Rain</li>
</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>
</body>
</html>