From 6b07b6407c38a843fd093e9b6ac3fe7ff0416e98 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 31 Mar 2022 18:08:13 -0400 Subject: [PATCH] Add ArchipIDLE setup guide (#375) --- .../assets/tutorial/ArchipIDLE/guide_en.md | 12 +++++++++ .../static/assets/tutorial/tutorials.json | 27 ++++++++++++++++--- 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 WebHostLib/static/assets/tutorial/ArchipIDLE/guide_en.md diff --git a/WebHostLib/static/assets/tutorial/ArchipIDLE/guide_en.md b/WebHostLib/static/assets/tutorial/ArchipIDLE/guide_en.md new file mode 100644 index 00000000..e1a65329 --- /dev/null +++ b/WebHostLib/static/assets/tutorial/ArchipIDLE/guide_en.md @@ -0,0 +1,12 @@ +# ArchipIdle Setup Guide + +## Joining a MultiWorld Game +1. Generate a `.yaml` file from the [ArchipIDLE Player Settings Page](/games/ArchipIDLE/player-settings) +2. Open the ArchipIDLE Client in your web browser by either: + - Navigate to the [ArchipIDLE Client](http://idle.multiworld.link) + - Download the client and run it locally from the + [ArchipIDLE GitHub Releases Page](https://github.com/ArchipelagoMW/archipidle/releases) +3. Enter the server address in the `Server Address` field and press enter +4. Enter your slot name when prompted. This should be the same as the `name` you entered on the + setting page above, or the `name` field in your yaml file. +5. Click the "Begin!" button. diff --git a/WebHostLib/static/assets/tutorial/tutorials.json b/WebHostLib/static/assets/tutorial/tutorials.json index 35d10ec8..25fd4d00 100644 --- a/WebHostLib/static/assets/tutorial/tutorials.json +++ b/WebHostLib/static/assets/tutorial/tutorials.json @@ -168,8 +168,8 @@ "files": [ { "language": "English", - "filename": "zelda3/plando_en.md", - "link": "zelda3/plando/en", + "filename": "A Link to the Past/plando_en.md", + "link": "A Link to the Past/plando/en", "authors": [ "Berserker" ] @@ -527,8 +527,8 @@ "files": [ { "language": "English", - "filename": "checksfinder/checksfinder_en.md", - "link": "checksfinder/checksfinder/en", + "filename": "ChecksFinder/checksfinder_en.md", + "link": "ChecksFinder/checksfinder/en", "authors": [ "Mewlif" ] @@ -536,5 +536,24 @@ ] } ] + }, + { + "gameTitle": "ArchipIDLE", + "tutorials": [ + { + "name": "Setup Guide", + "description": "A guide to playing ArchipIDLE", + "files": [ + { + "language": "English", + "filename": "ArchipIDLE/guide_en.md", + "link": "ArchipIDLE/guide/en", + "authors": [ + "Farrak Kilhn" + ] + } + ] + } + ] } ]