Add rudimentary TES3MP instructions

This commit is contained in:
Salt 2020-08-23 23:26:30 -05:00
parent aaad2e271d
commit 57b7405fd4
2 changed files with 38 additions and 0 deletions

View File

@ -53,6 +53,11 @@
<h1>Terraria</h1>
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
</a>
<a href="/tes3mp" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>TES3MP</h1>
<p>Morrowind, but multiplayer. And it's nowhere near as jank as it sounds</p>
</a>
<a href="/gmod" class="iconbutton">
<i class="fa fa-gamepad"></i>
<h1>Garry's Mod</h1>

33
tes3mp/index.php Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<title>9iron - TES3MP</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h1>TES3MP - Morrowind Multiplayer</h1>
<p>TES3MP is a multiplayer mod for OpenMW, a Morrowind engine rewrite. World state is tied to your character, so multiple people can have multiple playthroughs at the same time.</p>
</div>
<div class="section">
<h1>Installation</h1>
<ol>
<li>Download the package: <a href="https://github.com/TES3MP/openmw-tes3mp/releases/download/0.7.0-alpha/tes3mp-client.Win32.prerelease.0.7-alpha.zip">Windows</a>, <a href="https://github.com/TES3MP/openmw-tes3mp/releases/download/0.7.0-alpha/tes3mp-GNU+Linux-x86_64-release-0.7.0-alpha-abc4090a0f-01d297f5c6.tar.gz">Linux</a></li>
<li>Extract it somewhere</li>
</ol>
</div>
<div class="section">
<h1>Connecting to the Server</h1>
<ol>
<li>Go to where you extracted TES3MP</li>
<li>Run <code>tes3mp-browser</code></li>
<li>Search for "9iron" and enter the server</li>
</ol>
<p>The password is "dicks". The password is always "dicks".</p>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>