Remove TES3MP and Gmod

This commit is contained in:
Salt 2021-05-07 00:32:26 -05:00
parent d3073d7b6e
commit 172435e78e
3 changed files with 0 additions and 68 deletions

View File

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<title>9iron - Garry's Mod</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<div class="section">
<h1>Garry's Mod</h1>
<p>Just toss the IP into your favorites or open it through the console. Ask around for the password.</p>
</div>
<div class="section">
<h1>Servers</h1>
<div class="subcontainer">
<h2>Trouble in Terrorist Town</h2>
<p><code>ttt.src.9iron.club</code></p>
<p><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2155532035">Addons List</a></p>
</div>
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>

View File

@ -24,16 +24,6 @@
<h1>SMZ3 Multiworld</h1>
<p>Strap two games together, then strap a bunch of those games together and shake them real hard</p>
</a>
<a href="/tes3mp" class="iconbutton">
<i class="fa fa-moon"></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-circle-o"></i>
<h1>Garry's Mod</h1>
<p>It's second banana to other games, but we may have a server up from time to time</p>
</a>
</div>
<div class="break"></div>
<div class="iconbuttoncontainer">

View File

@ -1,33 +0,0 @@
<!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>