This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
hud.html
216 lines (203 loc) · 8.94 KB
/
hud.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
<!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.webp">
<link rel="canonical" href="https://gloryofcyrodiil.moddinglinked.com">
<script src="https://kit.fontawesome.com/baff4f2fd4.js" crossorigin="anonymous"></script>
<script src="javascript.js"></script>
<title>User Interface | Glory of Cyrodiil</title>
<meta name="keywords" content="Fallout New Vegas, FNV, Fallout NV, Fallout, New Vegas, Oblivion, TESIV, TES4, 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">
<meta name="description" content="Mods that vastly improve the vanilla user interface without making any drastic stylistic changes.">
<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="Glory of Cyrodiil">
<meta property="og:type" content="article">
<meta property="og:url" content="https://gloryofcyrodiil.moddinglinked.com">
<meta property="og:image" content="https://gloryofcyrodiil.moddinglinked.com/img/card.webp">
<meta property="og:description" content="Mods that vastly improve the vanilla user interface without making any drastic stylistic changes.">
</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">Glory of Cyrodiil</a>
<div class="guideLinks">
<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>
<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">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="./hud.html" class="active">User Interface</a>
</li>
<li>
<a href="./gameplay.html">Gameplay</a>
</li>
<li>
<a href="./overhauls.html">Overhauls</a>
</li>
<li>
<a href="./visuals.html">Visuals</a>
</li>
<li>
<a href="./finish.html">Final Steps</a>
</li>
</ul>
</div>
<div>
<hr>
<ul>
<li>
<a href="./appendix.html">Appendix</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>
</ul>
</div>
<!-- Guide Links -->
<div class="guideLinks">
<hr>
<ul>
<li>
<a href="https://vivanewvegas.moddinglinked.com" target="_blank" rel="nofollow">Fallout New Vegas</a>
</li>
<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>
<a href="https://discord.gg/S99Ary5eba" target="_blank">
<i class="fab fa-discord"></i>
</a>
</li>
<li>
<a href="https://www.paypal.com/paypalme/VishVadeva" target="_blank">
<i class="fab fa-paypal"></i>
</a>
</li>
<li>
<a href="https://github.com/WallSoGB/Glory-of-Cyrodiil" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="section">
<h1>User Interface</h1>
<h2>Creating a Separator in MO2.</h2>
<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>User Interface</strong>.</li>
</ol>
<!-- NorthernUI -->
<p>
<a class="link" href="https://www.nexusmods.com/oblivion/mods/48577" target="_blank">
<h2 id="northernUi">NorthernUI</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - NorthernUIAway (Vanilla Style)</b></li>
<li><a href="https://www.nexusmods.com/oblivion/mods/52259" target="_blank"><b>NorthernUI Rumble</b></a> (if you care about controller rumble)</li>
</ul>
Patches native Xbox controller support into the game and fixes many other UI related issues.
<!-- Diverse Effect Icons -->
<p>
<a class="link" href="https://www.nexusmods.com/oblivion/mods/10254" target="_blank">
<h2 id="effectIcons">Diverse Effect Icons</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ol>
<li><b>Main Files - Diverse Effect Icons 1_11</b></li>
<li>Once the mod has been installed, double-click on it in the left pane of MO2</li>
<li>In the <strong>Filetree</strong> tab, right-click <code>all ESP files</code> and <strong>hide</strong></li>
</ol>
Introduces unique icons for most of the magic effects which doesn't already have a unique icon.
<!-- Diverse Effect Icons OBSE -->
<p>
<a class="link" href="https://www.nexusmods.com/oblivion/mods/49511" target="_blank">
<h2 id="iconsObse">Diverse Effect Icons OBSE</h2>
</a>
</p>
<h2 class="install">Installation instructions:</h2>
<ul>
<li><b>Main Files - DEI OBSE Patch</b></li>
</ul> Diverse Effect Icons with OBSE support for better compatibility. </p>
<blockquote>Make sure you followed the installation steps for Diverse Effect Icons!</blockquote>
</div>
<!-- Arrows -->
<div>
<hr>
<a href="./bugfix.html" id="previous" rel="prev" class="navigationArrow"><img class="left mirror" src="./img/arrow.webp" alt="Back Arrow"><span class="arrowText left">Bug Fixes</span></a>
<a href="./gameplay.html" id="next" rel="next" class="navigationArrow"><img class="right" src="./img/arrow.webp" alt="Forward Arrow"><span class="arrowText right">Gameplay</span></a>
</div>
</div>
<!-- Right Sidebar -->
<div id="sidenavRight">
<ul>
<li>
<a href="#northernUi">NorthernUI</a>
</li>
<li>
<a href="#effectIcons">Diverse Effect Icons</a>
</li>
<li>
<a href="#iconsObse">Diverse Effect Icons OBSE</a>
</li>
</ul>
</div>
</body>
</html>