onFOSS.org-Deploy/_site/help_openspades.html

98 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" href="/assets/img/icon.svg" sizes="any" type="image/svg+xml">
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.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="/assets/img/icon.svg" alt="Site icon">
<span class="fs-4">onFOSS</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="/news.html" class="nav-link ">News</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="/resources.html" class="nav-link ">Resources</a></li>
</ul>
</header>
</nav>
<div class="container">
<link rel="stylesheet" href="assets/css/help.css">
<h1>OpenSpades</h1>
<p>Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.</p>
<figure class="figure">
<img src="assets/img/openspades.png" alt="Screenshot of OpenSpades">
</figure>
<h2>Getting the game</h2>
<div class="download"><a href="https://github.com/yvt/openspades/releases">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>
On joining, you will be asked to choose a team and a weapon. If
you change your mind during play, press L to get back to that
selection screen.
</li>
<li>
Use the scroll wheel to cycle between your weapons, the shovel
and the block. The shovel can destroy blocks, the block can build
walls
</li>
<li>
If you want to see a bigger map, press N. Press N again to make
the map go away again.
</li>
</ul>
<h2 id="nonfreeassets">Non-free assets</h2>
<p>
OpenSpades contains non-free assets that were copied from the original
Ace of Spades games. The creators of OpenSpades were unabled to contact
the authors, so these assets were never released under an open licence.
</p>
<p>
Fortunately, there is a drop-in replacement for these assets available.
All models have been recreated under a CC0 licence and the sound effects
have been replaced by mostly CC0 equivalents with a few exceptions that
are CC-BY.
</p>
<h3>Installation</h3>
<ul>
<li>Download the libre assets: <a href="https://github.com/DeathByDenim/openspades-free-pak/releases/download/latest/pak001-Free.pak">pak001-Free.pak</a></li>
<li>Find the location of pak000-Nonfree.pak for your OpenSpades installation. For example <tt>/usr/share/openspades/Resources/</tt></li>
<li>Copy the downloaded pak001-Free.pak to the same location.</li>
<li>Optionally, delete pak000-Nonfree.pak. It it no longer needed because pak001-Free.pak will overrule all of the content in pak000-Nonfree.pak.</li>
</ul>
<h2>Connecting</h2>
<p>
When you start the game you will immediately enter the server
browser. If you click on &quot;Setup&quot; at the bottom of the
screen, you can set your in-game name. Click on &quot;Back&quot;
to return to the server browser.
</p>
<p>
To connect to the server, type <span class="fw-bold">play.onfoss.org</span> in the input field at the
top and click on the &quot;Connect&quot; button to the right.
</p>
<img src="assets/img/help_openspades.png" alt="The join screen in OpenSpades" class="img-fluid">
<p></p>
<p></p>
</div>
</body>
</html>