Add Blockbomber help

This commit is contained in:
DeathByDenim 2023-04-20 20:10:43 -04:00
parent 574f181ad8
commit bfbb73e923
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
5 changed files with 28 additions and 0 deletions

View File

@ -9,16 +9,21 @@ panel for game servers that have interactive shells.
The following games are deployed:
* Armagetron Advanced
* Bzflag
* Hedgewars
* Lix
* Mindustry
* Minetest (Blockbomber mod)
* Odamex
* OpenHV
* OpenSpades
* OpenSoldat
* Shattered Paradise
* SuperTuxKart
* Super Tux Party
* Teeworlds (optionally as DDrace)
* UFO: Alien Invasion
* Unvanquished
* Xonotic (optionally as Battle Royale)

View File

@ -43,6 +43,10 @@
- ["status", "Display server status"]
- ["runwave", "Trigger the next wave"]
- ["kick <name>", "Kick a person by name"]
- name: minetest
title: "Minetest (Blockbomber)"
description: "The classic Bomberman game in 3D as a mod for Minetest"
download_link: "https://www.minetest.net/downloads/"
- name: odamex
title: "Odamex"
description: "Multiplayer-focused DOOM engine that allows deathmatch, coop, and capture the flag mode. Here we are using the Freedom assets so you don't need a copy of the original game to play."

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -0,0 +1,19 @@
---
layout: help
game: minetest
---
<h2>Tips</h2>
<ul>
<li>Movement: A, S, W, D</li>
<li>Drop bomb: Left Shift (sneak)(</li>
<li>Throw a bomb that you are standing in: Space (jump) (if player has Spring)</li>
<li>Punch bomb: Left mouse button (punch) (with Fist)</li>
</ul>
<h2>Connecting</h2>
<p>
Under address fill in {{ site.content.domain_name }} and keep the port at
30000. Click on Register to set your in-game name. You can leave the password blank
since this server will disappear after the event anyway.
</p>
<img src="assets/img/help_minetest.png" alt="The register screen in the Minetest client" class="img-fluid">
<p>You will be placed in the lobby with the other players</p>