.templates
about
errors
gmod
images
minecraft
src
startpage
styles
terraria
tes3mp
index.php
.dockerignore
.gitignore
.htaccess
Dockerfile
README.md
deploy.sh
favicon.ico
index.php
logo.png
test.sh
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<!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>
|