Added help for Shattered Paradise

This commit is contained in:
DeathByDenim 2022-09-23 10:38:47 -04:00
parent e8ee524ce4
commit cb4c4e59ae
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
5 changed files with 81 additions and 0 deletions

View File

@ -111,6 +111,7 @@
<li><a href="help_mindustry.html">Mindustry</a></li>
<li><a href="help_openhv.html">OpenHV</a></li>
<li><a href="help_openspades.html">OpenSpades</a></li>
<li><a href="help_shatteredparadise.html">Shattered Paradise</a></li>
<li><a href="help_soldat.html">Soldat</a></li>
<li><a href="help_supertuxkart.html">SuperTuxKart</a></li>
<li><a href="help_supertuxparty.html">Super Tux Party</a></li>

View File

@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Game server</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/serverstats.css">
<link rel="stylesheet" href="css/help.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js"></script>
</head>
<body>
<nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg" alt="Site icon">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="index.html" class="nav-link" aria-current="page">Home</a></li>
<li class="nav-item"><a href="tournament.html" class="nav-link">Tournament</a></li>
<li class="nav-item"><a href="schedule.html" class="nav-link">Schedule</a></li>
<li class="nav-item"><a href="help.html" class="nav-link active">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link">Admin</a></li>
</ul>
</header>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Shattered Paradise</h1>
<p>Real-time strategy game where you mine resources and build units to attack and defend.</p>
<img src="img/shatteredparadise.png" alt="Screenshot of Shattered Paradise">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/ABrandau/Shattered-Paradise-SDK/releases">DOWNLOAD</a></div>
<p>You will have to expand &quot;Assets&quot; to see the download links.</p>
<h2>Tips</h2>
<ul>
<li>
The menu on the right lets you build buildings and units. The first
things you need to build are a Power Plant (gives you power), a
Infantry building (builds units) and Storage (harvests resources).
</li>
<li>
When you build your Storage, there will be a Miner that comes with
it. Use this to harvest resources. Resources will look like a forest.
You can build more harvester from the vehicle building.
</li>
</ul>
<h2>Connecting</h2>
<p>
To set your in-game name, click on &quot;Settings&quot;. You'll be
able to set your name under &quot;Player Name&quot;.
</p>
<p>
From the main menu, click on &quot;Multiplayer&quot; and then click
on &quot;Direct IP&quot;. Fill in DOMAINNAME and set the port at
12340. The standard port is 1234, but is already taken. Then click on &quot;Join&quot;
</p>
<img src="img/help_shatteredparadise.png" alt="The join screen in Shattered Paradise" class="img-fluid">
<p>You will be placed in the lobby with the other players</p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View File

@ -96,6 +96,12 @@
<td>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.<br><mark>Warning:</mark> uses potentially non-open assets.</td>
<td><a href="help_openspades.html">More info</a></td>
</tr>
<tr>
<td><a href="help_shatteredparadise.html"><img src="img/shatteredparadise.png" height="64" alt="Tiny screenshot of Shattered Paradise"></a></td>
<td>Shattered Paradise</td>
<td>Real-time strategy game where you mine resources and build units to attack and defend.</td>
<td><a href="help_shatteredparadise.html">More info</a></td>
</tr>
<tr>
<td><a href="help_soldat.html"><img src="img/soldat.png" height="64" alt="Tiny screenshot of Soldat"></a></td>
<td>Soldat</td>