forked from ModdingLinked/Viva-New-Vegas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
108 lines (102 loc) · 6.05 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<!--
MIT License
Copyright (c) 2021 VivaNewVegas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<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="stylesheet" href="./css/style.css">
<link rel="icon" href="https://vivanewvegas.github.io/img/logo.png">
<script src="https://kit.fontawesome.com/e15125fcf7.js" crossorigin="anonymous"></script>
<title>Resources | Viva New Vegas</title>
<meta name="description" content="Various useful resources/guides for additional modding or mod creation.">
<meta name="twitter:card" value="summary">
<meta property="og:title" content="Viva New Vegas" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://vivanewvegas.github.io/" />
<meta property="og:image" content="https://vivanewvegas.github.io/img/logo.png" />
<meta property="og:description" content="Various useful resources/guides for additional modding or mod creation." />
</head>
<body>
<div class="titlecontainer">
<a class="maintitle" href="./index.html"><img src="./img/logo.png" alt="logo"></img><h1>VIVA NEW VEGAS</h1></a>
<ul class="navbar">
<li class="navbarli"><a href="https://thebestoftimes.github.io/" target="_blank" rel="nofollow">Tale of Two Wastelands</a></li>
<li class="navbarli"><a href="https://themidnightride.github.io/" target="_blank" rel="nofollow">Fallout 4</a></li>
<li class="navbarli"><a href="https://dragonbornsfate.github.io/" target="_blank" rel="nofollow">Skyrim Special Edition</a></li>
</ul>
</div>
<div class="sidenavleft">
<a href="./index.html">Home</a>
<a href="./intro.html">Introduction</a>
<a href="./setup.html">Initial Setup</a>
<a href="./mo2.html">MO2</a>
<a href="./utilities.html">Utilities</a>
<a href="./bugfix.html">Bug Fixes</a>
<a href="./hud.html">User Interface</a>
<a href="./visuals.html">Visuals</a>
<a href="./gameplay.html">Gameplay</a>
<a href="./overhauls.html">Overhauls</a>
<a href="./content.html">Content</a>
<a href="./finish.html">Final Steps</a>
<a href="./appendix.html">Appendix</a>
<a href="./resources.html"><span style="color:#DCDCDC">Resources</span></a>
</div>
<div class="sidenavright">
</div>
<div>
<h2 class="fullheader">
Resources
</h2>
<h2 class="smallheader"><a href="./avoid-tools.html" target="_blank">Tools to Avoid</a></h2>
<p class="subparagraph">List of many outdated/dangerous tools</p>
<h2 class="smallheader"><a href="./avoid-mods.html" target="_blank">Mods to Avoid</a></h2>
<p class="subparagraph">List of many outdated/dangerous mods</p>
<h2 class="smallheader"><a href="./lod.html" target="_blank">LOD Generation Guide</a></h2>
<p class="subparagraph">Guide for how to generate LOD with FNVLODGen</p>
<h2 class="smallheader"><a href="https://www.youtube.com/watch?v=nJlt5jQtCUo" target="_blank">Mod Merging Tutorial</a></h2>
<p class="subparagraph">Guide for merging mods using FNVEdit, which is the only safe method of merging</p>
<h2 class="smallheader"><a href="https://tes5edit.github.io/docs/" target="_blank">Tome of xEdit</a></h2>
<p class="subparagraph">Most comprehensive tutorial for xEdit, which is an essential tool if you plan on adding any mods</p>
<h2 class="smallheader"><a href="https://github.com/LivelyDismay/Learn-To-Mod/blob/19f7c8d14daddadc1a6c0ec5c1ac9189878a9fd6/lessons/Conflict%20Basics.md" target="_blank">LivelyDismay's Learn to Mod</a> </h2>
<p class="subparagraph">More streamlined xEdit tutorial that focuses on conflicts, which are crucial to understand for any modded setup</p>
<h2 class="smallheader"><a href="https://geckwiki.com/index.php/Main_Page" target="_blank">GECK Wiki</a></h2>
<p class="subparagraph">Most comprehensive resource for the GECK</p>
</div>
<div>
<br> <br>
<hr>
<br>
<a href="./appendix.html"><img class="backarrow" src="./img/leftarrow.png" alt="back arrow"></a>
<a href="./index.html"><img class="forwardarrow" src="./img/rightarrow.png" alt="forward arrow"></a>
</div>
<div class="footer">
<div class="inner_footer">
<div class="footer_third">
<li><a href="https://github.com/VivaNewVegas/Viva-New-Vegas-Patch-Emporium" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://discord.gg/DhX5S27" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://www.patreon.com/vivanewvegas" target="_blank"><i class="fab fa-patreon"></i></a></li>
<li><a href="https://www.paypal.com/paypalme/qolore7" target="_blank"><i class="fab fa-paypal"></i></a></li>
</div>
</div>
</div>
</body>
</html>