-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 2.46 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Elder Scrolls III: Morrowind Setup</title>
<meta charset="uft-8">
<link rel="shortcut icon" href="https://openmw.org/wp-content/themes/openmw/images/favicon.png" type="image/x-icon"/>
<link rel="stylesheet" href="style.css">
</head>
<div class="Mainbody">
<h1>How to Setup<br> The Elderscrolls III: Morrowind Online<br><img src="images\Morrowind_Sign.png"></h1>
<p>This is a guide on how to install, setup and play Morrowind Online.
<br>
1. Get a copy of Morrowind. [<a href="https://www.gog.com/game/the_elder_scrolls_iii_morrowind_goty_edition"target="_blank">Option 1</a>] [<a href="https://www.gog.com/game/the_elder_scrolls_iii_morrowind_goty_edition"target="_blank">Option 2</a>] <a href="files\Morrowind.torrent">.</a> and install it, <b>keep track of where you install it.</b>
<br>
2. Install <a href="https://chocolatey.org/install">Chocolatey</a> to quick install the next step, copy and paste into a command prompt open as administrator for quick easy installation. (Command Prompt as admin)
<br>Use this command(double click the command and copy):<br>
<code>@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"</code>
<br>
3. Install <a href="https://chocolatey.org/search?q=OpenMW">OpenMW</a> using the install script listed in the OpenMW chocolatey script(paste it in command prompt as admin). <br>
Which should be:
<code>choco install openmw</code>
<br>
4. Open OpenMW Wizard and search for where you installed your original copy of Morrowind.
<br>
5. Download <a href="https://steamcommunity.com/groups/mwmulti">TES3MP</a> from the latest Windows release.
<br>
6. Place the files into a Morrowind multiplayer folder and you should have it all installed.
<br>
Now you should be able to play Morrowind online by clicking "openmw-launcher.exe". Make sure to adjust your options for your experience. After you have selected your options and hit play, you should have a server browser. Find the server you want to play on.
</p>
</div>
<footer>
This Website was made by <a href="https://github.com/WithClarity"target="_blank">WithClarity</a>
</footer>
</html>