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
/
mo2.html
344 lines (324 loc) · 17.4 KB
/
mo2.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
<!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>Mod Organizer 2 | 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="Installing and configuring Mod Organizer 2.">
<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="Installing and configuring Mod Organizer 2.">
</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">Initial Setup</span></a>
</li>
<li>
<a href="./mo2.html" class="active">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">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>
<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>
<!-- 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">
<!-- Introduction -->
<div class="section">
<h1>Mod Organizer 2</h1>
<h3>In this step, we will install and configure Mod Organizer 2.</h3>
<!-- Installing MO2 -->
<p>
<a href="#installingMo2">
<h2 id="installingMo2">Installing Mod Organizer 2</h2>
</a>
</p>
<ol>
<li>Download <strong>Mod Organizer 2</strong> from <a href="https://mega.nz/file/EmxzyLLb#0y6vxJ6iy0QRWNn2wTXV56CMkhyfAF8MunZ_w1RfeKE" target="_blank">here</a>.</li>
<li>Once the download has finished, extract the archive anywhere outside of the default Windows folders (like <code>Program Files x86</code>) and outside of the game's <strong>Root</strong> folder (if you are not sure, you can put it in a modding folder on your C drive).</li>
</ol>
<!-- MO2 -->
<p>
<a href="#configMo2">
<h2 id="configMo2">Configuring Mod Organizer 2</h2>
</a>
</p>
<!-- MO2 Setup -->
<p>
<a href="#mo2Setup">
<h3 id="mo2Setup">MO2 Setup</h3>
</a>
</p>
<ol>
<li>Run <strong>ModOrganizer.exe</strong> inside the Mod Organizer 2 folder you extracted before.</li>
<li>You will be prompted with a pop-up called <strong>Creating an instance</strong>, in which you should just select <strong>Next</strong>.</li>
<li>On the next page, select <strong>Create a portable instance</strong>.</li>
<img src="./img/mo2 portable instance.webp" alt="Portable instance">
<li>On the next page, select <strong>Oblivion</strong>.</li>
<li>On the next page, keep the <strong>Location</strong> file path default.</li>
</ol>
<blockquote>If you have MO2 installed on an SSD or a HDD with little space, you can check the <strong>Show advanced options</strong> box and change the <strong>Downloads</strong> file path to a different drive with more space. This will not effect download/game performance, and the downloads can be deleted after the mods have been installed.</blockquote>
<ol start="6">
<li>On the last page, select <strong>Finish</strong>.</li>
<li>MO2 will launch and prompt you with <strong>Show tutorial?</strong>, this is recommended if you never used the tool before.</li>
<li>From the pop-up called <strong>Register?</strong>, select <strong>Yes</strong>.</li>
<ul>
<li>This pop-up will not show up if you have already registered a different instance of MO2.</li>
</ul>
</ol>
<!-- Exceptions -->
<p>
<a href="#exceptions">
<h3 id="exceptions">Adding Exceptions to Defender</h3>
</a>
</p>
<ol>
<li>Open <a href="ms-settings:windowsdefender">Windows Security</a>.</li>
<li>Open <strong>Virus & threat protection</strong>.</li>
<li>Click <strong>Manage settings</strong> under <b>Virus & threat protection settings</b>.</li>
<li>Scroll down and click <strong>Add or remove exclusions</strong> under <b>Exclusions</b>.</li>
<li>Add a <b>Folder</b> exclusion and point it to the folder <strong>Mod Organizer 2</strong> is in.</li>
<li>Add another exclusion for your <strong>game folder</strong> (the game's root folder, not documents).</li>
</ol>
<blockquote>If you are using a third-party antivirus, you will need to find the exceptions menu and add those 2 folders mentioned previously.</blockquote>
<!-- Settings -->
<p>
<a href="#settings">
<h3 id="settings">Configuring Settings</h3>
</a>
</p>
<ol>
<li>Select the <strong>X</strong> in the bottom right of MO2 to close the log window.</li>
<li>Select the <img src="./img/mo2 settings.webp" alt="MO2 settings"> button at the top of MO2 to open the settings.</li>
<li>In the <strong>Theme</strong> tab, you can select a different style of your choosing from the drop-down menu at the top.</li>
<li>In the <strong>Nexus</strong> tab, select <strong>Connect to Nexus</strong>.</li>
<img src="./img/mo2 connect.webp" alt="Connect to Nexus">
<ul>
<li>This option will not show up if you have already connected your Nexus account on a different MO2 instance.</li>
</ul>
<li>MO2 will open your browser and prompt you to authorize the connection.</li>
<li>Once you authorize it, you can close out of your browser and of the MO2 settings.</li>
<li>Allow MO2 to restart if it asks.</li>
</ol>
<!-- Profiles -->
<p>
<a href="#profiles">
<h2 id="profiles">Creating Profiles</h2>
</a>
</p>
Mod Organizer 2's "Profiles" feature allows for easy switching between different modlist and load order configurations. In this step, we will create a profile for the guide while keeping a strictly-vanilla profile for testing/de-bugging. Profiles can be selected via the drop-down menu above the left pane.
<ol>
<li>Select the <img src="./img/mo2 profiles.webp" alt="MO2 profiles"> button at the top of MO2 to open the profiles menu.</li>
<li>Select the <strong>Default</strong> profile, then select <strong>Copy</strong>.</li>
<li>Name the new profile <strong>Glory of Cyrodiil</strong>.</li>
<li>Select the <strong>Glory of Cyrodiil</strong> profile and make sure both <strong>Use profile-specific Game INI Files</strong> and <strong>Automatic Archive Invalidation</strong> are enabled at the bottom.</li>
</ol>
<blockquote>You may get a pop-up called <strong>INI file is read-only</strong> when attempting to make/select a new profile. If so then select <strong>Remember my choice</strong> from the drop-down at the bottom then click <strong>Clear the read-only flag</strong>.</blockquote>
<ol start="5">
<li>Exit out of the profiles menu and select the <strong>Glory of Cyrodiil</strong> profile from the drop-down above the left pane.</li>
<img src="./img/mo2 profile select.webp" alt="Profile selection">
</ol>
<!-- INI Tweaks -->
<p>
<a href="#iniTweaks">
<h2 id="iniTweaks">INI Tweaks</h2>
</a>
</p>
<!-- Tweaking Oblivion.ini -->
<p>
<a href="#oblivionIni">
<h3 id="oblivionIni">Tweaking Oblivion.ini</h3>
</a>
</p>
In this step, we will configure the game's INI files to increase performance/stability.
<ol>
<li>Make sure the <strong>Glory of Cyrodiil</strong> profile is active.</li>
<li>Click the <img src="./img/mo2 ini.webp" alt="MO2 INI button"> button at the top of MO2 and select <strong>INI Editor</strong>.</li>
<li>Select the <strong>Oblivion.ini</strong> tab.</li>
<li>Edit these INI entries so that they match the following values:</li>
<ul>
<li>bFaceMipMaps=0</li>
<li>bForceFullLOD=1</li>
<li>bAllowScreenShot=1 (PrintScreen key)</li>
</ul>
</ol>
<blockquote>It is highly recommended to avoid changing any other INI settings not in the guide. You will realistically not need any other tweaks than the ones already in the guide.</blockquote>
<!-- Instructions -->
<p>
<a href="#installationInstructions">
<h2 id="installationInstructions">Mod Installation Instructions</h2>
</a>
</p>
When the guide says to install a mod, it will be formatted as follows: <strong>Main File - Example 1.5</strong>. This is referring to the mod's category on Nexus and file name.
<br>
The guide will list a mod's specific file name, category and version if you need to do more than just download the latest main file.
<br>
<br>
<img src="./img/download example.webp" alt="Download example">
<br>
<br>
Standard mod installation procedure:
<ol>
<li>Unless instructed otherwise by the guide, download a mod's latest main file using the <strong>Mod Manager Download</strong> button.</li>
<li>Once the download has finished, open <strong>Downloads</strong> tab in MO2 (right pane, below executable selector).</li>
<li>Double-click on the mod to install it.</li>
<li>Enable the mod on the left pane.</li>
</ol>
Sometimes, a mod will not have a <strong>Mod Manager Download</strong>, or will be hosted on a site other than Nexus.
<br>
If that is the case, do the following:
<ol>
<li>Click the <strong>Manual Download</strong> button (or whatever the download button is for the respective site).</li>
<li>Once the download has finished, click the <img src="./img/mo2 archive.webp" alt="MO2 archive button"> button at the top of MO2.</li>
<li>From the new window, navigate to where the file was downloaded to and double-click it.</li>
<li>Finish the install as you would with a <strong>Mod Manager Download</strong> mod.</li>
</ol>
When downloading multiple files from the same page, you will be prompted with a box in Mod Organizer 2 with the options <strong>Merge</strong>, <strong>Replace</strong> and <strong>Rename</strong>.
<br>
<ul>
<li>You should select the <strong>Rename</strong> option and rename the mod to its respective file name, this will make MO2 install them as separate files for easier management.</li>
<li>If you are updating from an old version of a mod, you should select <strong>Replace</strong>, this will automatically delete all the files from the old version of the mod and replace them with the ones from the new version.</li>
<li><strong>Merge</strong> should only be used when you are sure the mod will not be updated and in situations where a hotfix is uploaded as separate file.</li>
</ul>
</div>
<!-- Arrows -->
<div>
<hr>
<a href="./setup.html" id="previous" rel="prev" class="navigationArrow"><img class="left mirror" src="./img/arrow.webp" alt="Back Arrow"><span class="arrowText left">Setup</span></a>
<a href="./utilities.html" id="next" rel="next" class="navigationArrow"><img class="right" src="./img/arrow.webp" alt="Forward Arrow"><span class="arrowText right">Utilities</span></a>
</div>
</div>
<!-- Right Sidebar -->
<div id="sidenavRight">
<ul>
<li>
<a href="#installingMo2">Installation</a>
</li>
<li>
<a href="#configMo2">Configuration</a>
</li>
<ul>
<li>
<a href="#mo2Setup">MO2 Setup</a>
</li>
<li>
<a href="#exceptions">Exceptions</a>
</li>
<li>
<a href="#settings">Settings</a>
</li>
</ul>
<li>
<a href="#profiles">Profiles</a>
</li>
<li>
<a href="#iniTweaks">INI Tweaks</a>
</li>
<li>
<a href="#installationInstructions">Installation Instructions</a>
</li>
</ul>
</div>
</body>
</html>