From 2f28afb46e61e9b14e886f611c39cf7dae1e74c2 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Tue, 31 Aug 2021 00:17:08 -0400 Subject: [PATCH] Add RoR2 Docs --- WebHostLib/__init__.py | 6 ++++ .../static/assets/tutorial/ror2/setup_en.md | 28 +++++++++++++++++++ .../static/assets/tutorial/tutorials.json | 19 +++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 WebHostLib/static/assets/tutorial/ror2/setup_en.md diff --git a/WebHostLib/__init__.py b/WebHostLib/__init__.py index 59091f6a..529bfbe1 100644 --- a/WebHostLib/__init__.py +++ b/WebHostLib/__init__.py @@ -119,6 +119,12 @@ games_list = { the last living Metroid. Go to planet Zebes and search out the abilities you will need to power up your suit and defeat the villainous leader of the space pirates, Mother Brain. """), + "Risk of Rain 2": ("Risk of Rain 2", + """ + Escape a chaotic alien planet by fighting through hordes of frenzied monsters – with your friends + , or on your own. Combine loot in surprising ways and master each character until you become the + havoc you feared upon your first crash landing. + """) # "Ori and the Blind Forest": ("Ori and the Blind Forest", "Coming Soon™"), # "Hollow Knight": ("Hollow Knight", "Coming Soon™"), } diff --git a/WebHostLib/static/assets/tutorial/ror2/setup_en.md b/WebHostLib/static/assets/tutorial/ror2/setup_en.md new file mode 100644 index 00000000..e1c8f041 --- /dev/null +++ b/WebHostLib/static/assets/tutorial/ror2/setup_en.md @@ -0,0 +1,28 @@ +# Risk of Rain 2 Setup Guide + +## Install using r2modman +### Install r2modman +Head on over to the r2modman page on Thunderstore and follow the installation instructions. + +https://thunderstore.io/package/ebkr/r2modman/ + +### Install Archipelago Mod using r2modman +You can install the Archipelago mod using r2modman in one of two ways. +One, you can use the Thunderstore website and click on the "Install with Mod Manager" link. + +https://thunderstore.io/package/ArchipelagoMW/Archipelago/ + +You can also search for the "Archipelago" mod in the r2modman interface. +The mod manager should automatically install all necessary dependencies as well. + +### Running the Modded Game +Click on the "Start modded" button in the top left in r2modman to start the game with the +Archipelago mod installed. + +## Joining an Archipelago Session +There will be a menu button on the right side of the screen in the character select menu. +Click it in order to bring up the in lobby mod config. +From here you can expand the Archipelago sections and fill in the relevant info. +Keep password blank if there is no password on the server. + +Simply check `Enable Archipelago?` and when you start the run it will automatically connect. \ No newline at end of file diff --git a/WebHostLib/static/assets/tutorial/tutorials.json b/WebHostLib/static/assets/tutorial/tutorials.json index 2457e096..4931e4b2 100644 --- a/WebHostLib/static/assets/tutorial/tutorials.json +++ b/WebHostLib/static/assets/tutorial/tutorials.json @@ -139,5 +139,24 @@ ] } ] + }, + { + "gameTitle": "Risk of Rain 2", + "tutorials": [ + { + "name": "Multiworld Setup Guide", + "description": "A guide to setting up the Risk of Rain 2 integration for Archipelago multiworld games.", + "files": [ + { + "language": "English", + "filename": "ror2/setup_en.md", + "link": "ror2/setup/en", + "authors": [ + "Ijwu" + ] + } + ] + } + ] } ]