Add RoR2 Docs
This commit is contained in:
parent
e960d7b58c
commit
2f28afb46e
|
@ -119,6 +119,12 @@ games_list = {
|
||||||
the last living Metroid. Go to planet Zebes and search out the abilities you will need to power
|
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.
|
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™"),
|
# "Ori and the Blind Forest": ("Ori and the Blind Forest", "Coming Soon™"),
|
||||||
# "Hollow Knight": ("Hollow Knight", "Coming Soon™"),
|
# "Hollow Knight": ("Hollow Knight", "Coming Soon™"),
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue