From 98399cdd2953f192b3820e4171dcece87f60c5e4 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Mon, 21 Feb 2022 14:47:44 -0500 Subject: [PATCH] Initial stab at help pages --- website/css/help.css | 15 +++++ website/help.html | 43 ++++-------- website/help_bzflag.html | 60 +++++++++++++++++ website/help_hedgewars.html | 50 ++++++++++++++ website/help_lix.html | 50 ++++++++++++++ website/help_mindustry.html | 50 ++++++++++++++ website/help_openhv.html | 50 ++++++++++++++ website/help_openspades.html | 50 ++++++++++++++ website/help_supertuxkart.html | 50 ++++++++++++++ website/help_teeworlds.html | 59 +++++++++++++++++ website/help_unvanquished.html | 50 ++++++++++++++ website/help_xonotic.html | 50 ++++++++++++++ website/img/bzflag.png | Bin 0 -> 123769 bytes website/img/hedgewars.png | Bin 0 -> 89289 bytes website/img/help_bzflag.png | Bin 0 -> 212074 bytes website/img/help_teeworlds_name.png | Bin 0 -> 158862 bytes website/img/help_teeworlds_server.png | Bin 0 -> 68242 bytes website/img/lix.png | Bin 0 -> 16471 bytes website/img/mindustry.png | Bin 0 -> 107819 bytes website/img/openhv.png | Bin 0 -> 166280 bytes website/img/openspades.png | Bin 0 -> 66820 bytes website/img/supertuxkart.png | Bin 0 -> 137722 bytes website/img/teeworlds.png | Bin 0 -> 51799 bytes website/img/unvanquished.png | Bin 0 -> 129022 bytes website/img/xonotic.png | Bin 0 -> 179091 bytes website/index.html | 91 +++++++++++++++++++++----- 26 files changed, 623 insertions(+), 45 deletions(-) create mode 100644 website/css/help.css create mode 100644 website/help_bzflag.html create mode 100644 website/help_hedgewars.html create mode 100644 website/help_lix.html create mode 100644 website/help_mindustry.html create mode 100644 website/help_openhv.html create mode 100644 website/help_openspades.html create mode 100644 website/help_supertuxkart.html create mode 100644 website/help_teeworlds.html create mode 100644 website/help_unvanquished.html create mode 100644 website/help_xonotic.html create mode 100644 website/img/bzflag.png create mode 100644 website/img/hedgewars.png create mode 100644 website/img/help_bzflag.png create mode 100644 website/img/help_teeworlds_name.png create mode 100644 website/img/help_teeworlds_server.png create mode 100644 website/img/lix.png create mode 100644 website/img/mindustry.png create mode 100644 website/img/openhv.png create mode 100644 website/img/openspades.png create mode 100644 website/img/supertuxkart.png create mode 100644 website/img/teeworlds.png create mode 100644 website/img/unvanquished.png create mode 100644 website/img/xonotic.png diff --git a/website/css/help.css b/website/css/help.css new file mode 100644 index 0000000..d06d838 --- /dev/null +++ b/website/css/help.css @@ -0,0 +1,15 @@ +.download { + margin-top: 2em; + margin-bottom: 2em; +} + +.download a { + color: #222; + font-weight: bold; + text-decoration: none; + border: solid 3px #bbb; + border-radius: 30px; + padding: 1em; + margin: 1em; + background-color: #eee; +} diff --git a/website/help.html b/website/help.html index 6058a9d..0aafbdd 100644 --- a/website/help.html +++ b/website/help.html @@ -100,36 +100,19 @@ Screenshot of the Mov.im interface

There are usually people here, even outside of the event.

Games

-

How to connect to Bzflag

-

- The menus are not mouse-driven, use the arrow keys and the - <Enter> key to move around -

-

- From the main menu, choose "Join Game" -

-

- Move the cursor down to "Server:" and enter DOMAINNAME. - Leave the port number set to 5154. -

-
How to connect to Hedgewars
-

Move your mouse over the picture of the world. The text at the bottom of the screen should change to "Play a game across a network".

-

After you clicked that, you should see "Play local network game". The terminology is a bit poor, but that's actually what we need.

-

This will take you to a server browser. Click on the button at the bottom in the middle called "Specify address".

-

Type in DOMAINNAME. Leave the port number at 46631.

-

This will take you to the rooms. There should be only one. Click on that.

-
How to connect to Lix
-
How to connect to Mindustry
-

From the main menu, choose "Play" and then "Join Game"

-

You can enter your own name here. This is how people will see you in-game.

-

Click on "Add Server" and for the address, type DOMAINNAME. It should appear under "Remote Servers" now.

-

Click on that to join.

-
How to connect to OpenHV
-
How to connect to OpenSpades
-
How to connect to SuperTuxKart
-
How to connect to Teeworlds
-
How to connect to Unvanquished
-
How to connect to Xonotic
+

Each game has their own separate help page

+
Live stats
diff --git a/website/help_bzflag.html b/website/help_bzflag.html new file mode 100644 index 0000000..2d89178 --- /dev/null +++ b/website/help_bzflag.html @@ -0,0 +1,60 @@ + + + + + Game server + + + + + + + + +
+
+
+

Bzflag

+

Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.

+ Screenshot of Bzflag +

Getting the game

+ +

Tips

+
    +
  • Jump using the <Tab> key
  • +
  • Shoot using the <Enter> key
  • +
  • You stay still by placing the mouse cursor on the centre of the screen. Placing it slightly above will slowly move forward and all the way at the top means maximum speed. The same for turning left or right or reversing.
  • +
+

Connecting

+

Use the arrow keys to nagivate to Join Game and press <Enter>.

+

+ Move down to Server and type DOMAINNAME and keep the port number at 5154. + You can also set your Callsign here. This is how other players will see + your name. Then move up to Connect and press <Enter>.

+ Server join screen for Bzflag +

You should now be connected.

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_hedgewars.html b/website/help_hedgewars.html new file mode 100644 index 0000000..49f4da2 --- /dev/null +++ b/website/help_hedgewars.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

Hedgewars

+

Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.

+ Screenshot of Hedgewars +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_lix.html b/website/help_lix.html new file mode 100644 index 0000000..254ce62 --- /dev/null +++ b/website/help_lix.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

Lix

+

Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.

+ Screenshot of Lix +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_mindustry.html b/website/help_mindustry.html new file mode 100644 index 0000000..f330d32 --- /dev/null +++ b/website/help_mindustry.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

Mindustry

+

A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.

+ Screenshot of Mindustry +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_openhv.html b/website/help_openhv.html new file mode 100644 index 0000000..648987b --- /dev/null +++ b/website/help_openhv.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

OpenHV

+

Real-time strategy game where you mine resources and build units to attack and defend.

+ Screenshot of OpenHV +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_openspades.html b/website/help_openspades.html new file mode 100644 index 0000000..aede9e0 --- /dev/null +++ b/website/help_openspades.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

OpenSpades

+

Mix between a first person shooter and Minecraft. Build defence structures, dig many tunnels or go on the offensive.

+ Screenshot of OpenSpades +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_supertuxkart.html b/website/help_supertuxkart.html new file mode 100644 index 0000000..0e72c2d --- /dev/null +++ b/website/help_supertuxkart.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

SuperTuxKart

+

Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.

+ Screenshot of SuperTuxKart +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_teeworlds.html b/website/help_teeworlds.html new file mode 100644 index 0000000..3cc490b --- /dev/null +++ b/website/help_teeworlds.html @@ -0,0 +1,59 @@ + + + + + Game server + + + + + + + + +
+
+
+

Teeworlds

+

Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.

+ Screenshot of Teeworlds +

Getting the game

+ +

Click the name of your OS on the left of the most recent version. Extract the file wherever you like and start playing.

+

Tips

+
    +
  • You can double jump by pressing <Space> a second time.
  • +
  • Use your grappling hook by using the right-mouse button.
  • +
+

Connecting

+

Click on Settings and choose the Player tab. You can fill in your name so we can recognize you when you join the server. The Tee tab will also let you customize your appearance.

+ Teeworlds setting for player name +

To connect to the server, got back to the main menu and click Play.

+

At the bottom of the screen you can fill in the name of the server in the Host address field. Type DOMAINNAME and press <Enter> or click Connect.

+ Joining the Teeworlds server +

You should now be connected.

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_unvanquished.html b/website/help_unvanquished.html new file mode 100644 index 0000000..6b10c63 --- /dev/null +++ b/website/help_unvanquished.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

Unvanquished

+

First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.

+ Screenshot of Unvanquished +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/help_xonotic.html b/website/help_xonotic.html new file mode 100644 index 0000000..2374a8b --- /dev/null +++ b/website/help_xonotic.html @@ -0,0 +1,50 @@ + + + + + Game server + + + + + + + + +
+
+
+

Xonotic

+

First-person shooter where players compete in a 3D world. It features Battle Royale mode.

+ Screenshot of Xonotic +

Getting the game

+ +

Tips

+
    +
+

Connecting

+
+
+
Live stats
+ SERVERSTATE +
+
+
+ + + diff --git a/website/img/bzflag.png b/website/img/bzflag.png new file mode 100644 index 0000000000000000000000000000000000000000..5d98b41672c73d865632c9c8cc832b465cb0a77f GIT binary patch literal 123769 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