Added some help on how to connect

This commit is contained in:
DeathByDenim 2022-02-14 20:52:45 -05:00
parent 0b88b85244
commit 17448311cc
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
7 changed files with 124 additions and 3 deletions

View File

@ -23,6 +23,7 @@
<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">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link active">Admin</a></li>
</ul>
</header>

116
website/help.html Normal file
View File

@ -0,0 +1,116 @@
<!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="icon" href="icon.svg" sizes="any" type="image/svg+xml">
</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">
<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>Help</h1>
<h3>Communication</h3>
<h5>How to use Mumble</h5>
<p>
Mumble is free and open source software that can be download from
<a href="https://www.mumble.info/downloads/">Mumble.info</a>. It is
a low-latency voice client that lets you talk to your fellow
players using your microphone.
</p>
<p>
After installation, you will need to configure your audio first. The
helpful audio wizard will guide your through the settings.
</p>
<p>
Once that is all set up, you can connect to the Mumble server by
using the mumble link from the <a href="index.html">Home</a> page.
You should be able to connect and see something like this:
</p>
<img src="img/mumble_interface.png" alt="Screenshot of the Mumble interface">
<p>
By default, you will be place in the Root, but you can double-click
on any channel to join. You will most likely want to go to the Lobby,
however, you can see which channels the other people hang out in. Note
that there will likely only be people here during the actual event.
</p>
<h5>How to use Matrix/Element</h5>
<p>
For text-based chatting, there is the Matrix channel. Matrix is a chat
protocol (amongst other things). To use the Matrix protocol, you will
need a client to connect to it. One of the most popular ones is called
Element which you can either download from
<a href="https://element.io/get-started">element.io</a> or just run in
your browser. If you don't have an account yet, you will be able to
create one.
</p>
<p>
Once you are logged in, you can follow the Matrix link on the
<a href="index.html">Home</a> page. It will take you to a page
asking about the application you want to use. If you downloaded
Element before, click on the Continue button for that. You should
be able to connect and see something like this:
</p>
<img src="img/element_interface.png" alt="Screenshot of the Element interface">
<p>There are usually people here, even outside of the event.</p>
<h3>Games</h3>
<h5>How to connect to Bzflag</h5>
<p>
The menus are not mouse-driven, use the arrow keys and the
&lt;Enter&gt; key to move around
</p>
<p>
From the main menu, choose &quot;Join Game&quot;
</p>
<p>
Move the cursor down to &quot;Server:&quot; and enter DOMAINNAME.
Leave the port number set to 5154.
</p>
<h5>How to connect to Hedgewars</h5>
<p>Move your mouse over the picture of the world. The text at the bottom of the screen should change to &quot;Play a game across a network&quot;.</p>
<p>After you clicked that, you should see &quot;Play local network game&quot;. The terminology is a bit poor, but that's actually what we need.</p>
<p>This will take you to a server browser. Click on the button at the bottom in the middle called &quot;Specify address&quot;.</p>
<p>Type in DOMAINNAME. Leave the port number at 46631.</p>
<p>This will take you to the rooms. There should be only one. Click on that.</p>
<h5>How to connect to Lix</h5>
<h5>How to connect to Mindustry</h5>
<p>From the main menu, choose &quot;Play&quot; and then &quot;Join Game&quot;</p>
<p>You can enter your own name here. This is how people will see you in-game.</p>
<p>Click on &quot;Add Server&quot; and for the address, type DOMAINNAME. It should appear under &quot;Remote Servers&quot; now.</p>
<p>Click on that to join.</p>
<h5>How to connect to OpenHV</h5>
<h5>How to connect to OpenSpades</h5>
<h5>How to connect to SuperTuxKart</h5>
<h5>How to connect to Teeworlds</h5>
<h5>How to connect to Unvanquished</h5>
<h5>How to connect to Xonotic</h5>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
<noscript>
Live stuff requires JavaScript unfortunately
</noscript>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -21,6 +21,7 @@
<li class="nav-item"><a href="index.html" class="nav-link active" 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">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link">Admin</a></li>
</ul>
</header>
@ -30,7 +31,7 @@
<div class="row">
<div class="col-md-8">
<h1>Games</h1>
<p>There are a few game servers running. To connect, simply start the game and connect to this domain.</p>
<p>There are a few game servers running. To connect, simply start the game and connect to this domain. See also the <a href="help.html">Help</a> section for more information.</p>
<p>Available games are:</p>
<ul>
<li>Bzflag (<a href="https://www.bzflag.org/downloads/">download</a>)</li>
@ -45,8 +46,9 @@
<li>Xonotic (<a href="https://xonotic.org/download/">download</a>)</li>
</ul>
<p>Enjoy!</p>
<h1>Voice chat</h1>
<p>Mumble chat on <a href="mumble://hribhrib.at">hribhrib.at</a></p>
<h1>Communication</h1>
<p>Mumble chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a></p>
<p>Matrix chat on <a href="https://matrix.to/#/#xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p>
<h1>Code</h1>
<p>Code for setting up server is on <a href="https://github.com/DeathByDenim/gameserver">Github</a></p>
</div>

View File

@ -18,6 +18,7 @@
<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 active">Schedule</a></li>
<li class="nav-item"><a href="help.html" class="nav-link">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link">Admin</a></li>
</ul>
</header>

View File

@ -18,6 +18,7 @@
<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 active">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">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link">Admin</a></li>
</ul>
</header>