Add FTEQW to game list

This commit is contained in:
DeathByDenim 2023-08-18 15:21:30 -04:00
parent 5b2be9b077
commit a893e2b244
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
3 changed files with 18 additions and 0 deletions

View File

@ -23,6 +23,10 @@
- ["/playerlist", "Display list of players"]
- ["/kick <name>", "Kick the player"]
- ["/gameover", "end the current game"]
- name: fteqw
title: "FTEQW"
description: "Source engine for Quake combined with the LibreQuake assets."
download_link: "https://www.fteqw.org/"
- name: hedgewars
title: "Hedgewars"
description: "Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal."

BIN
assets/img/fteqw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

14
help_fteqw.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: help
game: fteqw
---
<h2>Tips</h2>
<ul>
<li>Use &lt;SPACE&gt; to jump</li>
</ul>
<h2>Connecting</h2>
<p>While FTEQW does have a launcher, if requires that you have Quake assets available locally. It won't launch the game without it, which means you either need the original game data of open assets such as <a href="https://github.com/MissLavender-LQ/LibreQuake">LibreQuake</a>.</p>
<p>However, if you connect to the game server directly, odamex will download the required assets automatically from the server.</p>
<p>From the terminal, type (on a single line):</p>
<p><tt>fteqw-sdl2 +connect {{ site.content.play_domain_name }} +set com_gamename "" +set vid_fullscreen 2 +name "YourName"</tt></p>
<p>Of course, substitute &quot;YourName&quot; with the in-game name you want.</p>