forked from ModdingLinked/Viva-New-Vegas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
426 lines (399 loc) · 21.4 KB
/
Copy pathsetup.html
File metadata and controls
426 lines (399 loc) · 21.4 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
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
<!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="preload" href="./css/style.css" as="style" />
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="img/logo-icon.webp">
<link rel="canonical" href="https://vivanewvegas.moddinglinked.com">
<script src="https://kit.fontawesome.com/baff4f2fd4.js" crossorigin="anonymous"></script>
<script src="javascript.js"></script>
<title>Setup | Viva New Vegas</title>
<meta name="keywords" content="Fallout New Vegas, FNV, Fallout NV, Fallout, New Vegas, The Elder Scrolls, FO4, SSE, SkyrimSE, Skyrim Special Edition, Guide, Mod, Mods, Modding Guide, Bethesda, Stable, Performance, Fix, Help, DXVK, Fast, Easy, Tutorial, Mod Organizer, Nexus, Fallout 4, Skyrim, Tale of Two Wastelands, Wabbajack">
<meta name="description" content="Clean install and initial launch of the vanilla game.">
<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/card.webp">
<meta property="og:description" content="Clean install and initial launch of the vanilla game.">
</head>
<body>
<!-- Titlebar -->
<div class="titlecontainer">
<div id="sideButton" onclick="toggleNav()">
<i class="fa-solid fa-bars"></i>
</div>
<img src="./img/logo.webp" alt="Logo">
<a href="./index.html">Viva New Vegas</a>
<div class="guideLinks">
<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>
<a href="https://dragonbornsfate.moddinglinked.com" target="_blank" rel="nofollow">Skyrim Special Edition</a>
</div>
</div>
<!-- Left Sidebar -->
<div id="sidenavLeft">
<div>
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./intro.html">Introduction</a>
</li>
<li>
<a href="./setup.html" class="active">Setup</a>
</li>
<li>
<a href="./mo2.html">MO2</a>
</li>
<li>
<a href="./utilities.html">Utilities</a>
</li>
<li>
<a href="./bugfix.html">Bug Fixes</a>
</li>
<li>
<a href="./basefinish.html">Base Finish</a>
</li>
</ul>
<hr>
</div>
<div class="extended-background">
<ul>
<h3 id="extended-separator">VNV Extended</h3>
<li>
<a href="./hud.html">User Interface</a>
</li>
<li>
<a href="./gameplay.html">Gameplay</a>
</li>
<li>
<a href="./overhauls.html">Overhauls</a>
</li>
<li>
<a href="./content.html">Content</a>
</li>
<li>
<a href="./visuals.html">Visuals</a>
</li>
<li>
<a href="./finish.html">VNVE Finish</a>
</li>
</ul>
</div>
<div>
<hr>
<ul>
<li>
<a href="./changelog.html">Changelog</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">FAQ</a>
</li>
<li>
<a href="./avoid-tools.html">Tools to Avoid</a>
</li>
<li>
<a href="./avoid-mods.html">Mods to Avoid</a>
</li>
<!-- <li>
<a href="./wabbajack.html">Wabbajack</a>
</li> -->
</ul>
</div>
<!-- Guide Links -->
<div class="guideLinks">
<hr>
<ul>
<li>
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
</li>
<li>
<a href="https://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</a>
</li>
<li>
<a href="https://dragonbornsfate.moddinglinked.com" target="_blank" rel="nofollow">Skyrim Special Edition</a>
</li>
</ul>
</div>
<!-- Footer -->
<div id="footer">
<ul>
<li class="discord">
<a href="https://discord.gg/S99Ary5eba" target="_blank">
<i class="fab fa-discord"></i>
Discord
</a>
</li>
<li class="kofi">
<a href="https://ko-fi.com/wall_sogb" target="_blank">
<i class="fa fa-coffee"></i>
Support us
</a>
</li>
<li class="github">
<a href="https://github.com/ModdingLinked/Viva-New-Vegas" target="_blank">
<i class="fab fa-github"></i>
GitHub
</a>
</li>
</ul>
</div>
</div>
<!-- Content -->
<div class="content">
<!-- Introduction -->
<div class="section">
<h1>Setup</h1>
<h3>In this step, we will do a clean installation and configuration of the game, which is required for the guide.</h3>
<blockquote>
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.
</blockquote>
<hr>
<!-- Recommended Location -->
<p>
<a href="#location">
<h2 id="location">Install Location</h2>
</a>
</p>
A clean installation is not only required to get rid of any potential leftover mod files, but also to make sure the game is installed in a safe location. Here is what you need to know when choosing where to install your game:
<br>
<ul>
<li>
<b>Avoid any default Windows folders:</b> This includes but is not limited to <code>C:\Program Files</code>, <code>C:\Program Files x86</code>, your <code>Desktop</code> and your <code>Documents</code> folders.
<br>
This is because users lack write access to Program Files, while Desktop and Documents are often managed by OneDrive. This can cause many issues with the game and any modding tools.
<br>
An example of a safe location is <code>C:\Games</code>
</li>
<li>
<b>Install on an SSD if possible:</b> Having the game on an SSD will drastically improve loading times and decrease stuttering.
</li>
</ul>
<!-- Uninstall -->
<p>
<a href="#uninstall">
<h2 id="uninstall">Uninstalling the Game</h2>
</a>
</p>
<blockquote>If you never installed the game before, skip this section.</blockquote>
As the game is available on Steam, GOG, and Epic Games, there are separate instructions for each version. You obviously only need to follow the directions for the version you have.
<div class="expander-top colors-steam clickable width-very-limited" onclick="expandCard(this, uninstallSteamExpander)" id="uninstallSteam">
Steam
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-steam width-very-limited" id="uninstallSteamExpander">
<blockquote>If you already uninstalled the game, make sure to follow step 4 and 5 to ensure there are no leftovers.</blockquote>
<ol>
<li>Open Steam and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list.</li>
<li>Right-click on it and select <strong>Manage</strong> -> <strong>Uninstall</strong>.</li>
<li>Navigate to <code>Steam\steamapps\common</code> and, if present, delete the <strong>Fallout New Vegas</strong> folder.</li>
<li>Navigate to <code>Documents\My Games\FalloutNV</code> and delete all INI files inside it.</li>
</ol>
</div>
<div class="expander-top colors-gog clickable width-very-limited" onclick="expandCard(this, uninstallGogExpander)" id="uninstallGog">
GOG
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-gog width-very-limited" id="uninstallGogExpander">
<ol>
<li>Open GOG and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list.</li>
<li>Right-click on it and select <strong>Manage Installation -> Uninstall</strong>.</li>
<ul>
<li>If you used an offline installer then run the <strong>unins000.exe</strong> file in the game's <strong>Root</strong> folder.</li>
</ul>
<li>Navigate to <code>Documents\My Games\FalloutNV</code> and delete all INI files inside it.</li>
</ol>
</div>
<div class="expander-top colors-epic clickable width-very-limited" onclick="expandCard(this, uninstallEpicExpander)" id="uninstallEpic">
Epic Games
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-epic width-very-limited" id="uninstallEpicExpander">
<blockquote>If you already uninstalled the game, make sure to follow step 4 to ensure there are no leftovers.</blockquote>
<ol>
<li>Open the Epic Games Launcher and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list.</li>
<li>Click on 3 dots and select uninstall from the menu.</li>
<li>Navigate to <code>Documents\My Games\FalloutNV_Epic</code> and delete all INI files inside it.</li>
</ol>
</div>
<br>
<br>
<br>
<!-- Install -->
<p>
<a href="#install">
<h2 id="install">Installing the Game</h2>
</a>
</p>
<div class="expander-top colors-steam clickable width-very-limited" onclick="expandCard(this, installSteamExpander)" id="installSteam">
Steam
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-steam width-very-limited" id="installSteamExpander">
<blockquote>
It is strongly recommended to install the game outside of any default Windows folders (such as <code>Program Files (x86)</code>), as the the strict Windows file protections of these folders can break certain mods/tools. Instead, we will use a tool called Steam Library Setup Tool to create a new Steam library folder outside of any default Windows folders.
<br>
<br>
If you already have Steam installed outside of any default windows folders then go directly to step 7 and install the game to your custom Steam library.
</blockquote>
<ol>
<li>Completely exit out of Steam using Task Manager or System Tray.</li>
<li>Download the <strong>steam_library_setup_tool-3.2.exe</strong> file from <a href="https://github.com/LostDragonist/steam-library-setup-tool/releases" target="_blank">here</a>.</li>
<li>Once downloaded, run the file and add a new entry by clicking <strong>Add Row</strong>.</li>
<li>Type the chosen path under <strong>Path</strong>, e.g. <code>C:\Games\Steam</code></li>
<li>Click <strong>Accept</strong> then <strong>Yes</strong> if prompted to create a new folder.</li>
<li>The tool will ask to exit, select <strong>OK</strong>.</li>
<img width="50%" src="./img/steam library setup tool.webp" alt="Steam library setup tool">
<li>Open Steam and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list and select <strong>Install</strong>.</li>
<li>Under <strong>Install to:</strong>, select the library folder created with the tool, which is the second <b>C:\</b> entry if you are installing on the main drive.</li>
<img size="60%" src="./img/steam location picker.webp" alt="Example Steam install locations">
</ol>
<blockquote>If you still do not see your new library, restart your PC.</blockquote>
<ol start="10">
<li>Select <strong>Next</strong> then wait for the install to finish.</li>
</ol>
</div>
<div class="expander-top colors-gog clickable width-very-limited" onclick="expandCard(this, installGogExpander)" id="installGog">
GOG
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-gog width-very-limited" id="installGogExpander">
<ol>
<li>Open GOG and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list and select <strong>Install</strong>.</li>
<li>Set the <strong>Install to</strong> location to a location of your choice.</li>
<ul>
<li>It is <strong>required</strong> to install the game outside of any default Windows folders (e.g., <code>Program Files x86</code>).</li>
</ul>
</ol>
</div>
<div class="expander-top colors-epic clickable width-very-limited" onclick="expandCard(this, installEpicExpander)" id="installEpic">
Epic Games
<div class="expander-info" alt="UI element - Chevron">Show</div>
</div>
<div class="expander-bottom colors-epic width-very-limited" id="installEpicExpander">
<ol>
<li>Open the Epic Games Launcher and go to your <strong>Library</strong>.</li>
<li>Find <strong>Fallout: New Vegas</strong> in the list.</li>
<li>Click on the game to install it.</li>
<ul>
<li>It is <strong>required</strong> to install the game outside of any default Windows folders (e.g., <code>Program Files x86</code>).</li>
</ul>
</ol>
</div>
<br>
<br>
<br>
<!-- Post-Installation -->
<p>
<a href="#postInstall">
<h2 id="postInstall">Post-Installation</h2>
</a>
</p>
<!-- Key Terminology -->
<p>
<a href="#terms">
<h3 id="terms">Key Terminology</h3>
</a>
</p>
Now that the game is installed, there are two folders from it that will be referred to in the guide often:
<ul>
<li><b>Root</b> folder: Where the game is installed.</li>
<ul>
<li>For Steam: <code>Steam\steamapps\common\Fallout New Vegas</code></li>
<li>For GOG: <code>GOG Galaxy\Games\Fallout New Vegas</code> (unless you manually changed the installation path).</li>
<li>For Epic Games: <code>Epic Games\FalloutNewVegas\Fallout New Vegas English</code> (unless you manually changed the installation path).</li>
</ul>
<li><b>Data</b> folder: Where all of the game's assets are located.</li>
<ul>
<li>For Steam: <code>Steam\steamapps\common\Fallout New Vegas\Data</code></li>
<li>For GOG: <code>GOG Galaxy\Games\Fallout New Vegas\Data</code></li>
<li>For Epic Games: <code>Epic Games\FalloutNewVegas\Fallout New Vegas English\Data</code></li>
</ul>
</ul>
<!-- File Extensions -->
<p>
<a href="#fileExtensions">
<h3 id="fileExtensions">Enabling File Extensions</h3>
</a>
</p>
By default, File Explorer will not show file extensions (such as .exe, .dll, or .esp). These extensions are very important when going through the guide, so it is highly recommended to enable visible file extensions:
<ol>
<li>Open File Explorer.</li>
<li>Select the <strong>View</strong> tab at the top.</li>
<li>Enable <strong>File name extensions</strong> in the <strong>Show</strong> section.</li>
<img width="60%" src="./img/show file extensions.webp" alt="Show file extensions">
</ol>
<!-- INI Files -->
<p>
<a href="#generatingInis">
<h3 id="generatingInis">Generating Fresh INI Files</h3>
</a>
</p>
<ol>
<li>Run the game from Steam, GOG Galaxy, or through FalloutNVLauncher.exe in the game files if you are using an offline copy.</li>
<li>Click OK to both pop-ups that say <strong>Detecting Video Hardware</strong>.</li>
<ul>
<li>If there aren't any pop-ups, navigate to <code>Documents\My Games\FalloutNV</code> and delete all the files ending in <strong>.INI</strong> then retry.</li>
</ul>
<li>Select <strong>Options</strong> then select the <strong>Ultra</strong> preset option.</li>
<ul>
<li> If you have a lower-end PC, or want to squeeze as much performance out of the game as possible, you can select the <strong>High</strong> preset instead. It offers pretty similar visual quality for a decent performance improvement, especially on older hardware. You can set it to an even lower preset if you want, but at that point you are only gaining diminishing returns on performance. Another great way to improve performance without drastically changing the game's visuals is by disabling shadows. New Vegas does not have real dynamic object shadows like in newer titles, only actor shadows. Despite having a minor visual improvement, they can have a large performance impact if there are many NPCs in one area.</li>
</ul>
<li>Set the <strong>Resolution</strong> option to your preference (the launcher usually does not set it to your monitor's max resolution).</li>
<li>Click <strong>OK</strong> then <strong>Exit</strong>.</li>
</ol>
</div>
<!-- Arrows -->
<div>
<hr>
<a href="./intro.html" id="previous" rel="prev" class="navigationArrow"><img class="left mirror" src="./img/arrow.webp" alt="Back Arrow"><span class="arrowText left">Intro</span></a>
<a href="./mo2.html" id="next" rel="next" class="navigationArrow"><img class="right" src="./img/arrow.webp" alt="Forward Arrow"><span class="arrowText right">Mod Organizer 2</span></a>
</div>
</div>
<!-- Right Sidebar -->
<div id="sidenavRight">
<ul>
<li>
<a href="#location">Install Location</a>
</li>
<li>
<a href="#uninstall">Uninstall</a>
</li>
<li>
<a href="#install">Install</a>
</li>
<li>
<a href="#postInstall">Post-Install</a>
</li>
<ul>
<li>
<a href="#terms">Key Terms</a>
</li>
<li>
<a href="#fileExtensions">File Extensions</a>
</li>
<li>
<a href="#generatingInis">INI Files</a>
</li>
</ul>
</ul>
</div>
</body>
</html>