Archipelago/worlds/ror2/docs/setup_en.md

69 lines
3.1 KiB
Markdown
Raw Normal View History

2021-08-31 04:17:08 +00:00
# Risk of Rain 2 Setup Guide
## Install using r2modman
2021-08-31 04:17:08 +00:00
### Install r2modman
Head on over to the `r2modman` page on Thunderstore and follow the installation instructions.
[r2modman Page](https://thunderstore.io/package/ebkr/r2modman/)
2021-08-31 04:17:08 +00:00
### Install Archipelago Mod using r2modman
You can install the Archipelago mod using `r2modman` in one of two ways.
[Archipelago Mod Download Page](https://thunderstore.io/package/Sneaki/Archipelago/)
2021-08-31 04:17:08 +00:00
One, you can use the Thunderstore website and click on the "Install with Mod Manager" link.
You can also search for the "Archipelago" mod in the `r2modman` interface. The mod manager should automatically install
all necessary dependencies as well.
2021-08-31 04:17:08 +00:00
## 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.
2021-08-31 04:17:08 +00:00
## Configuring your YAML File
### What is a YAML and why do I need one?
You can see the [basic multiworld setup guide](/tutorial/Archipelago/setup/en) here on the Archipelago website to learn
about why Archipelago uses YAML files and what they're for.
### Where do I get a YAML?
Docs: replacing "setting" to "option" in world docs (#2622) * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md Added non-AP World specific information * Update contributing.md Fixed broken link * Some minor touchups * Update Contributing.md Draft for version with picture * Update contributing.md Small word change * Minor updates for conciseness, mostly * Changed all instances of settings to options in info and setup guides I combed through all world docs and swapped "setting" to "option" when this was refering to yaml options. I also changed a leftover "setting" in option.py * Update contributing.md * Update contributing.md * Update setup_en.md Woops I forgot one * Update Options.py Reverted changes regarding options.py * Update worlds/noita/docs/en_Noita.md Co-authored-by: Scipio Wright <scipiowright@gmail.com> * Update worlds/sc2wol/docs/en_Starcraft 2 Wings of Liberty.md revert change waiting for that page to be updated * Update worlds/witness/docs/setup_en.md * Update worlds/witness/docs/en_The Witness.md * Update worlds/soe/docs/multiworld_en.md Fixed Typo Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> * Update worlds/witness/docs/en_The Witness.md * Update worlds/adventure/docs/en_Adventure.md * Update worlds/witness/docs/setup_en.md * Updated Stardew valley to hopefully get rid of the merge conflicts * Didn't work :dismay: * Delete worlds/sc2wol/docs/setup_en.md I think this will fix the merge issue * Now it should work * Woops --------- Co-authored-by: Scipio Wright <scipiowright@gmail.com> Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2024-03-22 16:46:14 +00:00
You can use the [game options page](/games/Risk%20of%20Rain%202/player-options) here on the Archipelago
website to generate a YAML using a graphical interface.
2021-08-31 04:17:08 +00:00
## Joining an Archipelago Session
### Connecting to server
Once in game, join whatever lobby you wish, and you should see the AP connection fields which consist of:
- Slot Name: your name in the multiworld. This is the name you entered in the YAML.
- Password: optional password, leave blank if no password was set.
- Server URL: (default: archipelago.gg).
- Server Port: (default: 38281).
Once everything is entered click the Connect to AP button to connect to the server, and you should be connected!
2021-08-31 04:17:08 +00:00
Start the game whenever you are ready.
2021-08-31 04:25:48 +00:00
### Gameplay
The Risk of Rain 2 players send checks by causing items to spawn in-game. That means opening chests or killing bosses,
generally. An item check is only sent out after a certain number of items are picked up. This count is configurable in
the player's YAML.
2021-08-31 04:25:48 +00:00
### Chat/Commands
You can talk to other in the multiworld chat using the RoR2 chat. All other multiworld
remote commands list in the [commands guide](/tutorial/Archipelago/commands/en) work as well in the RoR2 chat. You can
also optionally connect to the multiworld using the text client, which can be found in the
2023-11-22 15:20:32 +00:00
[main Archipelago installation](https://github.com/ArchipelagoMW/Archipelago/releases).
### In-Game Commands
These commands are to be used in-game by using ``Ctrl + Alt + ` `` and then typing the following:
- `archipelago_connect <url> <port> <slot> [password]` example: "archipelago_connect archipelago.gg 38281 SlotName".
- `archipelago_deathlink true/false` Toggle deathlink.
- `archipelago_disconnect` Disconnect from AP.
- `archipelago_final_stage_death true/false` Toggle final stage death.
Explore Mode only
- `archipelago_show_unlocked_stages` Show which stages have been received.
- `archipelago_highlight_satellite true/false` This will highlight the satellite to make it easier to see (Default false).