Add info about Soldat

This commit is contained in:
DeathByDenim 2022-06-25 19:27:12 -04:00
parent 22b69d68b6
commit f050400f34
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
4 changed files with 73 additions and 0 deletions

View File

@ -104,12 +104,14 @@
<h3>Games</h3>
<p>Each game has their own separate help page</p>
<ul>
<li><a href="help_armagetron.html">Armagetron Advanced</a></li>
<li><a href="help_bzflag.html">Bzflag</a></li>
<li><a href="help_hedgewars.html">Hedgewars</a></li>
<li><a href="help_lix.html">Lix</a></li>
<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_soldat.html">Soldat</a></li>
<li><a href="help_supertuxkart.html">SuperTuxKart</a></li>
<li><a href="help_teeworlds.html">Teeworlds</a></li>
<li><a href="help_unvanquished.html">Unvanquished</a></li>

65
website/help_soldat.html Normal file
View File

@ -0,0 +1,65 @@
<!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>Soldat</h1>
<p>Fast-paced 2D side-scrolling shooter game where you have a big gun and a jetpack.</p>
<img src="img/soldat.png" alt="Screenshot of Soldat">
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/DeathByDenim/soldat/releases">DOWNLOAD</a></div>
<p>The game does not have a GUI yet. You need to start it from the terminal/command prompt. When you do so, it will create a configs directory with a client.cfg file. You can add your settings to that.</p>
<p>The AppImage for Linux creates the config file in <tt>~/.config/share/Soldat/Soldat</tt> instead.</p>
<p>Things you might like to set:</p>
<ul>
<li><tt>cl_player_name YourNameGoesHere</tt></li>
<li><tt>r_fullscreen 1</tt></li>
<li><tt>r_vsync true</tt></li>
</ul>
<h2>Tips</h2>
<ul>
<li>Use the right mouse button to use your jetpack.</li>
<li>Press Q to switch to your secondary weapon and E to throw grenades.</li>
</ul>
<h2>Connecting</h2>
<p>Start Soldat by typing:</p>
<p><tt>./soldat -join DOMAINNAME</tt></p>
<p>You should now be connected.</p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

BIN
website/img/soldat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -98,6 +98,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_soldat.html"><img src="img/soldat.png" height="64" alt="Tiny screenshot of Soldat"></a></td>
<td>Soldat</td>
<td>Fast-paced 2D side-scrolling shooter game where you have a big gun and a jetpack.</td>
<td><a href="help_soldat.html">More info</a></td>
</tr>
<tr>
<td><a href="help_supertuxkart.html"><img src="img/supertuxkart.png" height="64" alt="Tiny screenshot of SuperTuxKart"></a></td>
<td>SuperTuxKart</td>