Added help for UFO:AI

This commit is contained in:
DeathByDenim 2022-09-23 09:44:54 -04:00
parent f04828866a
commit 83a8203cf1
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
6 changed files with 76 additions and 0 deletions

View File

@ -115,6 +115,7 @@
<li><a href="help_supertuxkart.html">SuperTuxKart</a></li>
<li><a href="help_supertuxparty.html">Super Tux Party</a></li>
<li><a href="help_teeworlds.html">Teeworlds</a></li>
<li><a href="help_ufoai.html">UFO: Alien Invasion</a></li>
<li><a href="help_unvanquished.html">Unvanquished</a></li>
<li><a href="help_xonotic.html">Xonotic</a></li>
</ul>

69
website/help_ufoai.html Normal file
View File

@ -0,0 +1,69 @@
<!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>UFO: Alien Invasion</h1>
<p>Squad-based turn-based tactical strategy game in the tradition of the old X-COM PC games</p>
<img src="img/ufoai.png" alt="UFO: Alien Invasion">
<h2>Getting the game</h2>
<div class="download"><a href="https://ufoai.org/wiki/Download">DOWNLOAD</a></div>
<p>The download page only has binaries for Linux and Windows. We compiled the macOS version ourselves. To download, open the Terminal and type the following:</p>
<pre>
curl -O https://play.jarno.ca/ufoai-macos.tar.bz2
tar xf ufoai-macos.tar.bz2
cd dist
./ufo
</pre>
<p>To get rid of the graphical glitches disable &quot;GLSL Shaders&quot; under Options → Video → Advanced → OpenGL Setting</p>
<h2>Tips</h2>
<ul>
<li>Click on a squad member and then click where you want them to move. The target box will be green if you can make it in that turn. Walking is aborted if an enemy is spotted.</li>
<li>To shoot, click on the target button at the bottom left, choose what weapon mode you want to use and then click on your target.</li>
<li>Everything costs TUI. Actions will be greyed out of you don't have enough left for the current turn.</li>
</ul>
<h2>Connecting</h2>
<p>Click on Multiplayer. You'll need to create a team before you can do anything, so click on Team and then Generate New Team and choose the type you want.</p>
<img src="img/help_ufoai.png" alt="Generating a new team" class="img-fluid">
<p>Click no the done button at the very bottom right if you are happy with it. You'll return to the multiplayer menu</p>
<p>Click on Join and type DOMAINNAME in the field for Connect to IP and click Connect.</p>
<img src="img/help_ufoai_connect.png" alt="Joining the UFO:AI server" class="img-fluid">
<p>You'll see a summary of the server. Click on Connect to connect.</p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>

BIN
website/img/help_ufoai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
website/img/ufoai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View File

@ -120,6 +120,12 @@
<td>Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.</td>
<td><a href="help_teeworlds.html">More info</a></td>
</tr>
<tr>
<td><a href="help_ufoai.html"><img src="img/ufoai.png" height="64" alt="Tiny screenshot of UFO: Alien Invasion"></a></td>
<td>UFO: Alien Invasion</td>
<td>Squad-based turn-based tactical strategy game in the tradition of the old X-COM PC games</td>
<td><a href="help_ufoai.html">More info</a></td>
</tr>
<tr>
<td><a href="help_unvanquished.html"><img src="img/unvanquished.png" height="64" alt="Tiny screenshot of Unvanquished"></a></td>
<td>Unvanquished</td>